Alexander Demidov
|
5dd81b24fc
|
Modified PHP-Doc for CliController::execute().
|
11 years ago |
Alexander Demidov
|
ef99a26635
|
Modife CliController.
|
12 years ago |
Anton Terekhov
|
a2cb6a405e
|
Get rid of $this->template logic, switched to type of exception
|
12 years ago |
Anton Terekhov
|
5f47dab73e
|
Use new logError in FrontController, tests
|
12 years ago |
Anton Terekhov
|
766cce1fbc
|
@codeCoverageIgnoreStart for private __clone()
|
12 years ago |
Anton Terekhov
|
a856dd484e
|
Removed @version and @filesource from PHPDocs
|
12 years ago |
Anton Terekhov
|
0d58a907e5
|
Refuse cloning of CliController
|
12 years ago |
Anton Terekhov
|
1354f3d001
|
PHPDoc, some trailing PHP tags removed
|
12 years ago |
Alexander Demidov
|
6a2c861a71
|
Switch http code header on showDebug with ErrorHTTPException.
|
12 years ago |
Alexander Demidov
|
5cc54e182e
|
Modify FronController with use class_name in is_subclass_of.
|
12 years ago |
Anton Grebnev
|
008eee4c8c
|
fixed ErrorAction::setAjaxError() method call in FrontController
|
12 years ago |
Anton Terekhov
|
e1c3da8019
|
Reworked AJax action HTTP code and HTTP content. Added new HTTP template to process HTTP code output
|
12 years ago |
Anton Terekhov
|
2aafb3a394
|
New default value for AjaxAction->data, new tests
|
12 years ago |
Anton Terekhov
|
4fa078d709
|
Fixes for AjaxAction to send different header Content-type with $this->json_encode == true and $this->json_encode == false . This includes refactoring of $this->encode to $this->json_encode.
|
12 years ago |
Anton Terekhov
|
4f55333064
|
PHPdoc updated
|
12 years ago |
Anton Grebnev
|
910a770ea2
|
modified CliController to use stderr as default error stream
|
12 years ago |
Anton Grebnev
|
5bc65513eb
|
modified CliController to use ErrorStream conf var and separate logging by LOGGING/PROFILER settings
|
12 years ago |
Alexander Demidov
|
ad9c6b0a0c
|
Complete tests for CliController.
|
13 years ago |
Alexander Demidov
|
595c1b73eb
|
Add CliController and iCli interface for cli applications.
|
13 years ago |
Alexander Demidov
|
cfd6536c5f
|
Replace constant DEBUG to use in Config. Remove start profiler from FrontController (moved to bootstrap).
|
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 |
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
|
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 |
Anton Terekhov
|
755f1b46c7
|
Fixed packages for some files
|
13 years ago |
Vyacheslav Agafonov
|
bdae057a8e
|
replace Exception on PHPUnit_Framework_Error
|
13 years ago |
Anton Terekhov
|
3ebfac9db4
|
Code formatting
|
13 years ago |
Anton Terekhov
|
165bf08c09
|
Reworked profiler
|
13 years ago |
Anton Terekhov
|
d93edd1ea7
|
Modified handling of Error404Exception for AjaxAction-based classes
|
14 years ago |
Anton Terekhov
|
4dcbf284cc
|
If DEBUG - send exception as HTTP 500
|
14 years ago |
Anton Terekhov
|
2a11b9b4f6
|
deleted unnececcary artefact from trunk
|
14 years ago |
Anton Terekhov
|
01b4bf641b
|
Added default Ajax action part 2
|
14 years ago |
Anton Terekhov
|
822e1e614a
|
Added default Ajax action
|
14 years ago |
pzinovkin
|
70ccc8bc26
|
Changed PagerAction, search and order methods of Model, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@148 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
6e0f302249
|
Session autostart, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@143 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
cb3ac1a04f
|
params urlencode, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@136 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
942d73caf7
|
i18n, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@134 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
f9ef17a685
|
No more relative urls by default, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@129 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
41bc23cfab
|
Bug fixed in exception handling, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@128 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
c9b35cf6f0
|
Session, some fixes in PagerView and ErrorView #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@126 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
d0630c4240
|
ViewAction functional merged to Action, Model::inset now returns last insert id if returned or affected rows count, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@125 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
8fc917dca2
|
Memcache, refactoring, View helpers, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@124 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
5b7ad8e2ea
|
Errors and exceptions handling, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@122 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
4f7e5b00bc
|
Errors and exceptions handling, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@121 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |
pzinovkin
|
c71458bee4
|
Code refactoring, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@116 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
|
15 years ago |