Commit Graph

47 Commits

Author SHA1 Message Date
Michal Čihař
ecc4913a8c Reenable bookmarking code.
Just disable it for webkit based browsers, because they do not allow to
update any part of location without reload.

bug#2937481
2010-01-25 11:50:48 +00:00
Michal Čihař
94007b6705 Disable hash loading code for now.
I'll try to fix this properly, but probably not earlier than on Monday.
2010-01-22 21:48:04 +00:00
Michal Čihař
ddbffcd5bd [interface] It is now possible to bookmark most pages in JS capable browser. 2010-01-22 19:15:47 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
62461e5477 port 2.11.7.1 fix 2008-07-15 19:03:11 +00:00
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
050406d7f6 view row counting: better logic and message 2008-05-10 13:27:38 +00:00
Sebastian Mendel
6207216296 differ between PHP and SQL debugging 2008-01-22 08:19:52 +00:00
Sebastian Mendel
2af8ede13d add summarizes to debug output 2007-12-13 10:29:43 +00:00
Sebastian Mendel
d462d869ad with $GLOBALS['cfg']['DBG']['enable'] = true display executed queries and there times in the main footer 2007-12-13 09:20:41 +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
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
4355a564d5 refactored tooltip handling (please test!) 2007-10-05 13:18:04 +00:00
Marc Delisle
c3fa7c14f6 bug #1791568 Undefined cfg, thanks to Christian Schmidt 2007-09-11 21:04:32 +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