Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8e94ba3a40e98830ee71e1ab3b6aa647499bc6ab
https://github.com/phpmyadmin/phpmyadmin/commit/8e94ba3a40e98830ee71e1ab3b6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M themes/original/css/common.css.php
M themes/original/css/navigation.css.php
M themes/pmahomme/css/codemirror.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/enum_editor.css.php
M themes/pmahomme/css/gis.css.php
M themes/pmahomme/css/icons.css.php
M themes/pmahomme/css/jqplot.css.php
M themes/pmahomme/css/navigation.css.php
M themes/pmahomme/css/pmd.css.php
M themes/pmahomme/css/resizable-menu.css.php
M themes/pmahomme/css/rte.css.php
Log Message:
-----------
Use generic PHPMYADMIN define to avoid CSS exection
It should work pretty much same, but we really don't care which of these
is set for rendering the css.
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2bc8afea5f47d0d409163754698ad13487410158
https://github.com/phpmyadmin/phpmyadmin/commit/2bc8afea5f47d0d409163754698…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/common.inc.php
Log Message:
-----------
Move storage zeroconfig to the DBI post connect
This way it is executed only when needed.
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0f797215702cf117fb24a104bd285007b5b7e3ac
https://github.com/phpmyadmin/phpmyadmin/commit/0f797215702cf117fb24a104bd2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M libraries/classes/DatabaseInterface.php
Log Message:
-----------
Remove not needed param from DatabaseInterface::postConnect
It is called only for user link, so there is no need to make that
parameter.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 73f428e568e1646fe2436bef8f2be6bb40744fcb
https://github.com/phpmyadmin/phpmyadmin/commit/73f428e568e1646fe2436bef8f2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M libraries/common.inc.php
Log Message:
-----------
Remove hack for navigation and server switching
It is not really used with current navigation, so this code has no use
for years.
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d3f9075165236b363c188e8d4ce1adf5a1e6c7b7
https://github.com/phpmyadmin/phpmyadmin/commit/d3f9075165236b363c188e8d4ce…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M libraries/common.inc.php
Log Message:
-----------
Load user preferences at one place
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/738f52724223...d3f907516523
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4d9b63fa996c1ee5bb1d7d0dac2492e95dfe5b64
https://github.com/phpmyadmin/phpmyadmin/commit/4d9b63fa996c1ee5bb1d7d0dac2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M libraries/common.inc.php
Log Message:
-----------
Remove global variables cleanup
This should be no longer necessary, it was really a workaround for
grab_globals, which is not present in PHP for years.
See ee3825013d6f1df901bbe2947f89287344e77e2b
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 738f5272422324c8dfb03f76da8d851be05da597
https://github.com/phpmyadmin/phpmyadmin/commit/738f5272422324c8dfb03f76da8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M libraries/classes/Core.php
M libraries/common.inc.php
M test/classes/CoreTest.php
Log Message:
-----------
Move goto_whitelist to the core class
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/223e4f72efff...738f52724223