Commit Graph

79680 Commits

Author SHA1 Message Date
Rouslan Placella
5b0b9e42fe Update new code to use PMA_Util 2012-10-30 20:24:01 +00:00
Rouslan Placella
16a060e527 Don't treat aborted requests as errors 2012-10-30 20:24:01 +00:00
Rouslan Placella
69f29ea30a Display a throbber during ajax requests for the navigation fast filter 2012-10-30 20:24:01 +00:00
Rouslan Placella
bbf82b7c3d Wrong datatype for configuration directive in documentation 2012-10-30 20:24:01 +00:00
Rouslan Placella
483dab2feb phpcs fixes 2012-10-30 20:24:01 +00:00
Rouslan Placella
bb2d1f13de Fixed mixup which happened due to a complex rebase 2012-10-30 20:24:01 +00:00
Rouslan Placella
ac661158de Closed tag 2012-10-30 20:24:01 +00:00
Rouslan Placella
8c7c4ae465 l10n fixes 2012-10-30 20:24:01 +00:00
Rouslan Placella
98f56f8f45 Docblocks 2012-10-30 20:24:00 +00:00
Rouslan Placella
286ee0b16a Navigation group nodes shouldn't be clickable 2012-10-30 20:24:00 +00:00
Rouslan Placella
a90419db42 Fixed debug message 2012-10-30 20:24:00 +00:00
Rouslan Placella
27533bdf7a Don't clear hash on navigation reload 2012-10-30 20:24:00 +00:00
Rouslan Placella
34a7d63e06 Force IE out of compatibility mode 2012-10-30 20:24:00 +00:00
Rouslan Placella
e3875310b1 Don't store the navigation in the history 2012-10-30 20:24:00 +00:00
Rouslan Placella
88d52b8746 Limit the size of the page cache 2012-10-30 20:24:00 +00:00
Rouslan Placella
9fd82511c8 Open phpinfo in a new window 2012-10-30 20:24:00 +00:00
Rouslan Placella
9877442238 Don't prime the cache on the login form 2012-10-30 20:24:00 +00:00
Rouslan Placella
753e1f3648 Initial implementation of microhistory 2012-10-30 20:24:00 +00:00
Rouslan Placella
3d8cf0f716 Dropped dead code 2012-10-30 20:24:00 +00:00
Rouslan Placella
886f926c0b Implemented menu caching 2012-10-30 20:24:00 +00:00
Rouslan Placella
4436de839c Fixed direct bookmarking 2012-10-30 20:24:00 +00:00
Rouslan Placella
07a764246a Don't fail when refreshing the navigation 2012-10-30 20:24:00 +00:00
Rouslan Placella
1379cf881c Ajaxify table options form on tbl_operations.php 2012-10-30 20:24:00 +00:00
Rouslan Placella
289f66ea1b Fixed print view multi submit 2012-10-30 20:24:00 +00:00
Rouslan Placella
dc04f8f80a Display the message (with the outcome of the execution of the query) after ajax page requests 2012-10-30 20:24:00 +00:00
Rouslan Placella
b8e9d3cb64 Fixed submission of table options form 2012-10-30 20:24:00 +00:00
Rouslan Placella
d962238be8 Ajaxified move table form on tbl_operations.php 2012-10-30 20:24:00 +00:00
Rouslan Placella
fa3f582d4a Unbind correct selector for table copy 2012-10-30 20:24:00 +00:00
Rouslan Placella
b1762ee467 Dropped (again) some server side code for checking all items in a list 2012-10-30 20:24:00 +00:00
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