Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5fce4c83cb36bc7ee9c14decc4c538f6d6c78ea3
https://github.com/phpmyadmin/phpmyadmin/commit/5fce4c83cb36bc7ee9c14decc4c…
Author: Edward Cheng <c4150221(a)gmail.com>
Date: 2014-02-11 (Tue, 11 Feb 2014)
Changed paths:
M js/navigation.js
M libraries/navigation/NavigationTree.class.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
New feature, Navigation hover show full name
Some database/table/column name just so long that can't show it completely,
relative to adjust the Navigation's width, hover to show it fully is better.
Btw, some end-sign notes "end" is uppercase, some is lowercase, i unify them to lowercase
Signed-off-by: Edward Cheng <c4150221(a)gmail.com>
Commit: 61893a8897191d8831dc174de5ae211b9359a553
https://github.com/phpmyadmin/phpmyadmin/commit/61893a8897191d8831dc174de5a…
Author: Edward Cheng <c4150221(a)gmail.com>
Date: 2014-02-11 (Tue, 11 Feb 2014)
Changed paths:
M js/navigation.js
Log Message:
-----------
Bind show full name event on #pma_navigation_tree_content into end of PMA_showCurrentNavigation()
Signed-off-by: Edward Cheng <c4150221(a)gmail.com>
Commit: bd863f6a626422a1cd86e8ebc5a02512af4828d9
https://github.com/phpmyadmin/phpmyadmin/commit/bd863f6a626422a1cd86e8ebc5a…
Author: Edward Cheng <c4150221(a)gmail.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M js/navigation.js
Log Message:
-----------
Fix bug
Signed-off-by: Edward Cheng <c4150221(a)gmail.com>
Commit: c80e3beda2a8b6cc171d1e16e55beddaa9de24ec
https://github.com/phpmyadmin/phpmyadmin/commit/c80e3beda2a8b6cc171d1e16e55…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M js/navigation.js
M libraries/navigation/NavigationTree.class.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge pull request #945 from WhaleWatching/nav_hover_show_full
New feature, Navigation hover show full name
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e86fb123756b...c80e3beda2a8
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 71950d72afd85d2f3f122c23300b4323e2366375
https://github.com/phpmyadmin/phpmyadmin/commit/71950d72afd85d2f3f122c23300…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M composer.json
Log Message:
-----------
Revert dev dependencies in composer.json
We don't use Selenium on travis right now, so let's not install it
there.
Signed-off-by: Michal Čihař <michal(a)cihar.com>