Damian Mooyman
161cd5c14d
Merge pull request #4203 from scott1702/sharedraftcontent-module-fix
...
Fix broken inline buttons
2015-05-26 13:24:59 +12:00
scott1702
f9bd068ffe
Fix broken share draft button
2015-05-26 10:19:47 +12:00
Damian Mooyman
e2f180db86
Merge pull request #4228 from flashbackzoo/pulls/menu-fix
...
Fix left nav styling.
2015-05-25 17:14:31 +12:00
David Craig
8b29732291
Fix left nav styling.
...
- Incorrent collapsed state on reload, when 'flush' param is not present.
- The content area had a horizontal scroll in split-mode.
2015-05-25 16:55:25 +12:00
Damian Mooyman
1b123c4ffb
Merge pull request #4212 from flashbackzoo/pulls/left-nav-behaviour
...
Add 'sticky' behaviour to left menu
2015-05-25 14:44:53 +12:00
David Craig
3bac6fadfe
Add 'sticky' behaviour to left menu
2015-05-25 12:09:14 +12:00
Damian Mooyman
7f61dbdea5
Merge pull request #4227 from scott1702/compass-compile
...
Update css to most recent changes
2015-05-25 10:50:33 +12:00
scott1702
2f2ba8600b
Run compass compile
2015-05-25 10:44:31 +12:00
Damian Mooyman
2936e55a1a
Merge pull request #4223 from kinglozzer/pulls/3923-groupeddropdownfield-validation
...
Add validation for GroupedDropdownField, validate against disabled items (closes #3923 )
2015-05-25 10:34:11 +12:00
Cam Findlay
15ea4aa54c
DOCS Fix issue with bullets and backticks thinking they are code blocks
...
Thanks to @stojg for reporting.
2015-05-23 17:58:51 +12:00
Cam Findlay
058a08f84f
DOCS Fix link to common subclasses of form fields
2015-05-23 17:30:09 +12:00
Loz Calver
cc6a2ef757
Merge pull request #4219 from gregsmirnov/pulls/3.1/fixed-filesystem-mkdir-expects-one-parameter
...
Fixed Filesystem::mkdir() expects one parameter
2015-05-22 21:32:27 +01:00
Loz Calver
68d8df4e04
FIX: DropdownField didn't consider disabled items
2015-05-22 21:14:11 +01:00
Loz Calver
dfb9b76b95
Add validation for GroupedDropdownField ( closes #3923 )
2015-05-22 20:55:54 +01:00
Will Morgan
ba98c74df9
Merge pull request #4214 from rotassator/patch-2
...
Template Syntax doco grammar cleanup
2015-05-22 10:35:20 +01:00
Gregory Smirnov
94f6a13729
BUG Fixed setting LastEdited for DataObject with class ancestry
2015-05-22 11:32:59 +02:00
Gregory Smirnov
bfa57af37e
Fixed Filesystem::mkdir() expects one parameter
2015-05-22 11:11:53 +02:00
Damian Mooyman
e0710ae4e4
BUG Fix DirectorTest failing when run with sake
2015-05-22 14:48:35 +12:00
Damian Mooyman
1b94aa2c04
Merge pull request #4204 from scott1702/tree-highlight
...
Updated SiteTree status overlay colours
2015-05-22 10:35:55 +12:00
Steve Dixon
63eb6c2a24
Template Syntax doco grammar cleanup
...
Some simple edits to improve some grammatical mistakes and consistency.
2015-05-21 12:56:26 +10:00
scott1702
fe15016e2b
Updated SiteTree status overlay colours
2015-05-21 11:34:33 +12:00
Ingo Schommer
85cff0ad8f
Merge pull request #4210 from gregsmirnov/pulls/fix-transliterator-for-polish-locale
...
fixed Transliterator for pl_PL letters
2015-05-21 08:17:47 +12:00
Gregory Smirnov
77a50d153e
fixed Transliterator for pl_PL letters
2015-05-20 19:05:48 +02:00
Gregory Smirnov
f9bdf61b6f
BUG Fixed handling of numbers in certain locales
2015-05-20 12:18:34 +01:00
Loz Calver
332350ff35
Merge pull request #4198 from scott1702/drag-drop
...
Change drag/drop icon and make them only appear on hover
2015-05-20 10:48:20 +01:00
scott1702
2670828cdc
Change drag/drop icons and only appear on hover
2015-05-20 11:00:16 +12:00
Fred Condo
84b78a86bf
Remove references to installing PHPUnit
...
It is now provided automatically via composer. Also, replace the section
about installing PHPUnit with a slightly expanded section on
conveniently invoking phpunit.
2015-05-19 09:24:09 -07:00
Kamran Vighio
20c9d6f02e
Implement validate() method for TextField to validate max length ( closes #4073 )
2015-05-19 09:36:51 +01:00
Damian Mooyman
a2ecb3f086
Merge pull request #4175 from stevie-mayhew/pulls/validation
...
FIX: remove validation type constraint from form fields for 3.2 release
2015-05-19 15:28:09 +12:00
Damian Mooyman
d0e0e75935
Merge pull request #4197 from mthomsonnz/patch-1
...
DOCS: Fix 404 errors on all lesson links
2015-05-19 15:24:12 +12:00
Matt Thomson
f5a72783a8
Fix 404 errors on all lesson links
2015-05-19 14:05:12 +12:00
Damian Mooyman
0ba3ada15b
Merge pull request #4191 from jonom/changefieldorder-fix
...
BUG: FieldList::changeFieldOrder() leftovers discarded
2015-05-18 11:35:03 +12:00
Damian Mooyman
07f42f179d
Merge pull request #4192 from patricknelson/pr-list-typo
...
Fixed typo in SS_List ->toArray() return type.
2015-05-18 10:26:56 +12:00
Patrick Nelson
b43d79cff5
Fixed typo in SS_List ->toArray() return type.
2015-05-17 18:24:24 -04:00
Jonathon Menz
c6bcfea3e3
BUG: FieldList::changeFieldOrder() leftovers discarded
...
Logical error. Use of + operator means items from second array are only merged if the key does not already appear in the first array. The first array has numeric keys 0,1,2 etc. The second array is keyed by field name, but array_values() resets the keys to be numberic starting at 0. This means that some or all leftovers are discarded instead of appended.
2015-05-17 09:09:35 -07:00
Damian Mooyman
c1d500dedc
Added 3.1.13-rc1 changelog
2015-05-14 14:34:09 +12:00
Damian Mooyman
69a244e03f
Update translations
2015-05-14 13:45:03 +12:00
Damian Mooyman
a96b100fe2
Merge pull request #4182 from assertchris/add-better-scrutinizer-support
...
Added better Scrutinizer support
2015-05-14 11:49:25 +12:00
Damian Mooyman
102ef033f9
Merge pull request #4183 from flashbackzoo/pulls/fix-panel-collapse
...
Fix behaviour of panels
2015-05-14 10:37:43 +12:00
David Craig
232ed3cb4f
Fix panel collapse
2015-05-13 10:15:50 +12:00
Christopher Pitt
a868b6b1dc
Added better Scrutinizer support
2015-05-12 23:27:36 +12:00
Loz Calver
3b7aff28d5
Merge pull request #3946 from dhensby/pulls/php-7-tests
...
Test against php 7
2015-05-12 11:40:12 +01:00
Daniel Hensby
069bf40f34
Test against php 7
2015-05-12 11:12:47 +01:00
Damian Mooyman
3907688f7d
Merge pull request #4164 from wilr/fixssreportarraylist
...
FIX: Modifications to GridFieldExportButton to allow ArrayList use in SS_Report
2015-05-11 19:17:40 +12:00
Ingo Schommer
2ea8dd86e1
Merge pull request #4176 from tractorcow/pulls/3.1/fix-combine-media
...
Fix missing media parameter on Requirements::combine_files
2015-05-11 17:36:44 +12:00
Damian Mooyman
b195132407
Fix missing media parameter on Requirements::combine_files
...
Regression from #4136
2015-05-11 17:30:59 +12:00
Will Rossiter
85c51167c0
Merge pull request #4136 from nikrolls/requirements-docblock-improvements
...
Documentation tidy for Requirements.php
2015-05-11 15:08:26 +12:00
Stevie Mayhew
9e8a5c9ba5
FIX: remove validation type constraint from form fields for 3.2 release
2015-05-11 12:32:00 +12:00
Damian Mooyman
11f13119c6
Merge pull request #4161 from assertchris/improve-iis-security
...
Improve IIS security
2015-05-11 12:10:22 +12:00
Christopher Pitt
8d51eea66f
Improve IIS security
2015-05-11 12:01:30 +12:00