Commit Graph

1763 Commits

Author SHA1 Message Date
Will Rossiter
e2565b1674 MINOR: updated documentation in prep for 0.3 2010-05-31 10:16:23 +00:00
Will Rossiter
7491e5c9e9 BUGFIX: refresh sortable lists after adding elements 2010-05-31 09:43:52 +00:00
Will Rossiter
a63089b817 ENHANCEMENT: added default to today checkbox for date fields 2010-05-31 09:43:25 +00:00
Will Rossiter
59fabd005c BUGFIX: duplicate email recipients when duplicating a UDF 2010-05-31 09:01:58 +00:00
Will Rossiter
78fe9947b9 MINOR: included CustomParameter field to prevent errors while upgrading. Since no way to nicely delete columns completely via the ORM it can sit there and be all empty 2010-05-31 08:20:04 +00:00
Will Rossiter
50270211f2 ENHANCEMENT: added jquery picker to editabledatefield for date picker. 2010-05-31 07:57:00 +00:00
Will Rossiter
4e8abded2e BUGFIX: removed sortable event from livequery as it no longer needs to be 2010-05-24 02:49:16 +00:00
Will Rossiter
6b7e9f576a BUGFIX: livequery has been dropped in favour of live() and livequery is now no longer included in the cms 2010-05-21 03:59:01 +00:00
Will Rossiter
fd0fe1b01d APICHANGE: added getFormattedValue() for UDF submitted form fields to allow subclasses to overload the stored content. BUGFIX: convert newlines from text submissions to br tags so textarea fields actually come out semi readable 2010-05-16 03:55:03 +00:00
Will Rossiter
3257590dc8 BUGFIX: fixed using UDF with the workflow module which only publishs a page when its been modified and UDF was always returning false to any changes 2010-05-16 03:21:04 +00:00
Will Rossiter
2c1974eae2 BUGFIX: fixed using UDF with the workflow module which only publishs a page when its been modified and UDF was always returning false to any changes 2010-05-16 03:19:29 +00:00
Carlos Barberis
f9152b6108 BUGFIX: Fixed CSV export generating file with duplicated headers 2010-04-26 22:55:52 +00:00
Michael Andrewartha
826c6b5829 BUGFIX: Include HideFormData field into send plain email - fix for #5211 2010-04-25 22:36:09 +00:00
Geoff Munn
8166f686d0 BUGFIX: table and column names quoted properly 2010-04-08 21:18:01 +00:00
Mateusz Uzdowski
91743ce3f5 BUGFIX: avoid segfault triggered by component call.
BUGFIX: change the ui version to get the sortable working again.
2010-03-22 04:18:09 +00:00
Will Rossiter
57097f5905 BUGFIX: fixed class relation PATCH via tobych #4916 2010-03-12 03:09:36 +00:00
Ingo Schommer
dd4cd20302 MINOR Fixed jquery-ui include paths in FieldEditor->Field() 2010-03-11 03:32:13 +00:00
Sean Harvey
876f2c5c57 ENHANCEMENT UserFormsMigrationTask fixes to remove SQL and use the ORM instead 2010-03-09 01:20:43 +00:00
Sean Harvey
717139bfae BUGFIX Removed unncessary backticks 2010-03-09 01:14:03 +00:00
Mateusz Uzdowski
3c638d27fc MINOR: fixed spelling mistake (related to 99491) 2010-02-22 01:37:27 +00:00
Will Rossiter
6f720fd30d BUGFIX: Abstracted out submitted form field classes to make it easier to extend submitted form class type to save data into. PATCH via jam13 #5071 2010-02-14 07:53:16 +00:00
Andreas Piening
10bf22cb00 MINOR: look up tables through DB::tableList() 2010-01-27 03:04:37 +00:00
Sean Harvey
f0dbf7f917 BUGFIX Redundancy of HTTPRequest when exporting data in SubmittedFormReportField because of recent class name changes 2010-01-08 03:04:33 +00:00
Sean Harvey
468ebf4fcb BUGFIX Fixed mssql error when attempting to export data using SELECT DISTINCT query in SubmittedFormReportField 2010-01-08 03:03:35 +00:00
Will Rossiter
70f05b891e BUGFIX: fixed conflict of Versioned extension functions. MINOR: added tests for publishing multiple option fields 2009-12-12 08:59:20 +00:00
Ingo Schommer
2d46d7ff69 BUGFIX Returning an HTMLText field from UserDefinedForm_Controller->index() instead of the string value - we need to process the string, for example to resolve [link] pseudocode 2009-12-09 22:28:09 +00:00
Will Rossiter
b4f5229f58 MINOR: Removed closing ?> from class files. MINOR: fixed package names 2009-12-07 02:04:20 +00:00
Will Rossiter
dfc2476c79 MINOR: Removed 2.3 specific code. Userforms trunk is now 2.4+ compatible only. For 2.3 compatibility use branches/0.2. BUGFIX: fixed paths for fieldeditor js 2009-12-07 00:52:00 +00:00
Will Rossiter
81a2cd0a1f BUGFIX: added validate plugin to module as 2.4 will not include the plugin. MINOR: changed path to jquery to not use jsparty folder 2009-12-07 00:37:20 +00:00
Will Rossiter
9520b8693e MINOR: removed undefined method call 2009-12-06 22:52:43 +00:00
Will Rossiter
71d0d4223d BUGFIX: fixed conflict with field and method naming. Removed unneeded field from model 2009-12-06 22:41:47 +00:00
Will Rossiter
3e3cb21f6d MINOR: updated README 2009-12-06 07:05:41 +00:00
Tom Rix
fd9c08a195 MINOR can* methods on EmailRecipient now inherit off the form. 2009-12-04 00:39:56 +00:00
Will Rossiter
85c30f68e4 FEATURE: added migration tool for publishing unversioned forms 2009-11-24 21:07:36 +00:00
Mateusz Uzdowski
0707279dec MINOR: extending Title to 255 characters to be in line with the Title on EditableFormField (caused internal server errors on MSSQL if the title was longer than 50) 2009-11-24 20:11:50 +00:00
Geoff Munn
6a039d4b8f Tabs reordered (possible IE7 bug fixes where last two tabs were unreachable) 2009-11-17 00:39:24 +00:00
Ingo Schommer
db4cd3de31 BUGFIX Fixed UserDefinedFormEditorTest: Logging in before publishing so canPublish() doesnt return false 2009-11-09 04:48:35 +00:00
Will Rossiter
c34a2af447 FEATURE: Added Inequality filters to the custom rules. To Allow Numeric fields to be processed by > < statements 2009-11-02 07:22:30 +00:00
Normann Lou
7ca3371fa1 BUGFIX: remove the extra last empty column. ENHANCEMENT: add Submitted column for submission export at the end. 2009-10-28 23:24:10 +00:00
Will Rossiter
3d9b764987 BUGFIX: added ID to literal field html to allow the js validation to apply 2009-10-27 09:38:38 +00:00
Will Rossiter
c073596b68 BUGFIX: fixed issue with disabling saving submissions and emailing #4629. BUGFIX: fixed saving member object error when logged in using a form 2009-10-27 09:23:42 +00:00
Sam Minnee
2ca993b7c4 BUGFIX: Updated module to support 2.4 API changes 2009-10-26 22:04:11 +00:00
Ingo Schommer
97e49b296f BUGFIX Fixed column naming in UserDefinedFormEditorTest 2009-10-15 19:48:08 +00:00
Will Rossiter
31141e972d BUGFIX: fixed incorrect code being commited for the userforms identifier 2009-10-15 02:36:43 +00:00
Will Rossiter
70944fcabb BUGFIX: fixed incorrect self reference 2009-10-15 02:29:48 +00:00
Will Rossiter
ae8e0fa01a MINOR: added styling hook for required identifier 2009-10-15 00:41:02 +00:00
Will Rossiter
86b4df4953 FEATURE: added ability to have a required identitifer specificed globally 2009-10-15 00:33:13 +00:00
Will Rossiter
789d1db241 MINOR: improved readme documentation 2009-10-15 00:32:36 +00:00
Sean Harvey
4cfe303989 MINOR Fixed where clauses to use ANSI compatible SQL in UserDefinedFormEditorTest 2009-10-06 05:11:12 +00:00
Sean Harvey
3fe18477d8 MINOR Removed backticks from queries in UserDefinedFormEditorTest because they break SQL Server and PostgreSQL 2009-10-06 04:22:29 +00:00