Commit Graph

15402 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
844a61562b Fixed ArrayHelper::isIn() part of helper-array guide, translated to ru 2015-11-22 19:02:42 +02:00
Carsten Brandt
d1812d2081 fixed arrayhelper test, renamed test methods according to FW change 2015-11-22 17:07:48 +01:00
Carsten Brandt
e5ed256959 rename ArrayHelper::in() and ArrayHelper::subset()
22d9997281 (commitcomment-14527757)
2015-11-22 17:05:09 +01:00
SilverFire - Dmitry Naumenko
7ac2bc13f7 Overrides c651dbb7. yii\web\ErrorHandler::loggableGlobals renamed to displayVars 2015-11-22 17:47:48 +02:00
SilverFire - Dmitry Naumenko
c651dbb798 Added yii\web\ErrorHandler::loggableGlobals, removed $_ENV and $_SERVER from dumping by default 2015-11-22 17:14:16 +02:00
Dmitry Naumenko
038c3fba43 Merge pull request #10216 from ostashevdv/patch-1
Update concept-behaviors.md
2015-11-21 22:57:51 +02:00
ostashevdv
214b693c42 Update concept-behaviors.md 2015-11-21 21:21:06 +03:00
SilverFire - Dmitry Naumenko
2d68840898 yii\base\Module::getLayoutPath() fixed code style 2015-11-21 19:33:16 +02:00
Luis Hernández
d08ef83e2a Controller->viewPath can be set, fixes #10086
Added setViewPath() that allows setting the base path for the
controller's views. Changed getViewPath() to return the value that was
explicitly set, before defaulting to the usual module-based path.
2015-11-21 19:28:06 +02:00
Carsten Brandt
7da8ca8a67 Merge pull request #10215 from hobartwang/master
fix some issues in guide-zh-CN
2015-11-21 17:49:34 +01:00
hobartwang
47a9c358af fix some issues in guide-zh-CN 2015-11-22 00:07:23 +08:00
Carsten Brandt
6c41c65b6a Merge pull request #10211 from hobartwang/patch-1
correct js to css
2015-11-21 16:12:56 +01:00
hobartwang
9f2c1cbe96 correct js to css 2015-11-21 21:00:33 +08:00
Alexander Makarov
5b62999323 Merge pull request #10208 from pana1990/patch
Fix name migration class [skip ci]
2015-11-21 13:30:58 +02:00
Daniel Gomez Pan
6c2702eec2 Fix name migration class [skip ci] 2015-11-21 12:00:11 +01:00
Marco Germani
5747557794 Update Formatter.php
In according with the open discussion
2015-11-20 22:45:38 +01:00
Alexander Makarov
f03808a7c8 Additional fixes for #9465 2015-11-20 23:04:29 +03:00
Alexander Makarov
76e8556d34 #9465 better naming, code polish, changelog, docs wording 2015-11-20 22:50:32 +03:00
Daniel Gomez Pan
9afd240ab6 Fixes #9465: ./yii migrate/create now generates code based on migration name and --fields 2015-11-20 22:08:47 +03:00
Edgard Lorraine Messias
7c9b7c77a7 Added tests for dropTable, truncateTable and renameTable 2015-11-20 16:16:44 +03:00
Sam Mousa
4a464afe9b Fixes #9656: yii\db\BaseActiveRecord refactored in order to getting, setting and unsetring attribute values using the same approach 2015-11-20 15:45:12 +03:00
Dmitry Naumenko
cbf01607c5 Merge pull request #10196 from githubjeka/patch-1
Updated link to current statements of mysql
2015-11-20 10:46:08 +02:00
Evgeniy Tkachenko
a50f444559 Updated link to current statements of mysql 2015-11-20 10:47:10 +03:00
Alexander Makarov
e4f5b91f74 Fixed #6351 MySQL 5.1 compatibility 2015-11-20 02:26:15 +03:00
Alexander Makarov
5cd50fdb1d Fixes #10193: simplified ./yii serve by removing lock file and extra checks 2015-11-20 00:12:59 +03:00
SilverFire - Dmitry Naumenko
35c71ab83b Closes #10190: Added start-gii.png to zh-CN guide 2015-11-19 19:03:23 +02:00
SilverFire - Dmitry Naumenko
035a9ce0a8 Added yii\filters\auth\AuthMetod::optional property
Added `yii\base\ActionFilter::getActionId()` - code extracted from `ActionFilter::isActive()`
2015-11-19 19:00:12 +02:00
SilverFire - Dmitry Naumenko
9d79038485 Added requirement for ICU Data 2015-11-19 17:26:01 +02:00
Alexander Makarov
55d4785d51 Fixes #5: added references to DB support extensions for Informix, IBM DB2 and Firebird 2015-11-19 17:13:29 +03:00
Dmitry Naumenko
5129dbf5e9 Merge pull request #10166 from machour/10158-allow-setting-options-per-css-file-in-assetbundle
Allow setting css options per CSS file in AssetBundle::$css, fixes #10158
2015-11-19 14:45:07 +02:00
Mehdi Achour
faa7a731c7 #10158: Remove defer attribute value from test case
Also fixed the CHANGELOG.md entry positionning
2015-11-19 13:05:13 +01:00
SilverFire - Dmitry Naumenko
58119c5b11 Fixed testCreateTable, testAlterTable now quotes table name 2015-11-19 00:17:16 +02:00
Carsten Brandt
7b41671511 updated german translation 2015-11-18 18:58:30 +01:00
Dmytro Karpovych
e6e8b0a41f fix translation in compare validator(uk,ru) 2015-11-18 17:01:12 +02:00
SilverFire - Dmitry Naumenko
ca074f19df Changelog typo fixed 2015-11-18 16:54:47 +02:00
Sam Mousa
22d9997281 Implemented support of traversable objects in RangeValidator::ranges, added ArrayHelper::in() and ArrayHelper::subset() 2015-11-18 16:41:56 +02:00
Sam Mousa
6d7627c2a5 Yii::powered() now uses Yii::t() 2015-11-18 16:36:25 +02:00
Dmitry Naumenko
b2c1d8dffe Merge pull request #10182 from machour/10078-Add-option-to-disable-csrf-on-forms
#10078: add option to disable csrf on forms
2015-11-18 13:24:32 +02:00
Mehdi Achour
ac36016c7f Expanded strcasecmp() condition for clarity 2015-11-18 11:32:06 +01:00
Mehdi Achour
f632f4d41f Fix docs as per @SilverFire suggestions [ci skip] 2015-11-18 10:51:55 +01:00
Mehdi Achour
c1dc6b1064 Fix changelog entry position 2015-11-18 10:32:43 +01:00
Mehdi Achour
ae5fbd2b88 Remove unmerged changelog entry from another PR 2015-11-18 10:30:27 +01:00
Mehdi Achour
0b2bbb2e99 Merge 2015-11-18 10:24:33 +01:00
Mehdi Achour
cca500083e Implement #10078: Allow disabling csrf hidden input generation on a form 2015-11-18 10:22:31 +01:00
SilverFire - Dima Naumenko
ac7b0ef6ff ErrorHandler - hardcoded UTF-8 in mb_* functions
As `Yii::$app` may be not initialized on the moment of error,
decided to hardcode UTF-8.

PR  #10169
2015-11-17 14:18:26 +02:00
Carsten Brandt
6acb76606c fixed connection serialization test 2015-11-17 12:06:32 +01:00
Dmitry Naumenko
4839ddb09b Merge pull request #10169 from SilverFire/mb-function-encoding
Normalized mb_* function calls to use Yii::$app->charset
2015-11-17 12:10:52 +02:00
SilverFire - Dima Naumenko
fb35afa1f3 Changelog and Updgrade docs update 2015-11-17 12:07:40 +02:00
Mehdi Achour
c49096c553 Fix merge conflict 2015-11-17 10:57:37 +01:00
Mehdi Achour
06d499ab02 #10158: Accept arrays for 'js' as well
Also applied @samdark comments on array testing
2015-11-17 10:55:05 +01:00