Anton Grebnev
|
e3db9d9081
|
Merge branch 'new_error_layout' into init_to_bootstrap
|
12 years ago |
Anton Grebnev
|
910a770ea2
|
modified CliController to use stderr as default error stream
|
12 years ago |
Anton Grebnev
|
774c86acd2
|
modified Profiler to clear queries array on start()
|
12 years ago |
Anton Grebnev
|
5bc65513eb
|
modified CliController to use ErrorStream conf var and separate logging by LOGGING/PROFILER settings
|
12 years ago |
Anton Grebnev
|
8d60abe7d1
|
modified ErrorHandler not to process error closed by @
|
12 years ago |
Anton Grebnev
|
c72495de57
|
Merge branch 'new_error_layout'
|
12 years ago |
Anton Grebnev
|
5bce35f022
|
modified setException method param type to Exception
|
12 years ago |
Alexander Demidov
|
700ad52598
|
Add comment PHP-doc methods in Redis class.
|
12 years ago |
Alexander Demidov
|
9d0e22ebd2
|
Modified Profiler message.
|
13 years ago |
Alexander Demidov
|
a16a995ed3
|
Add Profiler support report message with turn on PROFILER_DETAILS (if use to show queries). Modified tests MongoStatementTest, MySQLiStatementTest. Adding new tests to ProfilerTest.
|
13 years ago |
Alexander Demidov
|
ed0c9f207f
|
Corrected CliControllerTest.
|
13 years ago |
Alexander Demidov
|
72ac3e2176
|
Modified commented code in ProfilerTest, LayoutTest with DEBUG const.
|
13 years ago |
Alexander Demidov
|
ad9c6b0a0c
|
Complete tests for CliController.
|
13 years ago |
Alexander Demidov
|
ac091ac1ed
|
Add CliControllerTest (not working with RuntimeException).
|
13 years ago |
Alexander Demidov
|
595c1b73eb
|
Add CliController and iCli interface for cli applications.
|
13 years ago |
Alexander Demidov
|
e59e270476
|
Modified tests Mongo, Mysqli, Redis with checking work Profiler (with PROFILER_DETAILS).
|
13 years ago |
Alexander Demidov
|
4e0b762ab0
|
Use PROFILER_DETAILS in RedisManager.
|
13 years ago |
Alexander Demidov
|
34337efda4
|
Remove use constant DEBUG from Load.php
|
13 years ago |
Alexander Demidov
|
2395adf7b8
|
Modified MySQLiStatementTest with use PROFILER_DETAILS set.
|
13 years ago |
Alexander Demidov
|
69cd61121e
|
Fixed tests RedisDebugTest, ProfilerTest with use PROFILER setting.
|
13 years ago |
Alexander Demidov
|
a0010c3706
|
Replace values 1 to (bool)true in Config::set(PROFILER...) in majestic tests.
|
13 years ago |
Alexander Demidov
|
b6a2c4dbc3
|
Replace 0 to false and 1 to true in Config:;set(DEBUG...) in majestic tests.
|
13 years ago |
Alexander Demidov
|
dc60d703bf
|
Return ob_end_clean to ErroHandler.
|
13 years ago |
Alexander Demidov
|
c836b5974e
|
Replace checking DEBUG in constructor Profiler to checking PROFILER is it true.
|
13 years ago |
Alexander Demidov
|
060cb76653
|
Merge branch 'fix_check_ob_handler' into init_to_bootstrap
|
13 years ago |
Alexander Demidov
|
94b8fadbc4
|
Replace ob_end_clean to ob_clean in ErrorHandler class error_handler method.
|
13 years ago |
Alexander Demidov
|
7a26da1034
|
Fixed tests with inc Config and Registry classes. Use LOGGING in logger tests.
|
13 years ago |
Alexander Demidov
|
cfd6536c5f
|
Replace constant DEBUG to use in Config. Remove start profiler from FrontController (moved to bootstrap).
|
13 years ago |
Alexander Demidov
|
bcc9be619d
|
Merge spl_autoload from init to Load::setAutoloadFrom.
|
13 years ago |
Anton Grebnev
|
a1d33ea32f
|
merged mongo into master
|
13 years ago |
Anton Grebnev
|
d5ae133478
|
added test for findAndModify if no item in collection and test for eval
|
13 years ago |
Anton Grebnev
|
ed015b23d0
|
updated Load exclude path to use PATH constant before dir path
|
13 years ago |
Anton Grebnev
|
0f1acaa7d6
|
Merge branch 'new_error_layout'
|
13 years ago |
Anton Grebnev
|
3076cf0b6a
|
updated ErrorHandler to check for existing output buffers befor ob_clean
|
13 years ago |
Anton Grebnev
|
e6735dc158
|
added setException method to ErrorLayout class
|
13 years ago |
Anton Grebnev
|
1d999bda3f
|
modified FrontController to get error layout from Router
|
13 years ago |
Anton Grebnev
|
90a8cb30e6
|
added getter and setter to Router to use error layout
|
13 years ago |
Anton Grebnev
|
950d1f4a9a
|
modified MongoDbCommand __toString output
|
13 years ago |
Anton Grebnev
|
f6e119d372
|
modified GetViewHelper to return urlencoded GET query params
|
13 years ago |
Anton Grebnev
|
359c712962
|
modified AutoloadBuilder for atomic autoload.php write
|
13 years ago |
Alexander Demidov
|
29a255776d
|
Merge branch 'route_modified'
|
13 years ago |
Alexander Demidov
|
444e5ba369
|
Remove backtrace function from getRoute method.
|
13 years ago |
Alexander Demidov
|
f207e80409
|
Modified PHP-doc var types in Router.
|
13 years ago |
Alexander Demidov
|
119bba5e23
|
Modified PHP-doc in Router.
|
13 years ago |
Alexander Demidov
|
9ef37d003b
|
Refactor Router (remove getUri method. All logic moved to getRoute method). Modified RouterTest.
|
13 years ago |
Alexander Demidov
|
6e4a9ef23a
|
Modify RouterTest (unmocked simply methods).
|
13 years ago |
Alexander Demidov
|
c7815a2112
|
Add tests app/router for new methods.
|
13 years ago |
Alexander Demidov
|
1cf82d7442
|
Add PHP-doc comments in new methods (routeIsExists, getRouteByName, getUri).
|
13 years ago |
Alexander Demidov
|
8efaf2a0a7
|
Change static to dynamic method getUri.
|
13 years ago |
Alexander Demidov
|
73ff07ce7d
|
Add method Router::getUri($route_name = null) - Give me this uri on route_name is null, other another route uri from route_name.
|
13 years ago |