Commit Graph

1592 Commits

Author SHA1 Message Date
Michal Čihař
b8ece09b6b Do not get TABLES as table name, it's used on some queries by MySQL 5.0.x (bug #1266623). 2005-08-23 12:14:36 +00:00
Michal Čihař
6268182df8 Abide cfg['Lang'] settings even if using MySQL > 4.1.x (bug #1266626). 2005-08-23 11:56:52 +00:00
Michal Čihař
39ea0b8557 Default charset for export is now configurable (RFE #1263772). 2005-08-22 21:41:20 +00:00
Michal Čihař
6164cb16ae Protect against possible XSS (bug #1265740), move input sanitizing to special file. 2005-08-22 21:00:52 +00:00
Marc Delisle
d744fc05a2 needs theme version 3 2005-08-20 20:24:39 +00:00
Marc Delisle
ecc9022346 patch #1258978, move common code for error pages out of common.lib.php 2005-08-20 13:23:35 +00:00
Marc Delisle
5de17e7cc9 patch #1252031, CSS for navigation tabs 2005-08-16 17:52:06 +00:00
Marc Delisle
3cfc06163a bug #1259951, invalid argument for foreach() 2005-08-15 17:18:37 +00:00
Marc Delisle
7cf7ada8ac patch #1253465, avoid error messages for unset variables in PHP functions that require a parameter passed by reference 2005-08-14 21:34:01 +00:00
Marc Delisle
80aecf6518 bugs 1248577 (incorrect message 'you should define a primary key') and 1253125 (request-URI too large) 2005-08-14 19:31:55 +00:00
Marc Delisle
4066ed2214 patch #1249528, move table comments to header and enable configuration of header 2005-08-11 13:56:35 +00:00
Marc Delisle
1e054e1fe7 patch #1253478, variable initialization and code cleanup 2005-08-08 20:22:11 +00:00
Michal Čihař
57fc27c0bd Fix undefined variable when exporting relations (bug #1253457). 2005-08-08 20:13:03 +00:00
Marc Delisle
e1f455d072 patch #1253461, code cleanup 2005-08-08 19:54:57 +00:00
Marc Delisle
5b081dabb8 bug #1253453, using mysqli extension with MySQL 4.0.x 2005-08-08 14:57:05 +00:00
Marc Delisle
7b1d7b42cc patch #1246245, tree in databases selector 2005-08-04 14:47:31 +00:00
Michal Čihař
d9977e23ae Show error header on error to make clear that something bad has happened. 2005-08-04 13:52:51 +00:00
Marc Delisle
1d785c1212 patch #1249457, display improvements 2005-08-02 13:19:30 +00:00
Marc Delisle
2e5c10aa2f bug #1249239, XSS vulnerability on Create page 2005-08-01 12:38:56 +00:00
Marc Delisle
985d073dbb patch #1160439, profiling enhancements 2005-07-29 17:18:56 +00:00
Marc Delisle
0966e9faa0 RFE #1177459, BOOL column type 2005-07-27 00:27:49 +00:00
Michal Čihař
f6f6df1037 Do not attempt to sort themes when themes are disabled (bug #1243883). 2005-07-24 12:07:21 +00:00
Michal Čihař
d67f568212 Do not override theme properties when path is not set. 2005-07-24 12:05:41 +00:00
Michal Čihař
fcfc5ea0d2 Undefined variable (bug #1243885). 2005-07-24 12:00:48 +00:00
Marc Delisle
8f9b686e20 for the new ForeignKeyDropdownOrder, id and content were reversed (id-content showed content then id) 2005-07-22 18:01:37 +00:00
Marc Delisle
0191fc3c33 bug #1240880, XSS on the cookie-based login panel 2005-07-21 11:55:25 +00:00
Marc Delisle
1e98f5f7d4 comments adjustments 2005-07-16 12:59:01 +00:00
Marc Delisle
36fa47f89c bug #1238222, parsing of ISNULL() 2005-07-16 12:26:25 +00:00
Marc Delisle
e507e893fa typo 2005-07-16 12:20:59 +00:00
Michal Čihař
956d450f5d Use better message, thanks to Marc for noticing this. 2005-07-13 17:26:45 +00:00
Michal Čihař
48366e0746 Show box for creating database only if user has privileges to do so (bug #1167892). 2005-07-13 12:44:51 +00:00
Michal Čihař
2b28fc510d Use eval for config file including to catch parse errors (bug #1223319), on error page display config file that actually failed. 2005-07-13 11:16:51 +00:00
Robin Johnson
63798666e5 Document previous foreign-key dropdown work, and also ensure that the configuration import code works properly with it. 2005-07-11 05:51:13 +00:00
Michal Čihař
34bd15df0e Use post for print view when query is too big (bug #1203692). 2005-07-10 21:08:52 +00:00
Michal Čihař
9216ba0729 Show better error messages when checking numerical inputs (bug #1207402). 2005-07-10 20:35:58 +00:00
Michal Čihař
4701ca38c9 Don't forget browsing state while deleting multiple rows (bug #1232624). 2005-07-10 19:31:24 +00:00
Michal Čihař
fc1be828b6 User can now have different theme per server (RFE #1231599). 2005-07-10 18:42:00 +00:00
Michal Čihař
ff0fe8ebaf Support FastGCI in http auth (patch #1192219) 2005-07-10 18:03:19 +00:00
Marc Delisle
0395809510 bug #1234098, invalid normal cursor style 2005-07-10 12:12:35 +00:00
Marc Delisle
55b30c9533 bug #1235473 display_tbl.lib.php Undefined variable order_img 2005-07-10 11:36:53 +00:00
Marc Delisle
d06acfe21d 2.6.4-dev 2005-06-30 19:55:44 +00:00
Michal Čihař
f17936c497 Add hex transformation (RFE #1100068). 2005-06-24 14:28:00 +00:00
Michal Čihař
6c8ec18ba9 Sort themes, use only one code for browsing directory with themes (RFE #1184251). 2005-06-24 12:35:22 +00:00
Michal Čihař
c6f540be72 Configurable file name templates (RFE #1226941). 2005-06-24 12:17:07 +00:00
Michal Čihař
b8746b6e09 Remove error reporting. 2005-06-24 12:01:43 +00:00
Robin Johnson
131866b448 Support for customizing foreign-key dropdown, take #2, now very customizable,
incl max item limit.
2005-06-23 14:16:33 +00:00
Robin Johnson
3576fd016a Allow selection of drop-down order. 2005-06-22 16:45:17 +00:00
Marc Delisle
18a96d81d4 bug #1221359, Copying a db containing a MERGE table 2005-06-18 13:06:42 +00:00
Marc Delisle
34d03eac93 bug 1221602, undefined variable when trying to use a reserved word as an identifier 2005-06-18 11:07:05 +00:00
Marc Delisle
a6c4d3e1d6 maybe rc2 2005-06-12 21:46:36 +00:00