27 Commits

Author SHA1 Message Date
b03b38fb0d Added $publish parameter to AssetManager::getBundle(). 2013-10-20 10:31:06 -04:00
1475b46249 adjusted asset phpdoc after refactoring #996 2013-10-20 12:45:05 +02:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
3e159c9969 Removed the extra EOLs. 2013-10-16 12:07:09 -04:00
253becaef5 View default value for $params
To prevent Warning "Trying to get property of non-object" in case when nothing set to params, but you try to get some key (check is there something)

ArrayHelper::getValue($this->view->params, 'abc');
2013-10-15 09:56:16 +03:00
72b4f4f717 added comment 2013-10-11 02:20:51 +02:00
80cf9c8be9 better error message 2013-10-11 02:19:32 +02:00
a922c41ee6 more asset bundle tests and docs 2013-10-11 02:14:59 +02:00
abc1e0c2bb fix issue #700
adjust depended asset position or throw exception on conflict
2013-10-11 01:54:05 +02:00
a6784f4ae9 doc fix 2013-10-11 01:14:40 +02:00
9836b28ed3 Fixes #884. 2013-09-18 00:35:31 -04:00
1aa836ffc7 use meta tags to pass CSRF token. 2013-09-17 21:00:19 -04:00
ca69ef09d4 update of @property annotations 2013-08-28 14:59:52 +02:00
bdb77f33ba updated @property annotations of many classes 2013-08-28 14:16:13 +02:00
805706b26e more view docs 2013-08-16 02:03:41 +04:00
922f185b6f bug fix. 2013-08-12 20:05:54 -04:00
d1c41fe144 changed to trace from info. 2013-08-10 12:22:32 -04:00
a128bffb47 Fix for asset command. 2013-07-16 21:43:17 -04:00
368a4cfe66 Asset feature refactoring (WIP) 2013-07-15 22:49:22 -04:00
4ec0a61af1 Added logging of view files. 2013-07-10 13:09:34 -04:00
20666567e8 debug toolbar WIP 2013-06-27 21:50:38 -04:00
03e07f4340 cleaned up "use" statements. 2013-06-14 22:42:55 -04:00
c9a7119b91 Fixes issue #467: allow view file to be absent as long as the themed version exists. 2013-05-31 08:43:15 -04:00
e1cde74b7b Fixed doc. 2013-05-30 07:57:06 -04:00
3ac84240b6 added note about dependency to registerJsFile
Fixes #373
2013-05-28 00:13:52 +02:00
c401bb4926 Updated the doc about view renderer. 2013-05-24 10:02:52 -04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00