Commit Graph

14105 Commits

Author SHA1 Message Date
Jan Waś
edf400df96 add missing space 2015-04-11 02:25:26 +02:00
Jan Waś
6e48ed05c7 allow calling Command::insert() without any columns 2015-04-11 02:20:13 +02:00
Jan Waś
9e6b7dea24 add an unit test, which fails for postgresql and oracle 2015-04-11 01:31:20 +02:00
Alexander Makarov
183c4c9496 Silenced migrate command non-error output in DbManagerTestCase 2015-04-11 01:30:54 +03:00
ChristopheBrun
82033125c4 Fixes #8032: yii\rbac\PhpManager::updateItem() was unable to rename item updated 2015-04-11 01:24:32 +03:00
Qiang Xue
6fe5d08894 doc improvement [skip ci] 2015-04-09 23:13:37 -04:00
Alexander Makarov
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
Alexander Makarov
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
Klimov Paul
e29fcc8ea2 Docs about yii\validators\EachValidator adjusted 2015-04-09 18:14:35 +03:00
Klimov Paul
9fedb978f6 Docs for yii\validators\EachValidator adjusted 2015-04-09 18:13:50 +03:00
Klimov Paul
35eb833a2b Added yii\validators\EachValidator 2015-04-09 16:48:15 +03:00
Qiang Xue
aead65f2d2 Fixes #7515: Added support to use indexBy() together with column() in query builder 2015-04-08 22:54:30 -04:00
Alexander Makarov
cee6d0637d Merge pull request #8020 from votintsev/patch-2
Update db-query-builder.md [skip ci]
2015-04-09 01:05:06 +03:00
Jan Waś
ced423b601 Fixes #8012: Fixed fetching multiple relations between two tables for pgsql 2015-04-09 00:59:56 +03:00
votintsev
c630b100ff Update db-query-builder.md
remove extra square bracket
2015-04-08 17:33:52 +03:00
Alexander Makarov
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
Alexander Makarov
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
Qiang Xue
1cd6047174 Fixes #7998. [skip ci] 2015-04-07 08:30:03 -04:00
Alexander Makarov
8805db1727 Merge pull request #8001 from gonimar/patch-17
Fix migrate/down order
2015-04-07 12:24:42 +03:00
Sergey Gonimar
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
Carsten Brandt
af67f3b86e fixed broken link and removed BOM 2015-04-07 01:51:17 +02:00
Carsten Brandt
52677ce42b fixed broken links 2015-04-07 01:37:30 +02:00
Qiang Xue
92664b4b11 code optimization [skip ci] 2015-04-06 08:14:01 -04:00
Qiang Xue
23d8cede64 Fixes #7409: Allow yii\filters\auth\CompositeAuth::authMethods to take authentication objects 2015-04-05 18:19:41 -04:00
Ezekiel Fernandez
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
Qiang Xue
739f6358cd Fixes #7637: Allow yii\web\Request::validateCsrfToken() to validate a manually provided token 2015-04-05 17:34:29 -04:00
Alexander Makarov
962689da4b Merge pull request #7989 from RezaSR/patch-1
Fix spelling [skip ci]
2015-04-05 22:52:31 +03:00
R.S.R
dad43a7842 Fix spelling 2015-04-05 23:38:07 +04:30
Qiang Xue
bf609cf327 Fixes #7957: Removed extra parseFloat() call for the compare js validator 2015-04-04 22:30:22 -04:00
CthulhuDen
dad47b433e do not extra convert to floats in CompareValidator client code 2015-04-04 22:29:08 -04:00
Alexander Makarov
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
Nobuo Kihara
7560d2b5ad docs/internals-ja/versions.md updated [ci skip] 2015-04-04 16:23:14 +09:00
Paul Klimov
378937f8d5 yii\console\controllers\AssetController provides dependency trace in case bundle circular dependency detected 2015-04-03 19:22:42 +03:00
tom--
7762c04d45 Merge branch 'master' of git://github.com/yiisoft/yii2 2015-04-03 07:55:04 -04:00
Alexander Makarov
d8455835ee Merge pull request #7978 from yiijan/docs-ja-0402
Docs ja updated [ci skip]
2015-04-03 14:39:28 +03:00
Alexander Makarov
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
Nobuo Kihara
2a8f5671df docs/guide/* fixed the links to advanced project template doc [ci skip] 2015-04-03 20:31:34 +09:00
Nobuo Kihara
36355e110a docs/guide-ja/start-installation.md - fixed doc link [ci skip] 2015-04-03 20:22:10 +09:00
Nobuo Kihara
3da91ed563 docs/guide-ja/README.md - updated [ci skip] 2015-04-03 20:21:38 +09:00
Nobuo Kihara
36fe0725aa merged master [ci skip] 2015-04-03 20:10:40 +09:00
Klimov Paul
97c0ffc836 Creating target dir at yii\console\controllers\AssetController::buildTarget() refactored 2015-04-03 12:45:44 +03:00
Klimov Paul
e9ecdf88f9 Fixed yii\console\controllers\AssetController does not create missing folders for the target bundles 2015-04-03 12:04:57 +03:00
John Was
901d640b55 Fixes #7973: Added Schema::getSchemaNames method 2015-04-03 01:03:49 +03:00
Alexander Makarov
bbaf44680b Updated vesions policy doc, added note about extensions 2015-04-03 00:30:55 +03:00
Alexander Makarov
46cd63fd28 Removed apidoc docs from main repo 2015-04-03 00:26:58 +03:00
Nobuo Kihara
0e662b0ac1 docs/guide-ja - changed "アプリケーションテンプレート" to "プロジェクトテンプレート" 2015-04-02 23:45:31 +09:00
Nobuo Kihara
d8cc63d8ab docs/guide-ja/tutorial-mailing.md - updated [ci skip] 2015-04-02 23:00:35 +09:00
Nobuo Kihara
502b4020d9 docs/guide-ja/db-active-record.md - updated [ci skip] 2015-04-02 23:00:19 +09:00
Alexander Makarov
9f8ca6b3db Removed join according to https://github.com/yiisoft/yii2/issues/7958#issuecomment-88872600 2015-04-02 16:17:19 +03:00
Alexander Makarov
87a824515f Renamed application template into project template in docs 2015-04-02 14:46:34 +03:00