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
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
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
Carsten Brandt
92b1ba77db
improved phpdoc of ActiveForm
2015-03-27 00:36:05 +01:00
Carsten Brandt
16c94efaf5
improved error messages in FileHelper
2015-03-26 13:24:59 +01:00
Alexander Makarov
9043ebf54d
Merge pull request #7880 from yiiframework-ua/uk_translate
...
[Uk] Guide corrections [skip ci]
2015-03-26 11:10:44 +03:00
Qiang Xue
c01804d7c9
Fixes #7775 : Added more strict check on controller IDs when they are being used to create controller instances on Windows
2015-03-25 21:54:06 -04:00
Borales
c84942f537
[Uk] Guide corrections [skip ci]
2015-03-26 01:06:43 +01:00
Borales
8269088454
[Uk] Guide corrections [skip ci]
2015-03-26 01:06:00 +01:00
Carsten Brandt
afeb6d48d1
fixed typo in travis.yml
2015-03-25 20:05:56 +01:00
onedevlink
73d7cf791d
fix typo
...
first test commit to yii2
2015-03-25 21:06:48 +03:00
Carsten Brandt
7ba05a7fa1
enable travis caching for cubrid again
2015-03-25 18:40:14 +01:00
Carsten Brandt
800391f67a
fixed test braek
2015-03-25 18:34:20 +01:00
Carsten Brandt
40ff302f04
fixed travis cubrid db build
...
issue #7291
2015-03-25 17:23:15 +01:00
Qiang Xue
ac623ab8f6
Fixes #7850 : Added and to allow selectively caching cookies and HTTP headers
2015-03-24 21:18:59 -04:00
Alexander Makarov
7208b208e0
Moved advanced app docs out of the core framework
2015-03-25 01:17:37 +03:00
DaSourcerer
bdb4a999d3
Testcases for RFC7232, sec 3.2
2015-03-25 00:27:16 +03:00
Alexander Makarov
371fa3f241
Fixes #7856 : Fixed comments order in messageConfig
2015-03-25 00:25:07 +03:00
Alexander Makarov
033d43e423
Merge pull request #7863 from DaSourcerer/patch-2
...
Removed scripts from README that are no longer present [skip ci]
2015-03-24 23:43:13 +03:00
DaSourcerer
b7ec4e491b
Removed scripts from README that are no longer present [skip ci]
2015-03-24 19:48:29 +01:00
3y3ik
b749cec7ae
Translated tutorial-yii-integration
2015-03-24 14:27:59 +02:00
Klimov Paul
8f4b4bf6bf
Extensions unit tests removed
2015-03-24 13:01:10 +02:00
Alexander Makarov
3a9a0a94f4
Merge pull request #7853 from nikbas/fix-readme
...
Update directory structure in README [ci skip]
2015-03-24 12:40:03 +03:00
Nikola Basic
d9ea359e4c
Update directory structure in README [ci skip]
2015-03-24 10:36:05 +01:00