Commit Graph

772 Commits

Author SHA1 Message Date
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
Damian Mooyman
5288c4d441 Merge pull request #317 from scott1702/master
add warning about publicly accessible files
2015-08-27 18:52:27 +12:00
scott1702
cfa1f8345a add warning about publicly accessible files 2015-08-27 18:10:13 +12:00
Damian Mooyman
ac731067a8 Merge pull request #316 from scott1702/master
focus on first invalid field after form validation
2015-08-27 16:16:10 +12:00
scott1702
7f31dbe4ff focus on first invalid element after form validation
Checkbox/radio groups now get caught by validation
2015-08-27 15:27:08 +12:00
Christopher Pitt
be90ffac35 Merge pull request #312 from flashbackzoo/pulls/fix-checkbox-markup
Make checkbox field markup consistant with other fields
2015-08-24 19:20:00 +12:00
David Craig
8d7bbfa456 Make checkbox field markup consistant with other fields 2015-08-24 15:30:55 +12:00
Damian Mooyman
7dae70c25d Merge pull request #308 from flashbackzoo/pull/fix-duplicate-id
Fix multiple submit buttons being used
2015-08-24 12:51:08 +12:00
David Craig
da400e8306 Fix multiple submit buttons being used 2015-08-24 10:38:02 +12:00
Christopher Pitt
a250fa3171 Merge pull request #310 from flashbackzoo/pulls/update-right-title
Consistant treatment of field's right title
2015-08-21 15:47:58 +12:00
David Craig
e9ef2a03aa Consistant treatment of field's right title 2015-08-21 15:21:33 +12:00
Damian Mooyman
543d79c326 Merge pull request #309 from scott1702/master
place gridfield buttons in button row
2015-08-21 14:43:25 +12:00
Christopher Pitt
d1397a9a5d Merge pull request #297 from tractorcow/pulls/fix-form-tag
BUG Fix <form > tag being invalidly nested inside <p> tag
2015-08-21 14:34:33 +12:00
scott1702
2726fda72e place gridfield buttons in button row 2015-08-21 13:41:00 +12:00
Damian Mooyman
09553a1293 BUG Fix <form > tag being invalidly nested inside <p> tag 2015-08-21 12:26:52 +12:00