Branch: refs/heads/master
Home: https://github.com/phpmyadmin/themes
Commit: bacf6df4241062faae08820e4c58ca314688c1f1
https://github.com/phpmyadmin/themes/commit/bacf6df4241062faae08820e4c58ca3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M fallen/info.inc.php
A fallen/theme.json
M metro/info.inc.php
A metro/theme.json
M mhn/info.inc.php
A mhn/theme.json
M pmaterial/info.inc.php
A pmaterial/theme.json
Log Message:
-----------
Add theme.json for current themes
This won't be used in 4.7 branch, but the website will soon use this
metadata.
See https://github.com/phpmyadmin/phpmyadmin/pull/13261
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 877b4af5d5677e6dd1d7b9a35160522b47cc92a0
https://github.com/phpmyadmin/themes/commit/877b4af5d5677e6dd1d7b9a35160522…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M .travis.yml
M create-release.sh
A lint-theme.sh
Log Message:
-----------
Add basic theme check script
For now it mostly verifieds that info.inc.php matches theme.json, but
more checks can be added later.
It is also used to display theme information when releasing.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/themes/compare/43a06b258aa2...877b4af5d567
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bb26e2e0d96baaeaa7bca99270b50f53cf47decf
https://github.com/phpmyadmin/phpmyadmin/commit/bb26e2e0d96baaeaa7bca99270b…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: 941e861abad7ddb0a3065c7ef304b89a899ccbf0
https://github.com/phpmyadmin/phpmyadmin/commit/941e861abad7ddb0a3065c7ef30…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: 833f40496c4daf406ddbd821f2b6180c82a004c7
https://github.com/phpmyadmin/phpmyadmin/commit/833f40496c4daf406ddbd821f2b…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: d568c25921d86dbf2f1e3e523ffd8cf5228b4423
https://github.com/phpmyadmin/phpmyadmin/commit/d568c25921d86dbf2f1e3e523ff…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: ae5ca6e756f49e0248d2f0da021590e314fc9060
https://github.com/phpmyadmin/phpmyadmin/commit/ae5ca6e756f49e0248d2f0da021…
Author: Michal Čihař <michal(a)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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: af7f8d6cc319e9b99b5c2f6a22554a1ea61238f3
https://github.com/phpmyadmin/phpmyadmin/commit/af7f8d6cc319e9b99b5c2f6a225…
Author: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M composer.json
Log Message:
-----------
Change composer package type to project (#13198)
Composer doesn't seem to support packages of type application.
Package type library (the default) or project seem to be the most appropriate.
Signed-off-by: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Commit: 9ea8970c8f74cd87821c9e2599a5ffe47ce08c14
https://github.com/phpmyadmin/phpmyadmin/commit/9ea8970c8f74cd87821c9e2599a…
Author: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M composer.json
Log Message:
-----------
Reorder a few keys in the composer.json file (#13199)
Reorder a few keys to make the composer.json file feel a bit more organized:
- repositories key goes above all the dependencies
- pair homepage with support key and move them to position after name, description and keywords
- pair authors with license key and move them to position just before technical stuff
Signed-off-by: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Commit: 69f8bd349d8c6b44614ca418386e2f241ffbbcd8
https://github.com/phpmyadmin/phpmyadmin/commit/69f8bd349d8c6b44614ca418386…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/26e39f9d826b...69f8bd349d8c
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: af7f8d6cc319e9b99b5c2f6a22554a1ea61238f3
https://github.com/phpmyadmin/phpmyadmin/commit/af7f8d6cc319e9b99b5c2f6a225…
Author: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M composer.json
Log Message:
-----------
Change composer package type to project (#13198)
Composer doesn't seem to support packages of type application.
Package type library (the default) or project seem to be the most appropriate.
Signed-off-by: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Commit: 9ea8970c8f74cd87821c9e2599a5ffe47ce08c14
https://github.com/phpmyadmin/phpmyadmin/commit/9ea8970c8f74cd87821c9e2599a…
Author: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M composer.json
Log Message:
-----------
Reorder a few keys in the composer.json file (#13199)
Reorder a few keys to make the composer.json file feel a bit more organized:
- repositories key goes above all the dependencies
- pair homepage with support key and move them to position after name, description and keywords
- pair authors with license key and move them to position just before technical stuff
Signed-off-by: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e52a71592a68...9ea8970c8f74