Commit Graph

35 Commits

Author SHA1 Message Date
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Michal Čihař
df4a6efe47 Drop convcharset/pma_charset handling.
This code had no real use, it was used for converting strings from MySQL
to browser encoding.
2010-07-20 11:46:11 +02:00
Michal Čihař
f9ccd69538 Remove no longer needed language file names. 2010-04-09 13:57:36 +02:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Michal Čihař
84ae0420fe Adding @package, third part. 2008-11-24 11:22:44 +00:00
Marc Delisle
c059601d6c patch #2242765 [core] Navi panel server links wrong 2008-11-21 17:57:32 +00:00
Marc Delisle
f2c9af09e3 improved calling parameter and explanation 2008-10-08 12:14:19 +00:00
Marc Delisle
fd03f05f4d bug #1914066 [core] ForceSSL generates incorrectly escaped redirections, this time with the correct fix 2008-10-06 21:36:08 +00:00
Marc Delisle
15bafa3c33 no custom color picker if JS is not active 2008-07-19 15:15:59 +00:00
Sebastian Mendel
e0670d449a ... but do not rely on arg_separator.output 2007-12-18 15:48:24 +00:00
Sebastian Mendel
5c1fec5bc7 make use of http_build_query() 2007-12-18 15:14:35 +00:00
Marc Delisle
f1a266c778 fix multi-server login bug introduced in revision 10855; ensure that the new _form_params are really used by the called function; missing doc for PMA_generate_common_hidden_inputs() 2007-10-26 17:08:12 +00:00
Sebastian Mendel
f648662d2a allow multi dimensional arrays for PMA_generate_common_hidden_inputs() 2007-10-02 07:28:48 +00:00
Sebastian Mendel
11639ef32c some code rework for better readability 2007-09-04 15:42:23 +00:00
Sebastian Mendel
a064d0cf9c guess url param separator only once;
optionally encode it;
2007-09-04 13:45:07 +00:00
Sebastian Mendel
a1549e61d5 reverted last wrong todo comment 2007-09-04 13:13:16 +00:00
Sebastian Mendel
712f364df8 @todo rename to file_listing.lib.php 2007-09-04 13:10:37 +00:00
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Michal Čihař
7e5f61842c Fix path disclossure while passing array as some params. 2006-11-17 09:32:19 +00:00
Marc Delisle
094d4d1db0 security fixes 2006-09-29 13:52:08 +00:00
Michal Čihař
d90fbbf27c Better handle other URL separator than & (bug #1487365). 2006-05-12 15:39:33 +00:00
Michal Čihař
0bf717892f Protect against external links which could perform any action (CVE-2006-1804). 2006-04-20 14:45:42 +00:00
Sebastian Mendel
c51a55ec79 fixed bug: undefined index server ($GLOBALS['server']) 2006-01-19 15:47:22 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Marc Delisle
d1b9d33269 problem with accented table names 2005-12-17 13:48:24 +00:00
Sebastian Mendel
ea2720fe2f respect arg_separator.input from php.ini 2005-11-25 10:39:45 +00:00
Sebastian Mendel
8e029f7ad8 do not htmlentities on whole string 2005-11-25 09:51:18 +00:00
Sebastian Mendel
b9888e570d - dont add variables already in cookie (reduces html output up to 30%)
- can pass all url variables as array to function
2005-11-24 16:16:00 +00:00
Alexander M. Turek
278b126afe The user may now choose his connection character set. This should fix bug #984912. 2004-07-17 22:58:31 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
Garvin Hicking
f0da471ec3 /libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00