279 Commits (3d55ee5af06c8e790cc1a02ffd22731687802d0f)

Author SHA1 Message Date
Qiang Xue b7d6f6141a Added `isAssociative()` and `isIndexed()` to `yii\helpers\ArrayHelper` 11 years ago
Alex-Code 4bec5fe748 Update BaseStringHelper.php 11 years ago
lubosdz 164459f90a Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
lubosdz 0040633fa4 Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
Alex-Code 50efd32322 Update BaseStringHelper.php 11 years ago
Alex-Code 57a948e755 Update BaseStringHelper.php 11 years ago
Alex-Code ad039e125a New truncate and truncateWords methods 11 years ago
Carsten Brandt 27659d1776 fixed FileHelper private method static call 11 years ago
Carsten Brandt 67dd874e0c renamed console controller optoins param $id to $actionId 11 years ago
Carsten Brandt 0b2aafc780 fixed private / self in helpers 11 years ago
Carsten Brandt d774e7f127 fixed recursive call of ArrayHelper::toArray() 11 years ago
Qiang Xue b6b7a8f235 removed srand() 11 years ago
Carsten Brandt 94fb8672d1 fixed url helper to not prepend to relative URLs 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue 6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov ed5007e44b more reference fixes 11 years ago
Alexander Makarov d5df12039f fixed another reference 11 years ago
Alexander Makarov 3b1d558942 fixed refences 11 years ago
Carsten Brandt 6fff5662df better use @see for See in phpdoc 11 years ago
Carsten Brandt c94a40e90d added a large amount of missing documentation 11 years ago
Qiang Xue 252f49b97a doc fixes. 11 years ago
Alexander Makarov 842e7eb573 Added tests, final Url helper adjustments 11 years ago
Alexander Makarov bddad5280c Combined $schema and $absolute into $schema 11 years ago
Alexander Makarov 577f8a5c50 Added separate schema and absolute parameters 11 years ago
Alexander Makarov 2b842ecc57 Moded URL management methods from controller to Url helper, updated docs 11 years ago
Alexander Makarov 1276970ce5 Made $url default consistent 11 years ago
Alexander Makarov aeb25c39e1 Further adjustments for Url helper 11 years ago
Alexander Makarov 338bc86e6d Fixed absolute URLs in Url::to 11 years ago
Alexander Makarov 67af6bc84a Fixed inconsistent usage of getters 11 years ago
Alexander Makarov cb5a889621 Fixed recursion 11 years ago
Alexander Makarov 5d6c314d4e Adjusted URL helper, fixed usage 11 years ago
Alexander Makarov 92b381795b Adjusted Url helper methods 11 years ago
Alexander Makarov 73b7e03ec3 Argument for Url::base is now optional 11 years ago
Alexander Makarov 8df9dddd70 Added Url::createAbsolute, adjusted signiatures 11 years ago
Alexander Makarov 2cd5f982fe Renamed methods, added Url::getHome 11 years ago
Alexander Makarov 14fc5bd1de Added Url::canonical 11 years ago
Alexander Makarov 5420517e21 Added Url::rememberReturnUrl 11 years ago
Alexander Makarov e758608a5a Added Url::asset 11 years ago
Alexander Makarov 3400eb5215 #2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create` 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Carsten Brandt 3777ec2bd3 fixed > 100 typos introduced by me :-) 11 years ago
Qiang Xue c64ab9d7fc Fixes #2624: Html::textArea() should respect "name" option. 11 years ago
Alexander Makarov b0ef4c9084 Removed unused variables 11 years ago
AlexGx d3171b6cfb fix code style php5.4 syntax 11 years ago
AlexGx 045eb9f7ee Inline control structures are not allowed 11 years ago
AlexGx eaaa5b1bb5 fix code style 11 years ago
AlexGx 35651ea122 fix code style `Expected 1 space after FUNCTION keyword; 0 found` 11 years ago
AlexGx 0f50e038c8 fix phpDoc, added @throws annotation BaseFileHelper::copyDirectory 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago