4687 Commits (a78d8b59b2ccbcbd6e9909ddd1cfb540641a30e0)
 

Author SHA1 Message Date
Qiang Xue fc415b154c normalize class name. 12 years ago
Qiang Xue c146d6c5e3 allow global configuration of classes. 12 years ago
Qiang Xue 486ab3ff67 script WIP 12 years ago
Qiang Xue ad4cf9e8fa Added beforeRender and afterRender to View. 12 years ago
Qiang Xue a421f9f1ab refactored component event. 12 years ago
Qiang Xue 31777c9231 Fixed render issue. 12 years ago
Qiang Xue 52a160cb7b refactored validators. 12 years ago
Qiang Xue ae6c69fc8f refacotring validators. 12 years ago
Qiang Xue 86f947e9ef Finished DateValidator. 12 years ago
Qiang Xue bb5b6a4191 Finished FileValidator and UploadedFile. 12 years ago
Qiang Xue 421e31ec0f finished validator refactoring. 12 years ago
Qiang Xue 3bd186deeb refactored validators. 12 years ago
Alexander Makarov b5b1d91e90 Merge branch 'origin/master' 12 years ago
Alexander Makarov 0824e1c15d Removed old reviews and code style (it's on github wiki now) 12 years ago
Alexander Makarov 4a78705934 Better phpdoc for view renderers, composite view renderer 12 years ago
Alexander Makarov 6c00f6d2b4 Merge branch 'master' 12 years ago
Qiang Xue 6519da3c92 reverted back the previous changes, and fixed ChainedDependency. 12 years ago
Qiang Xue 29ec4b63cf Merge branch 'master' of git.yiisoft.com:yii2 12 years ago
Qiang Xue 62fd92bf72 validator wip 12 years ago
resurtm b9a835518a Fixes issue related to the cache dependencies constructor parameters. (Discussed via Skype with Qiang.) 12 years ago
resurtm aad6e6c8ce Unused `use` has been removed. 12 years ago
resurtm 4fe13c937f ChainedDependency typo fix. 12 years ago
Qiang Xue 0e8e94bcb9 cleanup. 12 years ago
Qiang Xue c629ad776a Finished plural forms. 12 years ago
Qiang Xue 78457bf009 fetching plural rule data. 12 years ago
Qiang Xue 2026d3824b allow using existing column to store lock version. 12 years ago
Qiang Xue c6a1327897 renamed lockVersion to optimisticLock 12 years ago
Qiang Xue 7de94d7fe9 Implemented optimistic locking for AR. 12 years ago
Qiang Xue 906e402ba8 ActiveRecord::update() and ActiveRecord::delete() now returns the number rows affected. 12 years ago
Qiang Xue c32a202d82 refactored MVC. 12 years ago
Qiang Xue b0cc86dfcd added Command::getRawSql() 12 years ago
Qiang Xue 597082a11a Automatic table and column name quoting. 12 years ago
Qiang Xue 2dbfda651a Merge branch 'master' of git.yiisoft.com:yii2 12 years ago
Qiang Xue 6a2bfae41c use parameter binding for query builder. 12 years ago
Qiang Xue 7d27d65a13 bug fix. 12 years ago
Alexander Makarov 92e634db66 Ability to configure session cookie, httponly by default 12 years ago
Qiang Xue f69a73baf2 refactored User and Identity classes. 12 years ago
Carsten Brandt 7efe3b1483 Redis active record data storage implementation 12 years ago
Alexander Makarov 9da81894be moved helper test from util namespace to helpers namespace, added tests for StringHelper 12 years ago
Qiang Xue 00319fb898 Fixed about previous exception. 12 years ago
Qiang Xue 4f2a69e9e1 Added IP to log result. 12 years ago
Qiang Xue 4d93e468d6 Fixed UserEvent bug. 12 years ago
Qiang Xue c0d0d1dc35 Finished User. 12 years ago
Qiang Xue 6aa86712e2 User WIP 12 years ago
Qiang Xue b7be92cecd Merge branch 'master' of git.yiisoft.com:yii2 12 years ago
Carsten Brandt 4d59587320 fixed constructor overriding in test classes 12 years ago
Qiang Xue 8c6678212d Merge branch 'master' of git.yiisoft.com:yii2 12 years ago
Qiang Xue e7295ad564 Use __METHOD__ as log category. 12 years ago
Carsten Brandt f4ebd91cfb Merge branch 'master' into redis 12 years ago
Carsten Brandt 0d2f5028ef Finished Redis Connection class 12 years ago