Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: dbb5235ee9cde865665bf2a3c615760dbd8a5157
https://github.com/phpmyadmin/motranslator/commit/dbb5235ee9cde865665bf2a3c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths:
M CHANGES.md
M README.md
M benchmark-context.php
M benchmark-plural.php
M benchmark.php
M composer.json
M src/Loader.php
M src/ReaderException.php
M src/StringReader.php
M src/Translator.php
M src/functions.php
M tests/FunctionsTest.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralFormulaTest.php
M tests/PluralTest.php
Log Message:
-----------
Add PhpMyAdmin prefix to namespace
This way we follow PSR-4.
See https://github.com/phpmyadmin/sql-parser/issues/126
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 52fa45e149e1a55300f417f819304721465e452c
https://github.com/phpmyadmin/phpmyadmin/commit/52fa45e149e1a55300f417f8193…
Author: Mike Lewis <mike(a)mplew.is>
Date: 2017-01-21 (Sat, 21 Jan 2017)
Changed paths:
M libraries/operations.lib.php
Log Message:
-----------
Use correct-case table name in message for successful rename
Previously, the name returned was the name used in the request, rather
than the name after the correcting for the server’s
`lower_case_table_names` setting.
Following up on issue #12901 and @b2e2e77.
Signed-off-by: Mike Lewis <mike(a)mplew.is>
Commit: 989a34dc89ef06819dce00729afc348901dcc9d7
https://github.com/phpmyadmin/phpmyadmin/commit/989a34dc89ef06819dce00729af…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths:
M libraries/operations.lib.php
Log Message:
-----------
Merge pull request #12914 from MPLew-is/master
Use correct-case table name in message for successful rename
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b2e2e770d9cd...989a34dc89ef
Branch: refs/heads/motranslator
Home: https://github.com/phpmyadmin/sql-parser
Commit: 5489846a6a3d3f7535a55f0c13a742cc07468af4
https://github.com/phpmyadmin/sql-parser/commit/5489846a6a3d3f7535a55f0c13a…
Author: Daniel Heße <hesse.daniel93(a)gmail.com>
Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths:
M locale/de/LC_MESSAGES/sqlparser.mo
M locale/de/LC_MESSAGES/sqlparser.po
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 88.3% (38 of 43 strings)
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: bf3a237a9d3c69af0f755cf5d6248da7559a8bcc
https://github.com/phpmyadmin/website/commit/bf3a237a9d3c69af0f755cf5d6248d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-21 (Sat, 21 Jan 2017)
Changed paths:
A security/management/__init__.py
A security/management/commands/__init__.py
A security/management/commands/list_drafts.py
Log Message:
-----------
add management command to list draft PMASAs
Signed-off-by: Michal Čihař <michal(a)cihar.com>