Commit Graph

2764 Commits

Author SHA1 Message Date
Sebastian Mendel
46b110828b no more .php3 files (3) 2007-10-16 13:34:33 +00:00
Sebastian Mendel
3f00f63f1b removed old comment 2007-10-16 13:28:55 +00:00
Sebastian Mendel
9ea0cb8b87 no more .php3 files (2) 2007-10-16 13:25:25 +00:00
Sebastian Mendel
c1114209db no more .php3 files 2007-10-16 13:23:58 +00:00
Sebastian Mendel
177ea6c5d5 do not connect twice if no controluser is defined, no controluser query should affect user connection (no DB change) 2007-10-16 12:52:36 +00:00
Sebastian Mendel
86acb749a4 added some more functionality 2007-10-16 12:12:55 +00:00
Sebastian Mendel
585f991656 make use of PMA_Message 2007-10-16 09:30:13 +00:00
Sebastian Mendel
8cd87d9e46 make use of PMA_Message 2007-10-16 09:16:41 +00:00
Sebastian Mendel
1f2a59c7be handle locale strings in PMA_Message::addParam() 2007-10-16 09:16:20 +00:00
Sebastian Mendel
d6a1af00cb do not print non scalar values 2007-10-16 08:47:47 +00:00
Sebastian Mendel
1c47906d0a cleanup
display errors in place
2007-10-16 08:31:13 +00:00
Sebastian Mendel
568e735186 for last XSS fix: forgot to whitelist PMA_PHP_SELF 2007-10-16 07:24:29 +00:00
Sebastian Mendel
ef7a052074 - fixed XSS in server_status.php, thanks to Omer Singer, The DigiTrust Group
- fixed some possible XSS with PHP_SELF (PATH_INFO)
- commented out some use of PATH_INFO ... needs further testing
2007-10-16 07:11:28 +00:00
Sebastian Mendel
9993ca8f47 added more shorthands 2007-10-15 11:36:48 +00:00
Marc Delisle
95e7183664 it should not be possible to move or copy a table to information_schema 2007-10-14 12:23:22 +00:00
Sebastian Mendel
51f93af4b0 some tweaks
display error on calling page instead an empty page
2007-10-12 08:07:30 +00:00
Sebastian Mendel
924d9a951f added some shorthand functions 2007-10-12 08:05:11 +00:00
Sebastian Mendel
504150a491 removed unnecessary checks in PMA_getIcon() 2007-10-11 09:11:22 +00:00
Sebastian Mendel
008074946b forgot to remove debug code 2007-10-11 09:06:56 +00:00
Sebastian Mendel
a75b4e1051 missing parameter in function call (bug #1811316 Error handler produces error) 2007-10-11 06:25:45 +00:00
Marc Delisle
37d2d05399 Font size detection was no longer working 2007-10-10 16:56:22 +00:00
Sebastian Mendel
f46abcb2b3 some more work ... 2007-10-10 15:39:28 +00:00
Sebastian Mendel
08c983715f fixed wrong variable scope (bug #1810900 Undefined index: in Message.class.php) 2007-10-10 15:35:41 +00:00
Sebastian Mendel
1708f2ecdd make use of new message object 2007-10-10 14:31:42 +00:00
Sebastian Mendel
50cd1e930f new generic message object 2007-10-10 14:31:18 +00:00
Sebastian Mendel
ff78811822 use $GLOBALS, cause this file is also included inside functions 2007-10-10 14:07:51 +00:00
Sebastian Mendel
86b1e3032b remove some space wasting elements - not finally, just let see how it is in work environment and how other say about 2007-10-09 12:56:33 +00:00
Sebastian Mendel
ec7a30f4fd make use of new third 'class' parameter for PMA_showMessage() 2007-10-09 12:16:10 +00:00
Sebastian Mendel
534ac6fe1d message box class as parameter 2007-10-09 12:11:16 +00:00
Marc Delisle
c1f09816ee revert bad fix (revision 10720) 2007-10-08 20:52:25 +00:00
Sebastian Mendel
5dd96d42ce replaced $PMA_errors with new PMA_Error_Handler 2007-10-08 16:02:58 +00:00
Sebastian Mendel
b43ab99c15 new error handler ... 2007-10-08 15:13:44 +00:00
Sebastian Mendel
e623dc42cf new error handler - needs some more work, but works already:
- errors are gathered through all pages till displayed
 - errors are displayed in main footer
 - configurable error gathering
 - configurable error displaying
 - configurable error logging
2007-10-08 14:58:18 +00:00
Sebastian Mendel
db1ee01a1e removed obsolete PHP < 5.2 code (doc) 2007-10-08 06:43:45 +00:00
Sebastian Mendel
da1b3a97dd removed obsolete PHP < 5.2 code 2007-10-08 06:29:55 +00:00
Marc Delisle
142154b4a8 undefined variable when creating a table that exists 2007-10-06 20:03:52 +00:00
Marc Delisle
d13bef9c1f fix typo, thanks to Juergen 2007-10-06 19:26:07 +00:00
Marc Delisle
c04fe749b6 support MySQL 5.1 PARTITION in CREATE TABLE dialog 2007-10-06 12:30:29 +00:00
Marc Delisle
6057aaa33b avoid undefined variable next_quote 2007-10-05 16:54:00 +00:00
Sebastian Mendel
872cadf60d make use of PMA_showHint() in more places 2007-10-05 14:06:27 +00:00
Sebastian Mendel
4355a564d5 refactored tooltip handling (please test!) 2007-10-05 13:18:04 +00:00
Sebastian Mendel
98c8a7719e refactored JavaScript handling 2007-10-05 11:45:55 +00:00
Sebastian Mendel
b60a8a835c bug #1807923 [login] Login with html entities in password fails 2007-10-05 09:46:30 +00:00
Sebastian Mendel
29b8ec66a4 initialize $js_messages, now you can add JavaScript messages and libraries at any point in phpMyAdmin (before HTML headers are sent) 2007-10-05 07:39:55 +00:00
Marc Delisle
b74c793095 bug #1798786 [import] Wrong error message when a string contains semicolon 2007-10-04 17:29:15 +00:00
Sebastian Mendel
ba662b78f6 use array for JavaScript messages 2007-10-04 15:03:44 +00:00
Sebastian Mendel
27fd48d8fa forgot to remove 2007-10-04 14:14:35 +00:00
Sebastian Mendel
26127353bf make use of checkPassword() in server_privileges.js instead of own function 2007-10-04 11:08:23 +00:00
Sebastian Mendel
40b3ce9fd1 use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
Sebastian Mendel
43bd2d44bd removed deprecated PMA_convert_display_charset() 2007-10-02 14:37:33 +00:00