dd08c028a4
Reordered changelog [skip ci]
2018-03-13 15:46:29 +02:00
a3c5ae620a
Added --version support in Release/sort-changelog command
2018-03-13 15:45:37 +02:00
7a38c795b4
Merge pull request #15868 from SilverFire/mysql-json-cast-15839
...
Fixed JsonExpressionBuilder to cast JSON explicitly
2018-03-13 12:30:09 +02:00
fedcab9441
Merge pull request #15887 from Disassem/doc-fix
...
Adjust code sample to screenshot
2018-03-13 10:09:26 +02:00
58ed1ed2ca
Adjust code sample to screenshot
2018-03-13 13:04:28 +07:00
52c80f782d
moved SQL specific test to SQL AR
2018-03-12 11:21:05 +01:00
1a74b3d4f8
[minor] SCA with Php Inspections (EA Ultimate) ( #15871 )
...
* Php Inspections (EA Ultimate): use type casting where applicable
* Php Inspections (EA Ultimate): use constants where applicable
* Php Inspections (EA Ultimate): CS
* Php Inspections (EA Ultimate): address some of one-time used variables
* Php Inspections (EA Ultimate): address some of performance-related findings
* Php Inspections (EA Ultimate): address some of performance-related findings
* Php Inspections (EA Ultimate): revert a constant usage
* Php Inspections (EA Ultimate): revert sequential assignments
* Php Inspections (EA Ultimate): build is green again
* Php Inspections (EA Ultimate): revert array_merge tweaks
* Php Inspections (EA Ultimate): revert BC-incompatible one-time used variable tweak
* Update description [skip ci]
* Php Inspections (EA Ultimate): CS
2018-03-12 01:37:19 +03:00
80da46c32d
REST OPTIONS Action bug fix with Header name ( #15869 )
2018-03-10 23:59:46 +03:00
8be4563341
Merge pull request #15859 from FabrizioCaldarelli/15858-broken-basehtml-collecterrors-with-showallerrors-true
...
15858 broken basehtml collecterrors with showallerrors true
2018-03-10 18:44:10 +02:00
5e16c67673
Merge pull request #15797 from kalessil/master
...
[minor] Static code analysis
2018-03-10 15:42:48 +02:00
79583a2c7e
Reverted casting JsonExpression(null) to SQL NULL
2018-03-10 11:14:08 +02:00
c6ea3fb455
Revert "Fixed JsonExpressionBuilder to generate SQL NULL"
...
This reverts commit cf4bd39fc1927c3cbe85c08c6fc473d60921d96f.
2018-03-10 11:11:11 +02:00
b3f54d1065
Simplified code, enhanced PHPDocs
2018-03-10 10:19:07 +02:00
0ca003343b
Fixed test
2018-03-10 10:09:17 +02:00
cf4bd39fc1
Fixed JsonExpressionBuilder to generate SQL NULL
...
Fixes #15863
2018-03-10 10:04:41 +02:00
cc29ef8968
Fixed JsonExpressionBuilder to cast JSON explicitly
...
Fixes #15839 ;
2018-03-10 09:56:28 +02:00
f3ad7a79e1
Merge pull request #15857 from SilverFire/nested-jsonexpression-15836
...
Fixed nesting of JsonExpression, ArrayExpression
2018-03-09 17:19:11 +02:00
e72c31dc0b
Fixed changelog formatting
2018-03-09 15:51:49 +03:00
ff5e409a24
Merge pull request #15862 from lourdas/master
...
Updated Greek messages.
2018-03-09 11:24:52 +02:00
14b76d3a7a
Updated Greek messages.
2018-03-09 11:18:52 +02:00
f435284952
Fixed typo
2018-03-09 08:15:51 +02:00
52263077c0
Bug #15858 : Fixed array undefined offset error calling Html::errorSummary with same error messages from different model attributes. (FabrizioCaldarelli)
2018-03-08 23:24:41 +01:00
82347cd25d
Merge remote-tracking branch 'upstream/master'
2018-03-08 21:26:20 +01:00
aed911b5f1
Fixed nesting of JsonExpression, ArrayExpression
2018-03-08 12:45:01 +02:00
e63a459a18
Merge pull request #15855 from berosoboy/15854-fix-postgre-array-converted-to-int-zero
...
Fix PostgreSQL aray field typecast when $disableArraySupport is true
2018-03-08 09:23:02 +02:00
a98552ef64
Fix PostgreSQL aray field typecast when $disableArraySupport is true
2018-03-08 00:58:13 -03:00
ca4e1a5c9c
#15776 : Removed unnecessary UPGRADE note, added @berosoboy to changelog [skip ci]
2018-03-08 01:40:02 +03:00
92213864d9
Fixes #15776 : Fixed slow MySQL constraints retrieving
2018-03-08 00:45:22 +03:00
c484792084
Fixes #15840 : Fixed regression on load fixture data file
2018-03-08 00:44:22 +03:00
4391ca7f7b
Connection::getTransaction() adjust phpdoc to also return null ( #15848 ) [skip ci]
2018-03-07 23:45:50 +03:00
45bccb11c1
Added test to verify #15838
2018-03-05 16:27:03 +02:00
fcea028cf1
Disabled UrlTest for HHVM in Travis
...
Probably, this change will fix random exception during HHVM build
on travis:
ps_files_cleanup_dir: opendir(/var/lib/hhvm/sessions) failed: Permission denied (13)
2018-03-05 16:25:59 +02:00
78aaca7a87
Fixed CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat()
2018-03-05 15:49:01 +02:00
319c6dc228
Update UPGRADE.md
2018-03-05 10:52:08 +01:00
bf6c9cf443
Fixes #15783 : Regenerate CSRF token only when logging in directly
2018-03-05 02:00:07 +03:00
ae47482fac
Update CHANGELOG.md
2018-03-04 22:45:22 +02:00
bd5f17e792
Updated UPGRADE.md [skip ci]
...
Closes #15828
2018-03-04 20:36:27 +02:00
8d8d68159d
Updated PHPDocs [skip ci]
...
Closes #15830
2018-03-04 20:28:42 +02:00
4e35eb6539
Fixed JSONB support in PostgreSQL 9.4
...
Closes #15829
2018-03-04 20:25:36 +02:00
f7da602250
PgSQL: Fix table schema load for table name in quotes
...
This commit fixes the table schema loading for PostgreSQL, when
the table name is specified in quotes, e.g. `"type"`.
2018-03-04 20:19:45 +02:00
66081c6187
Added a unit test to verify #15827
...
Closes #15827
2018-03-03 22:31:42 +02:00
b642c36019
Merge branch 'antonmarin-patch-1'
2018-03-03 21:17:42 +02:00
8bb31fb9e5
Updated docs, added tests
2018-03-03 21:17:31 +02:00
ab8e1bc9bd
Added UPGRADE.md regarding schema caching
...
Closes #15776
2018-03-03 20:50:26 +02:00
5fa25b331d
Fixed encoding of empty ArrayExpression for PostgreSQL
2018-03-03 20:43:58 +02:00
d5d4b8b0f5
Fixed null values handling for PostgresSQL arrays
...
Fixes #15804
2018-03-03 18:54:33 +02:00
233eeb52d7
fixed unit tests
2018-03-03 18:12:51 +02:00
9a949525a1
Fixed deprecated type casting format in Command::bindValues()
...
Fixed #15817
2018-03-03 17:50:18 +02:00
08c87aec4f
Fixed Component::off() not to throw an exception
...
Fixes #15822
2018-03-03 16:37:41 +02:00
56e86c2d4f
Merge pull request #15825 from xutl/master
...
Fix a unit test hand error.
2018-03-03 16:04:10 +02:00