2372 Commits

Author SHA1 Message Date
4b7f5a728a improved control over and handling of file and dir permissions
- rename FileHelper::mkdir for API consistency
- changed default permission for directories to 775 instead of 777
- added some properties to classes that deal with files to allow control
  over directory permissions.
2013-08-30 16:52:33 +02:00
fa07d31310 documentation fixed for mutex extension 2013-08-30 16:30:20 +02:00
147558ea19 added some class documentation 2013-08-28 19:33:06 +02:00
91c16782ef finalized PhpDocController
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
  over @return or @param tag if present
2013-08-28 18:58:59 +02:00
1d622b65c3 fixed docs about error methods in Model 2013-08-28 15:26:00 +02:00
c582e589d2 added note about differing property types 2013-08-28 15:18:13 +02:00
ca69ef09d4 update of @property annotations 2013-08-28 14:59:52 +02:00
8366cb6e67 allow [] in property doc type 2013-08-28 14:54:00 +02:00
6405c4f349 added proper word wrapping and note about read/writeonly properties 2013-08-28 14:40:31 +02:00
c5b42910a9 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  refactored code.
2013-08-28 14:16:37 +02:00
bdb77f33ba updated @property annotations of many classes 2013-08-28 14:16:13 +02:00
172d92958f refactored code. 2013-08-28 06:46:43 -04:00
f870162535 fixed indentation of PhpDocController and sort properties alphabetically 2013-08-28 12:09:04 +02:00
1c9b9681a7 phpdoc command skip classes that do not extend Object 2013-08-28 11:59:34 +02:00
df21e10c5d fixed postioning of property tags in php-doc command 2013-08-28 11:51:19 +02:00
14181b2be0 Update PHPDoc command to update classfiles automatically 2013-08-28 11:36:25 +02:00
fa2a48c684 ported @property phpdoc generator from yii 1.1
fixes #822
2013-08-28 07:29:59 +02:00
427c373ba6 implement Cache::exists() for various cache backends
fixes #811
2013-08-27 17:54:38 +02:00
3b91801a35 cherry picked RedisCache and redis\Connection from redis WIP branch
commit in redis branch was:
0cd65e7496befb3c4aed86e47257103fea63d329
2013-08-27 17:29:38 +02:00
0e2ac86566 added Cache::exists() to check key existance in cache 2013-08-27 17:24:09 +02:00
d34f8486ab Fixes #811. 2013-08-27 08:13:20 -04:00
f941bfee60 Fixes #820. 2013-08-27 08:09:15 -04:00
62b4a645f1 crud generator WIP 2013-08-27 08:08:57 -04:00
f48508e341 Merge pull request #809 from cebe/autoconfig-sorting
Gridview and DataProviders: Autoconfig sorting
2013-08-26 10:32:08 -07:00
71866c60b8 Merge pull request #817 from maximal/patch-1
Blowfish cost must be in range 4…31, not 4…30
2013-08-26 10:30:56 -07:00
3b8aff5a44 Blowfish cost must be in range 4…31, not 4…30
`generateSalt` parameter validation fix.
2013-08-26 20:49:23 +04:00
53b4ed3d7f Moved label for Sort::link() to html options 2013-08-26 18:02:44 +02:00
39c002e83c Refactored DataColumn::renderHeaderCellContent() 2013-08-26 15:23:49 +02:00
155749e18d typos in doc 2013-08-26 15:23:22 +02:00
9847472144 introduced DataColumn::label property 2013-08-26 15:13:16 +02:00
c86d597077 css fix. 2013-08-26 08:39:27 -04:00
b147760c7b added label option to Sort::link() 2013-08-26 14:06:48 +02:00
7150524e33 Finished model generator. 2013-08-25 23:15:13 -04:00
b968402ebd more tests for FileHelper 2013-08-26 03:39:11 +04:00
582ff594aa Added note about theme asset bundle to bootstrap widgets guide 2013-08-26 03:22:18 +04:00
6c1ef346aa fixed typos in ArrayHelperBase phpdoc 2013-08-26 03:21:37 +04:00
cc5618c034 More tests for ArrayHelper and Inflector 2013-08-26 03:21:19 +04:00
8f2ce5dab7 Fixed typo and code style 2013-08-26 02:06:41 +04:00
297504c2fc Fixes #21: implemented jQueryUI Slider 2013-08-26 01:46:13 +04:00
8a1bf04599 Fixes #790: added visible for Nav and Dropdown 2013-08-26 01:23:27 +04:00
c835f17d1f finished rule generation for model generator. 2013-08-25 12:51:33 -04:00
6978a6803f bug fix of form generator. 2013-08-25 12:51:01 -04:00
89c61c9cb4 minor fixes of debugger. 2013-08-25 12:50:43 -04:00
c037b481e8 Added SafeValidator. 2013-08-25 09:14:11 -04:00
a2eb49cd3e use @inheritdoc for ActiveDataProvider::setSort 2013-08-25 11:54:17 +02:00
381216595d DataColumn: Allow setting label of sort link via short syntax
attribute:type:Header should also affect sort link
2013-08-25 00:37:29 +02:00
c5d65e09af Refactor DataColum to use model label for sorting link 2013-08-25 00:16:12 +02:00
f9fab5d40d Lazy fallback of label creation for Sort class 2013-08-25 00:01:26 +02:00
713a987a9d auto fill sorting colums in ActiveDataProvider if none are configured 2013-08-25 00:00:14 +02:00
ac4b87579c Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  set default format for gridview to text
2013-08-24 23:44:53 +02:00