279 Commits (3d55ee5af06c8e790cc1a02ffd22731687802d0f)

Author SHA1 Message Date
Qiang Xue 93496bf8fd Fixes #5058: `yii\helpers\Html::activeCheckbox()` and `activeRadio()` will generate labels by default using the corresponding attribute labels 10 years ago
Carsten Brandt 3ff548a442 Refactored DateValidator to support ICU format 10 years ago
Carsten Brandt be655d4f39 extracted date format converting to a helper class 10 years ago
Qiang Xue 6a9b3c7774 Finished console Gii. 10 years ago
Qiang Xue b835422479 Fixes #4897: Added `yii\helpers\FileHelper::mimeMagicFile 10 years ago
Alexander Kochetov ed251d8993 Html::button() type is `button` by default 10 years ago
Qiang Xue fadfdf690a Refactored help system. [skip ci] 10 years ago
Qiang Xue 61284ed405 Fixes #3910: Removed the `container` option from `Html::checkbox()` and `Html::radio()` 10 years ago
Qiang Xue f51a263570 new asset management WIP 10 years ago
Qiang Xue 3786440288 Fixes #4762: Reverted automatic ID fix. 10 years ago
Klimov Paul 0bf16497af Convert 'caseless' option into 'caseSensitive' option at `yii\helpers\BaseFileHelper::findFiles()` 10 years ago
Klimov Paul 6461523aca Added 'caseless' option to `yii\helpers\BaseFileHelper::findFiles()` 10 years ago
Alex-Code 9b6f84ca58 BaseHtmlPurifier config can now be a closure 10 years ago
Alexander Makarov 7728274ce6 Fixes #4122: `Html::error()` and `Html::errorSummary()` are now accepting `encode` option. If set to false it prevents encoding of error messages 10 years ago
Qiang Xue 1c3e61ec26 Fixes #4591: `yii\helpers\Url::to()` will no longer prefix relative URLs with the base URL 10 years ago
verysimplenick 91e0a3c8ee fix typo in define $flavors['gfm-comment'] 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 7af92173b1 length arg of byteSubstr is now optional 10 years ago
Alexander Makarov cde71f4318 Added encoding to StringHelper::byteSubst() fallback 10 years ago
mbman 94dc27a30e Fixes #4497: Bad Request, Unable to verify your data submission 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Alexander Makarov 77e4a80edc Removed unused code 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Alexander Makarov 07f01bcf2b Used substr_compare instead of substr when we don't care about result 10 years ago
Alexander Makarov 92c64994cd Improved strtr calls 10 years ago
Alexander Makarov e17e99d332 Fixes #3887 10 years ago
Misbahul D Munir 6a6caf717b dropDownList encodeSpaces for subgroups 10 years ago
Qiang Xue e5a87af234 Fixes #4331: `yii\helpers\Url` now uses `UrlManager` to determine base URL when generating URLs 10 years ago
Qiang Xue 61b627a6fc Fixes #4318: `yii\helpers\Html::ul()` and `ol()` will return an empty list tag if an empty item array is given 10 years ago
Qiang Xue 502c5891a1 Fixes #4205 [skip ci] 10 years ago
Tobias Munk 8666504a4f fixed typo [skip ci] 10 years ago
Tobias Munk a799eeb9ce code style 10 years ago
Tobias Munk 7c04ff048f moved functionality to behavior, added tests 10 years ago
Tobias Munk 3fc4d5ebc9 fixes #1160 10 years ago
Carsten Brandt 74843ccbf4 make fileinfo optional requirement 10 years ago
resurtm 9bc8c3304b https://github.com/yiisoft/yii2/pull/4091#discussion_r14296860 10 years ago
resurtm 1327d8ad2d Fix possibility of non-removed symlinked directory. 10 years ago
Klimov Paul e6f7d9b625 Security helper files removed 10 years ago
resurtm fb9df78795 Fixes #4080, FileHelper::removeDirectory(): 10 years ago
Carsten Brandt 6578cfbdab updated phpdoc and classmap 10 years ago
Carsten Brandt 284ec069ad implemented ANSI strlen helper 10 years ago
Carsten Brandt 10dc407a3c implemented markdown parsing for console command description 10 years ago
Carsten Brandt f46cffb4e4 Implement console color ansi2html 10 years ago
Alexander Makarov 02e3746013 Fixed Inflector::slug to work properly with numbers 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov c3de3450a7 Fixes #3939: `\yii\Inflector::slug()` improvements: 10 years ago
Qiang Xue 24257e76c8 Fixes #3909: `Html::to()` should not prefix base URL to URLs that already contain scheme 10 years ago
Qiang Xue 084819b84c refactored file validator. 10 years ago
Mark 42643e3747 type validation adjusted 10 years ago