Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: c6b5962723432ad68725d527fcd3ca760f9ae222
https://github.com/phpmyadmin/docker/commit/c6b5962723432ad68725d527fcd3ca7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M config.inc.php
Log Message:
-----------
Ensure we get the environment in most cases
It turns out that PHP versions differ in passing Unix environment, let's
fallback to getenv to fix that.
Fixes #10
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4e44ba968b6c087aed7d31757c8f866658b65b48
https://github.com/phpmyadmin/phpmyadmin/commit/4e44ba968b6c087aed7d31757c8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M libraries/Util.php
Log Message:
-----------
Reduce spacing between displayed SQL queries
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6b9d93a270e3146e9df6be62ebbdedb045fa9f37
https://github.com/phpmyadmin/phpmyadmin/commit/6b9d93a270e3146e9df6be62ebb…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M libraries/import.lib.php
Log Message:
-----------
Do not try to catch USE when runing through sql.php
In this case it's properly handled there, we should not do any database
changes at this point.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0a207085339b888293900998432585e3231d3b11
https://github.com/phpmyadmin/phpmyadmin/commit/0a207085339b888293900998432…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M libraries/import.lib.php
Log Message:
-----------
Update sql data array in place
There is no need to create a copy here.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 605ce3388bd81c45903dd10947aa447b8ad8cffa
https://github.com/phpmyadmin/phpmyadmin/commit/605ce3388bd81c45903dd10947a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M sql.php
Log Message:
-----------
Remove duplicate checking of goto
It's already done in common.inc.php, no need to check again here (and
the check was wrong anyway).
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9c289d9794c5...605ce3388bd8
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f48b5af23c711778318e5a34af947fa0fa278fe9
https://github.com/phpmyadmin/phpmyadmin/commit/f48b5af23c711778318e5a34af9…
Author: Achilles-96 <raghuram.vadapalli(a)research.iiit.ac.in>
Date: 2015-12-14 (Mon, 14 Dec 2015)
Changed paths:
M libraries/config.default.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
M templates/table/structure/display_structure.phtml
M templates/table/structure/display_table_stats.phtml
M templates/table/structure/table_structure_header.phtml
M templates/table/structure/table_structure_row.phtml
Log Message:
-----------
Fixes #11730
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli(a)research.iiit.ac.in>
Commit: 23cfa826543a2f745ed19bcd4be23746556cc138
https://github.com/phpmyadmin/phpmyadmin/commit/23cfa826543a2f745ed19bcd4be…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-12-14 (Mon, 14 Dec 2015)
Changed paths:
M libraries/config.default.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
M templates/table/structure/display_structure.phtml
M templates/table/structure/display_table_stats.phtml
M templates/table/structure/table_structure_header.phtml
M templates/table/structure/table_structure_row.phtml
Log Message:
-----------
Merge pull request #11746 from Achilles-96/Issue-11730
Fixes #11730
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/81aeb30ae9c3...23cfa826543a