Commit Graph

52 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
J.M
a21a4ccc1a Demo server footer: Open Git links in new window 2013-08-03 15:59:17 +02:00
Michal Čihař
7a97781c23 Share code for checking whether to show icons 2013-07-30 14:54:21 +02:00
Michal Čihař
94cc3813dc No parenthesis around include 2013-07-30 14:54:21 +02:00
Michal Čihař
351acd74af Demo server support
This merges messages used in demo server to allow their translations and
consistent handling like other messages. Messages are enabled by
$cfg['DBG']['demo'].
2013-07-30 14:09:06 +02:00
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
Dieter Adriaenssens
49cbba4bf4 improve coding style 2013-01-21 14:22:08 +01:00
Rouslan Placella
ece1ae6b17 Fixed bug #3583343 - Incorrect page after expired session 2012-11-05 22:10:39 +00:00
Marc Delisle
4a149570c3 Bug #3582706 DBG SQL and frames removal 2012-11-03 06:51:58 -04:00
Rouslan Placella
07be9c312e Fixed undefined index error 2012-10-31 11:21:02 +00:00
Rouslan Placella
483dab2feb phpcs fixes 2012-10-30 20:24:01 +00:00
Rouslan Placella
753e1f3648 Initial implementation of microhistory 2012-10-30 20:24:00 +00:00
Rouslan Placella
4436de839c Fixed direct bookmarking 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
7356b407ad Rewrite and integration of js/common.js 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
0eb956373f Display PHP errors after AJAX request for pages 2012-10-30 20:10:21 +00:00
Rouslan Placella
783897e60a Update selflink on ajax requests 2012-10-30 20:10:21 +00:00
Rouslan Placella
9e3a9ee52f Dropped main.php 2012-10-30 20:10:20 +00:00
Rouslan Placella
c24010362f Dropped references to index.php 2012-10-30 20:07:02 +00:00
Rouslan Placella
321acfd277 Wrap page content in a DIV tag 2012-10-30 20:04:51 +00:00
Michal Čihař
52ab2b51b3 Ooops, put it into wrong file 2012-09-22 09:37:07 +02:00
Michal Čihař
64cded2443 Unset POST array before test 2012-09-21 16:02:52 +02:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Madhura Jayaratne
8ce541068c Various coding style changes 2012-08-31 14:37:46 +05:30
Rouslan Placella
ede98d1fe2 Close page tags properly 2012-08-02 12:41:42 +02:00
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ř
ad824a9232 The sql_query can be unset 2012-06-25 12:16:51 +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
1c01c222ef Coding style fixes 2012-06-12 14:04:39 +01:00
Rouslan Placella
ffe5d7fdc3 Added missing API call to the PMA_Footer class 2012-06-12 13:55:34 +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
796012fcc5 Completely drop footnotes and use tooltips instead 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
Dieter Adriaenssens
9c14442877 Fix typo 2012-06-11 14:06:04 +01:00
Rouslan Placella
bc7753ee7c Don't display error messages in ajax responses 2012-06-11 14:06:04 +01:00
Rouslan Placella
4d83b7f147 Added missing library include 2012-06-11 14:06:04 +01:00
Rouslan Placella
07c7b29f48 Fixes for disabling the response 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
a5761291f7 Added PMA_Response class 2012-06-11 14:06:03 +01:00
Rouslan Placella
3694c3288c Moved PMA_setHistory call to PMA_Footer class 2012-06-11 14:06:03 +01:00
Rouslan Placella
e712968b96 Coding style fixes 2012-06-11 14:06:03 +01:00
Rouslan Placella
50dd031a6f Moved the rendering of error messages to the PMA_Footer class 2012-06-11 14:06:03 +01:00
Rouslan Placella
5e5141a46c Moved the rendering of debug messages to the PMA_Footer class 2012-06-11 14:06:03 +01:00