Commit Graph

79510 Commits

Author SHA1 Message Date
Rouslan Placella
907359020b Invalidate CSS cache when language direction is changed 2012-10-30 20:10:20 +00:00
Rouslan Placella
9e3a9ee52f Dropped main.php 2012-10-30 20:10:20 +00:00
Rouslan Placella
69b81e843b Added ajax-loaded navigation to the main page 2012-10-30 20:07:02 +00:00
Rouslan Placella
c24010362f Dropped references to index.php 2012-10-30 20:07:02 +00:00
Rouslan Placella
e9310bf995 Ajaxification for the "Delete row" action 2012-10-30 20:07:02 +00:00
Rouslan Placella
fbb920c2d1 Fixed submission of table tracking forms 2012-10-30 20:07:02 +00:00
Rouslan Placella
44fc88ded2 Always include the SQL results container so that makegrid can be used 2012-10-30 20:07:02 +00:00
Rouslan Placella
cc895e5c47 Dropped ajaxification of pagination fo SQL results 2012-10-30 20:07:02 +00:00
Rouslan Placella
03c904bcf3 Ajaxification for "Bookamrk this SQL query" form 2012-10-30 20:07:02 +00:00
Rouslan Placella
f8fdc40d37 Drop unused JS function 2012-10-30 20:07:02 +00:00
Rouslan Placella
9e934344ab Submit forms as POST and links as GET 2012-10-30 20:07:02 +00:00
Rouslan Placella
9afe33976d Fixed status monitor 2012-10-30 20:07:02 +00:00
Rouslan Placella
8be9c3a79f Disabled ajax when processing the export form 2012-10-30 20:07:02 +00:00
Rouslan Placella
1494bf763c Handle failure in create view editor 2012-10-30 20:07:02 +00:00
Rouslan Placella
acdd33c2ab Respond with a properly encoded JSON message on fatal error 2012-10-30 20:07:01 +00:00
Rouslan Placella
2737754356 Displaying the $message is not the job of the Menu class 2012-10-30 20:07:01 +00:00
Rouslan Placella
7acfbd6544 Record which files to fire events for on initial page load 2012-10-30 20:07:01 +00:00
Rouslan Placella
3ca7d34240 Destroy registered jQuery events on page tear down 2012-10-30 20:07:01 +00:00
Rouslan Placella
5838a44339 Use AJAX.registerOnload() instead of $(document).ready() 2012-10-30 20:07:01 +00:00
Rouslan Placella
198c3a25c8 Fixed submission of synchronize form in ajax mode 2012-10-30 20:04:52 +00:00
Rouslan Placella
e9cc1a22d5 Fixed ajax-loaded privileges pages 2012-10-30 20:04:52 +00:00
Rouslan Placella
76d65f3235 Fixed ajax-loaded RTE pages 2012-10-30 20:04:52 +00:00
Rouslan Placella
4eb976458d Fixed file upload for import 2012-10-30 20:04:52 +00:00
Rouslan Placella
4d0bcf38f1 Fixed ajax-loaded tracking pages 2012-10-30 20:04:52 +00:00
Rouslan Placella
993db13788 Fixed ajax-loaded db search pages 2012-10-30 20:04:52 +00:00
Rouslan Placella
5486bdb312 Implemented page, menu and scripts loading via ajax 2012-10-30 20:04:52 +00:00
Rouslan Placella
100ca317f8 Open the setup script in a new window 2012-10-30 20:04:52 +00:00
Rouslan Placella
85e2f31a0d Don't rely on the URL to be correct 2012-10-30 20:04:52 +00:00
Rouslan Placella
72eea9161d Added an href attribute to links in the gis data editor 2012-10-30 20:04:52 +00:00
Rouslan Placella
0657b8f7a7 Better error message 2012-10-30 20:04:52 +00:00
Rouslan Placella
3cef53cad2 Show error after failure to drop table 2012-10-30 20:04:52 +00:00
Rouslan Placella
1d6b2082c8 Missing "ajax" class in selector 2012-10-30 20:04:52 +00:00
Rouslan Placella
4a13e54c48 Only reload the form with columns if it exists 2012-10-30 20:04:52 +00:00
Rouslan Placella
a6f5470d0a Use an "ajax" class on ajaxified forms in server_privileges 2012-10-30 20:04:52 +00:00
Rouslan Placella
666fa1ab02 Use an "ajax" class on ajaxified "Drop index" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
0a639f6123 Use an "ajax" class on ajaxified "Initials" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
2e70202e6d Use an "ajax" class on ajaxified "Add primary key" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
4e917b14c2 Use an "ajax" class on ajaxified "Drop column" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
6f9354b566 Dropped existing ajaxification of "Change column" 2012-10-30 20:04:52 +00:00
Rouslan Placella
2fdae84327 Use an "ajax" class on ajaxified "Edit column" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
a938a66c8d Use an "ajax" class on ajaxified "Truncate Table" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
800b8ef544 Use an "ajax" class on ajaxified "Drop Tracking" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
22158ed387 Use an "ajax" class on ajaxified "Drop Db/Table" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
8020d3678b Use an "ajax" class on ajaxified "Table maintenance" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
49fe17949a Use an "ajax" class on ajaxified "Create View" links 2012-10-30 20:04:52 +00:00
Rouslan Placella
8dfe3acc46 Use an "ajax" class on ajaxified links in RTE 2012-10-30 20:04:52 +00:00
Rouslan Placella
68914592b7 Handle failure of ajax requests in server_variables 2012-10-30 20:04:52 +00:00
Rouslan Placella
08e79ed030 Got rid of inline JS in PMD 2012-10-30 20:04:52 +00:00
Rouslan Placella
61fac554d6 Got rid of inline JS on server_status.php 2012-10-30 20:04:51 +00:00
Rouslan Placella
ee84dffda6 Got rid of inline JS on main.php 2012-10-30 20:04:51 +00:00