Commit Graph

129 Commits

Author SHA1 Message Date
Loïc Chapeaux
59a17524e8 Improved js controls for null/not null fields and fixed js bugs with the MSIE autocomplete feature 2002-03-22 14:17:01 +00:00
Loïc Chapeaux
e894e9e8ad Patch from Thomas B�hr - tabindex order 2002-03-17 09:44:53 +00:00
Loïc Chapeaux
e7508db91c restored default value to "NOW()" with timestamp fields in an "UPDATE" statement 2002-02-24 12:06:37 +00:00
Loïc Chapeaux
f6ae0be900 * fixed php warnings (see bug #521751).
* fixed bug #521589 - float(4,2) and field length.
2002-02-23 10:49:43 +00:00
Loïc Chapeaux
7f919e6a86 removed tabs and/or trailing spaces 2002-02-10 09:31:41 +00:00
Loïc Chapeaux
9c9e5e8a2e patch #515268 - Feature Request #511816 (enable/disable functions fields) thanks to Alexander M. Turek 2002-02-09 18:57:44 +00:00
Marc Delisle
2bbe906df8 word wrapping 2002-02-08 22:05:15 +00:00
Loïc Chapeaux
1d0cf91940 added the "<base href=...>" xhtml header 2002-02-08 21:48:17 +00:00
Marc Delisle
8e1109c6b1 typo? 2002-02-08 18:27:42 +00:00
Marc Delisle
55f9adb18e bug 511324 2002-02-05 01:16:58 +00:00
Loïc Chapeaux
ab451f72dc fixed javascript errors 2002-01-25 13:52:35 +00:00
Loïc Chapeaux
2d88726fcb fixed js errors 2002-01-19 18:32:31 +00:00
Marc Delisle
8bb22a6957 typo 2002-01-14 14:07:36 +00:00
Marc Delisle
c58d759d2f bug 501773 2002-01-12 21:22:21 +00:00
Loïc Chapeaux
dbe02639dd improved and fixed js stuff used with the new "null" checkbox 2002-01-06 17:29:00 +00:00
Marc Delisle
33c1195875 null value checkbox 2001-12-30 01:19:45 +00:00
Loïc Chapeaux
ab4a775dd8 fields with 'NULL' value were affected their default value 2001-12-28 17:26:26 +00:00
Loïc Chapeaux
290cfd84cd bad var. name 2001-12-18 12:11:45 +00:00
Loïc Chapeaux
51cd7cd732 * the number of rows to return, display direction and table headers frequencies
weren't passed between scripts;
* codding standards;
* little bugs with vertical/horizontal display directions.
2001-12-18 12:07:13 +00:00
Loïc Chapeaux
dc91bc219a Beautified display of tables under Mozilla & NS6+ thanks to a fix from Detlev Stender 2001-11-23 19:13:07 +00:00
Loïc Chapeaux
05fefd4211 PEAR codding standards 2001-11-23 01:04:57 +00:00
Loïc Chapeaux
41e32b0cdc set the default function to "NOW()" for timestamp fields only in insert mode (ie not in update mode) 2001-11-20 15:54:01 +00:00
Loïc Chapeaux
7feaf78e91 always use the existing timestamp value in the update statement else MySQL auto-update it to the current timestamp 2001-11-19 22:03:56 +00:00
Loïc Chapeaux
214d27750f fixed a crash with binary "characters" (bug was reported by Joshua Nye) 2001-10-26 19:46:40 +00:00
Loïc Chapeaux
3b42848fda merged patch #470575 (Inserting rows in loop) thanks to Tomas Polak 2001-10-25 21:35:26 +00:00
Loïc Chapeaux
acc961cb3a display a message if an update is required but the record can't be found 2001-10-17 18:47:44 +00:00
Loïc Chapeaux
3e345622ea fixed some inconcistancies if an update is required but the record can't be found 2001-10-17 15:11:44 +00:00
Loïc Chapeaux
f3d50e1d85 displays default values while creating a new record (suggestion from "pdobrigkeit" at the phpWizard forum) 2001-10-15 20:45:15 +00:00
Loïc Chapeaux
4faa013df5 * fixed bug #468749 (Left Frame not expanding in iCab) 2001-10-11 22:25:28 +00:00
Loïc Chapeaux
e726fe785d Fixed bug #444352 (Data Missing/POST Error) 2001-09-23 15:31:50 +00:00
Loïc Chapeaux
ebd9c3939f fixed bad field size/maxsize 2001-09-20 18:04:48 +00:00
Loïc Chapeaux
9dbf903f78 fixed bug #461623 (wrong maxlength) 2001-09-15 08:49:46 +00:00
Loïc Chapeaux
23c23a2ce2 split between NULL value and empty field 2001-09-08 22:45:58 +00:00
Loïc Chapeaux
20fbb53055 improved binary fields protection 2001-09-08 16:00:32 +00:00
Loïc Chapeaux
08c353d467 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
Marc Delisle
9f7c4f671f bug 459449 2001-09-07 15:21:08 +00:00
Loïc Chapeaux
f412e93aec field size should always be at least 4 to allow the use of the 'null' value 2001-09-04 21:32:50 +00:00
Loïc Chapeaux
2a53688b77 Feature Requests #455543 - Editable Blobs 2001-08-31 16:33:50 +00:00
Loïc Chapeaux
6ec97b4ddf fixed bugs in function field name with special characters and no-parameter functions 2001-08-28 17:50:20 +00:00
Loïc Chapeaux
c82e8c0bd9 Improved the error handling system 2001-08-22 20:42:51 +00:00
Loïc Chapeaux
0ec91a1692 added some mysql_die() calls 2001-08-20 16:57:29 +00:00
Loïc Chapeaux
2f91f66172 Do not display functions with enum or set fields types 2001-08-19 15:18:02 +00:00
Loïc Chapeaux
384104a40e Little optimization 2001-08-19 12:13:22 +00:00
Loïc Chapeaux
34565035d9 Do not modify blob/binaries if $cfgProtectBlob is true 2001-08-19 00:55:20 +00:00
Loïc Chapeaux
56dd0cb360 Fixed some encoding/decoding bugs 2001-08-17 14:21:37 +00:00
Marc Delisle
7c35a94f5d bug 451085 2001-08-16 10:21:27 +00:00
Loïc Chapeaux
95f354a0b4 fixed some of the bugs I've introduced with my last patches 2001-08-16 09:20:48 +00:00
Loïc Chapeaux
749d8a6903 Fixed bugs:
- #444354 (Various backslash problems),
- #450906 (Disappearing + in data | 2.2.0rc4),
- #450374 (RC4: + becomes space),
- and the one with binary data reported by Steve in the mailing-list.
2001-08-15 18:07:53 +00:00
Loïc Chapeaux
2f45b473ac fixed $id issue 2001-08-10 19:02:36 +00:00
Marc Delisle
bffd92c15e enum values not displayed 2001-08-08 19:32:17 +00:00