Commit Graph

79576 Commits

Author SHA1 Message Date
Rouslan Placella
3b4b32df27 Don't fail during the construction of Node objects 2012-10-30 20:10:22 +00:00
Rouslan Placella
52fcbdf422 Coding style fixes 2012-10-30 20:10:22 +00:00
Rouslan Placella
f5f3cd69ac Prefixed private variable names with underscrore 2012-10-30 20:10:22 +00:00
Rouslan Placella
bbb1a5a255 Debug friendly parameter names for navigation reloading requests 2012-10-30 20:10:22 +00:00
Rouslan Placella
9aa3ac65ec Renamed a_path to aPath and v_path to vPath 2012-10-30 20:10:22 +00:00
Rouslan Placella
af4a42a967 Wrapped long lines 2012-10-30 20:10:22 +00:00
Rouslan Placella
24dcf3aad8 Fxied wrong request parameters in fast filter 2012-10-30 20:10:22 +00:00
Rouslan Placella
0d7a90550f Fixed missing token in navigation 2012-10-30 20:10:22 +00:00
Rouslan Placella
db4ec5c319 Fixed navigation node highlighting 2012-10-30 20:10:22 +00:00
Rouslan Placella
57cc51a963 Moved code executed on load to the same function and wrapped long lines 2012-10-30 20:10:22 +00:00
Rouslan Placella
06ff04ba8f Qualified some selectors 2012-10-30 20:10:22 +00:00
Rouslan Placella
c66967ac11 Refactored navigation fast filter code into a single object 2012-10-30 20:10:22 +00:00
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