Michal Čihař
|
1a9edda119
|
Various coding style fixes
|
2013-08-07 11:06:41 +02:00 |
|
Michal Čihař
|
0a3d1d5be8
|
Better names for URL generating functions
|
2013-08-07 10:58:17 +02:00 |
|
Marc Delisle
|
497583adba
|
Merge branch 'QA_3_5'
|
2012-11-15 07:08:45 -05:00 |
|
Marc Delisle
|
ccb21c0365
|
Add W3C reference for URL argument separators
|
2012-11-15 07:08:36 -05:00 |
|
Madhura Jayaratne
|
a8dc1ed3d4
|
Wrap a long line
|
2012-06-23 22:17:32 +05:30 |
|
Michal Čihař
|
0e26eeb56a
|
Move comments out of if statement
|
2012-04-27 11:40:11 +02:00 |
|
Michal Čihař
|
397b6fd00e
|
Cleanup spacing after @return
|
2012-04-27 11:33:26 +02:00 |
|
Dieter Adriaenssens
|
0f772aa173
|
check if PHPMYADMIN is set
|
2012-04-14 16:51:26 +02:00 |
|
Jo Michael
|
6ba62e1b2d
|
Replaced "seperator" with "separator"
|
2012-04-07 20:23:22 +02:00 |
|
Dieter Adriaenssens
|
7bceb3faad
|
fix typo
|
2012-04-06 11:00:56 +02:00 |
|
Michal Čihař
|
e56949f160
|
Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
|
2011-10-25 10:13:17 +02:00 |
|
Madhura Jayaratne
|
7b054e9b7d
|
Fix doc blocks, multi line if statements, switch-case statements
|
2011-08-19 20:48:27 +05:30 |
|
Michal Čihař
|
9405dbb82a
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
Michal Čihař
|
e57f27e50b
|
Remove @uses tags from docblocks
|
2011-06-27 11:20:20 +02:00 |
|
Michal Čihař
|
d17fba309c
|
Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
|
2010-08-30 09:53:37 +02:00 |
|
ninadsp
|
e646a2760c
|
Fixed conflict due to upstream merge
|
2010-07-23 21:59:15 +05:30 |
|
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 |
|
ninadsp
|
bed1948d04
|
testing git setup - no major change made in code yet
only added a few comments
|
2010-05-23 01:22:01 +05:30 |
|
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 |
|