Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 71d4ef3b0e5b77572089db33199230bf35cfd6bd
https://github.com/phpmyadmin/localized_docs/commit/71d4ef3b0e5b77572089db3…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-09-30 (Mon, 09 September 2019) -04:00
Changed paths:
M .travis.yml
Log Message:
-----------
Revert "No longer treat warnings as errors in Travis."
This fix was not correct for our situation, and I haven't yet
found a suitable alternative.
This reverts commit 5ca3eeeb9f0b507762cb0613a0035590d4604da0.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 5ca3eeeb9f0b507762cb0613a0035590d4604da0
https://github.com/phpmyadmin/localized_docs/commit/5ca3eeeb9f0b507762cb061…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-09-30 (Mon, 09 September 2019) -04:00
Changed paths:
M .travis.yml
Log Message:
-----------
No longer treat warnings as errors in Travis.
This should fix build failures from "inconsistent term references in
translated message" warnings, which is currently happening in fr
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 9fbf93f90700da33fe14335a3ce235b1122f7964
https://github.com/phpmyadmin/localized_docs/commit/9fbf93f90700da33fe14335…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-09-30 (Mon, 09 September 2019) -04:00
Changed paths:
A docs/pt_PT/Makefile
A docs/pt_PT/_ext
A docs/pt_PT/bookmarks.rst
A docs/pt_PT/charts.rst
A docs/pt_PT/conf.py
A docs/pt_PT/config.rst
A docs/pt_PT/copyright.rst
A docs/pt_PT/credits.rst
A docs/pt_PT/developers.rst
A docs/pt_PT/faq.rst
A docs/pt_PT/glossary.rst
A docs/pt_PT/images
A docs/pt_PT/import_export.rst
A docs/pt_PT/index.rst
A docs/pt_PT/intro.rst
A docs/pt_PT/make.bat
A docs/pt_PT/other.rst
A docs/pt_PT/privileges.rst
A docs/pt_PT/relations.rst
A docs/pt_PT/require.rst
A docs/pt_PT/security.rst
A docs/pt_PT/settings.rst
A docs/pt_PT/setup.rst
A docs/pt_PT/themes.rst
A docs/pt_PT/transformations.rst
A docs/pt_PT/two_factor.rst
A docs/pt_PT/user.rst
A docs/pt_PT/vendors.rst
A po/pt_PT.mo
A po/pt_PT.po
A translated/pt_PT/LC_MESSAGES/bookmarks.mo
A translated/pt_PT/LC_MESSAGES/charts.mo
A translated/pt_PT/LC_MESSAGES/config.mo
A translated/pt_PT/LC_MESSAGES/copyright.mo
A translated/pt_PT/LC_MESSAGES/credits.mo
A translated/pt_PT/LC_MESSAGES/developers.mo
A translated/pt_PT/LC_MESSAGES/faq.mo
A translated/pt_PT/LC_MESSAGES/glossary.mo
A translated/pt_PT/LC_MESSAGES/import_export.mo
A translated/pt_PT/LC_MESSAGES/index.mo
A translated/pt_PT/LC_MESSAGES/intro.mo
A translated/pt_PT/LC_MESSAGES/other.mo
A translated/pt_PT/LC_MESSAGES/privileges.mo
A translated/pt_PT/LC_MESSAGES/relations.mo
A translated/pt_PT/LC_MESSAGES/require.mo
A translated/pt_PT/LC_MESSAGES/security.mo
A translated/pt_PT/LC_MESSAGES/settings.mo
A translated/pt_PT/LC_MESSAGES/setup.mo
A translated/pt_PT/LC_MESSAGES/themes.mo
A translated/pt_PT/LC_MESSAGES/transformations.mo
A translated/pt_PT/LC_MESSAGES/two_factor.mo
A translated/pt_PT/LC_MESSAGES/user.mo
A translated/pt_PT/LC_MESSAGES/vendors.mo
Log Message:
-----------
Add new translation Portuguese (Portugal) (pt_PT)
Fixing some extra steps from commit
7f5c81e6b000413beec7123f2c1eb28e619d6590
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 672aee2d8aa1f6b7d004d4efd3fa66c563522da2
https://github.com/phpmyadmin/phpmyadmin/commit/672aee2d8aa1f6b7d004d4efd3f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-09-29 (Sun, 09 September 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Database/PrivilegesController.php
A templates/database/privileges/index.twig
A test/classes/Controllers/Database/PrivilegesControllerTest.php
M libraries/classes/Server/Privileges.php
M libraries/entry_points/server/privileges.php
M services_controllers.yml
M test/classes/Server/PrivilegesTest.php
D templates/server/privileges/database.twig
Log Message:
-----------
Create Database\PrivilegesController
Extracts Server\Privileges::getHtmlForSpecificDbPrivileges method to a
controller.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 600079f0f00d63dd2c335fb5ebf614602c2fa6aa
https://github.com/phpmyadmin/phpmyadmin/commit/600079f0f00d63dd2c335fb5ebf…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-09-29 (Sun, 09 September 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Table/PrivilegesController.php
A templates/table/privileges/index.twig
A test/classes/Controllers/Table/PrivilegesControllerTest.php
M libraries/classes/Server/Privileges.php
M libraries/entry_points/server/privileges.php
M services_controllers.yml
M test/classes/Server/PrivilegesTest.php
D templates/server/privileges/table.twig
Log Message:
-----------
Create Table\PrivilegesController
Extract Server\Privileges::getHtmlForSpecificTablePrivileges to a
controller.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>