Commit Graph

37 Commits

Author SHA1 Message Date
Marc Delisle
d7e910e296 port 2.11.7.1 fix 2008-07-15 18:42:50 +00:00
Marc Delisle
5da6e4cc36 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 14:01:54 +00:00
Marc Delisle
8a7fd09348 bug #1791568 Undefined cfg, thanks to Christian Schmidt 2007-09-11 21:04:32 +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
Marc Delisle
f73d68265b RFE #1743983: replace $max_characters by a configurable param MaxCharactersInDisplayedSQL 2007-07-01 19:26:41 +00:00
Marc Delisle
9d9cd7221b bug #1727138 HTML not encoded (last part of the fix) 2007-06-27 15:12:40 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +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
8636d6398b documentation;
reflect changes in sql history code;
variable checking and escaping;
2007-03-22 16:41:46 +00:00
Sebastian Mendel
e92d08fbc6 fixed undefined property in JavaScript 2007-03-21 17:46:43 +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
Marc Delisle
8c88abd05a avoid generating big links after an upload into a BLOB 2007-02-16 17:44:04 +00:00
Marc Delisle
9ec978a4a9 remove profiling 2006-09-19 21:33:14 +00:00
Sebastian Mendel
91c0522cd1 correctly escape strings inside JavaScript (part of bug #1532721) 2006-08-02 10:25:37 +00:00
Sebastian Mendel
9bd00d3dff renamed JavaScript function refreshLeft() to refreshNavigation() 2006-07-04 06:30:44 +00:00
Sebastian Mendel
506b3cb938 bug #1477576 with rtl langs, navi links open in wrong frame 2006-07-03 15:01:45 +00:00
Sebastian Mendel
cd00d5f600 bug #1477576 with rtl langs, navi links open in wrong frame 2006-07-03 14:32:15 +00:00
Marc Delisle
e32dceaa78 unnecessary disc access 2006-06-09 20:55:08 +00:00
Michal Čihař
79f778db99 Escape user input to avoid XSS. 2006-05-12 14:33:29 +00:00
Sebastian Mendel
7aceb33643 fixed bug #1454874 Javascript error in new (not framed) print window 2006-04-12 11:50:19 +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
Sebastian Mendel
784a4fb4f7 added icon for new window 2006-02-22 08:46:54 +00:00
Sebastian Mendel
9290eff347 bug #1436279 Left frame links open in new windows in Safari 2006-02-22 07:56:42 +00:00
Sebastian Mendel
2cecb832e6 do not print selflink 2006-02-17 11:05:26 +00:00
Sebastian Mendel
f4b8fae9cf fixed bug #1409893 - links in navigation frame opens new window 2006-02-13 13:21:18 +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
Michal Čihař
75a16f45f8 Use same script tag, use CDATA for scripts (RFE #995065). 2005-12-04 23:14:41 +00:00
Michal Čihař
9aa4e9ac61 Better message for new window, thanks to Sebastian and Marc. 2005-11-25 08:49:56 +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