Commit Graph

4221 Commits

Author SHA1 Message Date
Qiang Xue
072e4351e6 Changed the way to set timestamp for multiple attributes. 2013-05-27 14:27:37 -04:00
Qiang Xue
f1ce0e165d Fixes issue #428 Allowing UniqueValidator to be used with non-AR models. 2013-05-27 13:43:48 -04:00
resurtm
458615f81a Merge branch 'master' of github.com:yiisoft/yii2 2013-05-27 23:00:54 +06:00
resurtm
5f269399f1 Better exception page look. 2013-05-27 22:59:32 +06:00
Qiang Xue
212649c822 Merge pull request #427 from creocoder/rbac-fixes
[READY] RBAC DbManager fixes
2013-05-27 09:48:35 -07:00
resurtm
cc5426e549 Removed unnecessary code from MSSQL schema. 2013-05-27 22:26:20 +06:00
resurtm
3870df7bc0 Hover and error line increased by 1 px. 2013-05-27 22:07:58 +06:00
resurtm
92aae3a0ba Error line number fix. 2013-05-27 21:55:52 +06:00
resurtm
adbbc52015 Error line number fix. 2013-05-27 21:52:59 +06:00
resurtm
c520dccab1 Error line number fix. 2013-05-27 21:48:14 +06:00
resurtm
b058c017be Lift off!11 #418 2013-05-27 21:42:39 +06:00
resurtm
9002196c49 MSIE fix. 2013-05-27 21:34:14 +06:00
resurtm
8964d6ec0a Fixes (theoretically) #418 and #413. 2013-05-27 21:06:08 +06:00
Alexander Kochetov
5730afea92 Removed echo 2013-05-27 18:58:58 +04:00
Alexander Kochetov
e96a012d79 RBAC DbManager fixes 2013-05-27 18:54:49 +04:00
Qiang Xue
3c3324cbda Merge branch 'master' of github.com:yiisoft/yii2 2013-05-26 20:10:16 -04:00
Qiang Xue
587529bf94 Always refetch the migration table definition. 2013-05-26 20:10:09 -04:00
Carsten Brandt
ff16c4ef05 Do not ignore composer.lock
a6c251d2ab (commitcomment-3291785)
2013-05-27 00:48:49 +02:00
Carsten Brandt
dff144797d composer.json indentation fix 2013-05-27 00:26:33 +02:00
Qiang Xue
3b6ebbcd1a Merge pull request #420 from lucianobaraglia/master
Removed dot in path
2013-05-26 15:25:23 -07:00
Carsten Brandt
a6c251d2ab Adjusted vendor dirs of example applications
- update composer json to chosse right path
- set vendorPath in application config if not default
2013-05-27 00:22:42 +02:00
Luciano Baraglia
833336340e Removed dot from framework path 2013-05-26 19:22:40 -03:00
Qiang Xue
4764404fb9 Merge branch 'master' of github.com:yiisoft/yii2 2013-05-26 18:01:58 -04:00
Qiang Xue
d48971a581 Added .htaccess file. 2013-05-26 18:01:40 -04:00
Carsten Brandt
cb8cc9f61d Fix error page alignment problems in various browsers
issue #418
2013-05-26 23:57:00 +02:00
Qiang Xue
1d3df026ae Merge branch 'master' of github.com:yiisoft/yii2 2013-05-26 17:54:04 -04:00
Qiang Xue
eb2d4fbd92 Added benchmark application. 2013-05-26 17:53:51 -04:00
Alexander Kochetov
5038c35f6d Refactoring 2013-05-27 01:45:36 +04:00
Qiang Xue
ac72927485 Merge pull request #414 from creocoder/jui-accordion-comments
[READY] jQuery UI accordion comments
2013-05-26 14:17:40 -07:00
Qiang Xue
37e609494a Merge pull request #416 from klimov-paul/asset-command-i-3
#72 Improve the "asset" command Iteration 3
2013-05-26 14:15:09 -07:00
Qiang Xue
f5d0bcbcfc Refactored cache key generation. 2013-05-26 17:09:09 -04:00
Qiang Xue
f17fde4acf Merge pull request #417 from votintsev/master
Moved add prefix ($this->keyPrefix) to the key in function buildKey().
2013-05-26 13:55:00 -07:00
Alexander Kochetov
e84f5649e6 jQuery UI tabs full rework 2013-05-27 00:26:23 +04:00
votintsev
0ab5bbaf40 Update Cache.php
Moved add prefix ($this->keyPrefix) to the key in function buildKey(). Could it be better?
2013-05-26 23:32:42 +04:00
Klimov Paul
f65d1398a5 Added skipping for absolute URLs at "AssetController::adjustCssUrl()". 2013-05-26 21:05:53 +03:00
Alexander Kochetov
73900b4bd1 jQuery UI tabs rework 2013-05-26 22:03:51 +04:00
Klimov Paul
2635b4775e Method "AssetController::adjustCssUrl()" has been applied to compress process. 2013-05-26 21:01:18 +03:00
Klimov Paul
b6ec6085fe Method "AssetController::adjustCssUrl()" has been complete. 2013-05-26 20:59:03 +03:00
Klimov Paul
265a6f1c39 Relative path composing at "AssetController::adjustCssUrl()" has been complete. 2013-05-26 20:47:34 +03:00
Alexander Kochetov
4c3e154d3a Comment fixes 2013-05-26 21:11:42 +04:00
Alexander Kochetov
39c2107599 Refactoring 2013-05-26 21:09:12 +04:00
Alexander Kochetov
353f198f73 jQuery UI accordion comments 2013-05-26 20:15:52 +04:00
Carsten Brandt
94e621f372 minor css fix for ErrorHandler
conflicting css class and bad positioned icon
2013-05-26 18:12:50 +02:00
Klimov Paul
fbc8e265ad Method "AssetController::adjustCssUrl()" has been implemented in basic. 2013-05-26 18:55:12 +03:00
Carsten Brandt
2e42553199 Merge pull request #411 from votintsev/master
Fixed an example of using buildKey in the doc
2013-05-26 08:50:19 -07:00
Qiang Xue
07d0e05414 Merge pull request #412 from creocoder/jui-accordion-rework
[READY] jQuery UI accordion rework
2013-05-26 08:36:28 -07:00
Qiang Xue
2653a662c4 Fixed docs for Sortable. 2013-05-26 11:35:26 -04:00
Qiang Xue
2dc251c376 Merge pull request #410 from creocoder/jui-sortable
[READY] JQuery UI sortable widget
2013-05-26 08:30:00 -07:00
Alexander Kochetov
2a7dae5bd9 Example from comments changed 2013-05-26 19:17:46 +04:00
Alexander Kochetov
8582f46d1a Example from comments changed 2013-05-26 19:15:36 +04:00