Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: bb26e2e0d96baaeaa7bca99270b50f53cf47decf https://github.com/phpmyadmin/phpmyadmin/commit/bb26e2e0d96baaeaa7bca99270b5... Author: Michal Čihař michal@cihar.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M libraries/Config.php M test/classes/ConfigTest.php
Log Message: ----------- Remove deprecated variables
These should not be used for few years.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 941e861abad7ddb0a3065c7ef304b89a899ccbf0 https://github.com/phpmyadmin/phpmyadmin/commit/941e861abad7ddb0a3065c7ef304... Author: Michal Čihař michal@cihar.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M libraries/Config.php M test/bootstrap-dist.php M test/classes/ConfigTest.php
Log Message: ----------- Define major version
This will be later used as compatiblity check for themes.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 833f40496c4daf406ddbd821f2b6180c82a004c7 https://github.com/phpmyadmin/phpmyadmin/commit/833f40496c4daf406ddbd821f2b6... Author: Michal Čihař michal@cihar.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M doc/faq.rst A doc/themes.rst M doc/user.rst
Log Message: ----------- Create separate document for themes
This will make it more visible and can provide more detailed instructions than FAQ entry.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: d568c25921d86dbf2f1e3e523ffd8cf5228b4423 https://github.com/phpmyadmin/phpmyadmin/commit/d568c25921d86dbf2f1e3e523ffd... Author: Michal Čihař michal@cihar.com Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths: M doc/themes.rst M libraries/Theme.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php R test/classes/_data/gen_version_info/info.inc.php A test/classes/_data/gen_version_info/theme.json R test/classes/_data/incorrect_theme/info.inc.php A test/classes/_data/incorrect_theme/theme.json R themes/original/info.inc.php A themes/original/theme.json R themes/pmahomme/info.inc.php A themes/pmahomme/theme.json
Log Message: ----------- Use JSON for theme metadata
- it allows processing without need to interpret PHP code - it makes it easier to structure the information - include supported version info (fixes #13167) - include author name and URL (fixes https://github.com/phpmyadmin/website/issues/57)
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ae5ca6e756f49e0248d2f0da021590e314fc9060 https://github.com/phpmyadmin/phpmyadmin/commit/ae5ca6e756f49e0248d2f0da0215... Author: Michal Čihař michal@cihar.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: M doc/faq.rst A doc/themes.rst M doc/user.rst M libraries/Config.php M libraries/Theme.php M test/bootstrap-dist.php M test/classes/ConfigTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php R test/classes/_data/gen_version_info/info.inc.php A test/classes/_data/gen_version_info/theme.json R test/classes/_data/incorrect_theme/info.inc.php A test/classes/_data/incorrect_theme/theme.json R themes/original/info.inc.php A themes/original/theme.json R themes/pmahomme/info.inc.php A themes/pmahomme/theme.json
Log Message: ----------- Merge pull request #13261 from nijel/theme-metadata
Rewrite theme metadata handling
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/54c100f5f3c2...ae5ca6e756f4