Commit Graph

906 Commits

Author SHA1 Message Date
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
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
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
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
Alexander Kochetov
9a98aa955c Removed Sortable::begin() ... Sortable::end() usage. 2013-05-26 19:06:28 +04:00
Alexander Kochetov
645969769e Overcoding removed ;) 2013-05-26 18:47:28 +04:00
Alexander Kochetov
c6076cb314 More refactoring 2013-05-26 18:30:36 +04:00
Alexander Kochetov
aad5c84f58 jQuery UI accordion rework 2013-05-26 18:26:59 +04:00
Alexander Kochetov
a834e1049d Sortable rework 2013-05-26 17:52:02 +04:00
Carsten Brandt
a56ec89685 Fixed typo in ErrorHandler
`$this` -> `$self`
2013-05-26 14:21:06 +02:00
Klimov Paul
ce6b73c88a Method "AssetController::adjustCssUrl()" has been created as blank 2013-05-26 14:53:41 +03:00
resurtm
afeee0a36c Proper colors. 2013-05-26 16:41:43 +06:00
resurtm
813c4f4a85 Previous exceptions refinements. 2013-05-26 16:36:06 +06:00
resurtm
b525d9c720 Fixed stack trace bug and added class/method call information. 2013-05-26 16:07:14 +06:00
votintsev
ead914176f Update Cache.php
Fixed an example of using buildKey in the doc
2013-05-26 13:33:35 +04:00
resurtm
2516176e44 Error/exception page is now 100% fluid. 2013-05-26 11:02:05 +06:00
Carsten Brandt
689080519e Added support for previous exceptions
PHP supports exception stacks since 5.3 so we should use it.
Also Errorhandler is now able to display the stack: #297
2013-05-26 04:38:13 +02:00
Carsten Brandt
0ef40b28d1 adjusted Exception error page header and title
make sure all information is displayed
Fixes comment by @creocoder issue #408
https://github.com/yiisoft/yii2/pull/408#issuecomment-18454179
2013-05-26 02:34:38 +02:00
Alexander Kochetov
c52d4a2eab Merge branch 'master' of https://github.com/yiisoft/yii2 into jui-sortable 2013-05-26 04:27:14 +04:00
Carsten Brandt
9d46f8e4fc added doc comment to Console::getScreensize() 2013-05-26 01:48:40 +02:00
Alexander Kochetov
489633b382 Introducing items 2013-05-26 02:43:24 +04:00
Alexander Kochetov
d2403ebf6d enableTheme => registerTheme 2013-05-26 02:40:01 +04:00
Alexander Kochetov
95003093c5 theme => enableTheme 2013-05-26 02:11:05 +04:00
Alexander Kochetov
408e0edacc Comment fix 2013-05-26 01:54:54 +04:00
Alexander Kochetov
fad2d4794d Refactoring 2013-05-26 01:51:57 +04:00
Alexander Kochetov
0fd30598b3 jQuery UI sortable widget 2013-05-26 01:44:34 +04:00
Alexander Kochetov
90d2a99bf3 \yii\jui\Widget::registerWidget() improvement 2013-05-26 01:43:04 +04:00
Alexander Kochetov
fadaa85350 jQuery UI autocomplete widget rework 2013-05-26 00:59:05 +04:00
Qiang Xue
29cb442a6d Merge pull request #378 from creocoder/jui-datepicker
[READY] jQuery UI DatePicker widget
2013-05-25 13:06:56 -07:00
Alexander Kochetov
594341fb16 language as code, not bundle 2013-05-25 22:33:50 +04:00
Alexander Makarov
cb0d741281 Added missing phpdoc 2013-05-25 21:57:11 +04:00
resurtm
a0def9c0ca Better view/template variables naming and more superglobals. 2013-05-25 23:11:17 +06:00
Alexander Kochetov
ca86a3e27e flat => inline 2013-05-25 20:44:40 +04:00
resurtm
c5f54e5f86 Shorter color codes and removed unnecessary CSS selectors. 2013-05-25 22:29:23 +06:00
resurtm
8958693494 Merge branch 'master' of github.com:yiisoft/yii2 into error-page 2013-05-25 21:53:43 +06:00