Commit Graph

8106 Commits

Author SHA1 Message Date
Sebastian Mendel
5c82bf4b29 use fallback (original) css file if not found in current theme (no need to include unchanged files into theme, f. e. print.css) 2006-04-26 17:09:45 +00:00
Michal Čihař
04e666ff7c Adapt to changes in export. 2006-04-26 17:00:46 +00:00
Michal Čihař
19d0390e8c Fix selecting of default export. 2006-04-26 16:55:12 +00:00
Michal Čihař
b3d0d7622e oops forgot to remove FIXME comments 2006-04-26 16:34:44 +00:00
Michal Čihař
6e17c995fb Convert export to plugin architecture, so that plugins are independant piece of code (RFE #1325937). 2006-04-26 16:33:59 +00:00
Michal Čihař
29977afa0e Support for localised texts in defaults. 2006-04-26 16:28:38 +00:00
Michal Čihař
df23439b13 Add documentation. 2006-04-26 16:12:27 +00:00
Michal Čihař
b021ff9c12 Support for forcing one of two bool/bgroups. 2006-04-26 16:10:38 +00:00
Michal Čihař
a4c95b7e71 allow group without checkbox 2006-04-26 15:05:39 +00:00
Michal Čihař
77e320b7be fix condition 2006-04-26 14:44:10 +00:00
Michal Čihař
a750f1eade Add support for groupping options. 2006-04-26 14:42:19 +00:00
Michal Čihař
bdf65efd3c Drop tables used for layout. 2006-04-26 14:36:53 +00:00
Sebastian Mendel
e03489a01b fixed newline between xp_blue and *.swp 2006-04-26 14:15:01 +00:00
Michal Čihař
b71eb94625 Be more verbose on error. 2006-04-26 14:14:03 +00:00
Michal Čihař
1d3b486a20 Display information that there are no settings. 2006-04-26 14:11:32 +00:00
Sebastian Mendel
161d2eb2aa search themes on every script start 2006-04-26 13:29:01 +00:00
Sebastian Mendel
eb847fee11 updated themes;
fixed bug #1452131 Fonts too large;
fixed bug #1446211 Colors hardcoded in theme css files;
2006-04-26 11:32:29 +00:00
Sebastian Mendel
c8d47ae624 replaced php short open tag 2006-04-25 15:25:39 +00:00
Sebastian Mendel
7a19861b4b style upgrade 2006-04-25 15:21:33 +00:00
Michal Čihař
aad17c30da make URLs clickable 2006-04-25 15:15:13 +00:00
Michal Čihař
adf542fc04 Generate proper XHTML. 2006-04-25 15:07:41 +00:00
Michal Čihař
d8e41fbaac Do not include empty values. 2006-04-25 14:53:30 +00:00
Michal Čihař
47bbff3b81 Make cookie login form work with token protection. 2006-04-25 14:46:51 +00:00
Sebastian Mendel
13358a2290 style upgrade 2006-04-25 14:30:27 +00:00
Sebastian Mendel
3151948bea style upgrade 2006-04-25 14:30:27 +00:00
Sebastian Mendel
2a97750152 style upgrade 2006-04-25 12:24:04 +00:00
Sebastian Mendel
4a62967b0c style upgrade 2006-04-25 12:14:34 +00:00
Michal Čihař
9e725e08c6 Fix logout link (bug #1474694). 2006-04-24 07:29:53 +00:00
Michal Čihař
fa24247776 Document LoginCookieValidity (bug #1473357). 2006-04-21 08:31:16 +00:00
Michal Čihař
fa735d4490 Document problems with PMA_blowfish on clusters of different architectures (bug #1470912). 2006-04-21 08:04:27 +00:00
Michal Čihař
094805dcbe Fix importing files without trailing new line (bug #1473944). 2006-04-21 07:55:12 +00:00
Michal Čihař
1ac36fe3b7 link releases to tags in CVS 2006-04-20 15:28:38 +00:00
Michal Čihař
ca1026a293 fix email links 2006-04-20 15:17:24 +00:00
Michal Čihař
96947846a4 highlight releases 2006-04-20 15:03:53 +00:00
Michal Čihař
8e32b42eb2 Link to CAN/CVE security issues. 2006-04-20 14:48:39 +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
Michal Čihař
890918a20d Check target against goto_whitelist. 2006-04-20 14:16:13 +00:00
Marc Delisle
422712289a no selected page number 2006-04-13 17:12:52 +00:00
Sebastian Mendel
951ea7cdfa disable table stats for MySQL 5 by default 2006-04-13 15:37:09 +00:00
Sebastian Mendel
b8ea26cfca fixed selectbox navigation 2006-04-13 15:24:40 +00:00
Sebastian Mendel
31f86274d6 fixed loosing paramters and page navigation 2006-04-13 14:18:14 +00:00
Sebastian Mendel
5d084ddce8 fixed initial sort order 2006-04-13 13:58:58 +00:00
Sebastian Mendel
9f7d4c0bf2 use new functionality of PMA_DBI_get_databases_full() to limit display 2006-04-13 13:52:46 +00:00
Sebastian Mendel
64941d2881 - extended PMA_DBI_get_databases_full() to allow limiting and sorting
- added new function PMA_DBI_get_databases_count()
2006-04-13 13:49:28 +00:00
Sebastian Mendel
a79dbc3762 added new paramter to limit maximum displayed databases 2006-04-13 13:45:51 +00:00
Sebastian Mendel
f020ab03b0 - fixed bug #1469469 cyclic redirect with sql.php as default table-page
- re-use already existing code
2006-04-13 10:39:58 +00:00
Sebastian Mendel
594d330ae0 link also js, html, pl, and sh files, FAQ entries and contributors to their sf.net user page, smaller regex fixes 2006-04-13 09:02:02 +00:00
Marc Delisle
5aa902dc0e bug #1443004, VIEW and export 2006-04-13 08:24:23 +00:00
Marc Delisle
2cba19241c correct function call 2006-04-13 08:01:35 +00:00
Marc Delisle
61c509d559 bug 1443004 part 1: do not generate INSERT for an exported VIEW 2006-04-12 21:00:12 +00:00