690 Commits (master)

Author SHA1 Message Date
Alex-Code ca6583a045 Update BaseStringHelper.php 11 years ago
Qiang Xue ab218addda Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths 11 years ago
Alexander Makarov c7c708d454 Removed unused imports 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Carsten Brandt b1f4d5d4bf allow . in input name 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
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