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
|
30d7d92e02
|
BBCode is never used with PMA_showHint() in the code base
|
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
|
f6bcab6425
|
Don't die before the Response class is instanciated
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
31c8ca6301
|
Disable Response class for XHR requests in PMD
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
6e12d1a088
|
Ensure that PMA_Response is instanciated in common.inc.php
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
015fce08ee
|
Fixed bad variable name
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
3b2c2ec861
|
Remember CWD after the initial script has shutdown
|
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 |
|
Rouslan Placella
|
4995de86f4
|
Display "Too many error messages" only once
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
fd005fe4c4
|
The filename and line number sometimes are unavailable
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
1f7daca600
|
Dropped PMA_includeJS() in favor of the PMA_Scripts class
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
e7cd6a1e8a
|
PHP seems to reset the CWD after a call to exit, so we need to collect the file timestamps early
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
0b3c5b9694
|
Fixed variable name
|
2012-06-11 14:06:04 +01:00 |
|
Dieter Adriaenssens
|
4edb55f722
|
improve DocBlock
|
2012-06-11 14:06:04 +01:00 |
|
Dieter Adriaenssens
|
9c14442877
|
Fix typo
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
3cf937022e
|
Integrated ajax responses from user_password.php with PMA_Response class
|
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
|
ed853f9e7c
|
Fixed undefined variable
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
eb98110541
|
Dropped footer.inc.php
|
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
|
093725794c
|
Added JSON responses to the PMA_Response class
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
7e35bbf6d1
|
Fixed multiple errors display
|
2012-06-11 14:06:03 +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
|
234480cdae
|
Integrated themes.php with PMA_Response class
|
2012-06-11 14:06:03 +01:00 |
|
Rouslan Placella
|
07c7b29f48
|
Fixes for disabling the response
|
2012-06-11 14:06:03 +01:00 |
|
Rouslan Placella
|
635023c791
|
relation.lib.php is already included by common.inc.php
|
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
|
c2ae2ae265
|
Integrated chk_rel.php with PMA_Response class
|
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
|
84ab4b1c0b
|
Fixed rendering when there are no footnotes
|
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 |
|
Rouslan Placella
|
d5fa1c666f
|
Handle scripts in the PMA_Footer class
|
2012-06-11 14:06:03 +01:00 |
|
Rouslan Placella
|
e7a698200d
|
Added PMA_Footer and PMA_Footnotes classes
|
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
|
46de9ecf01
|
Fixed JS bug in user prefs
|
2012-06-11 14:06:03 +01:00 |
|
Rouslan Placella
|
243727043d
|
Removed the last references to the old header files
|
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
|
e306fadaab
|
Integrated pmd with the new Header class
|
2012-06-11 14:06:03 +01:00 |
|
Rouslan Placella
|
a9e97a9e72
|
Fixed invalid method invocation
|
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 |
|