308 Commits (e4cf948c0b466aa5b030cdc718e512a24da005e8)

Author SHA1 Message Date
Qiang Xue 201043244d doc fixes [skip ci] 10 years ago
Qiang Xue cc3209cf26 Fixes #4502: Added alias support to URL route when calling `Url::toRoute()` and `Url::to()` 10 years ago
Aviator-Coding ab926df29f Update BaseArrayHelper.php 10 years ago
Nikola Basic 95586f243c Fixed docblock for htmlEncode and htmlDecode [skip ci] 10 years ago
Carsten Brandt 8b79293ff2 added missing `@since` annotations 10 years ago
Qiang Xue 87c002d5b3 Fixes #6207: Added support for truncating HTML strings using `StringHelper::truncate()` and `StringHelper::truncateWords()` 10 years ago
Alex-Code 562417c572 truncate and truncateWords can now preserve HTML 10 years ago
Andrei Chugunov 0afd13f0da Update BaseHtml.php 10 years ago
Qiang Xue cf0c8c37dd Fixes #5983: Added `Inflector::sentence()` 10 years ago
pana1990 a61c869256 fix docs 10 years ago
pana1990 eddbb6bedb dropped locale option 10 years ago
pana1990 a87c55ff97 fix camelCase syntax 10 years ago
pana1990 05263692e5 Fixes #5938: add sentence method in Arrayhelper for convert the array to a comma-separated sentence 10 years ago
Vasiliy Baukin ba68986df0 Update BaseArrayHelper.php 10 years ago
Artem Belov bcd2392673 ArrayHelper::toArray() now uses $properties parameter in recursive calls for descending objects 10 years ago
Victor Demin e923a13ccd Readme on "uncheck" parameter in activeCheckbox 10 years ago
Qiang Xue f9fba181d6 Fixes #5806: Allow `Html::encode()` to be used when the application is not started 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Alexander Mohorev 64b4d6dca1 Correct order of property declaration 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Carsten Brandt 49961c4896 change Console::confirm() output to use stdout 10 years ago
Alexander Makarov b560c9bc90 Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper 10 years ago
Alexander Makarov 48ec791e4a Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()` 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Carsten Brandt 3e3948d8ea fix breaking changes in markdown for console and API 10 years ago
Kartik Visweswaran 03b88dd618 Fixes #5424: `Html::addCssStyle()` wasn't correctly setting style passed in array 10 years ago
armab ef127f6855 Fixes #5316: Added `startsWith()` and `endsWith()` to `yii\helpers\StringHelper`. Methods are binary-safe, multibyte-safe and optionally case-insensitive 10 years ago
Michael Härtl bf97adbf64 Expand abnormally used ternary operator to if 10 years ago
Nghia Nguyen 2eda2725d0 Fixes #5164: Added `Inlfector::$transliterator` that can be used to customize intl transliteration 10 years ago
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