mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
6c616f5f7a
* WIP Implement polymorphic sitetree link tracking * Update unit tests Merge SiteTreeTrackedPage into SiteTree directly * Fix bugs and issues * Fix support for file link tracking * Add missing use * Add back deprecated extension * Remove obsolete belongs_many_many * Update deprecations * BUG Ensure non-SiteTree records support link tracking * Safer changed check * Shift file tracking test to assets module * Better check for live stage on versioning * Deprecate method * Cleanup virtualpage * Clear records on delete * Ensure upgrade task occurs on draft * fix linting
20 lines
686 B
YAML
20 lines
686 B
YAML
Page:
|
|
content:
|
|
Title: ContentPage
|
|
Content: 'This is some partially happy content. It has one missing a skiplink, but does have another <a name="yes-anchor-here">skiplink here</a>.'
|
|
about:
|
|
Title: About
|
|
URLSegment: about
|
|
Content: 'about us here <a name="yes-anchor-here">about skiplinks here</a>.'
|
|
brokenInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkToID: 0
|
|
workingInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkTo: =>Page.content
|
|
SilverStripe\CMS\Tests\Model\SiteTreeBrokenLinksTest\NotPageObject:
|
|
object1:
|
|
Content: 'Everything will be ok'
|