Commit Graph

  • 99d4721c88 MINOR: restored export() functionality Will Rossiter 2010-09-08 06:34:52 +0000
  • 7eef5646e5 ENHANCEMENT: added test coverage for populateFromPostData() Will Rossiter 2010-09-08 03:20:28 +0000
  • 4ff4aa561f MINOR: added translation for body. MINOR: updated en_US.php lang file Will Rossiter 2010-09-07 22:48:46 +0000
  • bc0d4c7692 ENHANCEMENT: Implemented tests to complete email recipients class. APICHANGE: changed *FieldSettings() to *Setting() Will Rossiter 2010-09-07 22:44:43 +0000
  • 8a80dfa592 MINOR: some dbms make a difference between 0 and NULL Andreas Piening 2010-09-07 02:24:54 +0000
  • 3c1d81d014 ENHANCEMENT: added test coverage for UserDefinedForm.php and placeholders for other sections. API change: processNewFormFields removed Will Rossiter 2010-09-03 05:06:13 +0000
  • 5f4d4e7d28 MINOR: removed unnesscary ShowOnLoad save since this is now a CustomSetting field. #5930 Will Rossiter 2010-08-13 23:51:26 +0000
  • a203bcd725 BUGFIX: added default language for the sprintf statement Will Rossiter 2010-08-06 05:00:16 +0000
  • 0e68b7c70a MINOR: cleaned up several js warnings Will Rossiter 2010-08-05 23:30:13 +0000
  • 6224fbe3b9 BUGFIX: removed extra quote marks which IE7/8 were tripping out on #5908. MINOR ran javascript through jslint and tidied up a couple of warnings Will Rossiter 2010-08-05 23:24:04 +0000
  • 1d6cde42a8 MINOR: added condition to make sure we have submitted date Carlos Barberis 2010-07-28 23:15:11 +0000
  • af2fa007f2 BUGFIX: Resolve wrong escaped double quote characters ENHANCEMENT: Get unique columns at database level Saophalkun Ponlu 2010-07-28 07:55:13 +0000
  • 745b614710 BUGFIX: fixed sortable events not updated when loading new fields. ENHANCEMENT: Added RightTitle support to EditableFormFields. Removed parsePrepopulateValue() as usage is not clear and is broken Will Rossiter 2010-07-07 09:17:37 +0000
  • c408b632e3 BUGFIX: add condition should be live Will Rossiter 2010-06-20 06:31:34 +0000
  • 88fe82da03 MINOR: Removed column show on load default since this is no longer required Will Rossiter 2010-06-20 05:13:17 +0000
  • 2c99ca1faa BUGFIX: fixed casting of Content. PATCH via ajshort (#5692). Will Rossiter 2010-06-08 02:03:55 +0000
  • 5e1a347b1f Created 0.3.0 release 0.3.0 Will Rossiter 2010-05-31 10:19:48 +0000
  • e2565b1674 MINOR: updated documentation in prep for 0.3 Will Rossiter 2010-05-31 10:16:23 +0000
  • 7491e5c9e9 BUGFIX: refresh sortable lists after adding elements Will Rossiter 2010-05-31 09:43:52 +0000
  • a63089b817 ENHANCEMENT: added default to today checkbox for date fields Will Rossiter 2010-05-31 09:43:25 +0000
  • 59fabd005c BUGFIX: duplicate email recipients when duplicating a UDF Will Rossiter 2010-05-31 09:01:58 +0000
  • 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 Will Rossiter 2010-05-31 08:20:04 +0000
  • 50270211f2 ENHANCEMENT: added jquery picker to editabledatefield for date picker. Will Rossiter 2010-05-31 07:57:00 +0000
  • 4e8abded2e BUGFIX: removed sortable event from livequery as it no longer needs to be Will Rossiter 2010-05-24 02:49:16 +0000
  • 6b7e9f576a BUGFIX: livequery has been dropped in favour of live() and livequery is now no longer included in the cms Will Rossiter 2010-05-21 03:59:01 +0000
  • 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 Will Rossiter 2010-05-16 03:55:03 +0000
  • 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 Will Rossiter 2010-05-16 03:21:04 +0000
  • 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 Will Rossiter 2010-05-16 03:19:29 +0000
  • f9152b6108 BUGFIX: Fixed CSV export generating file with duplicated headers Carlos Barberis 2010-04-26 22:55:52 +0000
  • 826c6b5829 BUGFIX: Include HideFormData field into send plain email - fix for #5211 Michael Andrewartha 2010-04-25 22:36:09 +0000
  • 8166f686d0 BUGFIX: table and column names quoted properly Geoff Munn 2010-04-08 21:18:01 +0000
  • 91743ce3f5 BUGFIX: avoid segfault triggered by component call. BUGFIX: change the ui version to get the sortable working again. Mateusz Uzdowski 2010-03-22 04:18:09 +0000
  • 57097f5905 BUGFIX: fixed class relation PATCH via tobych #4916 Will Rossiter 2010-03-12 03:09:36 +0000
  • dd4cd20302 MINOR Fixed jquery-ui include paths in FieldEditor->Field() Ingo Schommer 2010-03-11 03:32:13 +0000
  • 876f2c5c57 ENHANCEMENT UserFormsMigrationTask fixes to remove SQL and use the ORM instead Sean Harvey 2010-03-09 01:20:43 +0000
  • 717139bfae BUGFIX Removed unncessary backticks Sean Harvey 2010-03-09 01:14:03 +0000
  • 3c638d27fc MINOR: fixed spelling mistake (related to 99491) Mateusz Uzdowski 2010-02-22 01:37:27 +0000
  • 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 Will Rossiter 2010-02-14 07:53:16 +0000
  • 10bf22cb00 MINOR: look up tables through DB::tableList() Andreas Piening 2010-01-27 03:04:37 +0000
  • f0dbf7f917 BUGFIX Redundancy of HTTPRequest when exporting data in SubmittedFormReportField because of recent class name changes Sean Harvey 2010-01-08 03:04:33 +0000
  • 468ebf4fcb BUGFIX Fixed mssql error when attempting to export data using SELECT DISTINCT query in SubmittedFormReportField Sean Harvey 2010-01-08 03:03:35 +0000
  • 5579474bb1 Created 0.2.1 release 0.2.1 Will Rossiter 2009-12-22 20:50:02 +0000
  • 3b33b9eafb MINOR: added note about 0.2.1 release Will Rossiter 2009-12-22 20:48:58 +0000
  • e4fb391760 MINOR: removed RAW filter on submitted form fields Will Rossiter 2009-12-18 03:32:48 +0000
  • 6640bbf595 BUGFIX: fixed conflict of Versioned extension functions. MINOR: added tests for publishing multiple option fields (from r95032) Will Rossiter 2009-12-18 03:12:41 +0000
  • f9926da3ff MINOR: Removed explicit svn:mergeinfo from subfolders Will Rossiter 2009-12-18 02:33:04 +0000
  • 70f05b891e BUGFIX: fixed conflict of Versioned extension functions. MINOR: added tests for publishing multiple option fields Will Rossiter 2009-12-12 08:59:20 +0000
  • 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 Ingo Schommer 2009-12-09 22:28:09 +0000
  • b4f5229f58 MINOR: Removed closing ?> from class files. MINOR: fixed package names Will Rossiter 2009-12-07 02:04:20 +0000
  • 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 Will Rossiter 2009-12-07 00:52:00 +0000
  • 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 Will Rossiter 2009-12-07 00:37:20 +0000
  • 74b1e8c393 Created 0.2 branch for 2.3 compatibility Will Rossiter 2009-12-06 23:02:39 +0000
  • 9520b8693e MINOR: removed undefined method call Will Rossiter 2009-12-06 22:52:43 +0000
  • 71d0d4223d BUGFIX: fixed conflict with field and method naming. Removed unneeded field from model Will Rossiter 2009-12-06 22:41:47 +0000
  • 3e3cb21f6d MINOR: updated README Will Rossiter 2009-12-06 07:05:41 +0000
  • fd9c08a195 MINOR can* methods on EmailRecipient now inherit off the form. Tom Rix 2009-12-04 00:39:56 +0000
  • 85c30f68e4 FEATURE: added migration tool for publishing unversioned forms Will Rossiter 2009-11-24 21:07:36 +0000
  • 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) Mateusz Uzdowski 2009-11-24 20:11:50 +0000
  • 6a039d4b8f Tabs reordered (possible IE7 bug fixes where last two tabs were unreachable) Geoff Munn 2009-11-17 00:39:24 +0000
  • db4cd3de31 BUGFIX Fixed UserDefinedFormEditorTest: Logging in before publishing so canPublish() doesnt return false Ingo Schommer 2009-11-09 04:48:35 +0000
  • c34a2af447 FEATURE: Added Inequality filters to the custom rules. To Allow Numeric fields to be processed by > < statements Will Rossiter 2009-11-02 07:22:30 +0000
  • 7ca3371fa1 BUGFIX: remove the extra last empty column. ENHANCEMENT: add Submitted column for submission export at the end. Normann Lou 2009-10-28 23:24:10 +0000
  • 3d9b764987 BUGFIX: added ID to literal field html to allow the js validation to apply Will Rossiter 2009-10-27 09:38:38 +0000
  • c073596b68 BUGFIX: fixed issue with disabling saving submissions and emailing #4629. BUGFIX: fixed saving member object error when logged in using a form Will Rossiter 2009-10-27 09:23:42 +0000
  • 2ca993b7c4 BUGFIX: Updated module to support 2.4 API changes Sam Minnee 2009-10-26 22:04:11 +0000
  • 97e49b296f BUGFIX Fixed column naming in UserDefinedFormEditorTest Ingo Schommer 2009-10-15 19:48:08 +0000
  • 31141e972d BUGFIX: fixed incorrect code being commited for the userforms identifier Will Rossiter 2009-10-15 02:36:43 +0000
  • 70944fcabb BUGFIX: fixed incorrect self reference Will Rossiter 2009-10-15 02:29:48 +0000
  • ae8e0fa01a MINOR: added styling hook for required identifier Will Rossiter 2009-10-15 00:41:02 +0000
  • 86b4df4953 FEATURE: added ability to have a required identitifer specificed globally Will Rossiter 2009-10-15 00:33:13 +0000
  • 789d1db241 MINOR: improved readme documentation Will Rossiter 2009-10-15 00:32:36 +0000
  • 4cfe303989 MINOR Fixed where clauses to use ANSI compatible SQL in UserDefinedFormEditorTest Sean Harvey 2009-10-06 05:11:12 +0000
  • 3fe18477d8 MINOR Removed backticks from queries in UserDefinedFormEditorTest because they break SQL Server and PostgreSQL Sean Harvey 2009-10-06 04:22:29 +0000
  • 4cdeb3d20f BUGFIX Fixed SQL that contained backticks to work on databases with ANSI SQL enabled Sean Harvey 2009-09-29 23:04:52 +0000
  • 16307e5562 MINOR: removed Text Length as width of the fields are overridden by css styles Will Rossiter 2009-09-23 03:21:03 +0000
  • 05175d2a17 MINOR: updated userforms translation file Will Rossiter 2009-09-23 03:02:12 +0000
  • d99975d2bf MINOR: fixed tabs with translatable tokens. Patch via cinek #4535. Will Rossiter 2009-09-23 03:00:08 +0000
  • fa21900504 MINOR: removed code to reference the editor from the form field Will Rossiter 2009-09-23 02:46:48 +0000
  • e24cd75b21 ENHANCEMENT: added staging / versioning support for EditableOptions Will Rossiter 2009-09-23 01:36:52 +0000
  • 2fd0883ea1 BUGFIX: fixed ghost records existing on the live site when editing draft Will Rossiter 2009-09-23 00:02:50 +0000
  • 379bcc7921 ENHANCEMENT: added inital versioning / staging support to userforms. Supports different forms on stage / live. ENHANCEMENT: added unit tests to cover versioning / staging Will Rossiter 2009-09-22 22:36:53 +0000
  • 61edb74f36 BUGFIX: changed .change() to .click() on the custom rules handler to fix issue with changing checkboxs in IE8 Will Rossiter 2009-09-16 21:36:02 +0000
  • 8977e65471 BUGFIX: changed attr to ATT as Attr has been deprecated Will Rossiter 2009-09-15 04:58:00 +0000
  • 0f2eec56ed MINOR Updated master language tables Ingo Schommer 2009-09-10 04:11:30 +0000
  • 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() Will Rossiter 2009-09-09 22:47:26 +0000
  • 8fd9de7d1d BUGFIX: fixed typo with get_by_id being called rather then get() Will Rossiter 2009-09-02 04:26:00 +0000
  • ca6f4b296c FEATURE: added migration script for migrating userforms 0.1 projects over to userforms 0.2 Will Rossiter 2009-09-01 02:56:44 +0000
  • 5a30394ce0 MINOR: removed dots in french translation entry Will Rossiter 2009-08-21 00:17:18 +0000
  • 79cf7f1bee BUGFIX: remove and add the class rather then showing / hiding Will Rossiter 2009-08-14 04:47:30 +0000
  • 516c7cd681 Added quotes to query Carlos Barberis 2009-08-13 00:19:20 +0000
  • ff96c99055 Added ORDER BY ID in query to export submissions to csv file Carlos Barberis 2009-08-12 23:59:16 +0000
  • 8ccb893881 BUGFIX: more options don't get hidden by default Saophalkun Ponlu 2009-08-12 02:48:37 +0000
  • 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 Saophalkun Ponlu 2009-08-11 04:42:50 +0000
  • c0a59a7bf3 Fixed Error when trying to add/edit email recipient in CMS Carlos Barberis 2009-08-07 02:13:53 +0000
  • dfc0a41fde renamed tag 0.2.0 Will Rossiter 2009-07-27 02:49:55 +0000
  • c9021fcfd0 Created 0.2 release 0.2 Will Rossiter 2009-07-27 01:42:00 +0000
  • b2d77150f3 MINOR: updated lang file Will Rossiter 2009-07-26 23:23:45 +0000
  • f3cc04a3d0 MINOR: updated changelog to reflect 0.2 release Will Rossiter 2009-07-26 22:30:27 +0000
  • 5da7a2d2a8 FEATURE: added ability to disable saving form submissions to the server Will Rossiter 2009-07-22 04:02:21 +0000
  • c7b6639d1e MINOR: sort submissions based on newer ones first Will Rossiter 2009-07-22 03:34:27 +0000