Commit Graph

78 Commits

Author SHA1 Message Date
Ingo Schommer
86e3f222ba Correct template namespace for translations, updated translations 2013-11-06 15:05:31 +01:00
Will Rossiter
9b134f1a78 FIX: Check security ID on admin non form links (Fixes #158) 2013-09-04 23:35:01 +12:00
Stephen Shkardoon
b2e678ae1d Remove title from email template
If this is here, there's no way for us to generate an email that's not horribly ugly (short of custom CSS / templates).

This allows users of the standard module to decide *exactly* what content goes into an email without dealing with forking/customizing the code.

This will be a minor BC break.
2013-07-17 12:36:12 +12:00
Will Rossiter
6f1f3a2c40 FIX: if type has not been selected, do not attempt to create a new field 2013-03-21 23:32:05 +13:00
ARNHOE
b445a308ed FIX: update templates for 3.1 template syntax 2013-03-21 23:05:17 +13:00
Will Rossiter
8e252c88ed NEW Migrate submissions section to a GridField instance. (Fixes #94) 2013-03-05 10:45:54 +13:00
Robert Curry
6f376de8d9 Code-style fixes 2012-12-17 08:50:33 +13:00
Robert Curry
2861bbdf0c BUG Build URLs to respect other parameters 2012-12-14 14:55:31 +13:00
Kirk Mayo
e4875edd05 BUG: Coding convention changes mainly replacing spaces with tabs 2012-07-17 16:09:31 +12:00
Will Rossiter
d08543f705 MINOR: translate pages string in submittedformfield. MINOR: updated unit test to reflect updated template 2012-05-19 10:49:34 +12:00
Stig Lindqvist
1590172d0c BUGFIX: A Submitted file couldn't not be shown / downloaded in the submission report 2012-05-14 14:16:46 +12:00
Stig Lindqvist
0bbfb720ca BUGFIX: Submissions could not be paginated. 2012-05-14 14:16:07 +12:00
Stig Lindqvist
89c7cf8a15 MINOR Aligned the 'Add field' buttons and drop down 2012-05-14 10:20:19 +12:00
Stig Lindqvist
7602f7bbfe MINOR Fixing image paths for EditableOptions template 2012-05-14 10:20:19 +12:00
Stig Lindqvist
e6d8e81b33 ENHANCEMENT Changed the submission rendering in the CMS 2012-05-09 15:17:25 +12:00
Will Rossiter
3256663cad BUGFIX: fixes for 3.0 unit tests. Ensure form is not shown if no fields in the list, Prevent nested with getSubmissions(). 2012-05-07 22:00:18 +12:00
Stig Lindqvist
93d7da417a MINOR Template updates to support SS 3.0
- Use the correct path to the icons where ever they might be
 - Print out added HTML attributes for FieldEditor to support data-add-url set via PHP
2012-05-07 17:41:29 +12:00
edchipman@gmail.com
5de26cd897 Replaced all instances of new FieldSet() with new FieldList()
Replaced the complex table field used for editing the email recipients with GridField

Replaced instances of SAPPHIRE_DIR with FRAMEWORK_DIR

Replaced instances of sapphire/ in css and templates with framework/

Re-organized tabs on user defined form so they are top level

Replaced calls to toDropdownMap() with map()

Renamed getCMSFields_forPopup() top getCMSFields()
2012-05-07 17:41:29 +12:00
guywatson
5b19360f08 Added another require line, so that the jquery-ui.custom.js is included. This is because this file was renamed in the post 2.4 branch of SS 2012-02-14 14:41:15 +11:00
Will Rossiter
5ca720b508 BUGFIX When using a single rule that with a hidden condition, cms would not correctly reflect the database 2011-10-22 10:10:30 +13:00
Ingo Schommer
eac0077cb6 BUGFIX Loose type check in SubmittedFormEmail.ss in order to stay compatible with trunk SSViewer rewrite (1 != '1') 2011-03-14 14:52:56 +13:00
Will Rossiter
062770da17 BUGFIX: fixed rule value fields being hidden on load. BUGFIX: use delegate rather than live for select field changes as IE7/8 will not trigger live changes. 2011-03-06 15:47:01 +13:00
Carlos Barberis
1e0ac7f49f BUGFIX: Fixed prev link on Submissions tab 2010-10-27 22:20:23 +00:00
Mateusz Uzdowski
bf6b73bbb1 BUGFIX: fix next/prev links in Submissions tab 2010-10-22 01:09:56 +00:00
Mateusz Uzdowski
c684b87815 ENHANCEMENT: add confirmation dialog to "Delete all submissions" 2010-10-12 03:21:48 +00:00
Will Rossiter
503c5c3ff6 ENHANCEMENT: implemented tests for exporting csv files 2010-09-08 10:35:43 +00:00
Will Rossiter
3c1d81d014 ENHANCEMENT: added test coverage for UserDefinedForm.php and placeholders for other sections. API change: processNewFormFields removed
API change: refactored Form() into getFormFields(), getFormActions(), getRequiredFields()

ENHANCEMENT: added updateForm* extension hooks to allow customization of userforms
BUGFIX: gave custom scripts their own ID to enable it to be blocked.
2010-09-03 05:06:13 +00:00
Will Rossiter
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 2010-08-05 23:24:04 +00:00
Will Rossiter
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 2010-07-07 09:17:37 +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
71d0d4223d BUGFIX: fixed conflict with field and method naming. Removed unneeded field from model 2009-12-06 22:41:47 +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
Will Rossiter
8977e65471 BUGFIX: changed attr to ATT as Attr has been deprecated 2009-09-15 04:58:00 +00:00
Will Rossiter
b2d77150f3 MINOR: updated lang file 2009-07-26 23:23:45 +00:00
Will Rossiter
84436d2bfb MINOR: added userforms template from cms folder 2009-07-16 04:00:41 +00:00
Will Rossiter
031b91a791 MINOR: fixed undefined notice with export csv 2009-07-10 04:51:24 +00:00
Will Rossiter
3351ef17b3 MINOR: fixed validation button width. MINOR: increased title to 255 chars rather then 50 to allow for longer checkboxs 2009-07-05 07:14:03 +00:00
Tom Rix
9fd0a4b531 MINOR make the ajax requests relative to base 2009-07-03 02:19:12 +00:00
Tom Rix
a2f3381061 MINOR make the ajax requests relative to base 2009-07-03 02:17:44 +00:00
Tom Rix
90f977bde1 2009-07-02 21:18:16 +00:00
Will Rossiter
1d3d309582 BUGFIX: fixed issue with rule based validation trying to save the default rule 2009-06-25 06:55:42 +00:00
Will Rossiter
2fb5441019 BUGFIX: fixed issue with multi select fields not mantaining dropdown values and styling 2009-06-25 05:07:00 +00:00
Sean Harvey
f6f1085029 ENHANCEMENT Moved readonly capabilities to EditableFormFiel from EditableMultipleOptionField - this means you can now set readonly on any form field
BUGFIX Check for readonly when checking edit and delete permissions on FieldEditor
BUGFIX Don't just show "None" when the page is in readonly mode and showing the Fields tab, instead show a readonly representation of the field editor
2009-06-08 04:42:17 +00:00
Will Rossiter
47ecc9cfad BUGFIX: fixed ordering of form fields 2009-05-28 03:51:48 +00:00
Will Rossiter
bb09f582d5 MINOR: changes to the layout of the submitted email 2009-05-22 01:48:47 +00:00
Will Rossiter
8047dec983 BUGFIX: fixed naming conflict with method / var name 2009-05-21 23:31:46 +00:00
Will Rossiter
86bc91d1f2 BUGFIX: fixed permission system for the field editor view 2009-05-14 21:40:03 +00:00
Will Rossiter
603764de01 MINOR: updated email format to use label and the value below as the table layout was not working for longer fields 2009-05-14 20:55:28 +00:00
Will Rossiter
3ec7345ac9 MINOR: fixed language of fieldeditor 2009-05-06 03:46:12 +00:00
Will Rossiter
626f09be39 APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00