Qiang Xue
a1f7f8bcbe
Fixes #1335 : support view extension fallback
11 years ago
Qiang Xue
1b504be650
Fixes #1323 : Added View::defaultExtension.
11 years ago
Sergey Gonimar
ff92af3f0b
Fix doc
11 years ago
slavcodev
b0b1c27c85
Fix phpDoc var tag format
11 years ago
Taras Gudz
9b95a81b0c
Fixed the rest phpDocs [skip ci]
11 years ago
Alexander Makarov
927e9dddb4
Refactored View
11 years ago
Qiang Xue
155e9c6cba
minor refactoring of view resolving code.
11 years ago
Alexander Mohorev
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.
11 years ago
Qiang Xue
b316ebee7f
typo fix.
11 years ago
Qiang Xue
e4299afac1
minor code refacotring.
11 years ago
Paul Klimov
e0294ea724
'ViewContext' renamed to 'ViewContextInterface'.
11 years ago
Paul Klimov
83e353dd41
'ViewContext' interface extracted, files render workflow refactored to use this interface.
11 years ago
Qiang Xue
b03b38fb0d
Added $publish parameter to AssetManager::getBundle().
11 years ago
Carsten Brandt
1475b46249
adjusted asset phpdoc after refactoring #996
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Qiang Xue
3e159c9969
Removed the extra EOLs.
11 years ago
egorpromo
af966d529a
I add new line in methods that render code in the head and for body
11 years ago
iJackUA
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');
11 years ago
Carsten Brandt
72b4f4f717
added comment
11 years ago
Carsten Brandt
80cf9c8be9
better error message
11 years ago
Carsten Brandt
a922c41ee6
more asset bundle tests and docs
11 years ago
Carsten Brandt
abc1e0c2bb
fix issue #700
...
adjust depended asset position or throw exception on conflict
11 years ago
Carsten Brandt
a6784f4ae9
doc fix
11 years ago
Qiang Xue
9836b28ed3
Fixes #884 .
11 years ago
Qiang Xue
1aa836ffc7
use meta tags to pass CSRF token.
11 years ago
Carsten Brandt
ca69ef09d4
update of @property annotations
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Alexander Makarov
805706b26e
more view docs
11 years ago
Qiang Xue
922f185b6f
bug fix.
11 years ago
Qiang Xue
d1c41fe144
changed to trace from info.
11 years ago
Qiang Xue
a128bffb47
Fix for asset command.
11 years ago
Qiang Xue
368a4cfe66
Asset feature refactoring (WIP)
11 years ago
Qiang Xue
4ec0a61af1
Added logging of view files.
12 years ago
Qiang Xue
20666567e8
debug toolbar WIP
12 years ago
Qiang Xue
03e07f4340
cleaned up "use" statements.
12 years ago
Qiang Xue
c9a7119b91
Fixes issue #467 : allow view file to be absent as long as the themed version exists.
12 years ago
Qiang Xue
e1cde74b7b
Fixed doc.
12 years ago
Carsten Brandt
3ac84240b6
added note about dependency to registerJsFile
...
Fixes #373
12 years ago
Qiang Xue
c401bb4926
Updated the doc about view renderer.
12 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Qiang Xue
04a825f462
Finished bootstrap Widget and Modal.
12 years ago
Qiang Xue
5f23f631ba
hashing the key for registerCss and registerJs.
12 years ago
Qiang Xue
0d41a25eb4
Added support for View::POS_READY.
12 years ago
Rinat Silnov
f675cdf3e7
Added file extension in View::beginContent docs
12 years ago
Qiang Xue
2d8a465c2f
Fixes issue #257 : removed the $view parameter from widget methods.
12 years ago
Qiang Xue
4fa377d890
Added default class for theme.
12 years ago
Qiang Xue
51f4424332
Fixes issue #172 : Implemented new usage of widgets.
12 years ago
Carsten Brandt
c5d382c68a
added newline to end of header and body blocks in View
...
issue #237
12 years ago
resurtm
c98628d42e
CS fixes.
12 years ago
resurtm
5575f53657
CS fixes.
12 years ago