Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5a5ceecee573e678e1d99e5f67b437edd6c343d6
https://github.com/phpmyadmin/phpmyadmin/commit/5a5ceecee573e678e1d99e5f67b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M libraries/Config.class.php
Log Message:
-----------
Simplify CURL request processing
We do not have to reinvent wheel by parsing HTTP response, CURL can do
it for us.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: a43a374f0ae8d0883a5ee35efa133b519a02f1db
https://github.com/phpmyadmin/website/commit/a43a374f0ae8d0883a5ee35efa133b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M pmaweb/static/css/style.css
R pmaweb/static/images/icon-table-sort-asc.png
R pmaweb/static/images/icon-table-sort-desc.png
R pmaweb/static/images/icon-table-sort.png
M pmaweb/static/js/master_sorting_table.js
M pmaweb/templates/translations.html
Log Message:
-----------
Use font awesome to indicate sorting
It fits nicer into the website and also avoids loading further images.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 9273ceab225bd3f8cdcc83c1a65f79a19998299b
https://github.com/phpmyadmin/website/commit/9273ceab225bd3f8cdcc83c1a65f79…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M pmaweb/templates/base.html
Log Message:
-----------
Do not mess up with media parameter, breaks merging CSS files
Signed-off-by: Michal Čihař <michal(a)cihar.com>