Commit Graph

1840 Commits

Author SHA1 Message Date
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
Sean Harvey
4cdeb3d20f BUGFIX Fixed SQL that contained backticks to work on databases with ANSI SQL enabled 2009-09-29 23:04:52 +00:00
Will Rossiter
16307e5562 MINOR: removed Text Length as width of the fields are overridden by css styles 2009-09-23 03:21:03 +00:00
Will Rossiter
05175d2a17 MINOR: updated userforms translation file 2009-09-23 03:02:12 +00:00
Will Rossiter
d99975d2bf MINOR: fixed tabs with translatable tokens. Patch via cinek #4535. 2009-09-23 03:00:08 +00:00
Will Rossiter
fa21900504 MINOR: removed code to reference the editor from the form field 2009-09-23 02:46:48 +00:00
Will Rossiter
e24cd75b21 ENHANCEMENT: added staging / versioning support for EditableOptions 2009-09-23 01:36:52 +00:00
Will Rossiter
2fd0883ea1 BUGFIX: fixed ghost records existing on the live site when editing draft 2009-09-23 00:02:50 +00:00
Will Rossiter
379bcc7921 ENHANCEMENT: added inital versioning / staging support to userforms. Supports different forms on stage / live. ENHANCEMENT: added unit tests to cover versioning / staging 2009-09-22 22:36:53 +00:00
Will Rossiter
61edb74f36 BUGFIX: changed .change() to .click() on the custom rules handler to fix issue with changing checkboxs in IE8 2009-09-16 21:36:02 +00:00
Will Rossiter
8977e65471 BUGFIX: changed attr to ATT as Attr has been deprecated 2009-09-15 04:58:00 +00:00
Ingo Schommer
0f2eec56ed MINOR Updated master language tables 2009-09-10 04:11:30 +00:00
Will Rossiter
a7bb5064a4 FEATURE: added ability to run script with 1 form at a time. FEATURE: added ability to dry run the task. BUGFIX: fixed assignment instead of comparsion with MultipleOption fields such as checkbox fields. BUGFIX: fixed failback name on _obsolete table in findDatabaseName() 2009-09-09 22:47:26 +00:00
Will Rossiter
8fd9de7d1d BUGFIX: fixed typo with get_by_id being called rather then get() 2009-09-02 04:26:00 +00:00
Will Rossiter
ca6f4b296c FEATURE: added migration script for migrating userforms 0.1 projects over to userforms 0.2 2009-09-01 02:56:44 +00:00
Will Rossiter
5a30394ce0 MINOR: removed dots in french translation entry 2009-08-21 00:17:18 +00:00
Will Rossiter
79cf7f1bee BUGFIX: remove and add the class rather then showing / hiding 2009-08-14 04:47:30 +00:00
Carlos Barberis
516c7cd681 Added quotes to query 2009-08-13 00:19:20 +00:00
Carlos Barberis
ff96c99055 Added ORDER BY ID in query to export submissions to csv file 2009-08-12 23:59:16 +00:00
Saophalkun Ponlu
8ccb893881 BUGFIX: more options don't get hidden by default 2009-08-12 02:48:37 +00:00
Saophalkun Ponlu
af74b843cf MINOR: Removed unused property, CustomParamater
MONOR: Add ShowOnLoad in db static so when we decorate it with Versioned the version tables will be created properly
2009-08-11 04:42:50 +00:00
Carlos Barberis
c0a59a7bf3 Fixed Error when trying to add/edit email recipient in CMS 2009-08-07 02:13:53 +00:00
Will Rossiter
b2d77150f3 MINOR: updated lang file 2009-07-26 23:23:45 +00:00
Will Rossiter
f3cc04a3d0 MINOR: updated changelog to reflect 0.2 release 2009-07-26 22:30:27 +00:00