Christopher Joe
007e0eeb2f
DOCS: Added tutorial for installing silverstripe with Vagrant and Virtualbox
2016-01-13 12:12:21 +13:00
Loz Calver
5a9fcf3d2b
Merge pull request #4782 from dhensby/pulls/3/fix-anchors
...
Fixing anchor selection
2016-01-12 20:15:53 +00:00
Daniel Hensby
2dd8d5e518
Fixing anchor selection
2016-01-12 17:35:06 +00:00
Mateusz Ksiazek
c20d5b6861
Disabled displaying SilverStripe Development Tools header when signed in user go to /dev/build page
2016-01-12 17:01:42 +01:00
Torleif West
a7110bef70
FIX OptionsetField uses aria-required
2016-01-12 14:52:36 +13:00
Damian Mooyman
1a6655b2e2
Merge pull request #4915 from torleif/patch-3
...
FIX OptionsetField input has required #4901
2016-01-12 13:54:41 +13:00
torleif
122784b1cb
FIX OptionsetField input has required #4901
2016-01-12 12:22:24 +13:00
torleif
288c8a8b27
FIX OptionsetField returns valid HTML #4901
2016-01-12 11:38:03 +13:00
Damian Mooyman
aac59a85ff
Merge pull request #4908 from kinglozzer/cms-1307-filelink-field
...
FIX: Update field IDs for file link (fixes silverstripe/silverstripe-cms#1307 )
2016-01-12 11:01:49 +13:00
Damian Mooyman
1d13660530
Merge pull request #4907 from d-rivera-c/pulls/group-roles-admin-check
...
Display all roles when an admin, filter by OnlyAdminCanApply when not
2016-01-12 10:50:07 +13:00
Damian Mooyman
0b3b7ba134
Merge pull request #4888 from sminnee/remove-trailing-whitespace
...
MINOR: Remove trailing whitespace
2016-01-12 10:18:09 +13:00
Jono Menz
734bbd5df4
Merge pull request #4900 from scott1702/tabs-outline
...
Remove the focus outline when clicking on tabs
2016-01-11 09:19:27 -08:00
Loz Calver
85ba918a54
FIX: Update field IDs for file link ( fixes silverstripe/silverstripe-cms#1307 )
2016-01-11 16:37:27 +00:00
Daniel Hensby
65a6f3d148
Merge pull request #4894 from spekulatius/patch-1
...
DOCS moving to spaces for some examples
2016-01-11 15:54:38 +00:00
Damian Mooyman
8a195020ff
Merge pull request #4902 from flamerohr/3
...
DOCS: Added tutorial for installing silverstripe with Vagrant and Virtualbox
2016-01-11 18:11:43 +13:00
Denise Rivera
7e32268ede
display filtered roles when not an admin
2016-01-11 13:05:10 +13:00
Christopher Joe
0ac0e5a7d2
Added tutorial for installing silverstripe with Vagrant and Virtualbox
2016-01-08 15:54:05 +13:00
scott1702
4a0e157479
Remove focus outline when clicking tabs
2016-01-08 15:11:17 +13:00
Damian Mooyman
7e389b941b
Merge pull request #4882 from sb-relaxt-at/4881-drag-and-drop-bugfix
...
jquery.jstree patched to improve drag-and-drop handling
2016-01-08 12:54:01 +13:00
Sam Minnee
4aa50534d5
FIX: Fixes needed to adapt to whitespace changes.
...
API: Whitespace trimmed from custom form field templates
The introduction of trailing newlines on all template files introduced
some changes that needed to be made.
Notably, whitespace has been trimmed from rendered form field templates.
This is the minimal impact to SilverStripe developers, as it preserves
the behaviour of the default field types, but I’ve still noted as a
change.
2016-01-07 14:17:57 +13:00
Sam Minnee
3ee8f505b7
MINORE: Remove training whitespace.
...
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.
Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.
The command used was this:
for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" -exec sed -E -i '' 's/[[:space:]]+$//' {} \+
find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:15:54 +13:00
Sam Minnee
b080a83b98
MINOR: Supress whitespace cleanup in thirdparty folders.
...
The whitespace cleanup specified by editorconfig shouldn't happen on thirdparty
files, as these should be left alone.
2016-01-07 10:09:10 +13:00
Damian Mooyman
c32017e3f3
Merge pull request #4870 from kinglozzer/4821-viewabledata-failover
...
NEW: Add ViewableData::setFailover() to refresh detected methods when changing failover
2016-01-07 10:01:38 +13:00
Loz Calver
c9ba0e48fc
NEW: Add ViewableData::setFailover() to refresh detected methods when changing failover
2016-01-06 15:19:33 +00:00
Damian Mooyman
3c55608075
Merge pull request #4892 from camfindlay/patch-37
...
DOCS FIX typo for i18n
2016-01-06 15:18:51 +13:00
Damian Mooyman
21e1e938eb
Merge pull request #4893 from dhensby/pulls/member-regenerate-session-id
...
FIX session_regenerate_id uses config system
2016-01-06 15:16:31 +13:00
Damian Mooyman
63a1739493
Merge pull request #4618 from dhensby/pulls/permission-check-empty-admin
...
Members with no ID have no permissions
2016-01-06 13:50:08 +13:00
Damian Mooyman
e59595bb23
Merge pull request #4879 from gordonbanderson/patch-1
...
Documentation : Using SQLite for Testing
2016-01-06 13:49:03 +13:00
Peter Thaleikis
4366000a9f
fixing examples
...
PSR-2 style for examples
2016-01-06 12:28:26 +13:00
Daniel Hensby
00544ff100
FIX session_regenerate_id uses config system
2016-01-05 22:31:58 +00:00
Cam Findlay
7b77380df5
DOCS FIX typo for i18n
...
Was causing a number of 404 crawl errors.
2016-01-06 09:11:23 +13:00
Daniel Hensby
4335d8ed22
FIX Members with no ID inherit logged in user permission
2016-01-05 08:16:18 +00:00
Ingo Schommer
70897834c9
Corrected release docs merge pipeline
2016-01-05 14:08:49 +13:00
Damian Mooyman
4d3f709bff
Merge pull request #4885 from scott1702/fix-contrast
...
color updates to meet contrast requirements
2016-01-05 13:34:29 +13:00
Sam Minnée
9644c01178
Merge pull request #4886 from chillu/pulls/release-process-docs-changes
...
Release process docs changes
2016-01-05 11:36:42 +13:00
Ingo Schommer
90837d4aa2
Release docs: Mention IRC, Behat and milestones
2016-01-05 11:27:46 +13:00
Ingo Schommer
ce1a069885
Clarify RC wording in release docs
...
An RC is technically only one of a few "pre-release" labels (alpha, beta, rc)
2016-01-05 11:27:45 +13:00
Ingo Schommer
7c3fd7de13
Note required commands in release docs
2016-01-05 11:27:45 +13:00
scott1702
b64d73dcbf
color updates to meet contrast requirements
2016-01-05 11:20:30 +13:00
Damian Mooyman
bb09340605
Merge pull request #4876 from SilbinaryWolf/remove-validation-from-lookupfield
...
Added unit test to ensure LookupField can't save into a DataObject
2016-01-05 10:18:36 +13:00
Damian Mooyman
df297b28b4
Merge pull request #4874 from christopherdarling/patch-7
...
DOCS: fixed 3.2.0 changelog DataList code sample
2016-01-05 10:10:53 +13:00
Damian Mooyman
ad9d293122
Merge pull request #4872 from powtac/3
...
Typo
2016-01-05 09:54:37 +13:00
Daniel Hensby
5470f23e2f
Merge pull request #4873 from xini/fix-compositefield-extraclass
...
FIX extraClass() method to match parent method
2016-01-04 20:32:53 +00:00
Stephan Bauer
95e96fa2b2
BUG jquery.jstree patched to improve drag-and-drop handling ( fixes #4881 )
2016-01-03 23:20:22 +01:00
Gordon Anderson
f61cedc03c
Update to 00_Unit_Testing
...
Additional section with instructions on running tests using in memory SQLite,
2015-12-30 13:29:32 +07:00
Jake Ben
c07dcaa3af
Added unit test to ensure LookupField can't save into a DataObject
2015-12-24 14:30:50 +11:00
Christopher Darling
ef4a75ad43
DOCS: fixed 3.2.0 changelog DataList code sample
2015-12-23 13:13:32 +00:00
Florian Thoma
e94c0fa221
FIX extraClass() method to match parent method
2015-12-23 21:06:00 +11:00
Simon Brüchner
7ec09b5fde
Typo
2015-12-23 09:32:26 +01:00
Sam Minnée
751264fd6a
Merge pull request #4871 from tractorcow/pulls/3.2/better-release-instructions
...
Improve release process instructions
2015-12-23 16:50:46 +13:00