Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7d4f188c728564687580de0d269a1d434964ff76
https://github.com/phpmyadmin/phpmyadmin/commit/7d4f188c728564687580de0d269…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Current user might vary from the actual defined user
Use CURRENT_USER instead, which would give the actual user defined in User accounts table
Fix #12769
ChangeLog entry for #12769
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: b875cf13c5228b92d73d80ad4932594ef8ca60ca
https://github.com/phpmyadmin/phpmyadmin/commit/b875cf13c5228b92d73d80ad493…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Merge pull request #12770 from devenbansod/fix_12769
Fix #12769 : Current user might vary from the actual defined user
Commit: 0fc20266a42cf8468e9508535ae8c650a9842746
https://github.com/phpmyadmin/phpmyadmin/commit/0fc20266a42cf8468e9508535ae…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Merge branch 'QA_4_6'
Commit: a34e314952fe070289bd23afd805d5ff610aaf52
https://github.com/phpmyadmin/phpmyadmin/commit/a34e314952fe070289bd23afd80…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M libraries/DatabaseInterface.php
Log Message:
-----------
Reuse getCurrentUser method
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/2a066d9d5555...a34e314952fe
Branch: refs/heads/QA_4_6
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7d4f188c728564687580de0d269a1d434964ff76
https://github.com/phpmyadmin/phpmyadmin/commit/7d4f188c728564687580de0d269…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Current user might vary from the actual defined user
Use CURRENT_USER instead, which would give the actual user defined in User accounts table
Fix #12769
ChangeLog entry for #12769
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: b875cf13c5228b92d73d80ad4932594ef8ca60ca
https://github.com/phpmyadmin/phpmyadmin/commit/b875cf13c5228b92d73d80ad493…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Merge pull request #12770 from devenbansod/fix_12769
Fix #12769 : Current user might vary from the actual defined user
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a11a6858d193...b875cf13c522
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 791a33894646dbbd1355a2cbc7754865434bac05
https://github.com/phpmyadmin/phpmyadmin/commit/791a33894646dbbd1355a2cbc77…
Author: arimourao <amlima(a)gmail.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M libraries/Table.php
M tbl_operations.php
Log Message:
-----------
Implement generic logic for checking table engine
Fixes #12703
Signed-off-by: arimourao <amlima(a)gmail.com>
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 1c337f488d2993fe9cf38f16a8e3571247efe89d
https://github.com/phpmyadmin/phpmyadmin/commit/1c337f488d2993fe9cf38f16a8e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M libraries/operations.lib.php
Log Message:
-----------
Remove no longer used function
Issue #12703, #12719
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: ffda016966236f24c9794ffd56a1bb142b4002ba
https://github.com/phpmyadmin/phpmyadmin/commit/ffda016966236f24c9794ffd56a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M libraries/Table.php
Log Message:
-----------
Actually make isEngine work
It did not have the current engine information...
Issue #12703, #12719
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2f97016501b13ac3c4f9b50c3ce1035b8ef6f1f5
https://github.com/phpmyadmin/phpmyadmin/commit/2f97016501b13ac3c4f9b50c3ce…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M libraries/operations.lib.php
M tbl_operations.php
Log Message:
-----------
Simplified parameters for PMA_getHtmlForTableMaintenance
Issue #12703, #12719
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 1a99e008b0e718bbfe010708de7a44cd434e5c53
https://github.com/phpmyadmin/phpmyadmin/commit/1a99e008b0e718bbfe010708de7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M libraries/Table.php
Log Message:
-----------
Document todo
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 58f6e843d01be9d6288a5d8c019449f46eba5f42
https://github.com/phpmyadmin/phpmyadmin/commit/58f6e843d01be9d6288a5d8c019…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M libraries/operations.lib.php
M tbl_operations.php
Log Message:
-----------
Make PMA_getTableAltersArray accept table instead of flags
Issue #12703, #12719
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6c939147b90612691eda9d858950a357d88ee3f6
https://github.com/phpmyadmin/phpmyadmin/commit/6c939147b90612691eda9d85895…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
Changed paths:
M libraries/operations.lib.php
M tbl_operations.php
Log Message:
-----------
Rewrite PMA_getTableOptionDiv to use Table for engine flags
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6e3511391406...6c939147b906