Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cbce3a66e3026fec784b27b21dd794c901f92c6f
https://github.com/phpmyadmin/phpmyadmin/commit/cbce3a66e3026fec784b27b21dd…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/RecentFavoriteController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/InsertEdit.php
D libraries/entry_points/sql.php
Log Message:
-----------
Remove the sql entry point file
Directly calls the controller instead of including the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: bce02453875aa8ce3ce4110fbc6c89fd51af9615
https://github.com/phpmyadmin/phpmyadmin/commit/bce02453875aa8ce3ce4110fbc6…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Export.php
D libraries/entry_points/server/export.php
Log Message:
-----------
Remove the server export entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: bb42779331694e9b1e999d9e1f4a2ec23d55a28b
https://github.com/phpmyadmin/phpmyadmin/commit/bb42779331694e9b1e999d9e1f4…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/ExportController.php
M libraries/classes/Export.php
M libraries/mult_submits.inc.php
D libraries/entry_points/database/export.php
Log Message:
-----------
Remove the database export entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 42468cb03378b8890d0e1cda7fe61264e8c2d415
https://github.com/phpmyadmin/phpmyadmin/commit/42468cb03378b8890d0e1cda7fe…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/InsertEdit.php
M libraries/db_table_exists.inc.php
M test/classes/InsertEditTest.php
D libraries/entry_points/database/sql.php
Log Message:
-----------
Remove the database sql entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: d190c82f1ef6399dc09193ffbdb8f5db69aa2659
https://github.com/phpmyadmin/phpmyadmin/commit/d190c82f1ef6399dc09193ffbdb…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/RowActionController.php
M libraries/classes/InsertEdit.php
M test/classes/InsertEditTest.php
D libraries/entry_points/table/change.php
Log Message:
-----------
Remove the table change entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 4ffb6712ff9cbab59a7e6fb79ebb7ef865a7ad2d
https://github.com/phpmyadmin/phpmyadmin/commit/4ffb6712ff9cbab59a7e6fb79eb…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/RowActionController.php
M libraries/classes/Export.php
D libraries/entry_points/table/export.php
Log Message:
-----------
Remove the table export entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 634c9f38e924787028b7ded802d8f48ea91ba66f
https://github.com/phpmyadmin/phpmyadmin/commit/634c9f38e924787028b7ded802d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/ReplaceController.php
D libraries/entry_points/table/replace.php
Log Message:
-----------
Remove the table replace entry point file
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 7837ab81f2247804bb512f9566af995bba061666
https://github.com/phpmyadmin/phpmyadmin/commit/7837ab81f2247804bb512f9566a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/InsertEdit.php
M test/classes/InsertEditTest.php
D libraries/entry_points/table/sql.php
Log Message:
-----------
Remove the table sql entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 96ee3b8ab050da4b27f1858bc8d61920ff1a713e
https://github.com/phpmyadmin/phpmyadmin/commit/96ee3b8ab050da4b27f1858bc8d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/ViewCreateController.php
D libraries/entry_points/table/structure.php
Log Message:
-----------
Remove the table structure entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a6155da6a92716c1836c2e6da434c43a260f93e8
https://github.com/phpmyadmin/phpmyadmin/commit/a6155da6a92716c1836c2e6da43…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-01-07 (Tue, 01 January 2020) +01:00
Changed paths:
M test/classes/ConfigTest.php
Log Message:
-----------
Remove a test that can not be predictible
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 106ec8dee2c5a4147616acde68fc180fdd973da1
https://github.com/phpmyadmin/phpmyadmin/commit/106ec8dee2c5a4147616acde68f…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-01-07 (Tue, 01 January 2020) +01:00
Changed paths:
M test/classes/ConfigTest.php
Log Message:
-----------
Merge branch 'QA_5_0'
[ci skip]
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 8bc73292ce8556a6588e75b819b88acd0f650ce8
https://github.com/phpmyadmin/localized_docs/commit/8bc73292ce8556a6588e75b…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2020-01-07 (Tue, 01 January 2020) +01:00
Changed paths:
M phpmyadmin
Log Message:
-----------
Updated phpMyAdmin repository
Commit: b67a8908c56576433be855c05551efe4a42048fc
https://github.com/phpmyadmin/localized_docs/commit/b67a8908c56576433be855c…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2020-01-07 (Tue, 01 January 2020) +01:00
Changed paths:
M locale/bookmarks.pot
M locale/charts.pot
M locale/config.pot
M locale/copyright.pot
M locale/credits.pot
M locale/developers.pot
M locale/faq.pot
M locale/glossary.pot
M locale/import_export.pot
M locale/index.pot
M locale/intro.pot
M locale/other.pot
M locale/privileges.pot
M locale/relations.pot
M locale/require.pot
M locale/security.pot
M locale/settings.pot
M locale/setup.pot
M locale/themes.pot
M locale/transformations.pot
M locale/two_factor.pot
M locale/user.pot
M locale/vendors.pot
M po/ar.mo
M po/ar.po
M po/az.mo
M po/az.po
M po/bs.mo
M po/bs.po
M po/ca.mo
M po/ca.po
M po/cs.mo
M po/cs.po
M po/da.mo
M po/da.po
M po/de.mo
M po/de.po
M po/documentation.pot
M po/el.mo
M po/el.po
M po/en_GB.mo
M po/en_GB.po
M po/eo.mo
M po/eo.po
M po/es.mo
M po/es.po
M po/et.mo
M po/et.po
M po/fi.mo
M po/fi.po
M po/fr.mo
M po/fr.po
M po/fy.mo
M po/fy.po
M po/gl.mo
M po/gl.po
M po/hr.mo
M po/hr.po
M po/hu.mo
M po/hu.po
M po/hy.mo
M po/hy.po
M po/id.mo
M po/id.po
M po/it.mo
M po/it.po
M po/ja.mo
M po/ja.po
M po/ka.mo
M po/ka.po
M po/ko.mo
M po/ko.po
M po/lt.mo
M po/lt.po
M po/mn.mo
M po/mn.po
M po/nb.mo
M po/nb.po
M po/nl.mo
M po/nl.po
M po/pl.mo
M po/pl.po
M po/pt_BR.mo
M po/pt_BR.po
M po/ro.mo
M po/ro.po
M po/ru.mo
M po/ru.po
M po/sk.mo
M po/sk.po
M po/sl.mo
M po/sl.po
M po/sq.mo
M po/sq.po
M po/sv.mo
M po/sv.po
M po/tr.mo
M po/tr.po
M po/uk.mo
M po/uk.po
M po/zh_CN.mo
M po/zh_CN.po
M po/zh_TW.mo
M po/zh_TW.po
Log Message:
-----------
Update po files