Commit Graph

7547 Commits

Author SHA1 Message Date
Qiang Xue
9b4b3b6735 typos. [skip ci] 2014-05-20 00:19:10 -04:00
Qiang Xue
cb66c92609 Finished caching guide [skip ci] 2014-05-20 00:17:10 -04:00
Qiang Xue
972173a5bc guide WIP [skip ci] 2014-05-19 18:10:29 -04:00
Qiang Xue
5fdc3d408b Added support for using path alias with FileDependency::fileName 2014-05-19 15:40:31 -04:00
Kartik Visweswaran
e1934ccf6c Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-19 21:41:31 +05:30
Kartik Visweswaran
5c778b4297 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-19 21:35:43 +05:30
Kartik Visweswaran
0ed190e995 Fix #3472: Configurable option to encode spaces in dropdowns 2014-05-19 21:32:13 +05:30
Klimov Paul
6f3ffae7d6 Merge branch 'master' of github.com:yiisoft/yii2 into 3232-var-export 2014-05-19 18:34:07 +03:00
Klimov Paul
8d0fb916c0 VarDumper::exportAsString() removed 2014-05-19 18:33:49 +03:00
Qiang Xue
5439ab7854 Changed the default value of Cache::keyPrefix to be null. 2014-05-19 11:29:34 -04:00
Qiang Xue
5c5fcd6ee1 guide WIP [skip ci] 2014-05-19 08:48:13 -04:00
Alexander Makarov
d84df88817 Merge pull request #3505 from dalli/master
[ci skip] Korean Language translation
2014-05-19 12:37:43 +02:00
Carsten Brandt
ad6b191081 improved docs about flash messages 2014-05-19 12:34:31 +02:00
Alexander Makarov
5303506c12 Merge pull request #3503 from djfly/patch-5
Update output-data-providers.md
2014-05-19 10:09:59 +02:00
Alexander Makarov
ec2246983a Merge pull request #3504 from ychongsaytc/patch-1
Update UniqueValidator.php
2014-05-19 10:05:58 +02:00
Chong Freeman
c6e8f66e1b Update UniqueValidator.php 2014-05-19 15:52:54 +08:00
ff
d5024f9acb Update output-data-providers.md
Modified a bit, better?
2014-05-19 14:01:42 +08:00
Qiang Xue
3cbf1adbae guide WIP [skip ci] 2014-05-18 19:51:44 -04:00
ff
83a406981b Update output-data-providers.md
defaultOrder this is often used for everyone
2014-05-19 00:24:41 +08:00
Qiang Xue
3893bcd08d guide WIP [skip ci] 2014-05-18 08:46:16 -04:00
Qiang Xue
ce12ddb6fd Merge pull request #3499 from ShNURoK42/master
Rename errorHandler to getErrorHandler()
2014-05-17 16:10:06 -04:00
Alexandr
a07b4afea6 Update Controller.php 2014-05-18 02:56:38 +07:00
Alexandr
06e0c50699 Update ErrorAction.php 2014-05-18 02:55:40 +07:00
Carsten Brandt
aedac9628b fixed broken link 2014-05-17 17:00:36 +02:00
Carsten Brandt
ff4df42700 Merge pull request #3496 from LAV45/fix
Tests excess dump removed
2014-05-17 16:18:58 +02:00
Carsten Brandt
55c2ee9885 added note about GET method to ActiveForm
fixes #3353
2014-05-17 16:17:32 +02:00
Qiang Xue
011284dddc guide WIP 2014-05-17 09:09:08 -04:00
Carsten Brandt
d622442acf improved debugger on handling unreadable files
issue #3494
2014-05-17 14:43:47 +02:00
LAV45
55b8a749ae Tests excess dump removed 2014-05-17 01:56:33 +03:00
Qiang Xue
e6f9e0a2e0 guide WIP [skip ci] 2014-05-16 16:37:50 -04:00
Qiang Xue
9b2fec6b50 Moved yii\rest\Controller::checkAccess() to ActiveController. 2014-05-16 11:32:55 -04:00
Qiang Xue
17f4f420ae guide WIP [skip ci] 2014-05-16 11:32:24 -04:00
mbman
a63d7a7939 Advanced app's common tests codeception generated files gitignored 2014-05-16 14:01:26 +02:00
Qiang Xue
0126a9d515 guide WIP [skip ci] 2014-05-15 22:23:08 -04:00
dalli
d709d5d703 Update config.php
add "ko" value for languages array
2014-05-16 10:39:55 +09:00
dalli
a928ff91ad Update yii.php 2014-05-16 10:30:39 +09:00
dalli
9c341d04c2 add Korean Language Translation 2014-05-16 10:23:54 +09:00
Carsten Brandt
15904951ef Merge PR #3406 branch 'exist-validator-enhancement' of https://github.com/creocoder/yii2
* 'exist-validator-enhancement' of https://github.com/creocoder/yii2:
  ExistValidator final refactoring. `allowArray` checking also added to `validateValue` method.
  New tests added
  New tests added
  ExistValidator::validateValue() fixed
  Tests excess dump removed
  ExistValidator bugfix
  Tests updated
  ExistValidator refactoring
  CHANGELOG updated
  `allowArray` introduced.
  CHANGELOG
  ExistValidator count logic fix
  Tests updated
  Tests updated
  Tests updated
  Refactoring
  Refactoring
  Improve `exist` validator to support array attributes

Conflicts:
	framework/CHANGELOG.md
2014-05-15 10:00:06 +02:00
Qiang Xue
95cf5f396f Merge pull request #3476 from lynicidn/patch-2
simple fix #3461
2014-05-14 23:33:03 -04:00
Qiang Xue
a78349f5d9 Merge pull request #3477 from thiagotalma/gii-checkbox
Control checkbox in the preview window.
2014-05-14 23:09:08 -04:00
Fourteenmeister
f98c414cd1 Update QueryBuilder.php
solution used **heukirne** for the names of columns.
2014-05-15 12:03:50 +09:00
lynicidn
18d1de61fe fix #3478
it correct work with integer keys of list
2014-05-15 06:46:32 +04:00
Thiago Talma
69385ad195 Control checkbox in the preview window. 2014-05-14 20:44:20 -03:00
lynicidn
2eb9f1920a simple fix #3461
without check
2014-05-15 02:27:39 +04:00
Alexander Kochetov
49f8d45d8b ExistValidator final refactoring. allowArray checking also added to validateValue method. 2014-05-14 21:18:32 +04:00
Qiang Xue
f648d0b1ac Revert "Fixes #3469: Fixed the bug that QueryBuilder::getColumnType() may drop the provided column precision in certain cases"
This reverts commit a46efe79c6.
2014-05-14 11:40:58 -04:00
Qiang Xue
3411504508 Revert "Fixed test break."
This reverts commit 70b57766b1.
2014-05-14 11:40:46 -04:00
Qiang Xue
70b57766b1 Fixed test break. 2014-05-14 11:29:48 -04:00
Alexander Kochetov
520f5fa160 New tests added 2014-05-14 19:11:37 +04:00
Alexander Kochetov
55729a4cc0 New tests added 2014-05-14 19:09:55 +04:00