Commit Graph

145 Commits

Author SHA1 Message Date
Marc Delisle
d097f0c476 Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-05 17:34:32 -04:00
Madhura Jayaratne
b810b85c92 Show the current status with the icon and change it on hover to show the expected behavior
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-05 07:15:59 +05:30
Madhura Jayaratne
e9cf1ecbe9 Use link and unlink to avoid confusion. Bind .on event to document not to be affected by navigation reload. Update title as functionality changes.
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-03 19:18:11 +05:30
Madhura Jayaratne
dfe8dc283a Add 'collapse all' and 'link with main panel' buttons to navigation
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-07-28 09:58:24 +05:30
Madhura Jayaratne
22e3a0d19f Fix some coding style violations
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-18 14:44:10 +05:30
Marc Delisle
152ed86bad Merge commit '0d4d696' 2014-05-16 12:20:25 -04:00
Michal Čihař
38e8bc7c29 Fix default value for matching
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 17:15:54 +02:00
Michal Čihař
fb1db9f21b Use correct variable
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 17:06:31 +02:00
Michal Čihař
450106d83f Simplify params to _findTreeMatch
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 17:00:38 +02:00
Michal Čihař
32f32f45a5 Pass missing parameter
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 16:59:17 +02:00
Michal Čihař
f9d2cc0c31 Always initialize match variable
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 11:23:33 +02:00
Michal Čihař
1865f72f2f Fix typo
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 09:45:33 +02:00
Michal Čihař
a56ec50fb2 Move code for geting navigation node icon into Node class
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 09:42:53 +02:00
Michal Čihař
e320d423e2 Factor out tree walking into separate method to share the code
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 09:40:22 +02:00
Michal Čihař
e82c53f93d Move navigation node CSS class generation to Node object
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 09:34:37 +02:00
Michal Čihař
07b090bcd2 Revert "Simplify code for generating separators array"
This reverts commit e3d93b7f8a.

The new code did not properly handle empty separator.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 09:19:37 +02:00
Chirayu Chiripal
0d4d696957 Bug #4392: Cannot see databases in nav panel on databases grouping when disabled database expansion
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-05-10 12:28:47 +05:30
Michal Čihař
e3d93b7f8a Simplify code for generating separators array
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 13:54:25 +02:00
Michal Čihař
87cc1c0067 Simplify code for getting node class
Having empty class attribute does not harm anything and this makes the
code simpler.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 13:50:58 +02:00
Michal Čihař
54a17f5230 Simplify code for rendering node
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 13:49:21 +02:00
Michal Čihař
8c178843e4 The integer value is not used as $recursive
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 13:48:01 +02:00
Michal Čihař
bf2c4ab1c8 Remove not needed assignment
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 13:45:11 +02:00
Hugues Peccatte
aab859a7a8 Fix wrong table page selector.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-04-24 16:29:39 +02:00
Hugues Peccatte
8873df3581 Update queries about DB navigation.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-04-22 21:20:56 +02:00
Ann + J.M
e0c64783a3 Merge branch QA_4_1 into master
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-04-21 20:01:09 +02:00
Hugues Peccatte
1afc95134e Bug fix: #4375 Group two DB, one's name is the prefix of the other one.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-04-21 16:03:35 +02:00
Hugues Peccatte
cd3ad518a7 Group two databases, when one's name is the prefix of the second one.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-04-20 16:30:30 +02:00
Marc Delisle
a182cca004 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-14 12:26:32 -04:00
Marc Delisle
3e3d7db2c0 Merge pull request #1129 from WhaleWatching/navigation
Improve Navigation
2014-04-08 10:15:57 -04:00
Edward Cheng
d74ac17cb4 Improve Navigation
Signed-off-by: Edward Cheng <c4150221@gmail.com>

Fix bugs.

Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-04-07 23:32:39 +08:00
Marc Delisle
be72557367 Comment for possible dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-05 07:43:02 -04:00
Ann + J.M
356f306e6c Add missing space behind container icons after 4d8ddaf
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-03-29 22:46:43 +01:00
Michal Čihař
abb0cb9262 Coding style cleanup
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:52:08 +01:00
Maxime DAVID
a395d9474f #1486 Possibility of disabling database expansion + doc + integration
Signed-off-by: Maxime DAVID <got2bex@gmail.com>
2014-03-26 10:15:14 -04:00
Maxime DAVID
65bb55450f #1486 Possibility of disabling database expansion
Signed-off-by: Maxime DAVID <got2bex@gmail.com>
2014-03-25 16:28:28 -04:00
Hugues Peccatte
9b1f025fb7 PHPCS updates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-14 23:06:46 +01:00
Atul Pratap Singh
c5dc4419ef Merge branch 'QA_4_1' 2014-03-04 17:58:00 +05:30
Smita Kumari
5e2023ce77 Fix bug#4307 Nav: "Columns" wont expand with specific schema
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-04 12:10:24 +05:30
Edward Cheng
83feef193b Fix bug
Sorry, the commit i've submitted(d3e8fc3a2a) has a bug.
Fix: Move clear float div to the end of stream.

Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-02-21 09:31:05 +08:00
Michal Čihař
f396eac331 Merge pull request #930 from WhaleWatching/imp_nav_ani
Improve navigation .list_container animation
2014-02-18 14:08:06 +01:00
Edward Cheng
d3e8fc3a2a Clear float after navigation <a>
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-02-13 23:51:59 +08:00
Edward Cheng
5fce4c83cb 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@gmail.com>
2014-02-11 18:50:08 +08:00
Edward Chen
560a49de17 Update NavigationTree.class.php 2014-01-25 23:46:12 +08:00
Edward Chen
e3a69fc4da Changes on Navigation:
Add border-radius on <li>.
Fix hover effect: symmetrical upper and lower gap.
Unified filter <input> style.

Signed-off-by: Edward Chen <c4150221@gmail.com>
2014-01-25 00:10:29 +08:00
Hugues Peccatte
7dd23a47b7 Reduce nested levels.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-04 18:04:40 +01:00
Madhura Jayaratne
3b5043da39 Merge branch 'QA_4_1' 2014-01-04 08:21:02 +05:30
Madhura Jayaratne
ab693b3c5d bug #4212 Table "disappears" if it has the same name as its tablegroup 2014-01-04 07:59:42 +05:30
Hugues Peccatte
d428db6641 Reduce nested levels.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-20 23:35:53 +01:00
Marc Delisle
204e138770 - Fix typo
- Fix coding style
2013-11-30 07:44:15 -05:00
slimtim
a15b66dc24 Prevent fatal error when filtering tables in the navigation tree. (bug #4159) 2013-11-21 08:18:19 -05:00