mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fix missing packages
This commit is contained in:
parent
80aca3a511
commit
46180f671e
@ -69,6 +69,8 @@ class CMSBatchAction_Archive extends CMSBatchAction {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Batch restore of pages
|
* Batch restore of pages
|
||||||
|
* @package cms
|
||||||
|
* @subpackage batchaction
|
||||||
*/
|
*/
|
||||||
class CMSBatchAction_Restore extends CMSBatchAction {
|
class CMSBatchAction_Restore extends CMSBatchAction {
|
||||||
|
|
||||||
|
@ -229,8 +229,11 @@ abstract class CMSSiteTreeFilter extends Object implements LeftAndMain_SearchFil
|
|||||||
* pages that is currently published.
|
* pages that is currently published.
|
||||||
*
|
*
|
||||||
* Note that this does not check canView permissions that might hide pages from certain visitors
|
* Note that this does not check canView permissions that might hide pages from certain visitors
|
||||||
|
*
|
||||||
|
* @package cms
|
||||||
|
* @subpackage content
|
||||||
*/
|
*/
|
||||||
class CMSSIteTreeFilter_PublishedPages extends CMSSiteTreeFilter {
|
class CMSSiteTreeFilter_PublishedPages extends CMSSiteTreeFilter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @todo Cleanup, refactor, test this class
|
* @todo Cleanup, refactor, test this class
|
||||||
|
*
|
||||||
|
* @package cms
|
||||||
|
* @subpackage model
|
||||||
*/
|
*/
|
||||||
class SiteTreeFolderExtension extends DataExtension {
|
class SiteTreeFolderExtension extends DataExtension {
|
||||||
|
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package cms
|
||||||
|
* @subpackage model
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds tracking of links in any HTMLText fields which reference SiteTree or File items.
|
* Adds tracking of links in any HTMLText fields which reference SiteTree or File items.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user