Branch: refs/heads/master Home: https://github.com/phpmyadmin/website Commit: b63cc0455520af92ab6eaeeb1742dee7c9b53d4f https://github.com/phpmyadmin/website/commit/b63cc0455520af92ab6eaeeb1742dee... Author: Michal Čihař michal@cihar.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: M files/management/commands/import_themes.py
Log Message: ----------- Add support for reading theme.json when importing themes
This makes no longer necessary to fill in THEMES dict for new themes.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 263a3a6d7c007041519a6ce34ce042c670b1fcb4 https://github.com/phpmyadmin/website/commit/263a3a6d7c007041519a6ce34ce042c... Author: Michal Čihař michal@cihar.com Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths: M files/management/commands/import_themes.py A files/migrations/0006_theme_url.py M files/models.py M pmaweb/templates/themes.html
Log Message: ----------- Include theme URL in theme data and use it on website
This will aplly only to new themes, where authors can specify this in theme.json.
Fixes #57
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/website/compare/23b418ffab0c...263a3a6d7c00