Commit Graph

79651 Commits

Author SHA1 Message Date
Rouslan Placella
616e25385f Fixed display of confirmation message after dropping table 2012-10-30 20:24:00 +00:00
Rouslan Placella
a601781767 Fixed multi submit for table prefix manipulations 2012-10-30 20:24:00 +00:00
Rouslan Placella
ab5e4b7b24 Fixed multi submit for drop tables 2012-10-30 20:24:00 +00:00
Rouslan Placella
01811bc231 Autosubmit forms with jQuery, avoids a full page reload 2012-10-30 20:24:00 +00:00
Rouslan Placella
7db4583f24 Gracefully handle fatal server errors during ajax requests for pages 2012-10-30 20:24:00 +00:00
Rouslan Placella
a5d6d5acd6 Fixed z-index conflict in pmd 2012-10-30 20:24:00 +00:00
Rouslan Placella
234e8d6520 Fixed generation of the url for the selflink 2012-10-30 20:24:00 +00:00
Rouslan Placella
1cb588b797 Fixed export of relational schema 2012-10-30 20:24:00 +00:00
Rouslan Placella
008fe93dab Handle failure when dropping db via ajax 2012-10-30 20:24:00 +00:00
Rouslan Placella
6ec9cf42b8 Fixed display of confirmation message after dropping db 2012-10-30 20:24:00 +00:00
Rouslan Placella
e7b027e997 Drop redundant parameter value in change db charset request 2012-10-30 20:24:00 +00:00
Rouslan Placella
bcdc6d6b0e Fixed display of confirmation message after db copy 2012-10-30 20:24:00 +00:00
Rouslan Placella
e48bbced9d Fixed ajaxification of copy table form 2012-10-30 20:24:00 +00:00
Rouslan Placella
19e25c5a15 Dropped obsolete ajaxification of alterTableOrderby form on tbl_operations.php 2012-10-30 20:23:59 +00:00
Rouslan Placella
203c104aa5 Speed up selector: http://goo.gl/54k7w 2012-10-30 20:23:59 +00:00
Rouslan Placella
018d75e1db Fixed "More" dropdown on tbl_structure.php 2012-10-30 20:23:59 +00:00
Rouslan Placella
7356b407ad Rewrite and integration of js/common.js 2012-10-30 20:23:59 +00:00
Rouslan Placella
eedf07e915 Dropped getReloadNavigationScript(), this is already handled by Footer.class.php 2012-10-30 20:23:59 +00:00
Rouslan Placella
7232467d2e Started fixing server-side reloading of the querywindow 2012-10-30 20:23:59 +00:00
Rouslan Placella
bc3d5999bd Fixed server-side reloading of the navigation tree 2012-10-30 20:23:59 +00:00
Rouslan Placella
9008ba42fa Dropped server side functionality for reloading the left frame from user preferences forms 2012-10-30 20:23:59 +00:00
Rouslan Placella
50266d206b Fixed updating of the title of the page 2012-10-30 20:16:58 +00:00
Rouslan Placella
9063e76a95 Dropped unused functions 2012-10-30 20:16:58 +00:00
Rouslan Placella
ae049d253b Disable the ajax page loader on user preferences forms 2012-10-30 20:16:58 +00:00
Rouslan Placella
f0d15e3cab Don't redirect when no db is selected during ajax requests 2012-10-30 20:16:58 +00:00
Rouslan Placella
b56871cca5 Implemented array behaviour for NavigationTreeDbSeparator and NavigationTreeTableSeparator 2012-10-30 20:16:58 +00:00
Rouslan Placella
89da93ab1f Various navigation tree fixes 2012-10-30 20:16:58 +00:00
Rouslan Placella
1191cab2e8 Use a factory pattern for instanciating Node objects 2012-10-30 20:16:58 +00:00
Rouslan Placella
e27fd3394a Fixed ajax-loaded users privileges pages 2012-10-30 20:16:58 +00:00
Rouslan Placella
4db80fc880 Kill navigation scripts upon invalid execution path 2012-10-30 20:16:58 +00:00
Rouslan Placella
fa5bdc3e08 Implemented fast filter for databases in the navigation tree 2012-10-30 20:16:58 +00:00
Rouslan Placella
10b48d9e46 Fixed misalignment of pageselectors in the navigation tree when zooming in/out 2012-10-30 20:16:58 +00:00
Rouslan Placella
5324278482 Fixed SQL queries for fetching routines for the navigation tree 2012-10-30 20:16:58 +00:00
Rouslan Placella
36690ba729 Fixed the behavoir of NaviPointerBackground configuration directive 2012-10-30 20:16:57 +00:00
Rouslan Placella
4a554723ea Fixed PHP warnings 2012-10-30 20:16:57 +00:00
Rouslan Placella
fbe07f8d50 Fixed the NaviBackground configuration directive for pmahomme theme 2012-10-30 20:16:57 +00:00
Rouslan Placella
ced09341ff Use faded names for unclickable items in the navigation 2012-10-30 20:16:57 +00:00
Rouslan Placella
0d7687d235 Fixed handling of NaviWidth configuration directive 2012-10-30 20:16:57 +00:00
Rouslan Placella
c1850b6824 Added documentation for NavigationTreeDisplayDatabaseFilterMinimum 2012-10-30 20:16:57 +00:00
Rouslan Placella
b5a42b8a9a Dropped references to "left frame" from Documentation.html 2012-10-30 20:16:57 +00:00
Rouslan Placella
10ffbc918a Fixed the behaviour for the ShowTooltip configuration directive in the navigation 2012-10-30 20:16:57 +00:00
Rouslan Placella
49d2d6f5fb Fixed behavior of NavigationDisplayServers configuration directive 2012-10-30 20:16:57 +00:00
Rouslan Placella
e0451d938b Moved database pagination to the NavigationTree class 2012-10-30 20:16:57 +00:00
Rouslan Placella
c1ea4f00f9 Renamed configuration directive: LeftDisplayDatabaseFilterMinimum => NavigationTreeDisplayDbFilterMinimum 2012-10-30 20:16:57 +00:00
Rouslan Placella
3dc9897561 Renamed configuration directive: LeftRecentTable => NumRecentTables 2012-10-30 20:16:57 +00:00
Rouslan Placella
41ddd1cc6a Renamed configuration directive: LeftDisplayServers => NavigationDisplayServers 2012-10-30 20:16:57 +00:00
Rouslan Placella
4f8896b98a Renamed configuration directive: LeftLogoLinkWindow => NavigationLogoLinkWindow 2012-10-30 20:16:57 +00:00
Rouslan Placella
5940cf29bb Renamed configuration directive: LeftLogoLink => NavigationLogoLink 2012-10-30 20:16:57 +00:00
Rouslan Placella
b0f5dd28ec Renamed configuration directive: LeftDisplayLogo => NavigationDisplayLogo 2012-10-30 20:16:57 +00:00
Rouslan Placella
d364d849f1 Renamed configuration directive: LeftDisplayTableFilterMinimum => NavigationTreeDisplayItemFilterMinimum 2012-10-30 20:16:57 +00:00