mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
BUGFIX: pass $allowHTML through to DatalessField. PATCH via escaped (#4822)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@95199 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
2505fbf834
commit
8b8199f1f0
@ -6,3 +6,13 @@ trunk:
|
|||||||
sapphire: /open/modules/sapphire/trunk
|
sapphire: /open/modules/sapphire/trunk
|
||||||
cms: /open/modules/cms/trunk
|
cms: /open/modules/cms/trunk
|
||||||
jsparty: /open/modules/jsparty/trunk
|
jsparty: /open/modules/jsparty/trunk
|
||||||
|
|
||||||
|
wcc:
|
||||||
|
sapphire: /modules/sapphire/branches/2.4-wcc
|
||||||
|
cms: /modules/cms/branches/2.4-wcc
|
||||||
|
jsparty: /modules/jsparty/branches/2.4-wcc
|
||||||
|
|
||||||
|
wc:
|
||||||
|
sapphire: /modules/sapphire/branches/2.3.1-womenconf
|
||||||
|
cms: /modules/cms/branches/2.3.1-womenconf
|
||||||
|
jsparty: /modules/jsparty/branches/2.3.1-womenconf
|
@ -16,3 +16,5 @@ SSViewer::set_theme('blackcandy');
|
|||||||
|
|
||||||
// enable nested URLs for this site (e.g. page/sub-page/)
|
// enable nested URLs for this site (e.g. page/sub-page/)
|
||||||
SiteTree::enable_nested_urls();
|
SiteTree::enable_nested_urls();
|
||||||
|
|
||||||
|
MathSpamProtection::setEnabled(true);
|
Loading…
Reference in New Issue
Block a user