Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ae93767d732f87e33c23b947621f997d185820fc
https://github.com/phpmyadmin/phpmyadmin/commit/ae93767d732f87e33c23b947621…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2019-01-26 (Sat, 01 January 2019) -02:00
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/ku.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/my.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: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 32e83d90974e033adf8afffee0bfc8726859834e
https://github.com/phpmyadmin/phpmyadmin/commit/32e83d90974e033adf8afffee0b…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2019-01-26 (Sat, 01 January 2019) -02:00
Changed paths:
M libraries/classes/Controllers/Server/ServerDatabasesController.php
M phpstan.neon
M server_databases.php
M templates/server/databases/index.twig
M templates/server/sub_page_header.twig
M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
D templates/server/databases/databases_footer.twig
D templates/server/databases/table_row.twig
Log Message:
-----------
Refactor ServerDatabasesController
Refactors PhpMyAdmin\Controllers\Server\ServerDatabasesController.
- Renames variables and methods to camelCase format.
- Moves request and response handling back to server_databases.php.
- Groups all HTML into templates/server/databases/index.twig.
- Improves unit tests.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: e972b3edbc1a2b9885093e86931657105ff9dc9e
https://github.com/phpmyadmin/phpmyadmin/commit/e972b3edbc1a2b9885093e86931…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2019-01-26 (Sat, 01 January 2019) -03:00
Changed paths:
M libraries/classes/Controllers/Server/ServerDatabasesController.php
M phpstan.neon
M server_databases.php
M templates/server/databases/index.twig
M templates/server/sub_page_header.twig
M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
D templates/server/databases/databases_footer.twig
D templates/server/databases/table_row.twig
Log Message:
-----------
Merge pull request #14901 from mauriciofauth/server_databases
Refactor ServerDatabasesController
Refactors PhpMyAdmin\Controllers\Server\ServerDatabasesController.
- Renames variables and methods to camelCase format.
- Moves request and response handling back to server_databases.php.
- Groups all HTML into templates/server/databases/index.twig.
- Improves unit tests.