Indy Griffiths
2b4451cdac
FIX DefaultToToday date format
...
Fixes incorrectly using the minute (m) instead of the month (M) and switches to showing an 2018-09-21 format value
2018-09-22 13:43:00 +02:00
Daniel Hensby
bf086806dc
Merge branch '5.1'
2018-05-09 14:06:12 +01:00
Daniel Hensby
8809d516c4
Merge branch '5.0' into 5.1
2018-05-09 14:03:34 +01:00
Daniel Hensby
e4871b880c
Merge branch '4.5' into 5.0
2018-05-09 14:01:17 +01:00
Chen Shenghan
b205ca952a
NEW default value for Country Dropdown (add i18n to the new fields)
2018-05-02 13:57:47 +12:00
Chen Shenghan
8870833318
NEW empty default value for Country Dropdown
2018-05-01 16:07:03 +12:00
Chen Shenghan
4d89705fe6
NEW default value for Country Dropdown
2018-04-30 22:20:28 +12:00
Robbie Averill
453a35e114
FIX Ensure duplicated multiple option field is written (has an ID) before duplicating options
2018-03-27 10:34:42 +01:00
Robbie Averill
3e71cf7840
Add tests for duplicating multiple option fields, which should duplicate the options too
2018-03-27 10:34:41 +01:00
Robbie Averill
7cbffd8c84
FIX Use a userforms template for the member list field, fixes broken display rules
2018-03-26 11:33:25 +13:00
Robbie Averill
5cce5f5a17
FIX Allow editable form fields to have nullable titles rather than fallback to Name
2018-03-23 16:25:06 +13:00
Robbie Averill
92a2229249
FIX Correctly return the max file size in MB
2018-03-22 16:51:03 +13:00
Robbie Averill
100be38ab1
API Remove use of getEscapedTitle() and deprecated for future removal. Use $Title directly instead.
2018-03-22 09:24:55 +13:00
Robbie Averill
df1d428df8
Use bootstrap alert instead of old .message.notice
2018-03-21 10:49:13 +13:00
Dylan Wagstaff
48bf46215e
FIX stop form items double duplicating ( #728 )
...
When calling `duplicate` on a form, a form field, or suchlike, the results
would be that all related items to the thing being duplicated (such as
fields for a form, or options to an editabledropdown) would be duplicated
_twice_; ie. where a form had two fields, it's new duplicate would have
four (each one occurring twice). We have stopped this in a backwards
compatible way - that is the bug was introduced with core 4.1, and this
change leaves the userforms module compatible with 4.0.
2018-03-05 14:31:33 +13:00
Robbie Averill
fa249dd09f
Merge branch '4'
2018-02-05 12:10:50 +13:00
Robbie Averill
ccf8f86bf8
FIX Update getIcon resource resolution methods
2017-11-03 11:12:55 +13:00
Robbie Averill
317cfdeb6f
FIX Remove incorrect upgrader translation operations and mark to be skipped in future
2017-10-26 10:00:02 +13:00
Robbie Averill
6836174a65
API Remove deprecated migrateSettings() and secure assets integration code
2017-09-21 09:40:04 +12:00
Robbie Averill
be0b843981
FIX Remove unused namespace references and add to doc block references
2017-09-05 09:53:35 +12:00
Robbie Averill
12aad64972
FIX Update namespacing and include paths in new multiple option field tests
2017-08-22 16:40:18 +12:00
Robbie Averill
91bac6dcf4
FIX Add namespaces for UserFormsOptionSetField template and EditableMultipleOptionField templates
2017-08-22 16:40:18 +12:00
Robbie Averill
5c9417da21
API Implement cascading deletes API for model relations
2017-08-22 16:40:17 +12:00
Robbie Averill
cba7c26950
API Move templates to namespaced class locations in the templates folder
2017-08-22 16:40:16 +12:00
Robbie Averill
eea60f66f1
FIX Fix CMS css name, remove old showcalendar DateField config, update CountryDropdownField
2017-08-22 16:40:16 +12:00
Robbie Averill
5af348894a
FIX Update core API changes, implement last of namespacing in test classes, PSR-4 autoloader
2017-08-22 16:40:16 +12:00
Robbie Averill
32586b6363
Run PSR-2 linting
2017-08-22 16:40:16 +12:00
Robbie Averill
cd314d3a3c
FIX Namespacing errors and method incompatibilities with parent classes
2017-08-22 16:40:16 +12:00
Robbie Averill
46c3c5b517
FIX Syntax error and last of translation namespacing
2017-08-22 16:40:15 +12:00
Robbie Averill
0008ffaf01
API Implement upgrader cleanup, array declaration changes, class injection, rename some models
2017-08-22 16:40:15 +12:00
Robbie Averill
eaf374adc5
API Implement SS4 namespacing, add userforms namespaces
2017-08-22 16:40:15 +12:00
Robbie Averill
2e809de2ea
Move files into PSR-4 compatible locations
2017-08-22 16:40:15 +12:00