Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7adff6b57c648200e27f17f9b412ba30584c6878
https://github.com/phpmyadmin/phpmyadmin/commit/7adff6b57c648200e27f17f9b41…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-21 (Tue, 21 Mar 2017)
Changed paths:
M ChangeLog
M js/functions.js
M libraries/Header.php
M libraries/plugins/auth/AuthenticationCookie.php
Log Message:
-----------
Indicate when HTTPS is not properly reported on the server
This can happen in both directions which both can have undesired side
effects:
- when server thinks it's serving HTTPS, but it's not, the cookies are
set as secure and thus never returned back by client
- whene server thinks it's not serving HTTPS, the secure flag for
cookies is not set, making it possible to leak them over HTTP
Fixes #13110
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2e448d46e3293e35b2d93b1862e9523182594c44
https://github.com/phpmyadmin/phpmyadmin/commit/2e448d46e3293e35b2d93b1862e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-21 (Tue, 21 Mar 2017)
Changed paths:
M ChangeLog
M libraries/server_privileges.lib.php
Log Message:
-----------
Fixed setting password on recent MariaDB with non working plugins
When the plugins are not working (eg. the plugins directory does not
exist), we should still allow to change the password.
Fixes #12757
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1d93d0d42e2e529e50190f85f65023687376c107
https://github.com/phpmyadmin/sql-parser/commit/1d93d0d42e2e529e50190f85f65…
Author: hd hd <hd(a)cgsword.com>
Date: 2017-03-21 (Tue, 21 Mar 2017)
Changed paths:
M locale/zh_TW/LC_MESSAGES/sqlparser.mo
M locale/zh_TW/LC_MESSAGES/sqlparser.po
Log Message:
-----------
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (43 of 43 strings)
[CI skip]
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 938f3e644ab12739989e259f5e55bd422e4ef8bb
https://github.com/phpmyadmin/sql-parser/commit/938f3e644ab12739989e259f5e5…
Author: Lord Erik Ramstad Måseidvåg <erkowner(a)gmail.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M locale/nb/LC_MESSAGES/sqlparser.mo
M locale/nb/LC_MESSAGES/sqlparser.po
Log Message:
-----------
Translated using Weblate (Norwegian Bokmål)
Currently translated at 4.6% (2 of 43 strings)
[CI skip]
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5da44ce1a642e611068276fdcc1eef236e88a9a6
https://github.com/phpmyadmin/phpmyadmin/commit/5da44ce1a642e611068276fdcc1…
Author: Vishal Pandey <vishpandey2014(a)gmail.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Menu.php
M libraries/Table.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M libraries/controllers/table/TableRelationController.php
M libraries/controllers/table/TableSearchController.php
M libraries/controllers/table/TableStructureController.php
M libraries/mult_submits.inc.php
R libraries/tbl_info.inc.php
M tbl_addfield.php
M tbl_export.php
M tbl_find_replace.php
M tbl_import.php
M tbl_operations.php
M tbl_select.php
M tbl_sql.php
M tbl_structure.php
M tbl_zoom_select.php
M test/classes/TableTest.php
M view_operations.php
Log Message:
-----------
Move the tbl_info.inc.php code to Table class
Fixes #12567
Signed-off-by: flash1452 <vishpandey2014(a)gmail.com>
Commit: 9f2773c9c233671932945ba0b59a6c97b82bf96a
https://github.com/phpmyadmin/phpmyadmin/commit/9f2773c9c233671932945ba0b59…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Menu.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M tbl_operations.php
M test/classes/TableTest.php
M view_operations.php
Log Message:
-----------
Simplify rereading of information
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: db893a468340a777d25c1a80f76d057c23dcfbff
https://github.com/phpmyadmin/phpmyadmin/commit/db893a468340a777d25c1a80f76…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Menu.php
Log Message:
-----------
Remove unused variables
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 7c8f340d267b2e62965328bb35c56eea015c21d6
https://github.com/phpmyadmin/phpmyadmin/commit/7c8f340d267b2e62965328bb35c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Menu.php
Log Message:
-----------
Remove commented out code
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e655e08e6efd395b005ac1a5a4dc3c778a62467c
https://github.com/phpmyadmin/phpmyadmin/commit/e655e08e6efd395b005ac1a5a4d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
Log Message:
-----------
Fix comments indentation
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 56046cc7e26307faa32da750f1bcfbd21be73a2e
https://github.com/phpmyadmin/phpmyadmin/commit/56046cc7e26307faa32da750f1b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M libraries/controllers/table/TableRelationController.php
M libraries/controllers/table/TableStructureController.php
M tbl_operations.php
M test/classes/TableTest.php
Log Message:
-----------
Simplify getting storage engine
- remove not needed word Table from method name
- fix code to handle errors
- convert existing users of getStatusInfo('ENGINE') to this method
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b2bf9fba8706d8b90093f5463601f33bfcab6557
https://github.com/phpmyadmin/phpmyadmin/commit/b2bf9fba8706d8b90093f546360…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Menu.php
M libraries/Table.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M tbl_operations.php
M test/classes/TableTest.php
Log Message:
-----------
Simplify getting table comment
- remove not needed word Show from method name
- fix code to handle errors
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 44d3cb3869a59276a1b3868867b77e025a30c5d4
https://github.com/phpmyadmin/phpmyadmin/commit/44d3cb3869a59276a1b3868867b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M tbl_operations.php
M test/classes/TableTest.php
Log Message:
-----------
Simplify getting table collation
- remove not needed word Table from method name
- fix code to handle errors
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ca9ea74d20d87cc9c697b87d36906046560cc946
https://github.com/phpmyadmin/phpmyadmin/commit/ca9ea74d20d87cc9c697b87d369…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M tbl_operations.php
Log Message:
-----------
Simplify getting table rows
- simplify method name
- fix code handling error path
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a51ac4ef8b47bd83fb0f7f12bdf7524a332ca6b8
https://github.com/phpmyadmin/phpmyadmin/commit/a51ac4ef8b47bd83fb0f7f12bdf…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M tbl_operations.php
M test/classes/TableTest.php
Log Message:
-----------
Simplify getting row format
- remove not needed word Table from method name
- fix code to handle errors
- convert existing users of getStatusInfo('ROW_FORMAT') to this method
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 159e748a2baf436d07e34045ebd982a9d3649893
https://github.com/phpmyadmin/phpmyadmin/commit/159e748a2baf436d07e34045ebd…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
M libraries/controllers/table/TableChartController.php
M libraries/controllers/table/TableIndexesController.php
M tbl_operations.php
M test/classes/TableTest.php
Log Message:
-----------
Simplify getting table create options
- use saner method name (getCreateOptions)
- fix error case
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 50e634afca1f33c14c28559f77c85b8a5ce864bf
https://github.com/phpmyadmin/phpmyadmin/commit/50e634afca1f33c14c28559f77c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
Log Message:
-----------
Remove documentation for non existing param
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 77990debb53761f7de941ce9bb719c62770135d8
https://github.com/phpmyadmin/phpmyadmin/commit/77990debb53761f7de941ce9bb7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M libraries/Table.php
Log Message:
-----------
Document return types
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 7c35333e5d49c9093bc467c3703b9ccc81d930c5
https://github.com/phpmyadmin/phpmyadmin/commit/7c35333e5d49c9093bc467c3703…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-03-20 (Mon, 20 Mar 2017)
Changed paths:
M tbl_operations.php
M tbl_structure.php
Log Message:
-----------
Fix method names
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/2c48b6175747...7c35333e5d49