Commit Graph

  • 77e0be5c69 Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2013-01-25 19:08:48 -0500
  • ceac41b250 MVC WIP Qiang Xue 2013-01-25 18:56:56 -0500
  • a6961f3404 patched controller and action creation Alexander Makarov 2013-01-26 00:21:04 +0100
  • debba89810 Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2013-01-25 08:44:25 -0500
  • 29398f4c22 MVC WIP Qiang Xue 2013-01-25 08:44:09 -0500
  • c0d439bac9 Component documentation wording Alexander Makarov 2013-01-20 21:39:08 +0100
  • 7ff5d02594 Merge branch 'master' of git.yiisoft.com:yii2 Qiang Xue 2013-01-23 14:50:51 -0500
  • d0d7498263 todo updates. Qiang Xue 2013-01-23 14:50:44 -0500
  • 41e7055193 updated StringHelper plural rules Carsten Brandt 2013-01-23 18:59:39 +0100
  • 7df4a9bd1d finished validator cleanup. Qiang Xue 2013-01-21 20:11:22 -0500
  • 4f1efc74a3 validator cleanup. Qiang Xue 2013-01-21 19:20:20 -0500
  • 78396afb02 validator cleanup. Qiang Xue 2013-01-20 19:39:56 -0500
  • 76b153a368 fixed event doc. Qiang Xue 2013-01-20 13:37:16 -0500
  • edc48dc9c7 removed ApplicationComponent. Qiang Xue 2013-01-20 11:26:15 -0500
  • 41ba44b729 adjusted logger event. Qiang Xue 2013-01-20 09:00:22 -0500
  • fb75c95813 refactored logging. Qiang Xue 2013-01-19 22:08:12 -0500
  • 373e6a705e refactored event declaration convention. Qiang Xue 2013-01-18 22:01:08 -0500
  • b181bc1c9f updated cache key usage. Qiang Xue 2013-01-18 18:36:43 -0500
  • 11d374a83d finished cleanup of caching components. Qiang Xue 2013-01-18 18:28:28 -0500
  • ce168fb3c8 cache cleanup WIP Qiang Xue 2013-01-18 16:09:29 -0500
  • c1328b6632 working on cache key. Qiang Xue 2013-01-18 12:45:10 -0500
  • abd3d827a2 refactoring. Qiang Xue 2013-01-18 10:37:22 -0500
  • 7f6a5568b4 Cleaned up SQLite support. Qiang Xue 2013-01-18 09:40:00 -0500
  • 6ed01e9645 DB cleanup. Qiang Xue 2013-01-18 08:35:09 -0500
  • 6dd495b65f Added init and afterFind events to AR. Implemented scope support. Qiang Xue 2013-01-17 20:58:50 -0500
  • ed8b795295 renamed exception classes. Qiang Xue 2013-01-17 19:55:10 -0500
  • b51d347465 Added count, average, sum, min, max, scalar methods to ActiveQuery. Added support for scopes defined in AR classes. Qiang Xue 2013-01-17 19:26:20 -0500
  • 63bb6efb6e wording fixes for AR docs Alexander Makarov 2013-01-17 23:15:22 +0100
  • ebecc09839 DB refactoring. Qiang Xue 2013-01-17 16:15:12 -0500
  • 9958a5802e DB cleanup Qiang Xue 2013-01-17 12:54:13 -0500
  • 9b62fb6786 DB cleanup. Qiang Xue 2013-01-17 08:46:08 -0500
  • 1cbfcb1955 clean up Qiang Xue 2013-01-15 20:52:29 -0500
  • b22e3b9f69 added 'afterOpen' event to Connection. Qiang Xue 2013-01-15 20:19:35 -0500
  • e150b7fae7 renamed Driver to Schema. Qiang Xue 2013-01-15 20:16:27 -0500
  • 39254a806b added test for "on .." and "as .." for Component. Qiang Xue 2013-01-15 19:22:31 -0500
  • 736d30684e refactored the active property of Connection and Transaction. refactored Transaction. Qiang Xue 2013-01-15 19:13:39 -0500
  • e0cd52fb65 moved Connection::getPdoType() to Command. Qiang Xue 2013-01-15 18:32:08 -0500
  • 5d90e6da80 removed scopes. finished AR documentation. Qiang Xue 2013-01-14 20:19:08 -0500
  • cc33a930c9 Finished AR API. Qiang Xue 2013-01-13 21:17:45 -0500
  • 3ca50f3043 clean up AR Qiang Xue 2013-01-13 10:23:03 -0500
  • 46ab456f4e finished new AR. Qiang Xue 2013-01-12 23:16:26 -0500
  • cf6c73c63e link relation WIP Qiang Xue 2013-01-12 13:09:58 -0500
  • ef8b092278 initial draft of saving related models. Qiang Xue 2013-01-11 23:10:35 -0500
  • 6243861138 AR WIP Qiang Xue 2013-01-10 12:41:16 -0500
  • c9b104f0a1 refactored AR relation. Qiang Xue 2013-01-09 16:50:17 -0500
  • 0e3e2698d7 cleanup of AR Qiang Xue 2013-01-09 11:13:49 -0500
  • 499f7bfce8 Added ArrayHelper::multisort() test. Qiang Xue 2013-01-08 19:52:41 -0500
  • c72d7dc96b cleanup WIP Qiang Xue 2013-01-08 17:31:03 -0500
  • 4dfcf7ae59 Added ArrayHelp::sort(). Qiang Xue 2013-01-08 11:53:54 -0500
  • 04cf537394 move back api docs. Qiang Xue 2013-01-08 10:52:35 -0500
  • 57a6e8f333 Added ArrayHelper::sort() Qiang Xue 2013-01-07 22:34:53 -0500
  • 88672ed1da furnishing base classes. Qiang Xue 2013-01-07 15:24:47 -0500
  • 8e05e6e62d changed copyright line. Qiang Xue 2013-01-07 11:34:52 -0500
  • e5cefb0133 moved api docs. Qiang Xue 2013-01-07 11:29:49 -0500
  • faef457f2c Fixed Object class. Qiang Xue 2013-01-07 11:21:30 -0500
  • ac9b315988 Fixed a via query bug. Qiang Xue 2013-01-07 08:44:23 -0500
  • fe90d4dda0 implemented auto-quoting for DB commands. Qiang Xue 2013-01-06 22:41:20 -0500
  • d15378ef43 moved db tests. Qiang Xue 2013-01-05 21:29:42 -0500
  • 2188ece107 refactoring DB Qiang Xue 2013-01-05 21:20:13 -0500
  • 9cd67bb6b4 Fixed query and schema caching renamings. Qiang Xue 2013-01-05 17:19:08 -0500
  • 9d75714b46 refactored query caching and schema caching. Qiang Xue 2013-01-05 17:09:07 -0500
  • 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