Commit Graph

786 Commits

Author SHA1 Message Date
scott1702 acc469b2e8 Add sitetree icon 2015-10-29 12:02:11 +13:00
Ingo Schommer 7aba5e340c Merge pull request #374 from tractorcow/pulls/fix-3.2-compat
BUG Prevent subsequent write being triggered in onAfterWrite()
2015-10-29 11:40:04 +13:00
Damian Mooyman 16472b8827 BUG Prevent subsequent write being triggered in onAfterWrite()
Fix minor JS error
2015-10-28 14:51:00 +13:00
Damian Mooyman 881fa401cb Merge pull request #358 from madmatt/pulls/hide-literalfield-label
ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
2015-10-22 10:15:56 +13:00
Damian Mooyman 000b024055 Merge pull request #364 from frankmullenger/emailobject-356
MINOR: New email object for each recipient
2015-10-19 12:56:38 +13:00
Damian Mooyman 3814e6c6d0 Merge pull request #362 from flamerohr/validation-fix
Remove '[' and ']' from jQuery selector for checkbox groups
2015-10-07 15:37:28 +13:00
Damian Mooyman b5afcd845d Merge pull request #353 from spekulatius/adding-spaces
adding some spaces for better readability in
2015-10-06 11:58:38 +13:00
Frank Mullenger 5f5cedb3d1 MINOR: New email object for each recipient
Creating a new email object for each recipient so that no state from the previous email object is carried through. Fixes silverstripe/silverstripe-userforms#356.
2015-10-02 11:34:50 +13:00
Christopher Joe 6a8a82a287 removed isCheckboxGroup check and replace 2015-10-01 14:42:29 +13:00
Christopher Joe d0d511c3a5 Remove '[' and ']' from jQuery selector for checkbox groups 2015-09-30 09:55:29 +13:00
madmatt 715be15a4d ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects 2015-09-28 12:02:08 +13:00
Peter Thaleikis 96fd658c0d adding some spaces for better readability in 2015-09-24 10:40:30 +12:00
Damian Mooyman 1f86836031 Add 3.0.2 changelog 2015-09-21 10:17:27 +12:00
Damian Mooyman 606b20bf72 Merge pull request #345 from frankmullenger/frankmullenger-sql-patch
FIX: Casting to integer to prevent potential SQL injection.
2015-09-21 09:10:28 +12:00
Frank Mullenger 2cea1ced31 Update UserDefinedForm.php
Casting to integer to prevent potential SQL injection.
2015-09-21 08:37:12 +12:00
Christopher Pitt cc7a674a7a Merge pull request #344 from spekulatius/adding-space
remove trailing spaces in the codebase
2015-09-21 08:04:40 +12:00
Peter Thaleikis fc0483454f remove trailing spaces in the codebase 2015-09-20 17:08:40 +12:00
Damian Mooyman 07c9fb80bc 3.0.1 changelog 2015-09-18 15:12:56 +12:00
Christopher Pitt 990535a8e8 Merge pull request #342 from tractorcow/pulls/fix-duplicate
BUG Fix duplication of forms with groups
2015-09-18 12:13:34 +12:00
Damian Mooyman acede0d4ab BUG Fix duplication of forms with groups
Fixes #339
2015-09-18 11:56:58 +12:00
Christopher Pitt 4332512fd1 Merge pull request #341 from tractorcow/pulls/fix-versioning
BUG Fix displayrule versioning
2015-09-18 11:34:32 +12:00
Damian Mooyman 1bf826d34e BUG Fix displayrule versioning 2015-09-18 11:07:58 +12:00
Damian Mooyman 14365c963d Merge pull request #338 from flashbackzoo/pulls/update-docs-requirements
Update docs to include requirements
2015-09-15 15:38:41 +12:00
David Craig 8ccc0c9152 Update docs to include requirements 2015-09-15 09:24:09 +12:00
Damian Mooyman 6c381706a2 Merge pull request #337 from silverstripe/fix-code-coverage-reporting
Fixed code coverage reporting
2015-09-14 13:18:56 +12:00
Christopher Pitt cd4f28c641 Fixed code coverage reporting 2015-09-14 12:27:51 +12:00
Damian Mooyman 97d792429e Merge pull request #335 from assertchris/make-supported
Made supported
2015-09-14 09:26:41 +12:00
Christopher Pitt 75737f8a69 Made supported 2015-09-11 11:01:15 +12:00
Christopher Pitt c6a7ac7b38 Merge pull request #330 from spekulatius/remove-trailing-spaces
remove trailing spaces in the codebase
2015-09-11 10:53:42 +12:00
Peter Thaleikis 20cc915236 remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
Christopher Pitt 99e771f942 Merge pull request #329 from spekulatius/adding-space-before-casing
adding a space before casting into a different type
2015-09-11 07:31:31 +12:00
Christopher Pitt b383846790 Merge pull request #331 from spekulatius/adding-space
adding space
2015-09-11 07:30:32 +12:00
Christopher Pitt fd1f038cff Merge pull request #332 from spekulatius/converting-spaces-to-tabs
converting spaces as intentation to tabs
2015-09-11 07:30:16 +12:00
Peter Thaleikis 3434cb2cec converting spaces as intentation to tabs 2015-09-11 00:08:13 +12:00
Peter Thaleikis b8cc50c676 adding space 2015-09-11 00:08:09 +12:00
Peter Thaleikis e7a61dc815 adding a space before casting into a different type 2015-09-11 00:08:02 +12:00
Damian Mooyman d53a66353b Merge pull request #326 from silverstripe/spelling-correction-to-authentication
Spelling correction to "authenication"
2015-09-02 12:55:12 +12:00
Christopher Pitt 4556f1f38c Spelling correction to "authenication" 2015-08-31 14:49:16 +12:00
Christopher Pitt fc49f6b980 Merge pull request #323 from tractorcow/pulls/3.0/fix-export
BUG Fix CSV export with periods in the name
2015-08-31 11:27:57 +12:00
Damian Mooyman d1ad43e23f BUG Fix CSV export with periods in the name 2015-08-31 11:17:18 +12:00
Ingo Schommer 4a37a17cdc Merge pull request #324 from silverstripe/temporarily-remove-code-coverage-reporting
Temporarily removed code coverage reporting
2015-08-31 11:05:06 +12:00
Christopher Pitt b77b4b0928 Temporarily removed code coverage reporting 2015-08-31 10:45:48 +12:00
Ingo Schommer abd64a39ea Merge pull request #322 from tractorcow/pulls/3.0/secure-assets
API Integrate with secure assets module
2015-08-31 09:06:13 +12:00
Damian Mooyman 1dd787327a API Integrate with secure assets module 2015-08-28 16:30:41 +12:00
Damian Mooyman c4a95d59dc Merge pull request #320 from chillu/pulls/allowed-extensions-blacklist
API Disallow HTML uploads by default, make extensions configurable
2015-08-28 15:15:37 +12:00
Damian Mooyman 3f03e6401e Merge pull request #318 from marcokernler/placeholder-support
Added placeholder support for the EditableTextField
2015-08-28 10:47:27 +12:00
Ingo Schommer 1794ef3594 API Disallow HTML uploads by default, make extensions configurable
HTML uploads are only relevant for SilverStripe 3.1,
since they're disallowed by default from 3.2 onwards in
the File.allowed_extensions configuration already.
2015-08-28 10:44:07 +12:00
Damian Mooyman 06b5886056 Merge pull request #319 from chillu/pulls/upload-docs
Clarified upload usage and security considerations
2015-08-28 10:14:50 +12:00
Ingo Schommer abae27f41f Clarified upload usage and security considerations 2015-08-28 10:11:43 +12:00
Marco Kernler fc16557b1d Added placeholder support for the EditableTextField 2015-08-27 13:54:28 +02:00