Commit Graph

  • f4e3edb1e0 Fixes #1004. Qiang Xue 2013-10-18 12:30:57 -0400
  • 3cd897e583 Fixed asset file registration with extra leading slashes. Qiang Xue 2013-10-18 11:55:58 -0400
  • 602592411d Fixes #996. Qiang Xue 2013-10-18 10:33:56 -0400
  • 86ceee5293 Fixes #1017. Qiang Xue 2013-10-18 10:19:37 -0400
  • ffbd10638f Remove unnecessary $this. resurtm 2013-10-18 19:36:16 +0600
  • 24bc980da4 Replaced "<?php echo" with "<?=" that is always available for PHP 5.4 Alexander Makarov 2013-10-18 14:04:15 +0400
  • 55cc812847 Merge pull request #1012 from KingYes/master Alexander Makarov 2013-10-18 02:08:15 -0700
  • dfb6e1f404 Convert to short syntax [2]. Yakir Sitbon 2013-10-18 12:03:36 +0000
  • e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 Alexander Makarov 2013-10-18 13:01:13 +0400
  • 5391b20918 Merge pull request #1 from yiisoft/master Yakir Sitbon 2013-10-18 01:51:01 -0700
  • c3ba7f6b6d Merge pull request #1010 from KingYes/master Alexander Makarov 2013-10-18 01:37:46 -0700
  • dfb3895457 Convert to short syntax (array) Yakir Sitbon 2013-10-18 09:48:27 +0000
  • 6f2f1a1b14 Merge pull request #1008 from sensorario/master Alexander Makarov 2013-10-18 01:34:53 -0700
  • 249493985d Convert to short syntax sensorario 2013-10-18 07:30:41 +0200
  • ea52487c0f Merge branch 'master' of github.com:yiisoft/yii2 sensorario 2013-10-18 07:01:01 +0200
  • 153f697117 Remove PHP 5.3 Travis build rule. Related to #35. resurtm 2013-10-18 09:53:26 +0600
  • b3b5e36d42 Remove use ($this). Related to 9e1b498fb5. resurtm 2013-10-18 09:46:52 +0600
  • 9e1b498fb5 PHP 5.4 supports $this with closures. resurtm 2013-10-18 09:31:37 +0600
  • 89394db017 Fixes #999. Qiang Xue 2013-10-17 17:12:29 -0400
  • 5af1e524e3 Merge pull request #999 from iJackUA/debug-panel-serialisation-fix Qiang Xue 2013-10-17 14:09:38 -0700
  • 802a89f005 Merge pull request #808 from callmez/master Qiang Xue 2013-10-17 14:02:33 -0700
  • 645ec3645c Merge pull request #1006 from chelishchev/basic-support-pgsql-in-query-builder Alexander Makarov 2013-10-17 13:00:54 -0700
  • 8f8c705309 Just simple support PostgreSQL in QueryBuilder chelishchev 2013-10-17 22:53:27 +0300
  • 5b86ec973e debug panel : changed .json to .php Eugene Kuzminov 2013-10-17 16:37:31 +0300
  • b9de474cce debug panel : change json_encode/decode to serialise/unserialise to prevent non-UTF characters error Eugene Kuzminov 2013-10-17 15:24:52 +0300
  • f03c689b02 typo fix Alexander Makarov 2013-10-17 15:37:56 +0400
  • 38ccc9e793 Fixes #930: Added i18n docs about configuring message source Alexander Makarov 2013-10-17 15:10:00 +0400
  • eacfe0d004 Merge pull request #993 from lucianobaraglia/master Carsten Brandt 2013-10-17 04:08:22 -0700
  • f273e0542c Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-10-17 12:56:39 +0200
  • 0ddd52c09a commented private property Carsten Brandt 2013-10-17 12:56:14 +0200
  • 2205586858 Fixed typos Alexander Makarov 2013-10-17 12:51:58 +0400
  • 6f9785a293 fixes #995 Alexander Makarov 2013-10-17 12:30:41 +0400
  • 3e451455d9 More on GII buttons Luciano Baraglia 2013-10-17 01:42:27 -0300
  • f716bdd70d Fixed option merging in Console::prompt() Carsten Brandt 2013-10-17 04:19:42 +0200
  • 6eb9785dd8 changed default button style Qiang Xue 2013-10-16 20:34:31 -0400
  • f6f02102ca typo fix. Qiang Xue 2013-10-16 20:28:18 -0400
  • 8293e4d9d7 Refactored getModule and hasModule. Qiang Xue 2013-10-16 20:27:18 -0400
  • 71222c1f1f Merge pull request #992 from lucianobaraglia/master Qiang Xue 2013-10-16 17:12:43 -0700
  • 3667e031d5 Merge pull request #917 from yiisoft/i18n-icu Alexander Makarov 2013-10-16 15:20:41 -0700
  • 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