Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0374229d0c96f10dfcd45c82f9d5d297778aee53
https://github.com/phpmyadmin/phpmyadmin/commit/0374229d0c96f10dfcd45c82f9d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M doc/themes.rst
M themes/original/theme.json
M themes/pmahomme/theme.json
Log Message:
-----------
Add descripton field to theme.json
It is needed for the website.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b8c4ca9cddf287f07aff303748a04cfaa5ace1c7
https://github.com/phpmyadmin/phpmyadmin/commit/b8c4ca9cddf287f07aff303748a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths:
M test/classes/AdvisorTest.php
Log Message:
-----------
Add tests for advisor functions
We need to ensure these work correctly when refactoring the code.
Issue #6363
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: f13476f454a774677f8719c2641802512cab047d
https://github.com/phpmyadmin/phpmyadmin/commit/f13476f454a774677f8719c2641…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths:
M composer.json
M libraries/Advisor.php
M test/classes/AdvisorTest.php
Log Message:
-----------
Replace eval() by Symfony\ExpressionLanguage
This is already used by motranslator, so it doed not bring extra
dependency and we get rid of the eval() call.
Fixes #6363
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 1c70ed49cb7712e148c144b2664ee87983514843
https://github.com/phpmyadmin/phpmyadmin/commit/1c70ed49cb7712e148c144b2664…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths:
M libraries/Advisor.php
R libraries/advisor.lib.php
M test/classes/AdvisorTest.php
Log Message:
-----------
Move advisor helpers to the Advisor class
They no longer need to pollute global namespace as they are used only in
context of ExpressionLanguage.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 93d1924179abc489244c29c209d46983bc475b40
https://github.com/phpmyadmin/phpmyadmin/commit/93d1924179abc489244c29c209d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-15 (Mon, 15 May 2017)
Changed paths:
M libraries/Advisor.php
M test/classes/AdvisorTest.php
Log Message:
-----------
Fix name of Advisor::byTime
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 262e22613c4abb2c2596e9a89113dd256562ab26
https://github.com/phpmyadmin/phpmyadmin/commit/262e22613c4abb2c2596e9a8911…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M test/classes/AdvisorTest.php
Log Message:
-----------
Complete test coverage for ADVISOR_bytime
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b8087ce80dd70f8ad86d3a9df99f1eb0fc84de41
https://github.com/phpmyadmin/phpmyadmin/commit/b8087ce80dd70f8ad86d3a9df99…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M test/classes/AdvisorTest.php
Log Message:
-----------
Add more complex advisor test
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e788bc2299ec6923e3cd649cd98066ad0e0f1159
https://github.com/phpmyadmin/phpmyadmin/commit/e788bc2299ec6923e3cd649cd98…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M composer.json
M libraries/Advisor.php
R libraries/advisor.lib.php
M test/classes/AdvisorTest.php
Log Message:
-----------
Merge pull request #13260 from nijel/advisor-eval
Replace eval() in Advisor by Symfony\ExpressionLanguage
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ae5ca6e756f4...e788bc2299ec
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/themes
Commit: 279ea3a47867ecb35fedd53227acdc17ea57a2a8
https://github.com/phpmyadmin/themes/commit/279ea3a47867ecb35fedd53227acdc1…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M create-release.sh
Log Message:
-----------
Do not mention data/themes.py in case there is theme.json
It's no longer needed in this case.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: b63cc0455520af92ab6eaeeb1742dee7c9b53d4f
https://github.com/phpmyadmin/website/commit/b63cc0455520af92ab6eaeeb1742de…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Commit: 263a3a6d7c007041519a6ce34ce042c670b1fcb4
https://github.com/phpmyadmin/website/commit/263a3a6d7c007041519a6ce34ce042…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Compare: https://github.com/phpmyadmin/website/compare/23b418ffab0c...263a3a6d7c00
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 72f673fbe4bf94664c3d3c25bab2cd364959a84a
https://github.com/phpmyadmin/website/commit/72f673fbe4bf94664c3d3c25bab2cd…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M files/admin.py
A files/migrations/0005_theme_show.py
M files/models.py
M pmaweb/context_processors.py
Log Message:
-----------
Allow to hide themes from listing
This is manual action.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 23b418ffab0c2ddcb375de5e0aeb4e6bd60a5403
https://github.com/phpmyadmin/website/commit/23b418ffab0c2ddcb375de5e0aeb4e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-16 (Tue, 16 May 2017)
Changed paths:
M data/themes.py
Log Message:
-----------
Remove not used attribute
We never hide new themes, just the old ones, so it makes no sense to
define this in data which is used when theme is first published.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/website/compare/4e3f7a51354e...23b418ffab0c