Commit Graph

  • 8517ee9e50 reorganized DB classes. Qiang Xue 2013-01-05 16:46:53 -0500
  • 0cd6b346b6 refactoring AR Qiang Xue 2013-01-05 08:40:11 -0500
  • 23572c74cd refactoring AR. Qiang Xue 2013-01-04 21:21:15 -0500
  • 78348d78f3 removed unused files. Qiang Xue 2013-01-04 19:09:05 -0500
  • 1b151818a6 Fixed AR bugs. Qiang Xue 2013-01-04 18:56:25 -0500
  • a7ecbfee30 Fixing AR issues. Qiang Xue 2013-01-04 15:06:19 -0500
  • 30c52fad96 finished draft implementation of new AR. Qiang Xue 2013-01-04 12:05:24 -0500
  • 4d049fd97c AR WIP Qiang Xue 2013-01-04 08:46:55 -0500
  • 211c3fb884 AR WIP Qiang Xue 2013-01-03 23:49:25 -0500
  • 58490ae4ff AR WIP Qiang Xue 2013-01-03 16:41:20 -0500
  • 36f7302515 AR WIP Qiang Xue 2013-01-02 08:31:42 -0500
  • f8664a38de adjusted default application template Alexander Makarov 2012-12-26 20:08:35 +0400
  • 476266a25b moved UrlManager from web to base Alexander Makarov 2012-12-26 19:34:41 +0400
  • a7abcb0ff0 fixed constructors chain in base Application Alexander Makarov 2012-12-26 18:49:00 +0400
  • 32818ab19a added getter and setter for application title to web Controller Alexander Makarov 2012-12-26 17:34:27 +0400
  • 5dbf1e49fa fixed inconsistent return types for View::resolveBasePath Alexander Makarov 2012-12-26 17:02:22 +0400
  • 32f34b60b8 error handler now works properly with @ Alexander Makarov 2012-12-26 16:40:25 +0400
  • 4502d5c6ae fixed index errors in error handler Alexander Makarov 2012-12-26 16:36:09 +0400
  • 5ab4b06b86 bootstrap Alexander Makarov 2012-12-26 16:20:17 +0400
  • 7d7ee71d41 moved console formatting stuff to helper Alexander Makarov 2012-12-26 15:57:27 +0400
  • 78ab5c654a added ability to create own "yiic create" templates Alexander Makarov 2012-12-26 15:41:50 +0400
  • d59f6c00b8 better formatting of global parameters help Alexander Makarov 2012-12-25 19:53:10 +0400
  • 7fedc3096f yiic create is now able to generate default application Alexander Makarov 2012-12-25 18:33:26 +0400
  • 44af0aa97a AR wip Qiang Xue 2012-12-22 16:25:14 -0500
  • e3d57f0cf9 Merge branch 'console-color' Qiang Xue 2012-12-01 16:12:26 -0500
  • 0bdceee0fd Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2012-12-01 16:07:47 -0500
  • 328bb2c0ac Merge branch 'master' of git.yiisoft.com:yii2 into console-color Qiang Xue 2012-12-01 15:53:25 -0500
  • de35c62c4e RAR WIP Qiang Xue 2012-12-01 15:52:27 -0500
  • faaff8989c better conversion to array Alexander Makarov 2012-12-01 18:38:05 +0400
  • a8be9ce412 new AR WIP Qiang Xue 2012-11-17 08:35:53 -0500
  • 732bbe79d4 Merge branch 'master' of git.yiisoft.com:yii2 into console-color Qiang Xue 2012-11-13 15:48:37 -0500
  • 377181a008 new AR WIP Qiang Xue 2012-11-12 20:31:23 -0500
  • 794df81628 renamed order and group to orderBy and groupBy Qiang Xue 2012-11-12 03:47:24 -0800
  • e828cc6654 changed the default behavior of scenarios() Qiang Xue 2012-11-12 03:17:32 -0800
  • fee2c998f8 updated the default value of scenarios() Qiang Xue 2012-11-10 07:17:25 -0800
  • da786f657a Implemented new rules and safe attributes Qiang Xue 2012-11-09 17:47:50 -0800
  • e24ebc3eb5 Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2012-10-08 20:50:35 -0400
  • d876da383e ... Qiang Xue 2012-10-08 20:50:09 -0400
  • 119352a526 console color: improved api and documentation Carsten Brandt 2012-10-05 12:33:32 +0200
  • fbcf677697 documented model validation and scenarios Alexander Makarov 2012-10-04 20:16:18 +0400
  • 9f06233275 first draft of ANSI control sequence implementation Carsten Brandt 2012-09-25 13:36:50 +0200
  • 95b18d553b more on console apps Alexander Makarov 2012-09-09 04:29:39 +0400
  • ea1c5c7831 initial console commands adjustments Alexander Makarov 2012-09-09 04:01:27 +0400
  • c1ab0a9ae5 better formatting for console commands help Alexander Makarov 2012-09-09 03:14:33 +0400
  • 8403b60d9d fixed anonymous console command params Alexander Makarov 2012-09-09 03:00:58 +0400
  • 89b578259e web request/response WIP Qiang Xue 2012-09-03 20:00:09 -0400
  • 72ff81f73d Web WIP Qiang Xue 2012-09-01 22:42:43 -0400
  • 0657381f61 Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2012-08-30 21:18:00 -0400
  • b7a7800fec Fixed constructors. Qiang Xue 2012-08-30 21:17:42 -0400
  • 37eaaa8ccd made yii command executeable Carsten Brandt 2012-08-30 22:03:34 +0200
  • fd3c29aa2e Added console Request class. Refactored console Application code. Qiang Xue 2012-08-19 00:31:32 -0400
  • ec59da158e doc fixes Alexander Makarov 2012-08-16 14:26:10 +0400
  • 9b5e870a2d Added Component::__clone() Qiang Xue 2012-08-10 08:43:54 -0400
  • 8c26893992 Implemented new scope declaration syntax. Qiang Xue 2012-08-09 22:27:42 -0400
  • ea30da6a6c Fixed namespace of core commands. Qiang Xue 2012-08-07 07:03:16 -0400
  • b074ecebe0 renamed console controller folder name. Qiang Xue 2012-08-06 21:58:39 -0400
  • 7894217cc2 renamed method names. Qiang Xue 2012-08-06 21:54:40 -0400
  • a900301507 Added Validator::except. Qiang Xue 2012-07-26 13:19:43 -0400
  • b1047e7ff6 refactored object creation. added more exception classes. working on request and response classes. Qiang Xue 2012-06-30 22:21:28 -0400
  • d743d9bc02 ... Qiang Xue 2012-06-30 10:44:04 -0400
  • d46ac5b1be Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2012-06-17 15:56:21 -0400
  • d7a69b6029 typo fix. Qiang Xue 2012-06-17 15:55:30 -0400
  • ba4d9fc2b4 changed ->owner to ->context in error view Alexander Makarov 2012-06-10 12:00:03 +0400
  • b51aa4ed65 ... Qiang Xue 2012-06-07 14:45:15 -0400
  • 1599a2cf25 Removed Object::evaluateExpression(). Finished ExpressionDependency. Qiang Xue 2012-06-01 09:50:27 -0400
  • 37c874f1a2 ... Qiang Xue 2012-05-31 18:25:25 -0400
  • a1973f2c1d fixed behavior detaching. Qiang Xue 2012-05-31 18:25:08 -0400
  • 41650dd643 ... Qiang Xue 2012-05-30 23:10:54 -0400
  • bb92623f88 fixed doc. Qiang Xue 2012-05-30 09:09:56 -0400
  • 78623f3ebb Finished all cache components. Qiang Xue 2012-05-29 20:38:17 -0400
  • 23be1a7cdb ... Qiang Xue 2012-05-28 20:47:12 -0400
  • dcb531acdb Finished more caching components. Qiang Xue 2012-05-28 15:13:18 -0400
  • 130d141709 Finished Cache class. Qiang Xue 2012-05-28 14:15:49 -0400
  • c225242290 working on caching. Qiang Xue 2012-05-28 13:45:50 -0400
  • 0c85d56b74 finished view. Qiang Xue 2012-05-28 00:03:17 -0400
  • 2746b6ed46 vardumper Alexander Makarov 2012-05-25 12:48:12 +0300
  • a95096230b explicit argument type for merge Alexander Makarov 2012-05-25 12:47:54 +0300
  • cc240811f1 added explicit modifier Alexander Makarov 2012-05-25 12:47:13 +0300
  • e0dd12fb0d Merge remote-tracking branch 'origin/master' Alexander Makarov 2012-05-25 12:44:28 +0300
  • 7865a56d4e ... Qiang Xue 2012-05-24 23:12:08 -0400
  • 21a8f40e97 Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2012-05-24 19:45:27 -0400
  • ed9f225fb4 ... Qiang Xue 2012-05-24 19:45:15 -0400
  • c6db38ff26 phpdoc addition Alexander Makarov 2012-05-25 02:22:25 +0300
  • 3409c766fe Added missing echo to ErrorHandler Alexander Makarov 2012-05-25 02:18:58 +0300
  • e8b0fd1327 ... Qiang Xue 2012-05-19 09:46:32 -0400
  • b3460fc30e ... Qiang Xue 2012-05-18 12:32:11 -0400
  • b3e6169a3c .. Qiang Xue 2012-05-18 12:01:59 -0400
  • d1bd648a79 ... Qiang Xue 2012-05-18 10:55:00 -0400
  • e7a5e8ab37 ... Qiang Xue 2012-05-18 07:37:47 -0400
  • 6f528bac60 ... Qiang Xue 2012-05-12 23:24:49 -0400
  • 38dcae3d6b Finished help ccommand. Qiang Xue 2012-05-12 23:07:30 -0400
  • 12932f0d77 help command. Qiang Xue 2012-05-12 16:58:17 -0400
  • 769c1dee92 ... Qiang Xue 2012-05-12 10:52:55 -0400
  • be8dd940db ... Qiang Xue 2012-05-12 10:42:44 -0400
  • 5a72523a14 console commands. Qiang Xue 2012-05-12 00:28:23 -0400
  • a9b02d4e2e ... Qiang Xue 2012-05-11 22:03:30 -0400
  • 5f959a1cd2 ... Qiang Xue 2012-05-11 22:00:15 -0400
  • fbe907c170 ... Qiang Xue 2012-05-11 21:59:55 -0400
  • c84cb4a1a3 ... Qiang Xue 2012-05-11 21:58:39 -0400
  • 4f98bb84dc Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2012-05-11 21:57:46 -0400