Commit Graph

15391 Commits

Author SHA1 Message Date
Yasser Hassan
daab0e9aef Fixing typo.
close #7941
2015-04-01 02:16:08 +02:00
Carsten Brandt
2296c8121f Update .travis.yml
cubrid setup is broken, skipping it. The best way to solve this would be to set up our own CI server which can then also include things like oracle-xe
2015-04-01 01:12:28 +02:00
Carsten Brandt
14c003acab improved error message on createDirectory
ensure the directory name is included in the error message.

fixes #6442
2015-04-01 00:53:03 +02:00
Alexander Makarov
75734cff38 Merge pull request #7932 from votintsev/patch-1
Small fix Russian translation file structure-extensions.md [skip ci]
2015-03-31 20:08:07 +03:00
Alexander Makarov
d02521848a Merge pull request #7934 from tom--/patch-6
old C-prefix class name
2015-03-31 20:06:17 +03:00
tom--
4089c29a09 old C-prefix class name 2015-03-31 12:57:17 -04:00
Qiang Xue
3a683b6e23 Merge pull request #7922 from bethrezen/patch-3
Little timesaver tip for optimisticLock use [skip ci]
2015-03-31 12:49:26 -04:00
Alexander Makarov
63d6594f0a Merge pull request #7930 from yiijan/docs-ja-update
docs/guide-ja/start-workflow.md - updated [ci skip]
2015-03-31 18:51:44 +03:00
Nobuo Kihara
058f4a4467 docs/guide-ja/start-workflow.md - updated [ci skip] 2015-03-31 23:39:14 +09:00
Alexander Makarov
a423fed5d2 Merge pull request #7929 from yiijan/docs-ja-db-migration
Docs ja db migration updated [ci skip]
2015-03-31 17:17:46 +03:00
Nobuo Kihara
bce935ad0b docs/guide-ja/db-migrations.md - small fix [ci skip] 2015-03-31 23:08:40 +09:00
Alexander Makarov
f4a7f9215f Added note clarifying that application templates are meant to be modified 2015-03-31 17:04:08 +03:00
Nobuo Kihara
f7776cc7f7 docs/guide-ja/db-active-record.md - fixed [ci skip] 2015-03-31 23:01:06 +09:00
Nobuo Kihara
96ebf87c5f merged upstream/master [ci skip] 2015-03-31 22:59:38 +09:00
Alexander Makarov
1713a99c79 Fixes #7924: Migrations in history are now ordered by time applied allowing to roll back in reverse order no matter how these were applied 2015-03-31 16:56:49 +03:00
Nobuo Kihara
63ec4b7dff docs/guide-ja/db-migrations.md - updated [ci skip] 2015-03-31 22:53:07 +09:00
votintsev
6b841c40f1 Update structure-extensions.md 2015-03-31 16:46:08 +03:00
Alexander Makarov
932afe9113 Merge pull request #7923 from smichae/patch-2
Fixing broken doc links to ContentNegotiator [ci skip]
2015-03-31 10:33:31 +03:00
Steven Michaels
748e68f98d Fixing broken doc links to ContentNegotiator 2015-03-30 23:23:38 -05:00
Qiang Xue
19ca5a1584 Fixes #7637. 2015-03-30 22:36:45 -04:00
Alexander Kozhevnikov
0d455ca21c Little timesaver tip for optimisticLock use [skip ci]
Those who follow this 4 simple steps may forget about need to validate 'version' field. Let us save their time.
2015-03-31 01:07:13 +03:00
Alexander Kozhevnikov
8eb34e918a Valid function name in example of optimisticLock [skip ci]
close #7921
2015-03-31 00:01:24 +02:00
Alexander Makarov
455e3b23fb Merge pull request #7919 from nineinchnick/fix-schema-bugs
fix oci\Schema::findConstraints() and pgsql\Schema::findTableNames()
2015-03-31 00:55:43 +03:00
John Was
664958548f fix oci\Schema::findConstraints() and pgsql\Schema::findTableNames(); added missing view to oci tests 2015-03-30 23:51:53 +02:00
John Was
4d1ca9ff17 Fixes #7831: Add order when fetching database table names and constraints 2015-03-30 22:18:56 +03:00
Aleksey Loban
af202f1ad8 Fixes #7912: Added aria-label to ActionColumn buttons 2015-03-30 19:08:44 +03:00
John Was
29304a185a Fixes #7833: Support (materialized) views and foreign tables along normal tables when fetching table schema 2015-03-30 19:01:12 +03:00
Alexander Makarov
d1b724c818 Reordered changelog, added references to issue/pull request numbers 2015-03-30 18:03:41 +03:00
Jan Was
48255a446d Fixes #7867: Fixes findUniqueIndexes not to perform any processing on unique index on function for pgsql, Implemented findUniqueIndexes for oci and mssql 2015-03-30 18:01:30 +03:00
Alexander Makarov
62a35cdbf5 Merge pull request #7868 from nineinchnick/7757-oci-schema-case-sensitivity
fixes #7757: in oci schema fix query results row keys case
2015-03-30 11:43:35 +03:00
Jan Was
18b107ddf7 updated CHANGELOG.md 2015-03-30 10:32:00 +02:00
John Was
4f49feee8d fixes #7757: in oci schema fix query results row keys case when PDO::ATTR_CASE is set to PDO::CASE_LOWER
added test to check support for setting PDO::ATTR_CASE and fetching table schemas
fixed fetching table schemas for mysql when PDO::ATTR_CASE is set
added tests for oci
fixed fetching composite fks for oci
improvements in oci schema parsing
removed autoIncrement detection fro oci and added test to verify that
implement batchInsert for oci
fix detecting IntegrityException for oci
fixed creating raw sql by skipping object and resource params
fix command test failing for sqlite
2015-03-29 21:57:13 +02:00
3y3ik
0350376f76 Translated tutorial-start-from-scratch 2015-03-29 19:56:29 +03:00
Qiang Xue
3abc07d16c Fixes #6642: Fixed the bug that using confirmation dialog via data-confirm in an ActiveForm may cause the dialog to appear twice 2015-03-29 12:01:24 -04:00
Carsten Brandt
5dbc14f385 Merge pull request #7910 from smichae/patch-1
Include ruleTable in list of customizable tables [ci skip]
2015-03-29 17:22:30 +02:00
Steven Michaels
3cddd3bab4 Include ruleTable in list of customizable tables [ci skip]
With the addition of ruleTable in 2.0, including it in the list of customizable tables in the class-level doc makes it easier to spot the difference from 1.1.
2015-03-29 10:14:37 -05:00
Carsten Brandt
6f70115642 more verbose error reporting for cubrid 2015-03-29 16:22:02 +02:00
3y3ik
b9aa57adc3 Translated tutorial-template-engines 2015-03-29 16:58:43 +03:00
Carsten Brandt
fd99fe1efa made cubrid setup more tolerant to failures
this should now not stop the whole test suite but only fail for cubrid
2015-03-29 15:29:33 +02:00
Larry Ullman
ee75f2a34a fix typo on URL 2015-03-28 20:30:34 -04:00
Qiang Xue
7f682af117 Merge pull request #7901 from yiijan/db-ar-fix
docs/guide/db-active-record.md - typo fixed [ci skip]
2015-03-28 11:14:51 -04:00
Nobuo Kihara
200580c665 removed some documents from yii2 repo [ci skip] 2015-03-28 21:54:56 +09:00
Nobuo Kihara
534cc4f314 docs/guide-ja/README.md more fix [ci skip] 2015-03-28 21:47:34 +09:00
Nobuo Kihara
a4013d5089 reversed the wrong "fix" [ci skip] 2015-03-28 20:52:05 +09:00
Nobuo Kihara
7f7f7eef7b docs/guide-ja/db-active-record.md - updated [ci skip]
close #7900
2015-03-28 12:11:09 +01:00
Nobuo Kihara
38f5a980e5 oops, deleted a wrong file 2015-03-28 20:03:22 +09:00
Nobuo Kihara
3befb270c6 docs/guide-ja reorganized and updated [ci skip] 2015-03-28 19:38:53 +09:00
Qiang Xue
72c34cda1e Fixes #6871: Fixed the bug that using defaults and hostnames in URL rules may cause an out-of-range index issue 2015-03-27 22:52:01 -04:00
Nobuo Kihara
e66a6a9e83 docs/guide/db-active-record.md - typo fixed [ci skip] 2015-03-28 11:23:11 +09:00
Qiang Xue
8e33fbfbff Fixes #7636: yii\web\Session::getHasSessionId() uses a more lenient way to check if session ID is provided in URL 2015-03-26 22:57:27 -04:00