KarlKl
2ae65a6f3d
Silverstripe.com is not this version
...
On Silverstripe.com(http://doc.silverstripe.com/framework/en/3.0/topics/shortcodes ) is an older version of this file.
From the "Built-in Shortcodes"-heading down to the bottom the page is marked as code.
Cheers
K
2014-02-21 09:04:53 +01:00
Damian Mooyman
194393d705
Merge pull request #2883 from TomSpeak/patch-1
...
DOC: DropdownField __construct
2014-02-21 12:36:08 +13:00
Thomas Speak
c7e57e0087
DOC: DropdownField __construct
...
Current docs make PHPStorm spew errors about data types.
`new CheckboxSetField('Countries'...);`
Causes `Expected The, got string`.
Simple restructure.
2014-02-20 23:04:53 +00:00
Damian Mooyman
042e7a5e5c
Merge pull request #2882 from sanjaymundhra/patch-4
...
update dataobject.md
2014-02-21 10:06:53 +13:00
Damian Mooyman
ebeb663ddf
BUG Fixed critical issue with Folder::find_or_make failing to handle invalid filename characters
...
BUG Fix UploadField duplicate checking with invalid folderName
2014-02-21 09:11:34 +13:00
sanjay
fff9222dd3
update dataobject.md
...
fixex typo
2014-02-20 16:40:47 +05:30
Fred Condo
46695d3b4b
Combine form validation topic with forms topic
...
- Proofread entire file (forms & form validation topics)
- Re-wrap paragraphs to 80 columns
- Correct/update links from other doc files
2014-02-19 13:43:17 -08:00
Loz Calver
90952e7bd4
FIX: Ensure valid CSS classes for GridField header ( fixes #2361 )
2014-02-19 21:17:52 +00:00
Ingo Schommer
429fdfaa72
Merge pull request #2873 from kinglozzer/2872-ie8-jquery-ondemand
...
FIX: IE8 support in jquery.ondemand.js (fixes #2872 )
2014-02-20 07:19:35 +13:00
Loz Calver
a681bd7bd2
FIX: IE8 support in jquery.ondemand.js ( fixes #2872 )
2014-02-19 16:57:27 +00:00
Sander van Dragt
ced49d9090
Better visibility of key phrasing
2014-02-19 11:25:44 +00:00
Ingo Schommer
caecc05b0b
Upload path regression caused by 3d24079
2014-02-19 16:39:10 +13:00
Ingo Schommer
6ba7b2e3d8
Added changelog links
2014-02-19 15:40:16 +13:00
Ingo Schommer
2bc62f2e71
Added changelog links
2014-02-19 15:39:54 +13:00
Ingo Schommer
4af711613f
3.1.3-rc1 changelog
2014-02-19 15:24:04 +13:00
Ingo Schommer
ec02df2160
Removed SS-2014-002 from changelog, not backported to 3.0
2014-02-19 15:22:12 +13:00
Ingo Schommer
a6f794c3b9
Added 3.0.9-rc1 changelog
2014-02-19 15:20:24 +13:00
Ingo Schommer
705c75baa5
Merge pull request #2861 from srizzling/expand-filter-update
...
Expand CMS Panel Update + New Test File
2014-02-18 23:38:31 +13:00
Tom Densham
f2568f8489
FIX Requirement documentation of MySQL driver
...
Currently the documentation states that the `mysql` module for PHP is required, however as of #84 (over 2 years ago) this is no longer the case and the required module is now `mysqli`.
2014-02-18 23:06:29 +13:00
Ingo Schommer
1930add745
Note about SiteTree.ExtraMeta in security docs
2014-02-18 16:07:50 +13:00
Ingo Schommer
9b57609fcd
Merge pull request #2853 from hafriedlander/feature/htmltext_whitelist
...
NEW Allow specifying element whitelist in HTMLText fields
2014-02-18 15:38:30 +13:00
Hamish Friedlander
d6630d240a
NEW Allow specifying element whitelist in HTMLText fields
2014-02-18 14:02:04 +13:00
Ingo Schommer
a101d4edb3
Updated translations
2014-02-18 11:49:55 +13:00
Ingo Schommer
53a699527e
Preliminary 3.1.3 changelog
2014-02-18 11:44:08 +13:00
Sriram Venkatesh
80997171cc
Updated Expand CMS Panel to find first visible panel and added new test file
2014-02-18 11:17:31 +13:00
Sean Harvey
30e3904e4c
Merge pull request #2845 from kinglozzer/1429-summary-searchable-fields
...
FIX: searchable_fields inheritance from summary_fields includes methods called on fields (fixes #1429 )
2014-02-17 15:14:54 +13:00
Sean Harvey
3b9d49e32d
Merge pull request #2852 from stojg/director-test-http-port
...
BUG: Director::test() don't respect port settings in $_FILE_TO_URL_MAPPING
2014-02-17 13:55:53 +13:00
Stig Lindqvist
0077e25352
BUG: Director::test() don't respect port settings in $_FILE_TO_URL_MAPPING
...
Director::test() don't set the HTTP_HOST with the port number if that has been set.
Later call to Director::makeRelative() will return wrong value because of the strict string matching
(http://localhost/ != http://localhost:8000 )
This bug affects all modules that are using Director::test in CLI where the $_FILE_TO_URL_MAPPING
have been set to use a domain with a port in it, i.e. static publishers.
2014-02-17 11:54:10 +13:00
Loz Calver
d91c7d14b8
FIX: Rewrite Member getCMSFields to ensure updateCMSFields is only run once ( fixes #2827 )
...
Fix usage of inside closure
Can't use self:: in closure either
Basic unit tests to check extensions are applied correctly
2014-02-16 21:21:15 +00:00
Loz Calver
a91a4bbdc2
FIX: Searchable fields with dot notation can be inherited from summary_fields ( fixes #1429 )
2014-02-14 21:52:47 +00:00
Will Rossiter
5ec6cacf60
Merge pull request #2848 from nedmas/patch-2
...
Requirement documentation of MySQL driver
2014-02-15 08:44:33 +13:00
Tom Densham
8b3d74ed0f
FIX Requirement documentation of MySQL driver
...
Currently the documentation states that the `mysql` module for PHP is required, however as of #84 (over 2 years ago) this is no longer the case and the required module is now `mysqli`.
2014-02-14 13:29:54 +00:00
Sam Minnée
99a3a6e431
Merge pull request #2847 from sminnee/fix-travis-infinite-loop
...
Fix travis-specific infinite loop in 3.0
2014-02-14 16:51:17 +13:00
Sam Minnee
a1c3cf1cf4
Removed use of assertCount() from this test as it causes infinite loops on Travis.
2014-02-14 16:39:36 +13:00
Sam Minnee
4f7c6ebcff
FIX: Fixed behat text selection rule, which broke some tests.
...
The behat rule for text selection wasn't working due to the JavaScript not executing properly. I have
also updated the code to traverse all childNodes, which is important if you have text like this:
<p>text1 <b>text2</b> text3</p>
And you are trying to select 'text3'
2014-02-13 17:36:46 +13:00
Ingo Schommer
5e29249593
Merge remote-tracking branch 'origin/3.0' into 3.1
...
Conflicts:
search/filters/PartialMatchFilter.php
2014-02-12 15:18:27 +13:00
Ingo Schommer
3f9bd383d4
Removed SWFUpload, no longer used
2014-02-12 15:11:46 +13:00
Hamish Friedlander
82f65fded4
FIX Dont pop up basic auth dialog when trying to flush and isDev=1, just redirect to Security/login like normal
2014-02-12 14:51:33 +13:00
Ingo Schommer
5e38ef9e55
Merge pull request #2835 from kinglozzer/1891-csrf-friendly-error
...
NEW: Forms with invalid/expired SecurityIDs are repopulated (fixes #1891 )
2014-02-12 09:44:03 +13:00
Andrew Short
b9ee4c4360
Merge pull request #2840 from yearofthegus/document-datetime
...
Fixed and documented SS_Datetime methods that returned date and/or time
2014-02-11 10:38:41 +11:00
Gus King
dad10b99f4
Fixed and documented SS_Datetime methods that returned formatted date/times.
2014-02-10 17:57:30 -05:00
Sean Harvey
e9f3073fc9
Merge pull request #2837 from chillu/pulls/2836-upload-filename-filter
...
Use filtered file paths in upload (fixes #2836 )
2014-02-10 14:48:10 +13:00
Sean Harvey
c322cb2d65
Fixing SQLQueryTest failures on PHPUnit 3.7.30
2014-02-10 13:32:39 +13:00
Sean Harvey
51a936345a
Merge pull request #2839 from tractorcow/pulls/3.1-fieldgroup-description
...
BUG Fix missing Description element on FieldGroup_holder.ss
2014-02-10 10:50:25 +13:00
Damian Mooyman
1c7af2fd04
BUG Fix missing description element on FieldGroup_holder.ss
2014-02-10 10:38:00 +13:00
Loz Calver
058219c0ee
NEW: Forms with invalid/expired SecurityIDs are repopulated ( fixes #1891 )
2014-02-09 10:19:24 +00:00
Ingo Schommer
0f1ae75dd8
Correct JS i18n in UploadField ( fixes #2370 )
2014-02-09 20:43:08 +13:00
Ingo Schommer
74a010184e
Merge pull request #2834 from mattkirwan/patch-1
...
Updated add-on URL.
2014-02-09 19:54:05 +13:00
Ingo Schommer
3d24079d15
Use filtered file paths in upload ( fixes #2836 )
2014-02-09 19:24:09 +13:00
Matt Kirwan
7b1f1a5e4d
Updated add-on URL.
2014-02-07 15:48:34 +00:00