Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ac759f96b4ba5d631457be26e209b985da777289
https://github.com/phpmyadmin/phpmyadmin/commit/ac759f96b4ba5d631457be26e20…
Author: Smita Kumari <kumarismita62(a)gmail.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M libraries/central_columns.lib.php
Log Message:
-----------
using ['controllink'] for queries veing executed on cebtral coulumns table
Signed-off-by: Smita Kumari <kumarismita62(a)gmail.com>
use link 'userlink' for query being fired on tables other than central columns table
Signed-off-by: Smita Kumari <kumarismita62(a)gmail.com>
Commit: 62a1d6d030ca32f998e960a57ee4143f4f5d2656
https://github.com/phpmyadmin/phpmyadmin/commit/62a1d6d030ca32f998e960a57ee…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M libraries/central_columns.lib.php
Log Message:
-----------
Merge pull request #1215 from smita786/gsoc_central_columns_list
using $GLOBALS['controllink'] for queries being executed on cebtral coulumns tab...
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/7421cbe264c7...62a1d6d030ca
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4c328aaf037f39d06d498f7e61bc42471f11f766
https://github.com/phpmyadmin/phpmyadmin/commit/4c328aaf037f39d06d498f7e61b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M libraries/DatabaseInterface.class.php
Log Message:
-----------
Remove workaround for older MySQL versions
Remove workaround originally implemented for MySQL < 5.0.2, but also
useful in 5.1.x times for listing tables within database when
permissions on one of database directories are wrong.
I've tested this with several MySQL versions and it does not seem to be
needed now, the INFORMATION SCHEMA works correctly even if some of the
database directories have wrong permissions.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 96366ce7bc3b2356022185714e37413c2610ab72
https://github.com/phpmyadmin/phpmyadmin/commit/96366ce7bc3b2356022185714e3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M doc/config.rst
M libraries/config.default.php
Log Message:
-----------
Remove no longer used caching configuration
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0aa22fd223382f11649478e6986527c6925db9d0
https://github.com/phpmyadmin/phpmyadmin/commit/0aa22fd223382f11649478e6986…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M doc/config.rst
M libraries/DatabaseInterface.class.php
M libraries/config.default.php
Log Message:
-----------
Merge pull request #1217 from nijel/remove-table-status
Remove workaround for older MySQL versions
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/dbd18940bed5...0aa22fd22338
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 697cbf22d587dfadb0ca790ba11516dd894ec584
https://github.com/phpmyadmin/phpmyadmin/commit/697cbf22d587dfadb0ca790ba11…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M libraries/DatabaseInterface.class.php
Log Message:
-----------
Simplify code
foreach on empty list does nothing, so we can skip the initial
condition.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: dbd18940bed525f713698c13939c31abc1d1ecd7
https://github.com/phpmyadmin/phpmyadmin/commit/dbd18940bed525f713698c13939…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M libraries/DatabaseInterface.class.php
Log Message:
-----------
Remove explicit unsetting of local variables
This was useful in global scope, but makes no sense when used inside
method as all it's variables are cleaned up anyway.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/c8eefc22b6f9...dbd18940bed5