|
a0010c3706
|
Replace values 1 to (bool)true in Config::set(PROFILER...) in majestic tests.
|
2012-07-09 13:49:11 +04:00 |
|
|
b6a2c4dbc3
|
Replace 0 to false and 1 to true in Config:;set(DEBUG...) in majestic tests.
|
2012-07-09 13:47:32 +04:00 |
|
|
dc60d703bf
|
Return ob_end_clean to ErroHandler.
|
2012-07-09 12:52:52 +04:00 |
|
|
c836b5974e
|
Replace checking DEBUG in constructor Profiler to checking PROFILER is it true.
|
2012-07-04 17:30:05 +04:00 |
|
|
060cb76653
|
Merge branch 'fix_check_ob_handler' into init_to_bootstrap
|
2012-06-29 13:01:20 +04:00 |
|
|
94b8fadbc4
|
Replace ob_end_clean to ob_clean in ErrorHandler class error_handler method.
|
2012-06-29 13:00:29 +04:00 |
|
|
7a26da1034
|
Fixed tests with inc Config and Registry classes. Use LOGGING in logger tests.
|
2012-06-28 16:18:28 +04:00 |
|
|
cfd6536c5f
|
Replace constant DEBUG to use in Config. Remove start profiler from FrontController (moved to bootstrap).
|
2012-06-27 18:02:42 +04:00 |
|
|
bcc9be619d
|
Merge spl_autoload from init to Load::setAutoloadFrom.
|
2012-06-26 17:52:37 +04:00 |
|
|
a1d33ea32f
|
merged mongo into master
|
2012-06-05 14:08:33 +04:00 |
|
|
d5ae133478
|
added test for findAndModify if no item in collection and test for eval
|
2012-06-05 13:52:39 +04:00 |
|
|
ed015b23d0
|
updated Load exclude path to use PATH constant before dir path
|
2012-06-04 18:01:10 +04:00 |
|
|
0f1acaa7d6
|
Merge branch 'new_error_layout'
|
2012-06-04 16:11:28 +04:00 |
|
|
3076cf0b6a
|
updated ErrorHandler to check for existing output buffers befor ob_clean
|
2012-06-04 16:10:34 +04:00 |
|
|
e6735dc158
|
added setException method to ErrorLayout class
|
2012-06-04 16:09:45 +04:00 |
|
|
1d999bda3f
|
modified FrontController to get error layout from Router
|
2012-06-04 16:09:16 +04:00 |
|
|
90a8cb30e6
|
added getter and setter to Router to use error layout
|
2012-06-04 16:08:35 +04:00 |
|
|
950d1f4a9a
|
modified MongoDbCommand __toString output
|
2012-06-04 16:06:03 +04:00 |
|
|
f6e119d372
|
modified GetViewHelper to return urlencoded GET query params
|
2012-06-04 16:05:26 +04:00 |
|
|
359c712962
|
modified AutoloadBuilder for atomic autoload.php write
|
2012-06-04 16:04:17 +04:00 |
|
|
29a255776d
|
Merge branch 'route_modified'
|
2012-05-25 19:31:18 +04:00 |
|
|
444e5ba369
|
Remove backtrace function from getRoute method.
|
2012-05-25 19:26:21 +04:00 |
|
|
f207e80409
|
Modified PHP-doc var types in Router.
|
2012-05-25 19:22:14 +04:00 |
|
|
119bba5e23
|
Modified PHP-doc in Router.
|
2012-05-25 19:21:05 +04:00 |
|
|
9ef37d003b
|
Refactor Router (remove getUri method. All logic moved to getRoute method). Modified RouterTest.
|
2012-05-25 19:03:42 +04:00 |
|
|
6e4a9ef23a
|
Modify RouterTest (unmocked simply methods).
|
2012-05-25 18:41:25 +04:00 |
|
|
c7815a2112
|
Add tests app/router for new methods.
|
2012-05-25 16:31:08 +04:00 |
|
|
1cf82d7442
|
Add PHP-doc comments in new methods (routeIsExists, getRouteByName, getUri).
|
2012-05-25 16:30:45 +04:00 |
|
|
8efaf2a0a7
|
Change static to dynamic method getUri.
|
2012-05-25 14:18:05 +04:00 |
|
|
73ff07ce7d
|
Add method Router::getUri($route_name = null) - Give me this uri on route_name is null, other another route uri from route_name.
|
2012-05-24 17:30:17 +04:00 |
|
|
c0fa542b3c
|
removed output buffer(ob_start/ob_end_clean) usasge in MongoDbCommand profile output
|
2012-05-23 18:59:20 +04:00 |
|
|
df491fdbbd
|
fixed ret value on eval
|
2012-04-13 16:22:52 +04:00 |
|
|
c090634c19
|
Merge branch 'master' into mongo
|
2012-04-12 21:02:23 +04:00 |
|
|
a950ff688f
|
updated MongoStatement to return retval on db.eval
|
2012-04-12 21:01:54 +04:00 |
|
|
623666fb09
|
updated MongoDbCommand Profiler output
|
2012-04-02 15:27:33 +04:00 |
|
|
f728e6d6a2
|
updated tests for MongoDbCommand with count command
|
2012-04-02 15:21:58 +04:00 |
|
|
a1bfcdd78b
|
added count() method to MongoModel
|
2012-04-02 15:21:37 +04:00 |
|
|
c7dcd33512
|
Code format, PHPDoc
|
2012-03-22 16:03:55 +04:00 |
|
|
755f1b46c7
|
Fixed packages for some files
|
2012-03-19 18:18:25 +04:00 |
|
|
40b3e76c74
|
modified AutoloadBuilder to atomic write operation
|
2012-03-06 18:47:40 +04:00 |
|
|
4d4e338611
|
Merge branch 'mongo'
|
2012-02-06 18:13:24 +04:00 |
|
|
e5e7fdb7e6
|
added MongoStatement method to count results before skip/limit
|
2012-02-06 18:12:23 +04:00 |
|
|
f58fa2a48a
|
Merge branch 'mongo'
|
2012-01-19 19:21:54 +04:00 |
|
|
0140c3f4ad
|
added condition to batchInsert against empty arrays
|
2012-01-19 19:16:31 +04:00 |
|
|
99a528fac3
|
added butchInsert to mongo model
|
2012-01-18 23:30:34 +04:00 |
|
|
6b1e3f6a70
|
reseted a3e0cafb32 commit
|
2011-12-13 13:51:24 +04:00 |
|
|
3113095ec2
|
Merge branch 'mongo'
|
2011-12-13 13:47:05 +04:00 |
|
|
d1723cb87b
|
improved MongoId processing and $fields to MongoModel::find()
|
2011-12-13 13:43:15 +04:00 |
|
|
e9ddaa6d92
|
phpredis has some methods named in lowercase, e.g. zinterstore. Code changed to reflect this
|
2011-12-06 18:40:54 +04:00 |
|
|
5dd50d7a1f
|
Merge branch 'mongo'
|
2011-12-06 16:54:12 +04:00 |
|