Commit Graph

79564 Commits

Author SHA1 Message Date
Rouslan Placella
deb1292951 Implemented asynchronous fast filter for second level items in the navigation tree 2012-10-30 20:10:22 +00:00
Rouslan Placella
96b6e876ac Factored out an if statement 2012-10-30 20:10:22 +00:00
Rouslan Placella
53a31327a4 Factored out an if statement 2012-10-30 20:10:22 +00:00
Rouslan Placella
dd918ca3ad Refactored creation of pagination parameters in the navigation tree 2012-10-30 20:10:22 +00:00
Rouslan Placella
5695236de4 Stop propagation of the change page event 2012-10-30 20:10:22 +00:00
Rouslan Placella
64e66fe56c Dropped whitespaces and indentation from the navigation tree output 2012-10-30 20:10:22 +00:00
Rouslan Placella
1c618c377f Pretty print navigation errors 2012-10-30 20:10:22 +00:00
Rouslan Placella
edd3623390 Implemented navigation pagination for third level items: columns and indexes 2012-10-30 20:10:22 +00:00
Rouslan Placella
c1442a6f25 Added missing navigation icons 2012-10-30 20:10:22 +00:00
Rouslan Placella
1fd7ddd976 Fixed invalid HTML 2012-10-30 20:10:22 +00:00
Rouslan Placella
0fb0c31460 Implemented navigation pagination for all second level items: tables, views, routines and events 2012-10-30 20:10:22 +00:00
Rouslan Placella
46f8092ec6 Always hide throbber on the completion of the navigation refresh 2012-10-30 20:10:22 +00:00
Rouslan Placella
3eb618977e Fixed styling of the table pagination in the navigation 2012-10-30 20:10:22 +00:00
Rouslan Placella
fcd07e21d5 Implemented tables pagination in the navigation 2012-10-30 20:10:22 +00:00
Rouslan Placella
7b920d2922 Fixed JS error in navigation resizer 2012-10-30 20:10:22 +00:00
Rouslan Placella
d4a08e4b85 Display errors on ajax request failure 2012-10-30 20:10:22 +00:00
Rouslan Placella
83dcf41114 Redraw scrollbar on fast filter change 2012-10-30 20:10:22 +00:00
Rouslan Placella
326d69fc10 Refresh navigation after creating view 2012-10-30 20:10:22 +00:00
Rouslan Placella
bd8d41c61e Sort SQL results for navigation tree 2012-10-30 20:10:21 +00:00
Rouslan Placella
9ba7490003 For navigation fetch database names from INFORMATION_SCHEMA only 2012-10-30 20:10:21 +00:00
Rouslan Placella
228ca64fac Fixed refreshing of databases that contain only one type of items 2012-10-30 20:10:21 +00:00
Rouslan Placella
aba183c386 Preload the navigation tree to save an ajax request and don't store the pagination position in the session 2012-10-30 20:10:21 +00:00
Rouslan Placella
2e261d633b Fixed some PHP notices 2012-10-30 20:10:21 +00:00
Rouslan Placella
cf9b0d0027 Dropped includes for globally included JS files 2012-10-30 20:10:21 +00:00
Rouslan Placella
2b868809f6 Wrap long lines 2012-10-30 20:10:21 +00:00
Rouslan Placella
f41c1b3978 Better name for jQuery event objects 2012-10-30 20:10:21 +00:00
Rouslan Placella
9eb09e3e8a Refactored sorting of navigation nodes 2012-10-30 20:10:21 +00:00
Rouslan Placella
fd8d8465bf No need to close the session after saving navigation data 2012-10-30 20:10:21 +00:00
Rouslan Placella
8d186a77a6 Fixed some PHP warnings and errors in navigation tree 2012-10-30 20:10:21 +00:00
Rouslan Placella
0eb956373f Display PHP errors after AJAX request for pages 2012-10-30 20:10:21 +00:00
Rouslan Placella
56a1d90cdb Don't preload the children of table nodes in 2012-10-30 20:10:21 +00:00
Rouslan Placella
32644bafeb Qualified navigation fast filter selectors 2012-10-30 20:10:21 +00:00
Rouslan Placella
639d4e570b Implemented navigation scrolling 2012-10-30 20:10:21 +00:00
Rouslan Placella
f3ebce5715 Renamed collapsible tree class to navigation tree 2012-10-30 20:10:21 +00:00
Rouslan Placella
d73f2bf2b9 Moved the navigation header class to the folder it belongs to 2012-10-30 20:10:21 +00:00
Rouslan Placella
710a1b2b01 Wrapped long lines 2012-10-30 20:10:21 +00:00
Rouslan Placella
2f7ffe38ea Fixed "Incompatible function signature" warning 2012-10-30 20:10:21 +00:00
Rouslan Placella
677b0f7738 Keep the "New Item" links at the top in the navigation 2012-10-30 20:10:21 +00:00
Rouslan Placella
d5db9dfc30 Implemented refreshing of the navigation 2012-10-30 20:10:21 +00:00
Rouslan Placella
63ef473dcc Don't use an href attribute on navigation expander links.
These links can't be opened in a new window anyway.
2012-10-30 20:10:21 +00:00
Rouslan Placella
783897e60a Update selflink on ajax requests 2012-10-30 20:10:21 +00:00
Rouslan Placella
237e7f11c9 Avoid redirecting to self 2012-10-30 20:10:21 +00:00
Rouslan Placella
c21afeb2dc Implemented resizing and collapsing of the navigation 2012-10-30 20:10:21 +00:00
Rouslan Placella
2b12872c2a Initial import of the new navigation system 2012-10-30 20:10:21 +00:00
Rouslan Placella
e460c9177b Fixed wrong url query string 2012-10-30 20:10:21 +00:00
Rouslan Placella
7ed631eaf1 Fixed recent tables reloading 2012-10-30 20:10:21 +00:00
Rouslan Placella
4d4c8a9bad Update recent tables through index,php instead of navigation.php 2012-10-30 20:10:20 +00:00
Rouslan Placella
307fff3570 The events for the navigation only need to be registered once 2012-10-30 20:10:20 +00:00
Rouslan Placella
8e742c5962 Added a throbber to the initial navigation content 2012-10-30 20:10:20 +00:00
Rouslan Placella
1b69d0bf55 Drop the target attrbute from links and forms 2012-10-30 20:10:20 +00:00