Commit Graph

64 Commits

Author SHA1 Message Date
Alexander Makarov
d74e89a1ca Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one 2014-09-04 01:27:16 +04:00
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
Qiang Xue
d62f7bebb5 Fixes #4231: turned Controller::findLayoutFile() from protected to public. 2014-07-09 17:12:49 -04:00
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Qiang Xue
c8cb40cb50 Finished view tutorial [skip ci] 2014-06-15 18:16:11 -04:00
Qiang Xue
b618920326 Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 2014-05-29 20:01:47 -04:00
Carsten Brandt
c27ac8ef0e updated phpdoc 2014-04-26 03:39:46 +02:00
Carsten Brandt
0a3f4e85f1 made grid\DataColumn::getDataCellValue() public
allow using it from the gridview directly
2014-04-22 13:51:54 +02:00
Carsten Brandt
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +02:00
Qiang Xue
50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 2014-04-04 23:30:59 -04:00
Qiang Xue
92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 2014-03-28 21:54:32 -04:00
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
Qiang Xue
87df068eb0 DI WIP 2014-03-20 19:54:52 -04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Qiang Xue
49010df192 Changed Controller::afterAction(), Module::afterAction() and ActionFilter::afterAction() to pass $result by value instead of reference 2014-02-27 10:52:17 -05:00
Carsten Brandt
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
Qiang Xue
aa5e82ec07 Fixes #1965: Controller::findLayoutFile() returns incorrect file path when layout name starts with a slash 2014-01-14 08:29:47 -05:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
Qiang Xue
17807874b6 Fixes issue #53: implemented Menu. 2013-05-07 15:46:21 -04:00
Alexander Kochetov
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
Qiang Xue
06fa0259b5 Added Controller::populate(). 2013-04-29 23:13:10 -04:00
Qiang Xue
a578938df7 Added beforeAction and afterAction to Module. 2013-04-24 18:59:54 -04:00
Qiang Xue
5b412b8f84 script WIP 2013-04-16 17:42:31 -04:00
Qiang Xue
31777c9231 Fixed render issue. 2013-04-05 12:43:55 -04:00
Qiang Xue
c32a202d82 refactored MVC. 2013-03-31 20:21:29 -04:00
Qiang Xue
2fd87fb6d0 User WIP 2013-03-28 08:28:03 -04:00
Qiang Xue
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
Qiang Xue
a5ee5b842b view WIP 2013-03-22 17:22:29 -04:00
Qiang Xue
2ecf1d9284 view sip 2013-03-22 08:50:57 -04:00
Qiang Xue
1d48d01ef7 refactored View. 2013-03-20 22:03:13 -04:00
Qiang Xue
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
Qiang Xue
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
Qiang Xue
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
Qiang Xue
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00
Qiang Xue
af4455eb03 Finished console support.
Finished migrate command.
2013-02-03 19:37:29 -05:00
Qiang Xue
6a595de4be refactored MVC. 2013-02-03 13:54:27 -05:00
Qiang Xue
b2662c0cd9 clean up help command. 2013-02-02 23:36:20 -05:00
Qiang Xue
e09a791c92 MVC cleanup 2013-01-31 15:05:49 -05:00
Qiang Xue
311f876b7b MVC WIP 2013-01-30 23:34:04 -05:00
Qiang Xue
bd320533ab MVC WIP 2013-01-30 19:49:38 -05:00
Qiang Xue
9165a1592a cleanup. 2013-01-29 09:01:38 -05:00
Qiang Xue
0d21ee67cb MVC WIP 2013-01-28 18:51:36 -05:00
Qiang Xue
3fa22483c1 refactored logging.
MVC WIP
2013-01-27 17:11:06 -05:00
Alexander Makarov
a6961f3404 patched controller and action creation 2013-01-26 00:21:04 +01:00
Qiang Xue
29398f4c22 MVC WIP 2013-01-25 08:44:09 -05:00
Qiang Xue
78396afb02 validator cleanup. 2013-01-20 19:39:56 -05:00
Qiang Xue
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
Qiang Xue
b7a7800fec Fixed constructors. 2012-08-30 21:17:42 -04:00
Qiang Xue
b1047e7ff6 refactored object creation.
added more exception classes.
working on request and response classes.
2012-06-30 22:21:28 -04:00