Commit Graph

  • d4995ddc57 updated php doc Carsten Brandt 2013-09-05 12:40:16 +0200
  • c306fccd46 fixed FileValidator after UploadedFile refactoring Carsten Brandt 2013-09-05 12:36:38 +0200
  • f759ee1865 Elasticsearch WIP Carsten Brandt 2013-09-05 09:47:41 +0200
  • b77ea4dcb0 Allow generator to define actions. Qiang Xue 2013-09-04 21:03:10 -0400
  • 8c753676db Exception about missing class in class file only when YII_DEBUG Carsten Brandt 2013-09-04 14:27:20 +0200
  • df85be3622 Added debug to preload in advanced app template Alexander Makarov 2013-09-04 16:18:15 +0400
  • f877de144b Removed DebugTarget reference from advanced app template configs Alexander Makarov 2013-09-04 15:55:32 +0400
  • 8c7d0aebe1 Added note about the fact that PHP SSL extension is required to install all Composer dependencies Alexander Makarov 2013-09-04 15:44:31 +0400
  • 7f4e02cb45 crud generator WIP Qiang Xue 2013-09-03 19:36:23 -0400
  • 3f2e7fa604 crud wip Qiang Xue 2013-09-02 20:25:39 -0400
  • 38dab3490a Fixed type of db\Exception::$errorInfo Carsten Brandt 2013-09-01 20:00:03 +0200
  • 75391b7515 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-09-01 19:58:24 +0200
  • 9a4d7ff15b Exception message when getting write-only property Carsten Brandt 2013-09-01 19:57:54 +0200
  • 7fa81949bf various documentation changes Carsten Brandt 2013-09-01 19:47:26 +0200
  • ea10868824 Removed Yii::import(). Qiang Xue 2013-09-01 10:26:59 -0400
  • 7a6ce8251a simplified method check in Component::__call() Carsten Brandt 2013-09-01 14:40:15 +0200
  • afd0472784 Fixes #837: turn private variables into public ones. Qiang Xue 2013-08-31 21:29:46 -0400
  • f87e4ce604 automatically hide model class input if needed. Qiang Xue 2013-08-31 18:47:30 -0400
  • c364e26606 Merge pull request #836 from cebe/component-has-method Carsten Brandt 2013-08-31 14:31:29 -0700
  • 15a3ec2764 added unit tests and call to $behavior->hasMethod in Component Carsten Brandt 2013-08-31 23:27:52 +0200
  • 7a55640670 Added hasMethod() to Component and Object class Carsten Brandt 2013-08-31 18:53:44 +0200
  • f83fcc553c fixed return value of Component::can*Property Carsten Brandt 2013-08-31 18:51:00 +0200
  • 219eebf42c Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-08-31 18:49:23 +0200
  • 947a557240 Reverted changeset 595ac6d0be Qiang Xue 2013-08-31 08:15:10 -0400
  • 595ac6d0be Fixes #833: added charset to json response. Qiang Xue 2013-08-30 17:07:55 -0400
  • b5a6dac3ae renamed test method after implementation rename in FileHelper Carsten Brandt 2013-08-30 17:03:09 +0200
  • 4d84e09479 typo in query builder, fixes #832 Carsten Brandt 2013-08-30 16:57:11 +0200
  • 0d91021f02 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-08-30 16:54:32 +0200
  • 4b7f5a728a improved control over and handling of file and dir permissions Carsten Brandt 2013-08-30 16:52:33 +0200
  • fa07d31310 documentation fixed for mutex extension Carsten Brandt 2013-08-30 16:30:20 +0200
  • e1a6aacba8 Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049) Alexander Makarov 2013-08-30 18:22:53 +0400
  • c0102b4143 Merge pull request #831 from philippfrenzel/patch-5 Alexander Makarov 2013-08-30 06:22:09 -0700
  • e94b455535 add missing return to module template Philipp Frenzel 2013-08-30 15:05:00 +0200
  • d9d000649a Merge pull request #830 from philippfrenzel/patch-4 Alexander Makarov 2013-08-30 03:40:23 -0700
  • 70d263d66e Update module.php Philipp Frenzel 2013-08-30 12:23:10 +0200
  • c2c12a9049 Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set Alexander Makarov 2013-08-30 13:44:22 +0400
  • 2ecdfd6225 gii form width adjustment. Qiang Xue 2013-08-29 17:20:04 -0400
  • cb60fa5ddd Make sure query cloning works as expected. Qiang Xue 2013-08-29 17:19:22 -0400
  • 30d6229943 Fixed test break. Qiang Xue 2013-08-29 16:53:15 -0400
  • 6dba4da3ed Fixes #828: refactored QueryBuilder::build() Qiang Xue 2013-08-29 16:47:48 -0400
  • 147558ea19 added some class documentation Carsten Brandt 2013-08-28 19:33:06 +0200
  • 91c16782ef finalized PhpDocController Carsten Brandt 2013-08-28 18:58:59 +0200
  • 1d622b65c3 fixed docs about error methods in Model Carsten Brandt 2013-08-28 15:26:00 +0200
  • c582e589d2 added note about differing property types Carsten Brandt 2013-08-28 15:18:13 +0200
  • ca69ef09d4 update of @property annotations Carsten Brandt 2013-08-28 14:59:52 +0200
  • 8366cb6e67 allow [] in property doc type Carsten Brandt 2013-08-28 14:54:00 +0200
  • 6405c4f349 added proper word wrapping and note about read/writeonly properties Carsten Brandt 2013-08-28 14:36:11 +0200
  • c5b42910a9 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-08-28 14:16:37 +0200
  • bdb77f33ba updated @property annotations of many classes Carsten Brandt 2013-08-28 14:16:13 +0200
  • 172d92958f refactored code. Qiang Xue 2013-08-28 06:46:43 -0400
  • f870162535 fixed indentation of PhpDocController and sort properties alphabetically Carsten Brandt 2013-08-28 12:09:04 +0200
  • 1c9b9681a7 phpdoc command skip classes that do not extend Object Carsten Brandt 2013-08-28 11:59:34 +0200
  • df21e10c5d fixed postioning of property tags in php-doc command Carsten Brandt 2013-08-28 11:51:19 +0200
  • 14181b2be0 Update PHPDoc command to update classfiles automatically Carsten Brandt 2013-08-28 11:36:25 +0200
  • fa2a48c684 ported @property phpdoc generator from yii 1.1 Carsten Brandt 2013-08-28 07:29:59 +0200
  • 427c373ba6 implement Cache::exists() for various cache backends Carsten Brandt 2013-08-27 17:54:38 +0200
  • 3b91801a35 cherry picked RedisCache and redis\Connection from redis WIP branch Carsten Brandt 2013-08-27 17:29:38 +0200
  • 0e2ac86566 added Cache::exists() to check key existance in cache Carsten Brandt 2013-08-27 17:24:09 +0200
  • 0cd65e7496 commented failing tests Carsten Brandt 2013-08-27 16:11:17 +0200
  • d34f8486ab Fixes #811. Qiang Xue 2013-08-27 08:13:20 -0400
  • f941bfee60 Fixes #820. Qiang Xue 2013-08-27 08:09:15 -0400
  • 62b4a645f1 crud generator WIP Qiang Xue 2013-08-27 08:08:57 -0400
  • 04a0ca5aab revert accidental change in db ActiveRecord Carsten Brandt 2013-08-26 19:49:39 +0200
  • f48508e341 Merge pull request #809 from cebe/autoconfig-sorting Qiang Xue 2013-08-26 10:32:08 -0700
  • 71866c60b8 Merge pull request #817 from maximal/patch-1 Qiang Xue 2013-08-26 10:30:56 -0700
  • e3df19d984 Redis AR WIP Carsten Brandt 2013-08-26 19:29:55 +0200
  • 3b8aff5a44 Blowfish cost must be in range 4…31, not 4…30 MaximAL 2013-08-26 20:49:23 +0400
  • 82dc3b124c Merge branch 'master' into redis Carsten Brandt 2013-08-26 18:10:06 +0200
  • 53b4ed3d7f Moved label for Sort::link() to html options Carsten Brandt 2013-08-26 18:02:44 +0200
  • 39c002e83c Refactored DataColumn::renderHeaderCellContent() Carsten Brandt 2013-08-26 15:23:49 +0200
  • 155749e18d typos in doc Carsten Brandt 2013-08-26 15:23:22 +0200
  • 9847472144 introduced DataColumn::label property Carsten Brandt 2013-08-26 15:13:16 +0200
  • c86d597077 css fix. Qiang Xue 2013-08-26 08:39:27 -0400
  • b147760c7b added label option to Sort::link() Carsten Brandt 2013-08-26 14:06:48 +0200
  • 7150524e33 Finished model generator. Qiang Xue 2013-08-25 23:15:13 -0400
  • b968402ebd more tests for FileHelper Alexander Makarov 2013-08-26 03:39:11 +0400
  • 582ff594aa Added note about theme asset bundle to bootstrap widgets guide Alexander Makarov 2013-08-26 03:22:18 +0400
  • 6c1ef346aa fixed typos in ArrayHelperBase phpdoc Alexander Makarov 2013-08-26 03:21:37 +0400
  • cc5618c034 More tests for ArrayHelper and Inflector Alexander Makarov 2013-08-26 03:21:19 +0400
  • 8f2ce5dab7 Fixed typo and code style Alexander Makarov 2013-08-26 02:06:41 +0400
  • 297504c2fc Fixes #21: implemented jQueryUI Slider Alexander Makarov 2013-08-26 01:46:13 +0400
  • 8a1bf04599 Fixes #790: added visible for Nav and Dropdown Alexander Makarov 2013-08-26 01:23:27 +0400
  • c835f17d1f finished rule generation for model generator. Qiang Xue 2013-08-25 12:51:33 -0400
  • 6978a6803f bug fix of form generator. Qiang Xue 2013-08-25 12:51:01 -0400
  • 89c61c9cb4 minor fixes of debugger. Qiang Xue 2013-08-25 12:50:43 -0400
  • c037b481e8 Added SafeValidator. Qiang Xue 2013-08-25 09:14:11 -0400
  • a2eb49cd3e use `@inheritdoc` for ActiveDataProvider::setSort Carsten Brandt 2013-08-25 11:54:17 +0200
  • 381216595d DataColumn: Allow setting label of sort link via short syntax Carsten Brandt 2013-08-25 00:37:29 +0200
  • c5d65e09af Refactor DataColum to use model label for sorting link Carsten Brandt 2013-08-25 00:16:12 +0200
  • f9fab5d40d Lazy fallback of label creation for Sort class Carsten Brandt 2013-08-25 00:01:26 +0200
  • 713a987a9d auto fill sorting colums in ActiveDataProvider if none are configured Carsten Brandt 2013-08-25 00:00:14 +0200
  • ac4b87579c Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-08-24 23:44:53 +0200
  • c23725aca0 fix dataProvider getSort() Carsten Brandt 2013-08-24 23:43:17 +0200
  • 11ef65812b Merge pull request #805 from cebe/datacolumn-default-format Qiang Xue 2013-08-24 13:42:47 -0700
  • 8beadc91f4 cleanup MemCache timeout API after #804 Carsten Brandt 2013-08-24 22:07:56 +0200
  • c06e9cafe1 Modal::clientOptions disable support. callmez 2013-08-25 04:07:30 +0800
  • 5311dac904 Added failureCallback, reduced timeouts to 1s Panagiotis Moustafellos 2013-08-24 19:01:47 +0300
  • b010ed8363 Mentioning that timeoutms is available in memcache only. Panagiotis Moustafellos 2013-08-24 17:52:16 +0300
  • 96c7534ca3 set default format for gridview to text Carsten Brandt 2013-08-24 16:44:04 +0200
  • 7840ace6e6 Removed extra line Panagiotis Moustafellos 2013-08-24 17:35:12 +0300