976 Commits (b42f4b4ea0e477188f627c4c89183d77450fb230)

Author SHA1 Message Date
Carsten Brandt be67559fe1 added CUBIRD DB Schema class 11 years ago
Carsten Brandt 267f2d7849 fixed docs in db Schema classes 11 years ago
Qiang Xue 326e98a41c doc fix. 11 years ago
Carsten Brandt 8976b7cbd8 moved MSSQL specific property to mssql TableSchema 11 years ago
Carsten Brandt d4995ddc57 updated php doc 11 years ago
Carsten Brandt c306fccd46 fixed FileValidator after UploadedFile refactoring 11 years ago
Qiang Xue b77ea4dcb0 Allow generator to define actions. 11 years ago
Carsten Brandt 8c753676db Exception about missing class in class file only when YII_DEBUG 11 years ago
Qiang Xue 7f4e02cb45 crud generator WIP 11 years ago
Qiang Xue 3f2e7fa604 crud wip 11 years ago
Carsten Brandt 38dab3490a Fixed type of db\Exception::$errorInfo 11 years ago
Carsten Brandt 9a4d7ff15b Exception message when getting write-only property 11 years ago
Carsten Brandt 7fa81949bf various documentation changes 11 years ago
Qiang Xue ea10868824 Removed Yii::import(). 11 years ago
Carsten Brandt 7a6ce8251a simplified method check in Component::__call() 11 years ago
Qiang Xue afd0472784 Fixes #837: turn private variables into public ones. 11 years ago
Qiang Xue f87e4ce604 automatically hide model class input if needed. 11 years ago
Carsten Brandt 15a3ec2764 added unit tests and call to $behavior->hasMethod in Component 11 years ago
Carsten Brandt 7a55640670 Added hasMethod() to Component and Object class 11 years ago
Carsten Brandt f83fcc553c fixed return value of Component::can*Property 11 years ago
Qiang Xue 947a557240 Reverted changeset 595ac6d0be 11 years ago
Qiang Xue 595ac6d0be Fixes #833: added charset to json response. 11 years ago
Carsten Brandt 4d84e09479 typo in query builder, fixes #832 11 years ago
Carsten Brandt 4b7f5a728a improved control over and handling of file and dir permissions 11 years ago
Alexander Makarov e1a6aacba8 Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049) 11 years ago
Philipp Frenzel e94b455535 add missing return to module template 11 years ago
Philipp Frenzel 70d263d66e Update module.php 11 years ago
Alexander Makarov c2c12a9049 Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set 11 years ago
Qiang Xue 2ecdfd6225 gii form width adjustment. 11 years ago
Qiang Xue cb60fa5ddd Make sure query cloning works as expected. 11 years ago
Qiang Xue 6dba4da3ed Fixes #828: refactored QueryBuilder::build() 11 years ago
Carsten Brandt 147558ea19 added some class documentation 11 years ago
Carsten Brandt 91c16782ef finalized PhpDocController 11 years ago
Carsten Brandt 1d622b65c3 fixed docs about error methods in Model 11 years ago
Carsten Brandt c582e589d2 added note about differing property types 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Qiang Xue 172d92958f refactored code. 11 years ago
Carsten Brandt 14181b2be0 Update PHPDoc command to update classfiles automatically 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
Carsten Brandt 04a0ca5aab revert accidental change in db ActiveRecord 11 years ago
Carsten Brandt e3df19d984 Redis AR WIP 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