336 Commits (854e1862102a04415a454268439bb7a38cf9e6a5)

Author SHA1 Message Date
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago
Carsten Brandt 8b4d4a0b25 cleanup web errorhandler 11 years ago
Qiang Xue ac74fede28 Fixes #2910: Added `Application::end()` 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 8e11ad0360 refactored code to use Instance::ensure() 11 years ago
Qiang Xue 72c99663ff Refactored container. 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 174158a64b doc fix [skip ci] 11 years ago
Christian Nadolle 0051a1ece4 sort options by action in Migration controller 11 years ago
Christian Nadolle 706ab7f968 combine globalOptions() with local options into options($id) 11 years ago
Christian Nadolle b0d7559a8d console/Controller show help for local options 11 years ago
Christian Nadolle 05f7df3091 console/Controller support local options per action 11 years ago
Carsten Brandt f7148c2d80 callback -> callable 11 years ago
Qiang Xue bbea1ab19c Fixes #2629: `Module::controllerPath` is now read only, and all controller classes must be namespaced under `Module::controllerNamespace` 11 years ago
Carsten Brandt 740a769477 improved HelpController with messages for each command 11 years ago
Sorokin Victor 1a14ed2127 Update MessageController.php 11 years ago
Sorokin Victor 4d4a3f0804 Update MessageController.php 11 years ago
AlexGx 6d72c6a723 fix code style 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
AlexGx c047fbe0df fix code style `No space found after comma in function call` 11 years ago
AlexGx c5ed024109 fix phpFoc, added missing param 11 years ago
Sorokin Victor eba9049b61 Update MessageController.php 11 years ago
mitalcoi 4906cd3432 enchansment of db message source 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
resurtm 65dd8c9e7e Add ability to downgrade migrations by the absolute apply time 11 years ago
Mark 325c7a18c4 improved fixture command 11 years ago
Qiang Xue aeeee44f69 support loading config by alias. 11 years ago
Qiang Xue bd70ac840f Fixes #2054: Added support for using custom application configuration with the console command runner 11 years ago
Sorokin Victor a73953c05b Update FixtureController.php 11 years ago
Mark 663e898ba7 fixed docs, added checks 11 years ago
Qiang Xue 87b49414b1 Fixed globalOptions array issue. 11 years ago
Mark cb8fc55a66 removed suffix, since it will be applied later in getFixturesConfig method. 11 years ago
Mark 14d303d479 added suffix 11 years ago
Mark 0e3fae36a4 added globalFixtures option 11 years ago
Qiang Xue 9669b321a6 Removed duplicated getAlias call. 11 years ago
Qiang Xue 9779e9c98d Added support for using arrays as option values for console commands 11 years ago
Mark ff987aa4b2 controller improved 11 years ago
Qiang Xue 11bc899bc1 Refactored fixtures and fixed test break. 11 years ago
Qiang Xue c2fef048a5 typo fix [skip ci] 11 years ago
Qiang Xue cafdebb55c CS fix. doc fix. 11 years ago
Mark 2ed30dfeb8 fixed docs in controller 11 years ago
Mark 7522b3bc92 added docs, command fix 11 years ago
Mark 416adcaebf removed fixturePath, improved console command 11 years ago
Mark 19d45b9a1e fixed command and docs 11 years ago
Mark b892ffc80b fixtures controller improved 11 years ago