Commit Graph

  • 6b65ef5882 Added intl check to tests, better error reporting, credited Aura.Intl for the most complex test pattern Alexander Makarov 2013-10-17 02:15:46 +0400
  • 71e2dcc6d5 Better MessageFormatter tests Alexander Makarov 2013-10-17 01:53:32 +0400
  • c2457f95e9 GII sub-modules support - see #871 Luciano Baraglia 2013-10-16 18:16:03 -0300
  • bce3afcca2 Module::getModule and Module::hasModule support for sub-modules - see #983 Luciano Baraglia 2013-10-16 18:14:18 -0300
  • bf7a084224 removed needFix method Alexander Makarov 2013-10-17 01:04:42 +0400
  • da8f17955f Removed intl version check since it's very inconsistent and it seems bundled versions are always the same ones for the same PHP versions Alexander Makarov 2013-10-17 00:41:40 +0400
  • cdb9fbf679 Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920). Alexander Makarov 2013-10-17 00:36:48 +0400
  • 677893eb79 changed plural format for BaseListView Carsten Brandt 2013-10-16 22:13:28 +0200
  • 61fe888780 Merge branch 'master' into i18n-icu Carsten Brandt 2013-10-16 22:04:17 +0200
  • 6507e2e316 applied new style of Yii::t params to all occurences Carsten Brandt 2013-10-16 22:03:26 +0200
  • 5d6bad5faa fixed I18N handling of special param values and broken message tags Carsten Brandt 2013-10-16 20:59:54 +0200
  • e574f10c8c fixed broken test after whitespace changes in view Carsten Brandt 2013-10-16 20:28:07 +0200
  • b476847b70 Merge branch 'master' of github.com:yiisoft/yii2 Qiang Xue 2013-10-16 12:09:12 -0400
  • 3e159c9969 Removed the extra EOLs. Qiang Xue 2013-10-16 12:07:09 -0400
  • ab7af0a64a Merge pull request #989 from egorpromo/add-new-line-before-generated-code-from-assetbundle Alexander Makarov 2013-10-16 08:55:19 -0700
  • af966d529a I add new line in methods that render code in the head and for body egorpromo 2013-10-16 22:09:03 +0700
  • bbcee326be adjusted I18N to be consistent with intl message formatting Carsten Brandt 2013-10-16 15:59:39 +0200
  • 2eb5abbfcb improved unit tests for ICU message formatter Carsten Brandt 2013-10-16 05:54:10 +0200
  • 150b9366fc fixed regex for multiline patterns Carsten Brandt 2013-10-16 05:24:02 +0200
  • afcfb113d7 Merge pull request #981 from lucianobaraglia/master Qiang Xue 2013-10-15 20:09:13 -0700
  • 4308e61000 GII update button style Luciano Baraglia 2013-10-16 00:06:35 -0300
  • ffd5235684 GII create object button style [skip ci] Luciano Baraglia 2013-10-16 00:01:44 -0300
  • fa9a975dbb intl message parser now handles too many or too less args Carsten Brandt 2013-10-16 04:41:03 +0200
  • b8099cbf28 a parser that is able to deal with the right number of args Carsten Brandt 2013-10-16 04:14:58 +0200
  • 2b2c22eee4 Fixes #980: Changed the default way of generating action URLs for ActionColumn. Qiang Xue 2013-10-15 20:31:43 -0400
  • 21342c6dce Merge pull request #976 from iJackUA/patch-1 Alexander Makarov 2013-10-15 00:06:02 -0700
  • 253becaef5 View default value for $params iJackUA 2013-10-15 09:56:16 +0300
  • 28d9ee7c31 adjusted cubrid version in schema quote Carsten Brandt 2013-10-15 05:47:55 +0200
  • a622254509 removed cubrid env from tavis.yml Carsten Brandt 2013-10-15 05:18:05 +0200
  • c1b6521d31 simplified cubrid db install on travis Carsten Brandt 2013-10-15 05:12:50 +0200
  • a1e5fa356e fixed cubrid schema test for pdo type Carsten Brandt 2013-10-15 04:53:33 +0200
  • f974e1a59f fixed validator test break Carsten Brandt 2013-10-15 04:43:52 +0200
  • 598d01287b added cubrid specific pdo type casting Carsten Brandt 2013-10-15 03:36:45 +0200
  • 32865c7ddc Updated FileValidator tests Alexander Makarov 2013-10-15 01:48:05 +0400
  • 8c1c3c59d9 Better AR connection init in tests Alexander Makarov 2013-10-15 01:39:19 +0400
  • 5cf9992251 Removed @codeCoverageIgnore Alexander Makarov 2013-10-15 01:32:23 +0400
  • d75ad87e06 Merge branch 'add-tests' of github.com:suralc/yii2 into suralc-add-tests Alexander Makarov 2013-10-15 01:31:59 +0400
  • 8e4067ec5e no xss for attribute error messages that contain {value} Carsten Brandt 2013-10-14 20:33:42 +0200
  • 266f4f9843 Clientvalidation {value} was not what has been validated Carsten Brandt 2013-10-14 20:23:34 +0200
  • 8899aaeb5b moved getPdoType() to Schema. Qiang Xue 2013-10-14 08:28:56 -0400
  • 8b52824362 optimized datepick js code. Qiang Xue 2013-10-13 17:27:53 -0400
  • 6544db48dc consistent summary display for ListView and GridView Carsten Brandt 2013-10-13 21:43:51 +0200
  • f2e245feb4 Merge pull request #972 from cebe/grid-filter-only-active Qiang Xue 2013-10-13 11:56:04 -0700
  • 5ad8fe5f45 Filter only active attributes in gridview Carsten Brandt 2013-10-13 19:56:12 +0200
  • 4050a4b211 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-10-13 19:50:59 +0200
  • 1600889f4e added isAttributeActive to Model Carsten Brandt 2013-10-13 19:50:14 +0200
  • 9820dcef5a Merge pull request #970 from cebe/929-fixes-debug-module-preload-view-conflict Qiang Xue 2013-10-13 09:53:17 -0700
  • cba8ec7310 fixes issue with debugmodule initializing view component too early Carsten Brandt 2013-10-13 15:41:14 +0200
  • a1e6c16e39 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-10-13 15:20:16 +0200
  • 3a981e26da improved errorhandler output Carsten Brandt 2013-10-13 15:19:20 +0200
  • bc743a32b7 Fixes #968: clientOptions should not be ignored when enabling internationalization. Qiang Xue 2013-10-12 20:52:41 -0400
  • 2ae5c23d48 minor doc fix. Qiang Xue 2013-10-11 20:41:59 -0400
  • ee89134ffe make db\Command::getPdoType() protected Carsten Brandt 2013-10-11 14:51:07 +0200
  • 300c866be2 adjusted composer.json for smarty and twig Carsten Brandt 2013-10-11 14:01:17 +0200
  • 6ba6fbe947 mention response component in controller.md Carsten Brandt 2013-10-11 12:51:27 +0200
  • 5aaa87c32e Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-10-11 11:59:55 +0200
  • 982b7fe4ae better validation of module in gii module generator Carsten Brandt 2013-10-11 11:59:23 +0200
  • ed85c16ff2 Merge pull request #962 from cebe/700-fix-js-asset-position-conflict Qiang Xue 2013-10-10 17:44:28 -0700
  • 7817514e86 fixed default status code for Response::redirect() Carsten Brandt 2013-10-11 02:42:32 +0200
  • 72b4f4f717 added comment Carsten Brandt 2013-10-11 02:20:51 +0200
  • 80cf9c8be9 better error message Carsten Brandt 2013-10-11 02:19:32 +0200
  • a922c41ee6 more asset bundle tests and docs Carsten Brandt 2013-10-11 02:14:59 +0200
  • abc1e0c2bb fix issue #700 Carsten Brandt 2013-10-11 01:54:05 +0200
  • a6784f4ae9 doc fix Carsten Brandt 2013-10-11 01:14:40 +0200
  • 0c113faf62 added unit test for asset bundles Carsten Brandt 2013-10-11 01:13:32 +0200
  • 8bff031fc2 Fixed the issue that dots in URL rules would match any character. Qiang Xue 2013-10-10 11:23:20 -0400
  • 817516adc5 Added missing return Alexander Makarov 2013-10-10 14:14:30 +0400
  • c7d7a3ce36 Fixed missing error page when AccessControl is used with default deny rule Alexander Makarov 2013-10-10 13:53:12 +0400
  • 6488fe47ec Better phpdoc for chained method calls Alexander Makarov 2013-10-10 13:34:06 +0400
  • fceb2d6e21 Fixes #957: Json::encode() doesn't handle empty object correctly. Qiang Xue 2013-10-09 20:33:06 -0400
  • aede3c9f47 Removed duplicated indexBy declaration. Qiang Xue 2013-10-09 08:14:57 -0400
  • 35cf49732e Fixed the namespace. Qiang Xue 2013-10-08 20:43:08 -0400
  • b301f18113 Added installation commands to Installer. Qiang Xue 2013-10-08 20:34:47 -0400
  • 9ef953a85c Yii extension composer installer WIP. Qiang Xue 2013-10-07 23:39:41 -0400
  • 1005b1ad45 Added link to the guide to readme Alexander Makarov 2013-10-08 01:51:19 +0300
  • d442f05631 elasticsearch find by simple condition Carsten Brandt 2013-10-07 17:57:39 +0200
  • 0904c3454e Fixed composer autoload declaration. Qiang Xue 2013-10-06 12:14:30 -0400
  • cf9104f7fd make grid view filtering work. Qiang Xue 2013-10-05 21:56:06 -0400
  • 057050f8a3 Merge pull request #943 from arisk/patch-2 Carsten Brandt 2013-10-05 08:25:29 -0700
  • 951b944b2a Edited password section Larry Ullman 2013-10-05 08:44:36 -0400
  • cbbb2cab76 Fixed typo Aris Karageorgos 2013-10-05 19:42:50 +0700
  • 863a5cc015 Initial edits Larry Ullman 2013-10-05 08:36:54 -0400
  • 293cb9d86f Fixed search form. Qiang Xue 2013-10-04 20:35:58 -0400
  • 65b8cc2126 Merge pull request #939 from egorpromo/simple-correction-of-unintelligible-description-of-cactchAll-property Alexander Makarov 2013-10-04 07:29:29 -0700
  • 536075c040 Just simple correction of unintelligible description egorpromo 2013-10-04 21:17:13 +0700
  • 6809773c77 Merge pull request #935 from aarondfrancis/master Alexander Makarov 2013-10-03 15:44:21 -0700
  • c5a34c534b Fix Issue #934 Aaron Francis 2013-10-03 16:33:28 -0500
  • 38c0b197f9 Fixes #916: generation of class name from table name has problem. Qiang Xue 2013-10-03 11:01:52 -0400
  • 8c9dadf362 Fixed DB validation handling for model generator. Qiang Xue 2013-10-02 21:22:25 -0400
  • 6fc5f0a4ca Minor additions to i18n docs Alexander Makarov 2013-10-03 01:54:58 +0400
  • 618f981112 Renamed i18n to be all lowecase when accessed as a property Alexander Makarov 2013-10-03 01:41:38 +0400
  • bcc0cbeba8 Added doc about BaseDataProvider::getPagination(). Qiang Xue 2013-10-02 08:29:52 -0400
  • 3f88320595 second try to fix random memcache failure on travis Carsten Brandt 2013-10-02 12:27:04 +0200
  • c1f977cd45 Simplified the default file map for PhpMessageSource. Qiang Xue 2013-10-01 22:57:08 -0400
  • 09a9191086 Fixes #927: doc typo. Qiang Xue 2013-10-01 21:56:08 -0400
  • d798cc791b Set totalCount. Qiang Xue 2013-10-01 21:40:35 -0400
  • fe58cbd56a doc update. Qiang Xue 2013-10-01 21:35:56 -0400
  • 0035f23781 refactored data providers. Qiang Xue 2013-10-01 21:35:35 -0400
  • 2c30ddfcb0 added web\Controller::goBack() as shortcut Carsten Brandt 2013-10-01 20:01:14 +0200
  • 955bf7daaf basic CRUD for elastic search WIP Carsten Brandt 2013-09-30 18:47:31 +0200