Commit Graph

45 Commits

Author SHA1 Message Date
Rouslan Placella
639d4e570b Implemented navigation scrolling 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
c21afeb2dc Implemented resizing and collapsing of the navigation 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
1b69d0bf55 Drop the target attrbute from links and forms 2012-10-30 20:10:20 +00:00
Rouslan Placella
00f1c076dd Ignore recent tables functionality when not logged in 2012-10-30 20:10:20 +00:00
Rouslan Placella
907359020b Invalidate CSS cache when language direction is changed 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
2737754356 Displaying the $message is not the job of the Menu class 2012-10-30 20:07:01 +00:00
Rouslan Placella
5486bdb312 Implemented page, menu and scripts loading via ajax 2012-10-30 20:04:52 +00:00
Rouslan Placella
321acfd277 Wrap page content in a DIV tag 2012-10-30 20:04:51 +00:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Michal Čihař
0a21c865e2 Load JSON rather than javascript from phpmyadmin.net 2012-08-31 15:47:05 +02:00
Chanaka Indrajith
038a81b1a8 Resolved comflicts 2012-06-28 06:10:43 +05:30
Madhura Jayaratne
98e1debafa Fix indentation 2012-06-27 23:09:38 +05:30
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Chanaka Indrajith
1cc49d32d9 Resolved conflicts 2012-06-27 07:06:34 +05:30
Michal Čihař
6a4ac7ef32 Do not emit headers when running testsuite 2012-06-25 12:17:33 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Michal Čihař
4886150744 Correct usage of ob_end_clean and ob_get_contents 2012-06-18 10:01:59 +02:00
Rouslan Placella
dc8f882919 Set headerIsSent property of PMA_Header class as private,
as it's no longer necessary to access it externally
2012-06-12 14:21:48 +01:00
Rouslan Placella
007b10e90a Moved lost global 2012-06-12 14:07:00 +01:00
Rouslan Placella
1c01c222ef Coding style fixes 2012-06-12 14:04:39 +01:00
Rouslan Placella
11ccc10951 Moved the check for whether warnings are enabled inside function 2012-06-11 14:06:04 +01:00
Rouslan Placella
c7d835347c Force JSON response for AJAX requests 2012-06-11 14:06:04 +01:00
Rouslan Placella
a3d7a055ee Docblock fixes 2012-06-11 14:06:04 +01:00
Rouslan Placella
ca2f161948 Dropped $GLOBALS['page_title'] 2012-06-11 14:06:04 +01:00
Rouslan Placella
ae6e50a8a8 Drop display() from Header and Footer classes. The Response class will do all the rendering. 2012-06-11 14:06:04 +01:00
Rouslan Placella
ec4b3d9e46 Disable warnings in header for cookie auth 2012-06-11 14:06:04 +01:00
Dieter Adriaenssens
9c14442877 Fix typo 2012-06-11 14:06:04 +01:00
Rouslan Placella
5765eaabb0 Don't force 'text/html' on ajax requests 2012-06-11 14:06:03 +01:00
Rouslan Placella
d9bedbd75e Finished integrating the PMA_Footer class 2012-06-11 14:06:03 +01:00
Rouslan Placella
41cb6e20b0 Added PMA_OutputBuffering class, dropped ob.lib.php 2012-06-11 14:06:03 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
d5fa1c666f Handle scripts in the PMA_Footer class 2012-06-11 14:06:03 +01:00
Rouslan Placella
de36567ea6 Docblocks and coding style fixes for the new classes 2012-06-11 14:06:03 +01:00
Rouslan Placella
da1e70e1fb Integrated authentication libraries with PMA_Header class 2012-06-11 14:06:03 +01:00
Rouslan Placella
a14da7bd5a Small code cleanup 2012-06-11 14:06:03 +01:00
Rouslan Placella
afb5600e7e Dropped header_http.inc.php 2012-06-11 14:06:03 +01:00
Rouslan Placella
ada9c98c0c Integrated print view functionality into the PMA_Header class 2012-06-11 14:06:03 +01:00
Rouslan Placella
bf0b05297c PMA_Header::$headerIsSent must be static 2012-06-11 14:06:03 +01:00
Rouslan Placella
a1e255dde4 Drop constant PMA_DISPLAY_HEADING 2012-06-11 14:06:03 +01:00
Rouslan Placella
88c899ff6a The PMA_Menu class no longer need to be a singleton 2012-06-11 14:06:02 +01:00
Rouslan Placella
54d47b89db Use PMA_Header class in themes.php 2012-06-11 14:06:02 +01:00
Rouslan Placella
97449dae42 New classes PMA_Header and PMA_Scripts 2012-06-11 14:06:02 +01:00