2360 Commits (f87016253515d85d8ec43a514d42baa2725e709a)
 

Author SHA1 Message Date
Carsten Brandt f870162535 fixed indentation of PhpDocController and sort properties alphabetically 11 years ago
Carsten Brandt 1c9b9681a7 phpdoc command skip classes that do not extend Object 11 years ago
Carsten Brandt df21e10c5d fixed postioning of property tags in php-doc command 11 years ago
Carsten Brandt 14181b2be0 Update PHPDoc command to update classfiles automatically 11 years ago
Carsten Brandt fa2a48c684 ported @property phpdoc generator from yii 1.1 11 years ago
Carsten Brandt 427c373ba6 implement Cache::exists() for various cache backends 11 years ago
Carsten Brandt 3b91801a35 cherry picked RedisCache and redis\Connection from redis WIP branch 11 years ago
Carsten Brandt 0e2ac86566 added Cache::exists() to check key existance in cache 11 years ago
Qiang Xue d34f8486ab Fixes #811. 11 years ago
Qiang Xue f941bfee60 Fixes #820. 11 years ago
Qiang Xue 62b4a645f1 crud generator WIP 11 years ago
Qiang Xue f48508e341 Merge pull request #809 from cebe/autoconfig-sorting 11 years ago
Qiang Xue 71866c60b8 Merge pull request #817 from maximal/patch-1 11 years ago
MaximAL 3b8aff5a44 Blowfish cost must be in range 4…31, not 4…30 11 years ago
Carsten Brandt 53b4ed3d7f Moved label for Sort::link() to html options 11 years ago
Carsten Brandt 39c002e83c Refactored DataColumn::renderHeaderCellContent() 11 years ago
Carsten Brandt 155749e18d typos in doc 11 years ago
Carsten Brandt 9847472144 introduced DataColumn::label property 11 years ago
Qiang Xue c86d597077 css fix. 11 years ago
Carsten Brandt b147760c7b added label option to Sort::link() 11 years ago
Qiang Xue 7150524e33 Finished model generator. 11 years ago
Alexander Makarov b968402ebd more tests for FileHelper 11 years ago
Alexander Makarov 582ff594aa Added note about theme asset bundle to bootstrap widgets guide 11 years ago
Alexander Makarov 6c1ef346aa fixed typos in ArrayHelperBase phpdoc 11 years ago
Alexander Makarov cc5618c034 More tests for ArrayHelper and Inflector 11 years ago
Alexander Makarov 8f2ce5dab7 Fixed typo and code style 11 years ago
Alexander Makarov 297504c2fc Fixes #21: implemented jQueryUI Slider 11 years ago
Alexander Makarov 8a1bf04599 Fixes #790: added visible for Nav and Dropdown 11 years ago
Qiang Xue c835f17d1f finished rule generation for model generator. 11 years ago
Qiang Xue 6978a6803f bug fix of form generator. 11 years ago
Qiang Xue 89c61c9cb4 minor fixes of debugger. 11 years ago
Qiang Xue c037b481e8 Added SafeValidator. 11 years ago
Carsten Brandt a2eb49cd3e use `@inheritdoc` for ActiveDataProvider::setSort 11 years ago
Carsten Brandt 381216595d DataColumn: Allow setting label of sort link via short syntax 11 years ago
Carsten Brandt c5d65e09af Refactor DataColum to use model label for sorting link 11 years ago
Carsten Brandt f9fab5d40d Lazy fallback of label creation for Sort class 11 years ago
Carsten Brandt 713a987a9d auto fill sorting colums in ActiveDataProvider if none are configured 11 years ago
Carsten Brandt ac4b87579c Merge branch 'master' of github.com:yiisoft/yii2 11 years ago
Carsten Brandt c23725aca0 fix dataProvider getSort() 11 years ago
Qiang Xue 11ef65812b Merge pull request #805 from cebe/datacolumn-default-format 11 years ago
Carsten Brandt 8beadc91f4 cleanup MemCache timeout API after #804 11 years ago
Panagiotis Moustafellos 5311dac904 Added failureCallback, reduced timeouts to 1s 11 years ago
Panagiotis Moustafellos b010ed8363 Mentioning that timeoutms is available in memcache only. 11 years ago
Carsten Brandt 96c7534ca3 set default format for gridview to text 11 years ago
Panagiotis Moustafellos 7840ace6e6 Removed extra line 11 years ago
Panagiotis Moustafellos 5eff5310ba Added timeoutms parameter in MemCache 11 years ago
Qiang Xue 1072abb189 fixed test break. 11 years ago
Qiang Xue 28423486f1 model generator WIP 11 years ago
Qiang Xue 2d6ec6bb24 fixed overflow 11 years ago
Qiang Xue 21b0cc73c4 fixed uninitialized pro issue. 11 years ago