Qiang Xue
|
6f11f9e349
|
script WIP
|
2013-04-09 22:28:56 -04:00 |
|
Qiang Xue
|
df94d6aa30
|
refactored FileTarget.
|
2013-04-09 22:28:33 -04:00 |
|
Qiang Xue
|
1df9114b9a
|
refactored ErrorException handling.
|
2013-04-09 22:28:13 -04:00 |
|
Qiang Xue
|
79b278c816
|
refactored theme.
|
2013-04-09 08:38:31 -04:00 |
|
Qiang Xue
|
fc415b154c
|
normalize class name.
|
2013-04-09 07:45:46 -04:00 |
|
Qiang Xue
|
c146d6c5e3
|
allow global configuration of classes.
|
2013-04-09 07:44:01 -04:00 |
|
Qiang Xue
|
486ab3ff67
|
script WIP
|
2013-04-08 08:30:10 -04:00 |
|
Qiang Xue
|
ad4cf9e8fa
|
Added beforeRender and afterRender to View.
|
2013-04-05 21:12:49 -04:00 |
|
Qiang Xue
|
a421f9f1ab
|
refactored component event.
|
2013-04-05 19:29:10 -04:00 |
|
Qiang Xue
|
31777c9231
|
Fixed render issue.
|
2013-04-05 12:43:55 -04:00 |
|
Qiang Xue
|
52a160cb7b
|
refactored validators.
|
2013-04-05 10:21:43 -04:00 |
|
Qiang Xue
|
ae6c69fc8f
|
refacotring validators.
|
2013-04-05 08:32:13 -04:00 |
|
Qiang Xue
|
86f947e9ef
|
Finished DateValidator.
|
2013-04-04 21:22:59 -04:00 |
|
Qiang Xue
|
bb5b6a4191
|
Finished FileValidator and UploadedFile.
Added Model::formName().
|
2013-04-04 16:53:50 -04:00 |
|
Qiang Xue
|
421e31ec0f
|
finished validator refactoring.
|
2013-04-04 10:57:01 -04:00 |
|
Qiang Xue
|
3bd186deeb
|
refactored validators.
|
2013-04-03 23:23:32 -04:00 |
|
Alexander Makarov
|
b5b1d91e90
|
Merge branch 'origin/master'
|
2013-04-04 01:15:08 +04:00 |
|
Alexander Makarov
|
0824e1c15d
|
Removed old reviews and code style (it's on github wiki now)
|
2013-04-04 01:14:40 +04:00 |
|
Qiang Xue
|
6519da3c92
|
reverted back the previous changes, and fixed ChainedDependency.
|
2013-04-03 15:15:03 -04:00 |
|
Qiang Xue
|
29ec4b63cf
|
Merge branch 'master' of git.yiisoft.com:yii2
|
2013-04-03 14:51:22 -04:00 |
|
Qiang Xue
|
62fd92bf72
|
validator wip
|
2013-04-03 14:51:15 -04:00 |
|
resurtm
|
b9a835518a
|
Fixes issue related to the cache dependencies constructor parameters. (Discussed via Skype with Qiang.)
|
2013-04-04 00:05:09 +06:00 |
|
resurtm
|
aad6e6c8ce
|
Unused use has been removed.
|
2013-04-04 00:01:09 +06:00 |
|
resurtm
|
4fe13c937f
|
ChainedDependency typo fix.
|
2013-04-03 23:10:54 +06:00 |
|
Qiang Xue
|
0e8e94bcb9
|
cleanup.
|
2013-04-02 17:59:54 -04:00 |
|
Qiang Xue
|
c629ad776a
|
Finished plural forms.
|
2013-04-01 17:59:14 -04:00 |
|
Qiang Xue
|
78457bf009
|
fetching plural rule data.
|
2013-04-01 14:58:44 -04:00 |
|
Qiang Xue
|
2026d3824b
|
allow using existing column to store lock version.
|
2013-04-01 08:32:52 -04:00 |
|
Qiang Xue
|
c6a1327897
|
renamed lockVersion to optimisticLock
|
2013-03-31 22:09:13 -04:00 |
|
Qiang Xue
|
7de94d7fe9
|
Implemented optimistic locking for AR.
|
2013-03-31 22:03:51 -04:00 |
|
Qiang Xue
|
906e402ba8
|
ActiveRecord::update() and ActiveRecord::delete() now returns the number rows affected.
|
2013-03-31 21:20:42 -04:00 |
|
Qiang Xue
|
c32a202d82
|
refactored MVC.
|
2013-03-31 20:21:29 -04:00 |
|
Qiang Xue
|
b0cc86dfcd
|
added Command::getRawSql()
|
2013-03-30 21:39:31 -04:00 |
|
Qiang Xue
|
597082a11a
|
Automatic table and column name quoting.
|
2013-03-30 18:28:54 -04:00 |
|
Qiang Xue
|
2dbfda651a
|
Merge branch 'master' of git.yiisoft.com:yii2
|
2013-03-29 23:32:41 -04:00 |
|
Qiang Xue
|
6a2bfae41c
|
use parameter binding for query builder.
|
2013-03-29 23:32:34 -04:00 |
|
Qiang Xue
|
7d27d65a13
|
bug fix.
|
2013-03-29 15:04:15 -04:00 |
|
Alexander Makarov
|
92e634db66
|
Ability to configure session cookie, httponly by default
|
2013-03-29 22:54:45 +04:00 |
|
Qiang Xue
|
f69a73baf2
|
refactored User and Identity classes.
|
2013-03-29 13:31:08 -04:00 |
|
Alexander Makarov
|
9da81894be
|
moved helper test from util namespace to helpers namespace, added tests for StringHelper
|
2013-03-29 18:23:50 +04:00 |
|
Qiang Xue
|
00319fb898
|
Fixed about previous exception.
|
2013-03-29 08:32:58 -04:00 |
|
Qiang Xue
|
4f2a69e9e1
|
Added IP to log result.
|
2013-03-29 08:26:04 -04:00 |
|
Qiang Xue
|
4d93e468d6
|
Fixed UserEvent bug.
Updated docs.
|
2013-03-29 08:17:23 -04:00 |
|
Qiang Xue
|
c0d0d1dc35
|
Finished User.
|
2013-03-28 23:53:36 -04:00 |
|
Qiang Xue
|
6aa86712e2
|
User WIP
|
2013-03-28 21:51:31 -04:00 |
|
Qiang Xue
|
b7be92cecd
|
Merge branch 'master' of git.yiisoft.com:yii2
|
2013-03-28 20:13:31 -04:00 |
|
Carsten Brandt
|
4d59587320
|
fixed constructor overriding in test classes
now use setUp() instead
|
2013-03-29 01:10:03 +01:00 |
|
Qiang Xue
|
8c6678212d
|
Merge branch 'master' of git.yiisoft.com:yii2
|
2013-03-28 20:08:00 -04:00 |
|
Qiang Xue
|
e7295ad564
|
Use __METHOD__ as log category.
|
2013-03-28 20:07:49 -04:00 |
|
Alexander Makarov
|
9923888637
|
More Model tests
|
2013-03-29 03:22:50 +04:00 |
|