
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 87cb022f16bbcc22b7cd70ba873587624d218a99 https://github.com/phpmyadmin/phpmyadmin/commit/87cb022f16bbcc22b7cd70ba8735... Author: Kamran <kamran.usman@gmail.com> Date: 2013-09-26 (Thu, 26 Sep 2013) Changed paths: M js/navigation.js Log Message: ----------- Update navigation.js allow regex based search in quick filter (javascript side) Commit: 7a2e0ef1d756d415934fe6f2b3f32eea2a54ad84 https://github.com/phpmyadmin/phpmyadmin/commit/7a2e0ef1d756d415934fe6f2b3f3... Author: Kamran <kamran.usman@gmail.com> Date: 2013-09-27 (Fri, 27 Sep 2013) Changed paths: M libraries/navigation/NavigationTree.class.php Log Message: ----------- Updated placeholder text for quick filter text box Updated the placeholder text for the quick filter text box from "filter items by name" to "filter items by name or regex" Commit: c0125f96a7f2475192282211012a48d0c01e430a https://github.com/phpmyadmin/phpmyadmin/commit/c0125f96a7f2475192282211012a... Author: Marc Delisle <marc@infomarc.info> Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M js/navigation.js M libraries/navigation/NavigationTree.class.php Log Message: ----------- Merge pull request #715 from thesocialgeek/master Update navigation.js to allow regex based search in quick filter (client side) Compare: https://github.com/phpmyadmin/phpmyadmin/compare/447965f984d9...c0125f96a7f2