59 Commits (4c1f872320310ad719e660f183c5dc91088463b1)

Author SHA1 Message Date
Alexander Makarov 4e2045c040
release version 2.0.41 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
My6UoT9 2ce927788a
Update phpdoc for widget->getId (#18295) 4 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
杨国帅 2c997cdb82 Fixes #16184: Fixed `yii\base\Widget` to access `stack` property with `self` instead of `static` 6 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Alexander Makarov 920877c815
Fixed WidgetEvent construction 8 years ago
user57376 7c1693479f
Fixes #12000: Added EVENT_INIT to widget 8 years ago
Alexander Makarov 767400da19
Fixes for #13457 as commented by @cebe 8 years ago
Alexander Makarov f20c0177af Fixes #7435: Added `EVENT_BEFORE_RUN`, `EVENT_AFTER_RUN` and corresponding methods to `yii\base\Widget` 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Carsten Brandt 93f6ddfbe9 document the fact that widgets use output buffering 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev d34d890a32 PSR-2 if-else statement 9 years ago
Alexander Mohorev 38ca276e1f PSR-2 try-catch statement 9 years ago
Mohamad Mohebifar b2e8bf2552 Update PHPDoc Comment 9 years ago
Carsten Brandt 1fe171b328 only close output buffer if it is still open 9 years ago
Carsten Brandt 10d0ad70af close output buffer for widget on exception 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov d0ddb56639 Fixes #699: fixed wrong usage of self and static 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Qiang Xue a4809bca1b Fixes #3091: Fixed inconsistent treatment of `Widget::run()` when a widget is used as a container and as a self-contained object 11 years ago
Qiang Xue 92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 595f55c504 api doc improvements 11 years ago
Alexander Makarov 1444e14853 Fixed Widget::widget 11 years ago
Alexander Makarov a2dca09e71 Modified phpdoc 11 years ago
Alexander Makarov db7e4a4401 Added echo output in case there's return 11 years ago
Alexander Makarov 4023f4215a Allow writing widgets using return instead of echo in the run method to make it consistent with controller 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 63640db65c Added `Widget::autoIdPrefix` to support prefixing automatically generated widget IDs 11 years ago
Alexander Makarov 66e5be7f7f Widget IDs are now always unique no matter if it's the same request or new one 11 years ago
Qiang Xue 73442fb12a doc fix. 11 years ago
Qiang Xue dd9facceed Added $key parameter to several methods in grid view. 11 years ago
Qiang Xue c6ecf4f2de Fixed public property naming. 11 years ago
Qiang Xue 49da1b4aad Fixes #1225: doc fix. 11 years ago