slavcodev
b0b1c27c85
Fix phpDoc var tag format
11 years ago
Taras Gudz
2617dfbaf3
Removed links to non-existent things phpDocs [skip ci]
11 years ago
Taras Gudz
9b95a81b0c
Fixed the rest phpDocs [skip ci]
11 years ago
Carsten Brandt
913eb62294
updated phpdoc and fixed generator read/write-only annotation
11 years ago
Alexander Makarov
927e9dddb4
Refactored View
11 years ago
Carsten Brandt
0222462ed7
fixed event php-doc
11 years ago
Qiang Xue
3f3a09e988
Added support for generating default alias for extensions.
11 years ago
Carsten Brandt
fc05ded1e0
typo
11 years ago
Alexander Mohorev
5d17dd06d1
Specify the exact type of the exception.
11 years ago
Qiang Xue
4b42d78f4e
Fixes #1117 : added support to map a single view directory to multiple themed view directories.
11 years ago
Luciano Baraglia
2880fb2899
Typo [skip ci]
11 years ago
Qiang Xue
8b00693a0a
Fixes #1025 : Implemented support for class-level events.
11 years ago
Qiang Xue
0ee120f5f9
refactored Component::off().
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
resurtm
0b82575a0b
Add missing @throws PHPDoc declaration.
11 years ago
Carsten Brandt
bcd1ad11a4
refactored MessageFormatter
11 years ago
Qiang Xue
b316ebee7f
typo fix.
11 years ago
Qiang Xue
e4299afac1
minor code refacotring.
11 years ago
Qiang Xue
2a71c72d7c
fixes #1066 : Added ActiveForm::validate() and validateMultiple()
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
Alexander Makarov
ee2af2661c
Removed unneeded use statements
11 years ago
Alexander Makarov
d5fd2bfe98
Removed re-declaration of $preload from Application
11 years ago
Carsten Brandt
40d06e6f43
more on short array syntax
11 years ago
Qiang Xue
c28a005fb8
Added extension initialization to application life cycle.
11 years ago
Qiang Xue
98bd4041dc
adjusted calling sequence within init().
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
8e1199b0f6
Moved setting controllerNamespace back to init
11 years ago
Alexander Makarov
9434cc8f40
Moved Application::$controllerNamespace init into variable declaration, reordered Module::__construct.
11 years ago
Qiang Xue
03861b6fde
Extension installer wip
11 years ago
Alexander Makarov
6bcacec946
Revert "Better handling of trying to configure already instantiated component"
...
This reverts commit 6b15768a3f
.
11 years ago
Alexander Makarov
8583de701d
Removed unnecessary call
11 years ago
Alexander Makarov
54e1abaa7b
Better Module::init refactoring
11 years ago
Alexander Makarov
3e2bcfdf52
Refactored Module::setBasePath to remove instanceof condition
11 years ago
Alexander Makarov
e8eccc281d
Refactored instanceof in Module into method in Application
11 years ago
Alexander Makarov
6b15768a3f
Better handling of trying to configure already instantiated component
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
resurtm
b3b5e36d42
Remove use ($this). Related to 9e1b498fb5
.
11 years ago
resurtm
9e1b498fb5
PHP 5.4 supports $this with closures.
11 years ago
Alexander Makarov
6f9785a293
fixes #995
11 years ago
Qiang Xue
8293e4d9d7
Refactored getModule and hasModule.
11 years ago
Luciano Baraglia
bce3afcca2
Module::getModule and Module::hasModule support for sub-modules - see #983
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
1600889f4e
added isAttributeActive to Model
...
consistent api for safe and required
11 years ago
Carsten Brandt
3a981e26da
improved errorhandler output
...
when error occurs while handling errors output was not readable in web
context
11 years ago
Carsten Brandt
72b4f4f717
added comment
11 years ago