40 Commits

Author SHA1 Message Date
a1f7f8bcbe Fixes #1335: support view extension fallback 2013-11-28 23:58:14 -05:00
1b504be650 Fixes #1323: Added View::defaultExtension. 2013-11-26 08:52:21 -05:00
ff92af3f0b Fix doc 2013-11-21 19:43:10 +05:00
b0b1c27c85 Fix phpDoc var tag format 2013-11-12 06:21:04 +02:00
9b95a81b0c Fixed the rest phpDocs [skip ci] 2013-11-12 03:13:37 +00:00
927e9dddb4 Refactored View 2013-11-06 22:52:27 +04:00
155e9c6cba minor refactoring of view resolving code. 2013-10-28 22:11:58 -04:00
0258c151e0 Merge pull request #1058 from klimov-paul/view-context-interface
Proposal: creating ViewContext interface to determine view name
2013-10-28 18:55:19 -07:00
51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 2013-10-28 23:51:48 +03:00
b316ebee7f typo fix. 2013-10-27 10:16:10 -04:00
e4299afac1 minor code refacotring. 2013-10-25 20:33:16 -04:00
e0294ea724 'ViewContext' renamed to 'ViewContextInterface'. 2013-10-24 17:20:19 +03:00
83e353dd41 'ViewContext' interface extracted, files render workflow refactored to use this interface. 2013-10-24 16:55:48 +03:00
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