Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 082a17dfd8a3c4b1a20646e59e03fec8a5d8b554
https://github.com/phpmyadmin/phpmyadmin/commit/082a17dfd8a3c4b1a20646e59e0…
Author: Robert Antoni Buj Gelonch <robert.buj(a)gmail.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M po/ca.po
Log Message:
-----------
Translated using Weblate (Catalan)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 7f3947dc6cc3ae719f3a38dae4dce5163811089a
https://github.com/phpmyadmin/phpmyadmin/commit/7f3947dc6cc3ae719f3a38dae4d…
Author: Weblate <noreply(a)weblate.org>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/ajax.js
M js/db_structure.js
M js/functions.js
M js/gis_data_editor.js
M js/rte.js
M js/sql.js
M js/tbl_operations.js
M js/tbl_structure.js
M libraries/Util.php
M libraries/common.inc.php
M libraries/operations.lib.php
M libraries/rte/rte_list.lib.php
M templates/database/structure/empty_table.phtml
M templates/database/structure/structure_table_row.phtml
M templates/table/structure/action_row_in_structure_table.phtml
M templates/table/structure/actions_in_table_structure.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_table_stats.phtml
M templates/table/structure/optional_action_links.phtml
M templates/table/structure/table_structure_row.phtml
M test/classes/DisplayResultsTest.php
M test/classes/UtilTest.php
M test/libraries/PMA_operations_test.php
Log Message:
-----------
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/c21a9cf51fc7...7f3947dc6cc3
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c75166c3a9776bc035c0291f284ef59270b7a60e
https://github.com/phpmyadmin/phpmyadmin/commit/c75166c3a9776bc035c0291f284…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M libraries/Util.php
M test/classes/DisplayResultsTest.php
Log Message:
-----------
Revert "Force using POST for SQL query in Util::linkOrButton"
This reverts commit 44df4a309475479af404506dbd77588acc424637.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: be7d5ee738ff70a3fb6cab44b9be8010e68625e9
https://github.com/phpmyadmin/phpmyadmin/commit/be7d5ee738ff70a3fb6cab44b9b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/ajax.js
M js/functions.js
M js/gis_data_editor.js
M js/sql.js
M libraries/Util.php
M libraries/common.inc.php
Log Message:
-----------
Simplify handling of long URLs in Util::linkOrButton
We no longer create form, but rather rather tag the link to be handled
as POST on the client side.
This way the code is way simpler without need on any special case
handling on server side.
Fixes #13649
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 3b9fb2b664632557866feb083b59743ed60d1e22)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: f31dfc530b49c9c04f73949545106f328f31c3ce
https://github.com/phpmyadmin/phpmyadmin/commit/f31dfc530b49c9c04f739495451…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M test/classes/UtilTest.php
Log Message:
-----------
Add tests for Util::linkOrButton
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 816c42665af83d8f2652c6c0e9c0d92c63526ae6)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 6f4740e17c07b8cb4b0ec1961460ae036d27ad00
https://github.com/phpmyadmin/phpmyadmin/commit/6f4740e17c07b8cb4b0ec196146…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M libraries/Util.php
M test/classes/DisplayResultsTest.php
Log Message:
-----------
Always use POST for links containing SQL query
This way the SQL queries will not apper in the web server logs.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 99e9854473155a5337fc9361d9eba4bae3d30792)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 8d238a3a1a51e34628a08663ada5437948a403a4
https://github.com/phpmyadmin/phpmyadmin/commit/8d238a3a1a51e34628a08663ada…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/ajax.js
Log Message:
-----------
Handle data-post with leading ?
This makes it easier to convert existing code.
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit f059baa2ec9eaf749dc85e0f339018c326818d15)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 35dc6d4f2cd519027958abd9353ba85f822030f4
https://github.com/phpmyadmin/phpmyadmin/commit/35dc6d4f2cd519027958abd9353…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/db_structure.js
M js/functions.js
M templates/database/structure/empty_table.phtml
Log Message:
-----------
Adjust table truncate operation to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit ff20564ef07f15bda0a6540ac45427a3b6571015)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: a20b287f4036916e61d49ae70558c1922ee80666
https://github.com/phpmyadmin/phpmyadmin/commit/a20b287f4036916e61d49ae7055…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/db_structure.js
M templates/database/structure/structure_table_row.phtml
Log Message:
-----------
Adjust table drop operation to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 8332861d62dbe130e3d4bf195707f884d89d0cb2)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 9af081a4b96c6a87af50fcb42e9c42e1847d863f
https://github.com/phpmyadmin/phpmyadmin/commit/9af081a4b96c6a87af50fcb42e9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/tbl_structure.js
M templates/table/structure/action_row_in_structure_table.phtml
M templates/table/structure/actions_in_table_structure.phtml
Log Message:
-----------
Adjust adding table key operations to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 6ee2f1284100b6aa98a3a08dc1f520c48b49ed25)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 8229dabe4686bf9a76a1819f4a97e64083726f7b
https://github.com/phpmyadmin/phpmyadmin/commit/8229dabe4686bf9a76a1819f4a9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M templates/table/structure/actions_in_table_structure.phtml
Log Message:
-----------
Adjust browsing distinct values to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit e7eaea8c86bcb012585e709a3511539df509ffb8)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 590b0ed3377d7ead2b9df8bba59ed6a02f996ba6
https://github.com/phpmyadmin/phpmyadmin/commit/590b0ed3377d7ead2b9df8bba59…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M templates/table/structure/display_partitions.phtml
Log Message:
-----------
Adjust partition manipulations to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 599a981b50ec0c19bb2c827e28edef7106b593e0)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: f6bb1901f6eef097a5b827927171eb43cc5fc173
https://github.com/phpmyadmin/phpmyadmin/commit/f6bb1901f6eef097a5b82792717…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M templates/table/structure/display_table_stats.phtml
M templates/table/structure/optional_action_links.phtml
Log Message:
-----------
Adjust optimize table to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 750820519124488c6f2cb546a397de4715c7fa8b)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 19484adb03bfc831b247d75b13d0986eb421a332
https://github.com/phpmyadmin/phpmyadmin/commit/19484adb03bfc831b247d75b13d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/tbl_structure.js
M templates/table/structure/table_structure_row.phtml
Log Message:
-----------
Adjust field drop to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 613a146e97e34e6b05d7c8c6de15afdb39d8da2b)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 8f9f8aa3b5dba8df743f3dffea3fb5731acb2e38
https://github.com/phpmyadmin/phpmyadmin/commit/8f9f8aa3b5dba8df743f3dffea3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/rte.js
M libraries/rte/rte_list.lib.php
Log Message:
-----------
Adjust RTE oprations to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 2bc87216f0c39e11ea8efd6bedd903aa8ffb51f9)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: fc378b0bd3c034515fac6436713e24f24c4b792d
https://github.com/phpmyadmin/phpmyadmin/commit/fc378b0bd3c034515fac6436713…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M libraries/operations.lib.php
M test/libraries/PMA_operations_test.php
Log Message:
-----------
Adjust table operations to use POST
Issue #13866
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 6b5d535da547600b46b8077d8f69f663374d6e3e)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 1f00c99be950a2173fe5dc1c51410c88c83fe6ff
https://github.com/phpmyadmin/phpmyadmin/commit/1f00c99be950a2173fe5dc1c514…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/ajax.js
M js/db_structure.js
M js/functions.js
M js/rte.js
M js/sql.js
M js/tbl_structure.js
Log Message:
-----------
Share code for parsing data-post attribute
It can include leading question mark and we should deal with it in all
locations.
Fixes #13913
Signed-off-by: Michal Čihař <michal(a)cihar.com>
(cherry picked from commit 1fc566fd90d838d35dfa5251f26deb48d15780a7)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 60032ce9de24fe2a329e77b36c20a810f881bace
https://github.com/phpmyadmin/phpmyadmin/commit/60032ce9de24fe2a329e77b36c2…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/functions.js
Log Message:
-----------
Fix getPostData function
dataPost can be undefined
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
(cherry picked from commit 367f49b12bb15f7891abeac22c7f5be538e39af1)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 031c832fd7ee3a3dc06169e0d4371def34b5a016
https://github.com/phpmyadmin/phpmyadmin/commit/031c832fd7ee3a3dc06169e0d43…
Author: Gemorroj <wapinet(a)gmail.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/tbl_operations.js
Log Message:
-----------
Update tbl_operations.js
fix maintenance operations
Signed-off-by: Gemorroj <wapinet(a)gmail.com>
(cherry picked from commit b3c9a0c115d6d24f5f94ed2e0a8c2276f4aab8c2)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: c21a9cf51fc7ed2f4da293013032e82ccda20a15
https://github.com/phpmyadmin/phpmyadmin/commit/c21a9cf51fc7ed2f4da29301303…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M js/ajax.js
M js/db_structure.js
M js/functions.js
M js/gis_data_editor.js
M js/rte.js
M js/sql.js
M js/tbl_operations.js
M js/tbl_structure.js
M libraries/Util.php
M libraries/common.inc.php
M libraries/operations.lib.php
M libraries/rte/rte_list.lib.php
M templates/database/structure/empty_table.phtml
M templates/database/structure/structure_table_row.phtml
M templates/table/structure/action_row_in_structure_table.phtml
M templates/table/structure/actions_in_table_structure.phtml
M templates/table/structure/display_partitions.phtml
M templates/table/structure/display_table_stats.phtml
M templates/table/structure/optional_action_links.phtml
M templates/table/structure/table_structure_row.phtml
M test/classes/DisplayResultsTest.php
M test/classes/UtilTest.php
M test/libraries/PMA_operations_test.php
Log Message:
-----------
Merge pull request #14036 from mauriciofauth/broken-sort
Fix broken sort
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/1562d1c86be5...c21a9cf51fc7
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/coding-standard
Commit: baecb9872e12c33c12f27db44ffc458c618d186f
https://github.com/phpmyadmin/coding-standard/commit/baecb9872e12c33c12f27d…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-02-21 (Wed, 21 Feb 2018)
Changed paths:
R PMAStandard/Sniffs/NamingConventions/ValidVariableNameSniff.php
M PMAStandard/ruleset.xml
M composer.json
Log Message:
-----------
Use custom rule instead of custom sniff
PHP_CodeSniffer v3.2.3 has fixed a bug that allows removal of the ValidVariableName custom sniff in favor of the custom rule.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 8cf1c841460216f5ccf186c5f42bf187ad125b5b
https://github.com/phpmyadmin/coding-standard/commit/8cf1c841460216f5ccf186…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
R PMAStandard/Sniffs/NamingConventions/ValidVariableNameSniff.php
M PMAStandard/ruleset.xml
M composer.json
Log Message:
-----------
Merge pull request #7 from mauriciofauth/valid-variable-name
Use custom rule instead of custom sniff
Compare: https://github.com/phpmyadmin/coding-standard/compare/00f7fc68f4bf...8cf1c8…
Branch: refs/heads/STABLE
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4c8de95a56520133d509fe12cb969feda461c145
https://github.com/phpmyadmin/phpmyadmin/commit/4c8de95a56520133d509fe12cb9…
Author: Waleed Abdeen <waleed.totti(a)gmail.com>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M po/ar.po
Log Message:
-----------
Translated using Weblate (Arabic)
Currently translated at 49.9% (1603 of 3207 strings)
[CI skip]
Commit: 8599e87ad3ee98e056b41cbe87bb54c49debaa49
https://github.com/phpmyadmin/phpmyadmin/commit/8599e87ad3ee98e056b41cbe87b…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.php
Log Message:
-----------
Prepare for 4.7.8-dev
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: 29acbe19952bff63c36a3e5c30c1dcd6a43d192b
https://github.com/phpmyadmin/phpmyadmin/commit/29acbe19952bff63c36a3e5c30c…
Author: Robert Antoni Buj Gelonch <robert.buj(a)gmail.com>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M po/ca.po
Log Message:
-----------
Translated using Weblate (Catalan)
Currently translated at 100.0% (3207 of 3207 strings)
[CI skip]
Commit: f1288696564b5423030ae17298997efe6d8969a5
https://github.com/phpmyadmin/phpmyadmin/commit/f1288696564b5423030ae172989…
Author: Matteo Gheza <matteo.gheza07(a)gmail.com>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M po/it.po
Log Message:
-----------
Translated using Weblate (Italian)
Currently translated at 99.9% (3206 of 3207 strings)
[CI skip]
Commit: ab48ac295cb7a5cda0377f98e7062e43dabb5208
https://github.com/phpmyadmin/phpmyadmin/commit/ab48ac295cb7a5cda0377f98e70…
Author: Володимир Бриняк <bardvv(a)gmail.com>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M po/uk.po
Log Message:
-----------
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3207 of 3207 strings)
[CI skip]
Commit: 0b887068d45679beabfe7f1ee571e15d378732bb
https://github.com/phpmyadmin/phpmyadmin/commit/0b887068d45679beabfe7f1ee57…
Author: Dao Nguyen <quynh.d.nguyen(a)student.fh-kiel.de>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M po/vi.po
Log Message:
-----------
Translated using Weblate (Vietnamese)
Currently translated at 83.6% (2684 of 3207 strings)
[CI skip]
Commit: 6f6234f9eb305830c3c6da81b31b39052a9e373c
https://github.com/phpmyadmin/phpmyadmin/commit/6f6234f9eb305830c3c6da81b31…
Author: Weblate <noreply(a)weblate.org>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.php
M libraries/URL.php
M libraries/common.inc.php
M libraries/navigation/NavigationTree.php
M libraries/navigation/nodes/NodeColumn.php
M libraries/navigation/nodes/NodeColumnContainer.php
M libraries/navigation/nodes/NodeDatabase.php
M libraries/navigation/nodes/NodeDatabaseContainer.php
M libraries/navigation/nodes/NodeEvent.php
M libraries/navigation/nodes/NodeEventContainer.php
M libraries/navigation/nodes/NodeFunction.php
M libraries/navigation/nodes/NodeFunctionContainer.php
M libraries/navigation/nodes/NodeIndex.php
M libraries/navigation/nodes/NodeIndexContainer.php
M libraries/navigation/nodes/NodeProcedure.php
M libraries/navigation/nodes/NodeProcedureContainer.php
M libraries/navigation/nodes/NodeTable.php
M libraries/navigation/nodes/NodeTableContainer.php
M libraries/navigation/nodes/NodeTrigger.php
M libraries/navigation/nodes/NodeTriggerContainer.php
M libraries/navigation/nodes/NodeView.php
M libraries/navigation/nodes/NodeViewContainer.php
M test/classes/AdvisorTest.php
M test/classes/DbSearchTest.php
M test/classes/DisplayResultsTest.php
M test/classes/FooterTest.php
M test/classes/ThemeTest.php
M test/classes/URLTest.php
M test/classes/config/PageSettingsTest.php
M test/classes/navigation/NavigationTest.php
M test/classes/navigation/NodeDatabaseChildTest.php
M test/classes/plugin/auth/AuthenticationConfigTest.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
M test/libraries/PMA_Form_Processing_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_user_preferences_test.php
M test/libraries/common/PMA_getDbLink_test.php
Log Message:
-----------
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: 9e95af1c77475f5b0dd6fc6836503a3ae792271c
https://github.com/phpmyadmin/phpmyadmin/commit/9e95af1c77475f5b0dd6fc68365…
Author: Weblate <noreply(a)weblate.org>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.php
Log Message:
-----------
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: 40a07c96eedb2efb192747f65cb520e4a68ecc74
https://github.com/phpmyadmin/phpmyadmin/commit/40a07c96eedb2efb192747f65cb…
Author: Matteo Gheza <matteo.gheza07(a)gmail.com>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M po/it.po
Log Message:
-----------
Translated using Weblate (Italian)
Currently translated at 100.0% (3207 of 3207 strings)
[CI skip]
Commit: 6264e74d16825c785458ff6e3d21b3148dd58445
https://github.com/phpmyadmin/phpmyadmin/commit/6264e74d16825c785458ff6e3d2…
Author: zhangmiao <myzhm(a)163.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/zh_CN.po
Log Message:
-----------
Translated using Weblate (Chinese (Simplified))
Currently translated at 86.0% (2762 of 3207 strings)
[CI skip]
Commit: 15a97a7c957fa162a78810b8fc89655f04397e53
https://github.com/phpmyadmin/phpmyadmin/commit/15a97a7c957fa162a78810b8fc8…
Author: 杨一郎 <i(a)tetsai.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/zh_CN.po
Log Message:
-----------
Translated using Weblate (Chinese (Simplified))
Currently translated at 86.0% (2799 of 3207 strings)
[CI skip]
Commit: 57f0796e0c258438fff08a3bb26527c0f0bc450f
https://github.com/phpmyadmin/phpmyadmin/commit/57f0796e0c258438fff08a3bb26…
Author: Robert Antoni Buj Gelonch <robert.buj(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/ca.po
Log Message:
-----------
Translated using Weblate (Catalan)
Currently translated at 100.0% (3207 of 3207 strings)
[CI skip]
Commit: 4feca63f9e31e80f73b90088a8934f80d7321359
https://github.com/phpmyadmin/phpmyadmin/commit/4feca63f9e31e80f73b90088a89…
Author: Egon DB <egon.de.baene(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/nl.po
Log Message:
-----------
Translated using Weblate (Dutch)
Currently translated at 100.0% (3207 of 3207 strings)
[CI skip]
Commit: b4f5f4b65501ab38b7d99935b813d25e25eadaa2
https://github.com/phpmyadmin/phpmyadmin/commit/b4f5f4b65501ab38b7d99935b81…
Author: tmtisfree <tmtisfree(a)free.fr>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/fr.po
Log Message:
-----------
Translated using Weblate (French)
Currently translated at 100.0% (3207 of 3207 strings)
[CI skip]
Commit: 658576d14bd95ee408d610669d7b422dcf555017
https://github.com/phpmyadmin/phpmyadmin/commit/658576d14bd95ee408d610669d7…
Author: Yash Kothari <yashkothari1000(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/hi.po
Log Message:
-----------
Translated using Weblate (Hindi)
Currently translated at 37.4% (1200 of 3207 strings)
[CI skip]
Commit: dadfce2262ee1be2eb37af9d9528caa288a9e9c0
https://github.com/phpmyadmin/phpmyadmin/commit/dadfce2262ee1be2eb37af9d952…
Author: Who am I ? <sattanationmail(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/id.po
Log Message:
-----------
Translated using Weblate (Indonesian)
Currently translated at 82.2% (2637 of 3207 strings)
[CI skip]
Commit: 3554e02074b598b7e437938f8a7458afd6c78450
https://github.com/phpmyadmin/phpmyadmin/commit/3554e02074b598b7e437938f8a7…
Author: Slimane Amiri <slimane.amiri(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/kab.po
Log Message:
-----------
Translated using Weblate (Kabyle)
Currently translated at 2.5% (83 of 3207 strings)
[CI skip]
Commit: 9aca7648b84954cdd348cb1f768a26aefb430519
https://github.com/phpmyadmin/phpmyadmin/commit/9aca7648b84954cdd348cb1f768…
Author: Leonardo Mendes Miraglia <Leo.mi.me(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/pt.po
Log Message:
-----------
Translated using Weblate (Portuguese)
Currently translated at 55.4% (1778 of 3207 strings)
[CI skip]
Commit: 2319e28032d1b841b97b93e4122842f70f5cce0f
https://github.com/phpmyadmin/phpmyadmin/commit/2319e28032d1b841b97b93e4122…
Author: Supun Tharinda <supunedirisuriya2002(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/si.po
Log Message:
-----------
Translated using Weblate (Sinhala)
Currently translated at 58.1% (1866 of 3207 strings)
[CI skip]
Commit: 7f11ee7023e1ae073044bc02e7bf9c2f01de3a44
https://github.com/phpmyadmin/phpmyadmin/commit/7f11ee7023e1ae073044bc02e7b…
Author: Saqib Razzaq <saqi.cb(a)gmail.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M po/ur.po
Log Message:
-----------
Translated using Weblate (Urdu)
Currently translated at 17.5% (562 of 3207 strings)
[CI skip]
Commit: 62ba273b82f6e4f6a546d369877eefb067b4e6ad
https://github.com/phpmyadmin/phpmyadmin/commit/62ba273b82f6e4f6a546d369877…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M ChangeLog
M js/config.js
Log Message:
-----------
Fixed resetting default setting values
The attributes are no longer used and the default values are available
in js array.
Fixes #13914
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d2ea090c2e831a65404b9e32b7af574eba75d2ae
https://github.com/phpmyadmin/phpmyadmin/commit/d2ea090c2e831a65404b9e32b7a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Fixed fallback value for collation connection.
Fixes #13758
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 20af596643f96380223db67de25b4d1c617f0b23
https://github.com/phpmyadmin/phpmyadmin/commit/20af596643f96380223db67de25…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M README.rst
Log Message:
-----------
Add BrowserStack badge
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6dede8e274f09eb0db120a77158b360f8e83c5ee
https://github.com/phpmyadmin/phpmyadmin/commit/6dede8e274f09eb0db120a77158…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M libraries/plugins/auth/AuthenticationCookie.php
Log Message:
-----------
Add demo server information to login screen
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2ceb2419a3ede3f803790245efa70b76baae6561
https://github.com/phpmyadmin/phpmyadmin/commit/2ceb2419a3ede3f803790245efa…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Sign only generated files on release
Fixes #13885
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 009246e96ad142afcfe15cc277cfdf6679890520
https://github.com/phpmyadmin/phpmyadmin/commit/009246e96ad142afcfe15cc277c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Force PHP platform in composer to oldest supported version
This way the packages should be compatible with all versions we support
regardless PHP version used to build the release.
Fixes #13831
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: fb92eca5eeb8c89f6b6c5196f7bce49bc51aeca7
https://github.com/phpmyadmin/phpmyadmin/commit/fb92eca5eeb8c89f6b6c5196f7b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Merge pull request #13917 from nijel/release-composer-php
Force PHP platform in composer to oldest supported version
Commit: 45cbe02f7226001b2a45b7fb23813329760103f7
https://github.com/phpmyadmin/phpmyadmin/commit/45cbe02f7226001b2a45b7fb238…
Author: Ronny André Løkken <rlo012(a)post.uit.no>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M po/nb.po
Log Message:
-----------
Translated using Weblate (Norwegian Bokmål)
Currently translated at 57.3% (1840 of 3207 strings)
[CI skip]
Commit: 2fbea2b82baeba74327113e8e4527070077cd2cc
https://github.com/phpmyadmin/phpmyadmin/commit/2fbea2b82baeba74327113e8e45…
Author: Tony Nascimento <gtonynasc(a)gmail.com>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M po/pt.po
Log Message:
-----------
Translated using Weblate (Portuguese)
Currently translated at 58.3% (1872 of 3207 strings)
[CI skip]
Commit: 9ec07c887fad0e302c39313dfe7a5fe1de8c814e
https://github.com/phpmyadmin/phpmyadmin/commit/9ec07c887fad0e302c39313dfe7…
Author: Dao Nguyen <quynh.d.nguyen(a)student.fh-kiel.de>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M po/vi.po
Log Message:
-----------
Translated using Weblate (Vietnamese)
Currently translated at 85.9% (2756 of 3207 strings)
[CI skip]
Commit: cf81254b5c89915e5c7bca410cc865fd3d454cad
https://github.com/phpmyadmin/phpmyadmin/commit/cf81254b5c89915e5c7bca410cc…
Author: Weblate <noreply(a)weblate.org>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: 4ef752efb37b2de3ba2349590201d55533ad074b
https://github.com/phpmyadmin/phpmyadmin/commit/4ef752efb37b2de3ba234959020…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M ChangeLog
M libraries/sql.lib.php
Log Message:
-----------
Fixed error handling in PHP 7.2
Fixes #13938
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c77cfa7d13370a7f1e3236c5896f89981e61406f
https://github.com/phpmyadmin/phpmyadmin/commit/c77cfa7d13370a7f1e3236c5896…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M libraries/pmd_common.php
Log Message:
-----------
Avoid operating on uset array index
Fixes #13939
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 5efab2700795d0948755f6c428070a6a8c3051e3
https://github.com/phpmyadmin/phpmyadmin/commit/5efab2700795d0948755f6c4280…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M libraries/pmd_common.php
Log Message:
-----------
Avoid operating on unset array index
Fixes #13939
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: f3eed2de4e9ad1d416357e7b2f57969c033b5a01
https://github.com/phpmyadmin/phpmyadmin/commit/f3eed2de4e9ad1d416357e7b2f5…
Author: Microgamer Developer <microgamer.developer(a)gmail.com>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M po/de.po
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (3207 of 3207 strings)
[CI skip]
Commit: 849528521ebe9a6506ecd9dd0dd2c07eb2f54adc
https://github.com/phpmyadmin/phpmyadmin/commit/849528521ebe9a6506ecd9dd0dd…
Author: yanagimoto <yanagimoto(a)klink.co.jp>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M po/ja.po
Log Message:
-----------
Translated using Weblate (Japanese)
Currently translated at 70.3% (2256 of 3207 strings)
[CI skip]
Commit: dcc13ddc50a1456858bed55e09a24d07c35b31c7
https://github.com/phpmyadmin/phpmyadmin/commit/dcc13ddc50a1456858bed55e09a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M composer.json
Log Message:
-----------
Clatify license in composer.json
We are still GPL-2.0 only, so document that properly.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 86b94a4c4ba92ae563bc88bf9c8b1957e348588f
https://github.com/phpmyadmin/phpmyadmin/commit/86b94a4c4ba92ae563bc88bf9c8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[CI skip]
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d0a0a850e921efc653e8cb5ed9dab516e35b6057
https://github.com/phpmyadmin/phpmyadmin/commit/d0a0a850e921efc653e8cb5ed9d…
Author: Matteo Gheza <matteo.gheza07(a)gmail.com>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M po/it.po
Log Message:
-----------
Translated using Weblate (Italian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 72914771bb5794298cde06365d499a4f0e6c85d3
https://github.com/phpmyadmin/phpmyadmin/commit/72914771bb5794298cde06365d4…
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M po/tr.po
Log Message:
-----------
Translated using Weblate (Turkish)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 6d32eaaa7b60a3a50f24efc15cc4bc47504b7ef0
https://github.com/phpmyadmin/phpmyadmin/commit/6d32eaaa7b60a3a50f24efc15cc…
Author: Domen <mitenem(a)outlook.com>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M po/sl.po
Log Message:
-----------
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 38e2637417692af28052bace533e2b9a079f3e9c
https://github.com/phpmyadmin/phpmyadmin/commit/38e2637417692af28052bace533…
Author: Володимир Бриняк <bardvv(a)gmail.com>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Changed paths:
M po/uk.po
Log Message:
-----------
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 5daa506ecdcaf83cb711f5b510fd99de867bc9cc
https://github.com/phpmyadmin/phpmyadmin/commit/5daa506ecdcaf83cb711f5b510f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths:
M po/el.po
Log Message:
-----------
Translated using Weblate (Greek)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 1e2e2250d51c842d72e0f05b6e9f6e0d9c6a0b34
https://github.com/phpmyadmin/phpmyadmin/commit/1e2e2250d51c842d72e0f05b6e9…
Author: Giovanni Sora <g.sora(a)tiscali.it>
Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths:
M po/ia.po
Log Message:
-----------
Translated using Weblate (Interlingua)
Currently translated at 75.5% (2425 of 3208 strings)
[CI skip]
Commit: 1ba4363076f722db8be06189d22311134f51a4c8
https://github.com/phpmyadmin/phpmyadmin/commit/1ba4363076f722db8be06189d22…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths:
M po/pt_BR.po
Log Message:
-----------
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: eaf7bf19569d8b2b635dfcff8b7b75399738fe7c
https://github.com/phpmyadmin/phpmyadmin/commit/eaf7bf19569d8b2b635dfcff8b7…
Author: dingo thirteen <dingo13(a)gmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M po/nl.po
Log Message:
-----------
Translated using Weblate (Dutch)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: f216c0063489e9ac0dadb1981c885fa1ca9a61dd
https://github.com/phpmyadmin/phpmyadmin/commit/f216c0063489e9ac0dadb1981c8…
Author: ButterflyOfFire <ButterflyOfFire(a)protonmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M po/fr.po
Log Message:
-----------
Translated using Weblate (French)
Currently translated at 99.9% (3207 of 3208 strings)
[CI skip]
Commit: 131a37d4aa4a48ecc35783bdbc3886ee558d6d3a
https://github.com/phpmyadmin/phpmyadmin/commit/131a37d4aa4a48ecc35783bdbc3…
Author: Vangelis Skarmoutsos <skarmoutsosv(a)gmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M po/el.po
Log Message:
-----------
Translated using Weblate (Greek)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 89abca4caa82d64f9b52bf8d1d99d80270ef167d
https://github.com/phpmyadmin/phpmyadmin/commit/89abca4caa82d64f9b52bf8d1d9…
Author: Kristjan Räts <kristjanrats(a)gmail.com>
Date: 2018-01-26 (Fri, 26 Jan 2018)
Changed paths:
M po/et.po
Log Message:
-----------
Translated using Weblate (Estonian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 43c9b80ca4f54d87f2c8bc3e56db7e84fcd5b46d
https://github.com/phpmyadmin/phpmyadmin/commit/43c9b80ca4f54d87f2c8bc3e56d…
Author: Edgars Sūnākslis <edgars.sunakslis(a)gmail.com>
Date: 2018-01-27 (Sat, 27 Jan 2018)
Changed paths:
M po/lv.po
Log Message:
-----------
Translated using Weblate (Latvian)
Currently translated at 17.8% (573 of 3208 strings)
[CI skip]
Commit: e288b2230cd9a83049315a1bcf9c852460c05bef
https://github.com/phpmyadmin/phpmyadmin/commit/e288b2230cd9a83049315a1bcf9…
Author: RD WebDesign <weblate(a)rdwebdesign.com.br>
Date: 2018-01-31 (Wed, 31 Jan 2018)
Changed paths:
M po/pt_BR.po
Log Message:
-----------
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: ded2fb74ca96ca2674747b99d718221f8b19e02f
https://github.com/phpmyadmin/phpmyadmin/commit/ded2fb74ca96ca2674747b99d71…
Author: Edgaras Janušauskas <edgaras.janusauskas(a)gmail.com>
Date: 2018-02-01 (Thu, 01 Feb 2018)
Changed paths:
M po/lt.po
Log Message:
-----------
Translated using Weblate (Lithuanian)
Currently translated at 41.5% (1333 of 3208 strings)
[CI skip]
Commit: 9d2bdca4de43f8707c0133fae73eda274584f937
https://github.com/phpmyadmin/phpmyadmin/commit/9d2bdca4de43f8707c0133fae73…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-01 (Thu, 01 Feb 2018)
Changed paths:
M po/it.po
Log Message:
-----------
Translated using Weblate (Italian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: e34fc46d5412e1b9b2c160b266b5a943db9b7405
https://github.com/phpmyadmin/phpmyadmin/commit/e34fc46d5412e1b9b2c160b266b…
Author: Cristian Gherman <c_gherman(a)yahoo.com>
Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths:
M po/ro.po
Log Message:
-----------
Translated using Weblate (Romanian)
Currently translated at 52.9% (1699 of 3208 strings)
[CI skip]
Commit: 99d2cdc3f906fbf5ca0619b8c4c4ab63b78f65f4
https://github.com/phpmyadmin/phpmyadmin/commit/99d2cdc3f906fbf5ca0619b8c4c…
Author: scootergrisen <scootergrisen(a)gmail.com>
Date: 2018-02-04 (Sun, 04 Feb 2018)
Changed paths:
M po/da.po
Log Message:
-----------
Translated using Weblate (Danish)
Currently translated at 99.9% (3207 of 3208 strings)
[CI skip]
Commit: 0ad220549bc80352989fbba201e055da1bda01a7
https://github.com/phpmyadmin/phpmyadmin/commit/0ad220549bc80352989fbba201e…
Author: Zoran Dori <zorandori4444(a)gmail.com>
Date: 2018-02-05 (Mon, 05 Feb 2018)
Changed paths:
M po/sr.po
Log Message:
-----------
Translated using Weblate (Serbian)
Currently translated at 21.4% (689 of 3208 strings)
[CI skip]
Commit: 6a0f0c8508e191f0160374cdf7c6773ea14ab229
https://github.com/phpmyadmin/phpmyadmin/commit/6a0f0c8508e191f0160374cdf7c…
Author: David G <gousaiyang223(a)gmail.com>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M po/zh_CN.po
Log Message:
-----------
Translated using Weblate (Chinese (Simplified))
Currently translated at 87.3% (2801 of 3208 strings)
[CI skip]
Commit: a3be787b743ef7f4ca24d294bcdb9739e043b3a9
https://github.com/phpmyadmin/phpmyadmin/commit/a3be787b743ef7f4ca24d294bcd…
Author: Rajekevin DOUREPOULLE <rajekevin(a)hotmail.fr>
Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths:
M po/fr.po
Log Message:
-----------
Translated using Weblate (French)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 7a1beb0cfd01c1bb5c08bacd6899ffc8499bc87b
https://github.com/phpmyadmin/phpmyadmin/commit/7a1beb0cfd01c1bb5c08bacd689…
Author: Gladson Samuel Stephen <samuels.gladson(a)hotmail.com>
Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths:
M po/ta.po
Log Message:
-----------
Translated using Weblate (Tamil)
Currently translated at 35.0% (1124 of 3208 strings)
[CI skip]
Commit: de1fc6ceb64844786daf496cb2a40da74fb4b2bb
https://github.com/phpmyadmin/phpmyadmin/commit/de1fc6ceb64844786daf496cb2a…
Author: Viktar Vauchkevich <victorenator(a)gmail.com>
Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths:
M po/be.po
Log Message:
-----------
Translated using Weblate (Belarusian)
Currently translated at 63.3% (2033 of 3208 strings)
[CI skip]
Commit: 658be9119c4b3ec026a71d425ab61f537cf2bb13
https://github.com/phpmyadmin/phpmyadmin/commit/658be9119c4b3ec026a71d425ab…
Author: Marczis István <marczisi(a)yahoo.com>
Date: 2018-02-11 (Sun, 11 Feb 2018)
Changed paths:
M po/hu.po
Log Message:
-----------
Translated using Weblate (Hungarian)
Currently translated at 99.5% (3194 of 3208 strings)
[CI skip]
Commit: 3c29612f4911dd0eebad29601a9683ac372ca1c5
https://github.com/phpmyadmin/phpmyadmin/commit/3c29612f4911dd0eebad29601a9…
Author: H Zeng <zhx(a)cnzhx.net>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/zh_CN.po
Log Message:
-----------
Translated using Weblate (Chinese (Simplified))
Currently translated at 87.3% (2803 of 3208 strings)
[CI skip]
Commit: 3e1f8b2e6e627be3f429a6362ca117b9eb785801
https://github.com/phpmyadmin/phpmyadmin/commit/3e1f8b2e6e627be3f429a6362ca…
Author: Robert Antoni Buj Gelonch <robert.buj(a)gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/ca.po
Log Message:
-----------
Translated using Weblate (Catalan)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 0870b2b0ae73d5b61357ef5d85cec179d35cc0e7
https://github.com/phpmyadmin/phpmyadmin/commit/0870b2b0ae73d5b61357ef5d85c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M composer.json
M libraries/Language.php
Log Message:
-----------
Set system locales separately
The motranslator no longer does this, see
https://github.com/phpmyadmin/motranslator/issues/24
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2f248be86615c63888b89a9c95f1a5f45601e6e2
https://github.com/phpmyadmin/phpmyadmin/commit/2f248be86615c63888b89a9c95f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M libraries/Language.php
Log Message:
-----------
Fix variable name
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: aa65f844c1ef35fc34e982c0bde16ce4870033cb
https://github.com/phpmyadmin/phpmyadmin/commit/aa65f844c1ef35fc34e982c0bde…
Author: codygee237 <jimel_patrick(a)yahoo.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/fil.po
Log Message:
-----------
Translated using Weblate (Filipino)
Currently translated at 6.5% (211 of 3208 strings)
[CI skip]
Commit: e139b4f196ff51c9b937d7e85283cbd08cc70d42
https://github.com/phpmyadmin/phpmyadmin/commit/e139b4f196ff51c9b937d7e8528…
Author: Robert Antoni Buj Gelonch <robert.buj(a)gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/ca.po
Log Message:
-----------
Translated using Weblate (Catalan)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 96e51bc76a9d50175207337400c307928182b48d
https://github.com/phpmyadmin/phpmyadmin/commit/96e51bc76a9d50175207337400c…
Author: Weblate <noreply(a)weblate.org>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M composer.json
M libraries/Language.php
Log Message:
-----------
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: a82d2b671a00a57e5b39e3f4bed578051c0988e8
https://github.com/phpmyadmin/phpmyadmin/commit/a82d2b671a00a57e5b39e3f4bed…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/fil.po
Log Message:
-----------
Translated using Weblate (Filipino)
Currently translated at 6.5% (211 of 3208 strings)
[CI skip]
Commit: 6de89b425cd299a5150148f3efc6030ea998a5cf
https://github.com/phpmyadmin/phpmyadmin/commit/6de89b425cd299a5150148f3efc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/ru.po
Log Message:
-----------
Translated using Weblate (Russian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 31ac06aca82b19bb5eefe207182f31b3185615d4
https://github.com/phpmyadmin/phpmyadmin/commit/31ac06aca82b19bb5eefe207182…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/en_GB.po
Log Message:
-----------
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 5ee61b525aebdadf30fe87fc7919b35f6eac4dcb
https://github.com/phpmyadmin/phpmyadmin/commit/5ee61b525aebdadf30fe87fc791…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/es.po
Log Message:
-----------
Translated using Weblate (Spanish)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: f00afb9d426a89f99c9e2de3bc4438c16182b242
https://github.com/phpmyadmin/phpmyadmin/commit/f00afb9d426a89f99c9e2de3bc4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/sq.po
Log Message:
-----------
Translated using Weblate (Albanian)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 52494027bebe7e8dbc313e86bd043040f92c0a44
https://github.com/phpmyadmin/phpmyadmin/commit/52494027bebe7e8dbc313e86bd0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/ar.po
Log Message:
-----------
Translated using Weblate (Arabic)
Currently translated at 50.0% (1604 of 3208 strings)
[CI skip]
Commit: 04870a1c2356d30998b2cfb594e43f36822763e9
https://github.com/phpmyadmin/phpmyadmin/commit/04870a1c2356d30998b2cfb594e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/eu.po
Log Message:
-----------
Translated using Weblate (Basque)
Currently translated at 15.1% (487 of 3208 strings)
[CI skip]
Commit: 3f1a268a3a6101c9343f5ca71c21081d649ad33e
https://github.com/phpmyadmin/phpmyadmin/commit/3f1a268a3a6101c9343f5ca71c2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/da.po
Log Message:
-----------
Translated using Weblate (Danish)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: 382d602166bb58b23e8ffcd0540ad8cdffefb915
https://github.com/phpmyadmin/phpmyadmin/commit/382d602166bb58b23e8ffcd0540…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/de.po
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: ee8e178b02c13a90b90d269427bc3814cce3fc4a
https://github.com/phpmyadmin/phpmyadmin/commit/ee8e178b02c13a90b90d269427b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/hi.po
Log Message:
-----------
Translated using Weblate (Hindi)
Currently translated at 37.4% (1201 of 3208 strings)
[CI skip]
Commit: f3440015c04b7501d942e88a92b6a54fd4356f2a
https://github.com/phpmyadmin/phpmyadmin/commit/f3440015c04b7501d942e88a92b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/ko.po
Log Message:
-----------
Translated using Weblate (Korean)
Currently translated at 83.5% (2679 of 3208 strings)
[CI skip]
Commit: 8efa055fb7625786152c64f2beadd7e775a016b8
https://github.com/phpmyadmin/phpmyadmin/commit/8efa055fb7625786152c64f2bea…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/lt.po
Log Message:
-----------
Translated using Weblate (Lithuanian)
Currently translated at 41.5% (1334 of 3208 strings)
[CI skip]
Commit: 4995fdf7aef0b2531dcfed9c7a81410a5e2c9e0f
https://github.com/phpmyadmin/phpmyadmin/commit/4995fdf7aef0b2531dcfed9c7a8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/fa.po
Log Message:
-----------
Translated using Weblate (Persian)
Currently translated at 25.6% (824 of 3208 strings)
[CI skip]
Commit: 9b21f1868cc1c32d4f9aae35946318957a7b51c7
https://github.com/phpmyadmin/phpmyadmin/commit/9b21f1868cc1c32d4f9aae35946…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/pl.po
Log Message:
-----------
Translated using Weblate (Polish)
Currently translated at 98.5% (3161 of 3208 strings)
[CI skip]
Commit: 99c1fcfd3d4ea287b5c1cbd53d367794659f98b4
https://github.com/phpmyadmin/phpmyadmin/commit/99c1fcfd3d4ea287b5c1cbd53d3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/pt.po
Log Message:
-----------
Translated using Weblate (Portuguese)
Currently translated at 58.3% (1873 of 3208 strings)
[CI skip]
Commit: 09c808c4eca7eb66a919fbc09223102838652e4d
https://github.com/phpmyadmin/phpmyadmin/commit/09c808c4eca7eb66a919fbc0922…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/si.po
Log Message:
-----------
Translated using Weblate (Sinhala)
Currently translated at 58.1% (1867 of 3208 strings)
[CI skip]
Commit: 71b767f724578a93f791616c7925703cab848886
https://github.com/phpmyadmin/phpmyadmin/commit/71b767f724578a93f791616c792…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/ckb.po
Log Message:
-----------
Translated using Weblate (Sorani)
Currently translated at 31.0% (996 of 3208 strings)
[CI skip]
Commit: 0d629105f452e9754f1a4d94bdedc00daf9c4fb3
https://github.com/phpmyadmin/phpmyadmin/commit/0d629105f452e9754f1a4d94bde…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/ta.po
Log Message:
-----------
Translated using Weblate (Tamil)
Currently translated at 35.0% (1124 of 3208 strings)
[CI skip]
Commit: e3da59aab3b872261fd090e6c21046802ae40a1b
https://github.com/phpmyadmin/phpmyadmin/commit/e3da59aab3b872261fd090e6c21…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/vi.po
Log Message:
-----------
Translated using Weblate (Vietnamese)
Currently translated at 85.9% (2757 of 3208 strings)
[CI skip]
Commit: d8355904cc801b2ab899fd5ceb892fefbf963802
https://github.com/phpmyadmin/phpmyadmin/commit/d8355904cc801b2ab899fd5ceb8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[CI skip]
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2c4c2b6588339879d26c0932c03444db81bb89a7
https://github.com/phpmyadmin/phpmyadmin/commit/2c4c2b6588339879d26c0932c03…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-13 (Tue, 13 Feb 2018)
Changed paths:
M po/id.po
Log Message:
-----------
Translated using Weblate (Indonesian)
Currently translated at 82.2% (2637 of 3208 strings)
[CI skip]
Commit: bfb58f9d05b1da480c77b94a8ab518c59222d029
https://github.com/phpmyadmin/phpmyadmin/commit/bfb58f9d05b1da480c77b94a8ab…
Author: Olivier Humbert <trebmuh(a)tuxfamily.org>
Date: 2018-02-14 (Wed, 14 Feb 2018)
Changed paths:
M po/fr.po
Log Message:
-----------
Translated using Weblate (French)
Currently translated at 100.0% (3208 of 3208 strings)
[CI skip]
Commit: e0bf3fc687f3a6656407c271924a2cd4e54adc7b
https://github.com/phpmyadmin/phpmyadmin/commit/e0bf3fc687f3a6656407c271924…
Author: Gladson Samuel Stephen <samuels.gladson(a)hotmail.com>
Date: 2018-02-16 (Fri, 16 Feb 2018)
Changed paths:
M po/ta.po
Log Message:
-----------
Translated using Weblate (Tamil)
Currently translated at 35.2% (1130 of 3208 strings)
[CI skip]
Commit: bc2c67d55a4e19c25dfb9662579cbee1f3cc0b86
https://github.com/phpmyadmin/phpmyadmin/commit/bc2c67d55a4e19c25dfb9662579…
Author: Daigo Hamasaki <daigo.hamasaki.16(a)gmail.com>
Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths:
M po/ja.po
Log Message:
-----------
Translated using Weblate (Japanese)
Currently translated at 70.3% (2257 of 3208 strings)
[CI skip]
Commit: 2bb39c037d53ac6795c4a10d7c1755d03a396760
https://github.com/phpmyadmin/phpmyadmin/commit/2bb39c037d53ac6795c4a10d7c1…
Author: anonymous <>
Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths:
M po/ja.po
Log Message:
-----------
Translated using Weblate (Japanese)
Currently translated at 70.3% (2258 of 3208 strings)
[CI skip]
Commit: ab2591146ebd26268b070bc29e2f18be0d969b5a
https://github.com/phpmyadmin/phpmyadmin/commit/ab2591146ebd26268b070bc29e2…
Author: anonymous <>
Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths:
M po/ja.po
Log Message:
-----------
Translated using Weblate (Japanese)
Currently translated at 70.3% (2258 of 3208 strings)
[CI skip]
Commit: bd47b188445008bf34f08f084455b19e8b496842
https://github.com/phpmyadmin/phpmyadmin/commit/bd47b188445008bf34f08f08445…
Author: Daigo Hamasaki <daigo.hamasaki.16(a)gmail.com>
Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths:
M po/ja.po
Log Message:
-----------
Translated using Weblate (Japanese)
Currently translated at 70.3% (2258 of 3208 strings)
[CI skip]
Commit: 571097bc71fdb43e8b6243551054c1d12841b886
https://github.com/phpmyadmin/phpmyadmin/commit/571097bc71fdb43e8b624355105…
Author: anonymous <>
Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths:
M po/ja.po
Log Message:
-----------
Translated using Weblate (Japanese)
Currently translated at 70.3% (2258 of 3208 strings)
[CI skip]
Commit: d2886a3e8745e8845633ae8a0054b5ee4d8babd5
https://github.com/phpmyadmin/phpmyadmin/commit/d2886a3e8745e8845633ae8a005…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2018-02-19 (Mon, 19 Feb 2018)
Changed paths:
M ChangeLog
M db_central_columns.php
Log Message:
-----------
Fix XSS vulnerability in central columns feature
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Commit: f8af18e84eb3fc980d81f8f4692d7591404366eb
https://github.com/phpmyadmin/phpmyadmin/commit/f8af18e84eb3fc980d81f8f4692…
Author: Daigo Hamasaki <daigo.hamasaki.16(a)gmail.com>
Date: 2018-02-19 (Mon, 19 Feb 2018)
Changed paths:
M po/ja.po
Log Message:
-----------
Translated using Weblate (Japanese)
Currently translated at 72.7% (2334 of 3208 strings)
[CI skip]
Commit: 82cf1a072f385ac05e2b54f6e95df792a1dfd312
https://github.com/phpmyadmin/phpmyadmin/commit/82cf1a072f385ac05e2b54f6e95…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M po/fil.po
Log Message:
-----------
Translated using Weblate (Filipino)
Currently translated at 6.9% (222 of 3208 strings)
[CI skip]
Commit: 39cbbb755b67f994d452e538bd87f7e37c910368
https://github.com/phpmyadmin/phpmyadmin/commit/39cbbb755b67f994d452e538bd8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M po/ar.po
Log Message:
-----------
Translated using Weblate (Arabic)
Currently translated at 50.0% (1604 of 3208 strings)
[CI skip]
Commit: f7a45ebf05e27d2d010dc8d1f9123a88e89bb31f
https://github.com/phpmyadmin/phpmyadmin/commit/f7a45ebf05e27d2d010dc8d1f91…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M po/fil.po
Log Message:
-----------
Translated using Weblate (Filipino)
Currently translated at 16.5% (531 of 3208 strings)
[CI skip]
Commit: c99fdf65dfa30abbc9d5b5d181fc168326140228
https://github.com/phpmyadmin/phpmyadmin/commit/c99fdf65dfa30abbc9d5b5d181f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M po/id.po
Log Message:
-----------
Translated using Weblate (Indonesian)
Currently translated at 82.2% (2638 of 3208 strings)
[CI skip]
Commit: 1b6c80c7ea856a605d6ece2d6b26445640daf96f
https://github.com/phpmyadmin/phpmyadmin/commit/1b6c80c7ea856a605d6ece2d6b2…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M ChangeLog
M db_central_columns.php
Log Message:
-----------
Merge remote-tracking branch 'security/QA_4_7-security' into QA_4_7
Commit: 4c8662f14a8d2ccbed2b943795446fca2331ad4e
https://github.com/phpmyadmin/phpmyadmin/commit/4c8662f14a8d2ccbed2b9437954…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.php
Log Message:
-----------
Prepare for release 4.7.8
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: 4f2e432c9260d1462bbe6578b4241742e2a28245
https://github.com/phpmyadmin/phpmyadmin/commit/4f2e432c9260d1462bbe6578b42…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
A composer.lock
Log Message:
-----------
Adding composer lock for 4.7.8
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: 829f70e495c28c34c900e8fdd8d28248658c15f6
https://github.com/phpmyadmin/phpmyadmin/commit/829f70e495c28c34c900e8fdd8d…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
R composer.lock
Log Message:
-----------
Removing composer.lock
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: ad535aa0b262b0754186e643c07c2eb7d3649c12
https://github.com/phpmyadmin/phpmyadmin/commit/ad535aa0b262b0754186e643c07…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M ChangeLog
M README
M README.rst
M composer.json
M db_central_columns.php
M doc/conf.py
M js/config.js
M libraries/Config.php
M libraries/DatabaseInterface.php
M libraries/Language.php
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/pmd_common.php
M libraries/sql.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M scripts/create-release.sh
Log Message:
-----------
Merge branch 'QA_4_7' into STABLE
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/42eb0bff0156...ad535aa0b262