Commit Graph

147 Commits

Author SHA1 Message Date
Alexander M. Turek
02d6e75891 Fixed a MySQL 4.1 bug that appeared when inserting values into ENUM or SET fields. 2003-07-17 11:25:02 +00:00
Garvin Hicking
309cce5fdb undefined index $disp_query 2003-07-07 11:46:04 +00:00
Alexander M. Turek
36a1167150 Experimental MySQL 4.1 support (RFE #623665) and some small fixes. 2003-05-30 14:17:13 +00:00
Michal Čihař
0c379d3c7b Possibility to disable Ctrl+Arrows moving. 2003-05-26 11:06:10 +00:00
Michal Čihař
cc4c8d20c0 fixed table layout for inserting/editing row, fixed select for empty value in enum 2003-05-20 13:12:28 +00:00
Michal Čihař
2f5769cc3a Double sized textare for LONGTEXT is configurable (RFE #737174). 2003-05-15 10:42:57 +00:00
Garvin Hicking
11d98ed258 RFE #723124 (reset button) 2003-05-14 11:55:16 +00:00
Garvin Hicking
dea710c286 RFE #737174 implemented (comments welcome) 2003-05-14 11:48:19 +00:00
Michal Čihař
ba1c817d23 Remember state of insert as another row - fixes #736064, show used query. 2003-05-11 18:56:21 +00:00
Michal Čihař
b4cadaf745 fixes for HTML entities in field/table/db names 2003-03-26 14:02:16 +00:00
Garvin Hicking
932fe3d45e Blob upload via pre-uploaded (FTP) files in $cfg['UploadDir']. 2003-03-19 20:23:17 +00:00
Robin Johnson
30c81059d5 typo fixes 2003-03-14 10:15:21 +00:00
Garvin Hicking
388deede35 RFE #422243: Functions depending on MySQL field type. 2003-03-12 14:42:27 +00:00
Garvin Hicking
88579ba476 Patch #697541 2003-03-10 13:32:42 +00:00
Alexander M. Turek
2183740b05 If magic_quotes_gpc is enabled, grab_globals calls stripslashes when extracting the arrays $_GET and $_POST. 2003-03-02 17:26:41 +00:00
Michal Čihař
c49e25f092 Move magic words used for fields type into special variable. 2003-02-24 11:15:07 +00:00
Marc Delisle
6d12b3c84b form-data and upload 2003-02-22 22:10:05 +00:00
Michal Čihař
7e5f426135 removed checkbox for binary uploads 2003-02-17 09:35:16 +00:00
Marc Delisle
308a7836b1 upload field only to BLOB 2003-02-12 13:53:35 +00:00
Marc Delisle
1d80c7dd23 unneeded comment 2003-02-08 11:26:42 +00:00
Michal Čihař
2eb76635de Added information about binary checbox when uploading file 2003-02-04 21:16:33 +00:00
Michal Čihař
86358f1efc show blob size 2003-02-03 20:33:47 +00:00
Marc Delisle
81af3773ab binary field upload 2003-02-01 12:49:11 +00:00
Michal Čihař
1bc1b51b5d Improved Ctrl+arrows moving in field editing. 2003-01-16 09:16:22 +00:00
Michal Čihař
25b643544b Moving cursor with Ctrl+arrows works also for row editing. 2003-01-14 15:24:31 +00:00
Marc Delisle
c72da24175 bug 665885 2003-01-11 01:31:51 +00:00
Michal Čihař
1e8447e111 New URL and hidden input generating stuff. 2003-01-08 13:50:30 +00:00
Marc Delisle
d6ce4c47e3 oops 2002-12-15 13:16:25 +00:00
Marc Delisle
37f50b44b1 bug 648263 2002-12-15 13:14:02 +00:00
Marc Delisle
2277454f1e bug 645173 2002-11-29 11:35:21 +00:00
Alexander M. Turek
e6396b014a bug #640055 2002-11-19 14:09:39 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +00:00
Loïc Chapeaux
5dbcad6527 require musn't be used inside conditional statements 2002-10-04 08:28:34 +00:00
Marc Delisle
9c0b758a6e drop-down in Select sub-page 2002-10-03 21:25:21 +00:00
Marc Delisle
dfc3914d7a bug 617029 for Loic 2002-10-02 13:32:31 +00:00
Marc Delisle
a1f45b7b78 for Loic 2002-09-23 16:02:38 +00:00
Marc Delisle
d6ec7e3f24 patch 612202 null for foreign keys 2002-09-20 21:13:17 +00:00
Michal Čihař
7f74235f27 unnullify -> unNullify 2002-09-19 15:58:19 +00:00
Michal Čihař
394b24930a coding standards 2002-09-19 10:19:37 +00:00
Michal Čihař
d316c0a0f8 fix for #581494 2002-09-19 09:04:46 +00:00
Marc Delisle
df1724629a bug 610315 2002-09-18 12:49:54 +00:00
Marc Delisle
1e5387c107 bug 609914 default value for datetime ignored 2002-09-18 02:44:57 +00:00
Marc Delisle
de1f67e044 for Loic 2002-09-17 20:50:50 +00:00
Loïc Chapeaux
a68db84064 coding standards 2002-09-13 09:32:41 +00:00
Marc Delisle
8225233d1a better drop-down 2002-09-11 17:28:50 +00:00
Marc Delisle
5d5f436bc8 bug 605342 2002-09-11 13:29:35 +00:00
Marc Delisle
0672459508 if display field is not defined 2002-09-05 17:33:29 +00:00
Marc Delisle
b425190f45 for Loic 2002-09-04 12:28:51 +00:00
Marc Delisle
e015449e22 drop-down for foreign keys 2002-09-03 16:49:10 +00:00
Loïc Chapeaux
1c8ae3ee69 Fixed bug #592000 (dir="ltr" for textarea tags) 2002-08-10 11:34:53 +00:00