Commit Graph

60 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ř
ddbffcd5bd [interface] It is now possible to bookmark most pages in JS capable browser. 2010-01-22 19:15:47 +00:00
Herman van Rink
b2dfe50969 [core] Fix broken cleanup of $_GET 2009-12-28 15:50:36 +00:00
Michal Čihař
77a11d0283 bug #2355925 [display] properly update tooltips in navigation frame 2008-11-28 14:35:17 +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
Sebastian Mendel
c44c681d35 prevent search indexes from indexing phpMyAdmin installations 2008-04-02 07:18:20 +00:00
Sebastian Mendel
d138f1f856 cleanup 2007-10-18 09:03:01 +00:00
Sebastian Mendel
e5881ade37 rename JavaScript file according it's use 2007-10-05 07:56:07 +00:00
Marc Delisle
dd0ea69c6d no js between </head> and </html>, thanks to Michael Keck 2007-09-02 19:59:59 +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
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ř
bcc5684a84 security fixes 2007-01-09 09:50:49 +00:00
Marc Delisle
3c5b5d693a undefined index 2006-11-18 11:49:48 +00:00
Michal Čihař
7e5f61842c Fix path disclossure while passing array as some params. 2006-11-17 09:32:19 +00:00
Michal Čihař
491187ed77 Rename left.php to navigation.php and modify all calls to that. Only config variables are kept as Left*. 2006-10-16 07:43:48 +00:00
Sebastian Mendel
abe4cb310e bug #1477576 with rtl langs, navi links open in wrong frame 2006-07-03 15:29:06 +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
9a4e3a65c2 improved themes 2006-04-27 13:18:42 +00:00
Michal Čihař
890918a20d Check target against goto_whitelist. 2006-04-20 14:16:13 +00:00
Sebastian Mendel
44a0f36096 use PMA_getenv() 2006-04-11 14:33:17 +00:00
Sebastian Mendel
d9c104577b replaced $_ENV with getenv() 2006-03-06 11:45:45 +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ř
76bbf08a3d Move navigation frame to right for rtl languages. 2005-12-14 15:59:39 +00:00
Michal Čihař
c04775d955 Move navigation frame to right for rtl languages. 2005-12-14 15:35:24 +00:00
Sebastian Mendel
8444d62a58 syncronize id and name attribute for frame tags but keep IE sending querywindow form to the correct window (bug #1374757, #1364470, #1297985) 2005-12-07 22:59:37 +00:00
Sebastian Mendel
a7b7f0bd11 - make use of new PMA_Theme and PMA_Theme_Manager classes
- remove libraries/select_theme.lib.php
2005-11-29 12:25:31 +00:00
Sebastian Mendel
74f29a1f0e - moved setting of cookies from index.php into common.lib.php
- revised the parameter passing code
- make use of new functionality of PMA_generate_common_url()
2005-11-29 08:46:23 +00:00
Sebastian Mendel
4d21dc6cae wrong check for safari 2005-11-24 17:29:48 +00:00
Sebastian Mendel
81cd3d35dc moved setting of cookies into index.php 2005-11-24 17:23:46 +00:00
Michal Čihař
f370db5942 Add target parameter to index.php to allow direct jump to any script. 2005-11-23 20:30:56 +00:00
Michal Čihař
618f2d7408 Move javascript stuff out of libraries folder. 2005-11-23 19:10:30 +00:00
Michal Čihař
0f8da57b54 Avoid XSS on HTTP_HOST. 2005-11-21 12:46:10 +00:00
Sebastian Mendel
ec0013dbf6 - common.lib.php should REALLY REALLY and ALWAYS be the first include
- no other calls to grab_gloabls.lib.php
2005-11-18 13:02:36 +00:00
Sebastian Mendel
fcf387bc70 common.lib.php should REALLY REALLY and ALWAYS be the first include 2005-11-18 12:50:49 +00:00
Sebastian Mendel
28a08f296b fixed/added favicon 2005-11-08 09:45:13 +00:00
Sebastian Mendel
df461e2e65 added favicon.ico 2005-10-28 10:26:09 +00:00
Sebastian Mendel
e58627459a fix problem not remembering selected server 2005-10-19 07:58:50 +00:00
Sebastian Mendel
cf9e4208d1 code cleanup whole querywindow js stuff, moved all in one new js file, now included in index.php, bug #1327055 2005-10-17 16:40:32 +00:00
Sebastian Mendel
3143135a5c XHTML 1.0 trans. compliance and more semantic XHTML output 2005-10-11 11:49:17 +00:00
Michal Čihař
535387e736 Add frame spacing (RFE #1036013). 2004-10-19 17:23:09 +00:00
Garvin Hicking
9392a58483 removed superfluous spaces, introduced more CSS ID attributes 2004-10-08 11:14:08 +00:00
Marc Delisle
5103056f34 bug 1006011, save the chosen connection collation into a cookie 2004-08-26 11:12:17 +00:00
Marc Delisle
57035bec43 names and ids for framesets in the noscript section 2004-08-05 10:39:46 +00:00
Marc Delisle
0fdf872232 given names and ids for framesets 2004-08-03 11:09:35 +00:00