Commit Graph

2735 Commits

Author SHA1 Message Date
Sebastian Mendel
37a4099a4f cleanup 2007-10-18 08:51:19 +00:00
Sebastian Mendel
7bb7e7424c PHP 5 supports specifying output charset for html_entities_decode() 2007-10-18 07:31:21 +00:00
Sebastian Mendel
26599a4fe2 fixed call to PMA_Message::addParam() 2007-10-18 07:24:04 +00:00
Sebastian Mendel
79b0e097d3 accept PMA_Message as param
some more and fixed documentation
2007-10-18 07:12:19 +00:00
Sebastian Mendel
86e2bfa05a this locale string expects a numeric value, not a formated sting 2007-10-18 07:01:15 +00:00
Sebastian Mendel
d5c158f3c0 PMA_showMessage(): cleanup - fix 2007-10-17 15:55:59 +00:00
Sebastian Mendel
d165fe8e18 PMA_showMessage(): cleanup 2007-10-17 15:47:26 +00:00
Sebastian Mendel
bccd6fea65 cleanup 2007-10-17 14:07:58 +00:00
Sebastian Mendel
2ebc28fe34 cleanup 2007-10-17 14:01:50 +00:00
Sebastian Mendel
e22992d956 cleanup 2007-10-17 13:51:06 +00:00
Sebastian Mendel
26d96b8fc0 make use of PMA_Message 2007-10-17 13:33:32 +00:00
Sebastian Mendel
ac6ae7ecf1 tweaked "showing rows x to y (...)" message
fixed wrong config variable used for max exact view count
2007-10-17 13:12:18 +00:00
Sebastian Mendel
a726763bda better check for strings
use no separator if requested, really
2007-10-17 13:10:39 +00:00
Sebastian Mendel
085a7c8f22 make use of PMA_Message 2007-10-17 12:14:19 +00:00
Sebastian Mendel
06b2fea3e3 added functionality
cleanup
comments/phpdoc
2007-10-17 11:51:48 +00:00
Sebastian Mendel
1454a3e599 PMA_showMessage(): removed obsolete check for $show_error_header 2007-10-17 10:10:17 +00:00
Sebastian Mendel
b53e28bd31 PMA_mysqlDie(): cleanup, make use of PMA_getIcon() and better use of PMA_generate_common_url() 2007-10-17 10:05:27 +00:00
Sebastian Mendel
0f18e49843 make use of PMA_Message 2007-10-17 09:06:00 +00:00
Sebastian Mendel
68cad9ad8b bug #1814733 win: copy db to mixed name db fails
make use of PMA_Message
do not just exit (blank white page) in case of error when copying/moving tables
2007-10-17 07:38:31 +00:00
Sebastian Mendel
9b7f22ae50 cleanup
moved relation function into relation library file
(some of the changes where checked in with previous checkin by accident)
2007-10-16 15:00:51 +00:00
Sebastian Mendel
d9eebc2ae0 removed closing of db connection, closing database connection is only required if script runs longer than database connection is needed 2007-10-16 14:02:16 +00:00
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