Michal Čihař
|
4d2fcd910b
|
Merge remote-tracking branch 'origin/master'
|
2012-06-13 20:29:03 +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
|
5e1cb4e7a6
|
Fixed config auth
|
2012-06-12 14:13:07 +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
|
ffe5d7fdc3
|
Added missing API call to the PMA_Footer class
|
2012-06-12 13:55:34 +01:00 |
|
Victor Volkov
|
5695dd1a09
|
Translated using Weblate.
|
2012-06-11 19:05:06 +02:00 |
|
Rouslan Placella
|
a16e723048
|
Dropped PMA_ajaxResponse()
|
2012-06-11 17:58:35 +01:00 |
|
Rouslan Placella
|
1871e8279e
|
Fixed ajax responses in server_variable.php
|
2012-06-11 14:06:05 +01:00 |
|
Rouslan Placella
|
8b0f21aa0d
|
Fixed user preferences export/import
|
2012-06-11 14:06:05 +01:00 |
|
Rouslan Placella
|
ec5322ed26
|
Fixed conflicting global variable names
|
2012-06-11 14:06:05 +01:00 |
|
Rouslan Placella
|
971db49c11
|
Expect JSON for every ajax request in JavaScript
|
2012-06-11 14:06:05 +01:00 |
|
Rouslan Placella
|
ef2b98dd8e
|
Use PMA_Response class in PMA_ajaxResponse()
|
2012-06-11 14:06:04 +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
|
1e4d8fd6b4
|
Fixed ajax response for "display git revision"
|
2012-06-11 14:06:04 +01:00 |
|
Rouslan Placella
|
bdb33e4548
|
Fixed ajax response for change password form
|
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
|
74199dd114
|
Display messages once on password change
|
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
|
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 |
|