Commit Graph

31 Commits

Author SHA1 Message Date
Marc Delisle
be4c371b28 bug 1791568 part 2 2007-09-12 09:25:24 +00:00
Marc Delisle
609d38a9cd start QA_11 2007-07-18 15:55:11 +00:00
Marc Delisle
e2599e32c5 start QA_2_11 2007-07-18 15:54:09 +00:00
Sebastian Mendel
b4c5dda95d bug #1699772 Visual space bug in table name (in browser) 2007-05-14 12:13:44 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
d0ac1f2bbb XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +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
3626acdb24 improved out buffer function handling;
bug #1690064 headers already sent error if OBGzip = 0
2007-03-29 07:10:15 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +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ř
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Michal Čihař
39ac60384a Rename db_details_db_info.inc.php to db_info.inc.php. 2006-10-19 08:54:19 +00:00
Sebastian Mendel
0f3c26d47a do not apply 'vertical scrollbar bug'-fix to IE 7 2006-08-01 07:15:30 +00:00
Sebastian Mendel
757ba7b8da fix to remove scrollbar bug in IE without quirks mode 2006-07-08 09:35:52 +00:00
Marc Delisle
d4c13a9e55 patch #1502453, unnecessary disc access 2006-06-09 20:33:03 +00:00
Marc Delisle
2c4dac6d05 bug #1501891, undefined function PMA_isSuperuser 2006-06-08 16:44:35 +00:00
Marc Delisle
f2f6eda2e1 cookies must be enabled in the browser 2006-06-02 15:01:29 +00:00
Marc Delisle
6215a6d94a bug #1490193 and code simplification 2006-05-18 16:53:40 +00:00
Michal Čihař
bfec931486 Improve functionality of limiting DROP DATABASE (bug #1456082). 2006-04-27 11:35:54 +00:00
Sebastian Mendel
44a0f36096 use PMA_getenv() 2006-04-11 14:33:17 +00:00
Sebastian Mendel
5bdcd33740 replaced $_SERVER with getenv() 2006-03-06 11:32:58 +00:00
Michal Čihař
6b9e9555b7 More replacements for page title (RFE #1408241). 2006-02-23 13:15:20 +00:00
Michal Čihař
8b7b4ed53e Customizable window title (RFE #1408241). 2006-02-22 11:20:57 +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
Sebastian Mendel
d4309b5e86 missing ; for html entity 2005-12-02 07:32:17 +00:00
Michal Čihař
ab9aef8977 Header and footer per themes (RFE #984152), config.{header,footer}.inc.php files are now optional. 2005-11-25 08:37:54 +00:00
Michal Čihař
d4a6f3a670 Header and footer per themes (RFE #984152). 2005-11-25 08:17:42 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00