265 Commits (258175149d1dceb44c382ea34339dafff3eed107)

Author SHA1 Message Date
githubjeka 9824da5883 update phpDoc of \yii\widgets\ActiveField::error 9 years ago
Klimov Paul 2fe7ed05f0 Fixed setup of 'definitions' and 'aliases' at `yii\widgets\MaskedInput` 9 years ago
boehsermoe 22dceedabb Fixed DetailView for arrayable models 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
Daniel Gomez Pan cd7039e97c WIP #10764 9 years ago
Rudolf Jurišić 2778b4e613 Grammar fix 9 years ago
SilverFire - Dmitry Naumenko e8aa60e411 Merge branch 'pjax' of https://github.com/Alex-Code/yii2 into Alex-Code-pjax 9 years ago
Carsten Brandt a8448eba47 Update LinkPager.php 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
SilverFire - Dmitry Naumenko 723e3a9850 Updated ActiveField::getInputId PHPDoc, CHANGELOG 9 years ago
Alexander Makarov 00e328753a Fixes #10029: Fixed MaskedInput not working with PJAX 9 years ago
derekisbusy 17e2255472 Fixes #6363, #8301, #8582, #9566: Fixed data methods and PJAX issues when used together 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
Nikola Kovacs a7a8f1e0cf Fix links in documentation 9 years ago
Alexander Makarov 50cd3e1123 Fixes #6200 9 years ago
Alexandr 760a164238 Fixes #9711: Added `yii\widgets\LinkPager::$pageCssClass` that allows to set default page class 9 years ago
Alexander Makarov 43918f2ef6 Fixes #9411: `DetailView` now automatically sets container tag ID in case it's not specified 9 years ago
Taras Gudz 14fe0c3f80 Fixes #9382 9 years ago
Carsten Brandt 13fca3bc54 alternative solution for issue #7627 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Nikola Kovacs 2577a5915b Fixes #7259: Added `errorAttributes` parameter to ActiveForm `afterValidate` event. Made scrolling to first error optional 9 years ago
Nikola Kovacs 49e5c59a75 Fix phpdoc 9 years ago
Anton Andersen b46fad439c Fixes #9011: Allow `yii\widgets\MaskedInput` to produce an input tag of a custom type 9 years ago
Ivan Orlov b548c8f710 Fixed determine active menu item with url-alias in route 9 years ago
Alexander Mohorev e9494d15c3 Remove unused variable 9 years ago
kidol 9b3a6989f5 Fixes #8613: FragmentCache storing empty content causes problem with PageCache 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Klimov Paul 563deea02c `yii\widgets\ActiveField` now uses corresponding methods for default parts rendering 9 years ago
Nghia Nguyen 968d59cd48 Add property $linkOptions into LinkSorter widget 9 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Carsten Brandt 6d14f6e74d phpdoc typo 10 years ago
Nikola Kovacs 048c89f15d Fix FragmentCache when enabled is false. 10 years ago
Carsten Brandt 94d6843f8b added FragmentCache test for issue #8273 10 years ago
Carsten Brandt 4496e2c405 preserve configuration of gridview even when called multiple times 10 years ago
Qiang Xue 2c94bb0899 Fixes #7808: Adjusted Masked input to correctly generate the hash variable to store the plugin options 10 years ago
Klimov Paul 91a6e4bc8e Fixed incorrect URL config processing at `yii\web\Application::handleRequest()` and `yii\widgets\Menu::items` if route element is not a first one 10 years ago
Klimov Paul 85ca8c3712 Added ability to specify hints for model attributes 10 years ago
Alexander Makarov 59a9f47f8e Fixed last page label 10 years ago
Alexander Makarov a733ecd40c `yii\widgets\LinkPager::$firstPageLabel` and `yii\widgets\LinkPager::$lastPageLabel` now could be set to true in order to use page number as label 10 years ago
Kirsa Denis cafd135022 Fixes #8064: Added ability to remove containing menu tag by setting `yii\widgets\Menu::$options['tag']` to `false` 10 years ago
Alexander Makarov 36a0e8384a Fixes #7918: `yii\widgets\Pjax` got ability to avoid registering link/form handler via setting `false` to `$linkSelector`/`$formSelector` 10 years ago
Carsten Brandt 92b1ba77db improved phpdoc of ActiveForm 10 years ago
Carsten Brandt cd0093f7bd rework grid/list/detail view guide and docs 10 years ago
Carsten Brandt 1945738c8d improved and fixed Html helper and ActiveField phpdoc 10 years ago
Artem Belov 81bcd116a8 Added "submenuTemplate" property for "items" config in Menu widget 10 years ago
Qiang Xue 0eb27981cd Fixes #7440: Added support to automatically set the `maxlength` attribute for `Html::activeTextInput()` 10 years ago
Carsten Brandt 30e45a4aea improve documentation about uncheck and unselect in activefield 10 years ago
justinvoelker f2523cb5d7 Update ActiveField.php 10 years ago