Commit graph

47 commits

Author SHA1 Message Date
Graham Knop
a34025fbc9 fixed: SQL Form fields with a regex are required even if not set to required 2008-03-19 22:37:03 +00:00
Graham Knop
8129bef2fb add another index to SQL Form tables 2008-02-28 15:39:04 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Colin Kuskie
08fbd46d28 all loop iterators have to be declared lexical. PBP/108 2007-12-05 16:46:38 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
Graham Knop
8df2c9f6b9 fix missing field_loop in SQL Form template 2007-11-08 06:33:40 +00:00
Graham Knop
f170f246c6 nevermind, that's an RFE and needs more work 2007-10-04 22:21:11 +00:00
Graham Knop
7601fc1435 add select box to SQL Form 2007-10-04 22:10:58 +00:00
Graham Knop
e7479a11de fix sqlform file upload 2007-09-26 07:33:54 +00:00
JT Smith
f6cab15bd0 removed help links that are referring to help that has been moved to the wiki 2007-07-26 04:53:14 +00:00
Graham Knop
86d9fc6860 fix: javascript errors in SQL Form date inputs in IE 2007-07-24 22:32:05 +00:00
Colin Kuskie
a698b2c4f3 Make the SQLForm use the new functions inside DatabaseLink to do database
privilege checking.  This fixes the newest bug about database permissions
on the bug boards.
2007-07-16 21:00:03 +00:00
James Tolley
0db9d14a94 SQLForm empty search field fix 2007-06-23 00:21:17 +00:00
James Tolley
a640222a29 improved SQLForm field default search modes 2007-06-21 22:43:57 +00:00
James Tolley
d32d4112f4 SQLForm - simple weighted sorting, various fixes 2007-06-20 18:46:35 +00:00
Doug Bell
fe5bc93a52 Added an error message to SQLForm if we can't find the privileges of the database link
fix: Sometimes the error message for the Calendar Update Feeds is part of the content response.
fix: Serial workflows no longer get held up in the queue
2007-05-02 20:05:31 +00:00
Nik Ogura
e9588a0b65 stopped it breaking on MySQL null dates 2007-05-02 16:40:10 +00:00
JT Smith
485eee3808 Fixed a typo in SQLForm.pm (Radix) 2007-04-23 22:36:06 +00:00
Colin Kuskie
c410bfd146 fix for SQLForm database table permissions where the user is granted permission on all databases 2007-03-27 05:40:54 +00:00
Yung Han Khoe
4848b64345 SQLForm: fix: check if table is already used by other SQLForm 2007-03-09 14:44:02 +00:00
Yung Han Khoe
5c09bbfce8 SQLForm: processing of Macro's in default value didn't work. 2007-02-23 16:32:24 +00:00
Colin Kuskie
859886e8f8 fix for importing unsigned ints into the SQL Form from an existing table 2007-02-18 22:50:24 +00:00
JT Smith
e594cb3d6c - Fixed a problem where you couldn't upgrade directly to 7.3.9 from versions
earlier than 7.3.8.
2007-02-15 23:27:09 +00:00
JT Smith
717429037d fix: Incomplete asset cause manage Trash to fail 2007-02-15 03:12:35 +00:00
Colin Kuskie
8baac2160b fix EMS bug pertaining to use of getUrl and session->icon 2007-02-14 06:14:37 +00:00
Yung Han Khoe
dc82e6f3bd Fix for radioList fields in view. 2007-02-12 15:08:47 +00:00
JT Smith
22e621295c SQL Form and big table imports 2007-02-08 23:15:30 +00:00
Colin Kuskie
3b6fdee0a9 fix for SQLForm 0 values in key/value pairs 2007-02-05 17:52:02 +00:00
Yung Han Khoe
23e466d891 SQLForm: added a template var to the Search Record template. 2007-01-26 17:19:21 +00:00
Martin Kamerbeek
f39c97fb53 Fixed a dsn parsing bug in the sqlform 2007-01-05 12:44:33 +00:00
Martin Kamerbeek
a782df32fb Merry Xmas bugfix #2: 2006-12-26 18:20:39 +00:00
Martin Kamerbeek
f008f68bfc Merry Xmas bugfix #1: sqlform would not always obey regexes 2006-12-26 15:04:59 +00:00
Martin Kamerbeek
32662367ec A bunch of sqlform fixes 2006-12-19 18:10:12 +00:00
Martin Kamerbeek
9096e6f9fe Fixed some bugs and refactored some parts of the SQLForm. 2006-09-29 13:16:11 +00:00
Martin Kamerbeek
a8e06374ee Fixed an field type labels and an issue with displying images in the search results. 2006-09-08 12:06:34 +00:00
Martin Kamerbeek
31f951e498 some sqlform fixes 2006-09-06 14:11:06 +00:00
Martin Kamerbeek
6bf4e91d1a Fixed some SQLForm bugs 2006-08-20 13:23:12 +00:00
Martin Kamerbeek
f7654c83d6 fix: sqlform trunctate search results doesn't work 2006-08-18 13:08:22 +00:00
Lucas Bartholemy
0c12259144 added missing privilege check 2006-06-05 20:56:29 +00:00
Wouter van Oijen
684f08649d Fixing stuff 2006-05-21 14:49:40 +00:00
Martin Kamerbeek
f6f7657511 SQLForm bug and usability fixes 2006-05-01 12:45:55 +00:00
JT Smith
d77c6ed89f [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:21:58 +00:00
JT Smith
2f24cd3f3c [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 16:59:32 +00:00
Yung Han Khoe
e1163ff944 Added seperate form elements and loops to SQLForm search template. 2006-04-28 14:18:04 +00:00
Yung Han Khoe
1991685839 Added default view property to SQLForm. Removed unused viewTemplateId
from SQLForm table. Updated help and international.
2006-04-26 12:56:18 +00:00
Colin Kuskie
10a1289bac Fix broken and missing labels 2006-04-18 21:32:11 +00:00
Martin Kamerbeek
179e4a89ef Adding the SQL Form and editForm error feedback. 2006-04-18 15:09:07 +00:00