[phpmyadmin/phpmyadmin] 44760a: Use URL::getCommon() for all params to be included...
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 44760aca0b8c818a839b3a8edc0e0b01b981d467 https://github.com/phpmyadmin/phpmyadmin/commit/44760aca0b8c818a839b3a8edc0e... Author: Deven Bansod <devenbansod.bits@gmail.com> Date: 2016-08-17 (Wed, 17 Aug 2016) Changed paths: M ChangeLog M js/navigation.js M libraries/URL.php M libraries/navigation/Navigation.php M libraries/navigation/nodes/NodeDatabase.php M libraries/navigation/nodes/NodeDatabaseChild.php Log Message: ----------- Use URL::getCommon() for all params to be included in the urls Don't append the parameters in query string while building the HTML; was going awry when URL::getCommon() returned blank Fix #12463 More instances of such appending of URL parameters which are present in the codebase, have to fixed. ChangeLog entry for #12463 Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com> Commit: e78ca476e19b1f735c35c84fa3af3a862b4f26a2 https://github.com/phpmyadmin/phpmyadmin/commit/e78ca476e19b1f735c35c84fa3af... Author: Deven Bansod <devenbansod.bits@gmail.com> Date: 2016-08-17 (Wed, 17 Aug 2016) Changed paths: M ChangeLog M js/shortcuts_handler.js Log Message: ----------- Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin Conflicts: ChangeLog Compare: https://github.com/phpmyadmin/phpmyadmin/compare/84d5c028b294...e78ca476e19b
participants (1)
-
Deven Bansod