mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Changelog for https://github.com/silverstripe/silverstripe-cms/pull/1556 (#5837)
This commit is contained in:
parent
a809e80d01
commit
020d0c181e
@ -53,6 +53,9 @@
|
|||||||
* `DBString->LimitWordCountXML` removed. Use `LimitWordCount` for XML safe version.
|
* `DBString->LimitWordCountXML` removed. Use `LimitWordCount` for XML safe version.
|
||||||
* `$module` parameter in `themedCSS` and `themedJavascript` removed.
|
* `$module` parameter in `themedCSS` and `themedJavascript` removed.
|
||||||
* Theme selector has been removed from SiteConfig. Please use `SSViewer.themes` config instead.
|
* Theme selector has been removed from SiteConfig. Please use `SSViewer.themes` config instead.
|
||||||
|
* `CMSMain::buildbrokenlinks()` action is removed.
|
||||||
|
* `Folder_UnusedAssetsField` is removed.
|
||||||
|
* `UpgradeSiteTreePermissionSchemaTask` is removed.
|
||||||
|
|
||||||
## New API
|
## New API
|
||||||
|
|
||||||
@ -997,4 +1000,4 @@ The default `admin/` URL to access the CMS interface can now be changed via a cu
|
|||||||
`AdminRootController`. If your website or module has hard coded `admin` URLs in PHP, templates or JavaScript, make sure
|
`AdminRootController`. If your website or module has hard coded `admin` URLs in PHP, templates or JavaScript, make sure
|
||||||
to update those with the appropriate function or config call. See
|
to update those with the appropriate function or config call. See
|
||||||
[CMS architecture](/developer_guides/customising_the_admin_interface/cms-architecture#the-admin-url) for language
|
[CMS architecture](/developer_guides/customising_the_admin_interface/cms-architecture#the-admin-url) for language
|
||||||
specific functions.
|
specific functions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user