12396 Commits

Author SHA1 Message Date
54475a8f10 docs/guide-ja updated [ci skip] 2015-04-11 12:42:31 +09:00
fdb730a12a syntax fix [skip ci] 2015-04-10 21:51:33 -04:00
183c4c9496 Silenced migrate command non-error output in DbManagerTestCase 2015-04-11 01:30:54 +03:00
82033125c4 Fixes #8032: yii\rbac\PhpManager::updateItem() was unable to rename item updated 2015-04-11 01:24:32 +03:00
6fe5d08894 doc improvement [skip ci] 2015-04-09 23:13:37 -04:00
36a0e8384a Fixes #7918: yii\widgets\Pjax got ability to avoid registering link/form handler via setting false to $linkSelector/$formSelector 2015-04-09 23:16:38 +03:00
926770b7d9 Changed usage of .prop() to .attr() in order to avoid issues when working with forms having input with names matching form properties. Related to #8014. 2015-04-09 23:06:47 +03:00
e29fcc8ea2 Docs about yii\validators\EachValidator adjusted 2015-04-09 18:14:35 +03:00
9fedb978f6 Docs for yii\validators\EachValidator adjusted 2015-04-09 18:13:50 +03:00
35eb833a2b Added yii\validators\EachValidator 2015-04-09 16:48:15 +03:00
aead65f2d2 Fixes #7515: Added support to use indexBy() together with column() in query builder 2015-04-08 22:54:30 -04:00
cee6d0637d Merge pull request #8020 from votintsev/patch-2
Update db-query-builder.md [skip ci]
2015-04-09 01:05:06 +03:00
ced423b601 Fixes #8012: Fixed fetching multiple relations between two tables for pgsql 2015-04-09 00:59:56 +03:00
c630b100ff Update db-query-builder.md
remove extra square bracket
2015-04-08 17:33:52 +03:00
cc1b74adcf Merge pull request #8014 from yiisoft/yii-js-fix-form-action-property
Changed usage of prop() to usage of attr()
2015-04-08 12:09:58 +03:00
e224568b49 Fixes #8014: Fixed setting incorrect form "action" property after submitting a form using a link with "data-method" and containing "action" among "data-params" 2015-04-08 03:17:42 +03:00
1cd6047174 Fixes #7998. [skip ci] 2015-04-07 08:30:03 -04:00
8805db1727 Merge pull request #8001 from gonimar/patch-17
Fix migrate/down order
2015-04-07 12:24:42 +03:00
3872c6c565 Fix migrate/down order
Migrations were applied at the same time. This cause invalid sort order while downgrade.

Command `yii migrate `

Output:
```
Yii Migration Tool (based on Yii v2.0.4-dev)

Total 2 new migrations to be applied:
        m150402_075534_initial
        m150402_075544_feedback
```

Command `yii migrate/down 2`

```
Yii Migration Tool (based on Yii v2.0.4-dev)

Total 2 migrations to be reverted:
        m150402_075534_initial
        m150402_075544_feedback
```

In databasse
```
"m000000_000000_base";1428382302
"m150402_075534_initial";1428388855           <----
"m150402_075544_feedback";1428388855     <----
```
2015-04-07 12:01:09 +05:00
af67f3b86e fixed broken link and removed BOM 2015-04-07 01:51:17 +02:00
52677ce42b fixed broken links 2015-04-07 01:37:30 +02:00
92664b4b11 code optimization [skip ci] 2015-04-06 08:14:01 -04:00
23d8cede64 Fixes #7409: Allow yii\filters\auth\CompositeAuth::authMethods to take authentication objects 2015-04-05 18:19:41 -04:00
ee4cdfe87c unit test for issue yiisoft/yii2#/7409 testing for CompositeAuth when an action is forwarding to another action in the same controller 2015-04-05 18:17:15 -04:00
739f6358cd Fixes #7637: Allow yii\web\Request::validateCsrfToken() to validate a manually provided token 2015-04-05 17:34:29 -04:00
962689da4b Merge pull request #7989 from RezaSR/patch-1
Fix spelling [skip ci]
2015-04-05 22:52:31 +03:00
dad43a7842 Fix spelling 2015-04-05 23:38:07 +04:30
bf609cf327 Fixes #7957: Removed extra parseFloat() call for the compare js validator 2015-04-04 22:30:22 -04:00
dad47b433e do not extra convert to floats in CompareValidator client code 2015-04-04 22:29:08 -04:00
2888760f17 Merge pull request #7982 from yiijan/docs-internal-ja-update
docs/internals-ja/versions.md updated [ci skip]
2015-04-04 23:14:14 +03:00
7560d2b5ad docs/internals-ja/versions.md updated [ci skip] 2015-04-04 16:23:14 +09:00
378937f8d5 yii\console\controllers\AssetController provides dependency trace in case bundle circular dependency detected 2015-04-03 19:22:42 +03:00
d8455835ee Merge pull request #7978 from yiijan/docs-ja-0402
Docs ja updated [ci skip]
2015-04-03 14:39:28 +03:00
5357f91e54 Merge pull request #7979 from yiijan/doc-links-fix
docs/guide/* fixed the links to advanced project template doc [ci skip]
2015-04-03 14:39:15 +03:00
2a8f5671df docs/guide/* fixed the links to advanced project template doc [ci skip] 2015-04-03 20:31:34 +09:00
36355e110a docs/guide-ja/start-installation.md - fixed doc link [ci skip] 2015-04-03 20:22:10 +09:00
3da91ed563 docs/guide-ja/README.md - updated [ci skip] 2015-04-03 20:21:38 +09:00
36fe0725aa merged master [ci skip] 2015-04-03 20:10:40 +09:00
97c0ffc836 Creating target dir at yii\console\controllers\AssetController::buildTarget() refactored 2015-04-03 12:45:44 +03:00
e9ecdf88f9 Fixed yii\console\controllers\AssetController does not create missing folders for the target bundles 2015-04-03 12:04:57 +03:00
901d640b55 Fixes #7973: Added Schema::getSchemaNames method 2015-04-03 01:03:49 +03:00
bbaf44680b Updated vesions policy doc, added note about extensions 2015-04-03 00:30:55 +03:00
46cd63fd28 Removed apidoc docs from main repo 2015-04-03 00:26:58 +03:00
0e662b0ac1 docs/guide-ja - changed "アプリケーションテンプレート" to "プロジェクトテンプレート" 2015-04-02 23:45:31 +09:00
d8cc63d8ab docs/guide-ja/tutorial-mailing.md - updated [ci skip] 2015-04-02 23:00:35 +09:00
502b4020d9 docs/guide-ja/db-active-record.md - updated [ci skip] 2015-04-02 23:00:19 +09:00
9f8ca6b3db Removed join according to https://github.com/yiisoft/yii2/issues/7958#issuecomment-88872600 2015-04-02 16:17:19 +03:00
87a824515f Renamed application template into project template in docs 2015-04-02 14:46:34 +03:00
7578b42dc5 Merge pull request #7959 from nineinchnick/7958-pgsql-schema-older-versions
fix fetching pgsql constraints for older server versions
2015-04-02 13:49:54 +03:00
356d1b98a7 fix fetching pgsql indexes for older server versions 2015-04-02 12:35:24 +02:00