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
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