Guy Sartorelli
d7857ebbe0
API Migrate SilverStripeNagivator classes
...
These classes are useful with `silverstripe/admin` and
`silverstripe/versioned` without needing `silverstripe/cms`.
2022-10-05 14:24:11 +13:00
Guy Sartorelli
7368df8757
FIX Fix link plugins to support tinymce6
2022-09-30 15:27:38 +13:00
Guy Sartorelli
d56682509c
Merge branch '4' into 5
2022-09-02 11:01:22 +12:00
Guy Sartorelli
2b8bee7970
ENH Don't use deprecated method doRevertTo() ( #2775 )
2022-09-02 10:56:28 +12:00
Steve Boyd
aa4ba82f38
Merge pull request #2769 from creative-commoners/pulls/5/rescue-master-remove-history-viewer
...
API Rescue Master Branch PR: Remove deprecated CMSPageHistoryViewer
2022-09-01 14:50:58 +12:00
Guy Sartorelli
f2c4423d0c
Merge branch '4' into 5
2022-08-31 13:56:26 +12:00
Aaron Carlino
cda7857e12
API: Remove deprecated CMSPageHistoryViewer
2022-08-25 16:18:01 +12:00
Mike Cochrane
2219899c10
MNT Use SiteTree instead of Page in tests
2022-08-25 10:17:41 +12:00
Robbie Averill
79f3fd723d
FIX Use publishRecursive() over doPublish()
...
doPublish() is deprecated.
2022-08-24 16:08:45 +12:00
Guy Sartorelli
ff1c529898
Merge branch '4.11' into 4
2022-07-11 11:33:02 +12:00
Guy Sartorelli
4d679ab4db
FIX Hide uploadfield in redirector page by default
2022-07-08 13:58:47 +12:00
Guy Sartorelli
ead1d2f02b
FIX Always include unsaved anchors from the current WYSIWYG field
2022-06-13 11:17:38 +12:00
Guy Sartorelli
3a990c95f5
MNT Correct test SilverStripeNavigatorItems.
2022-05-06 14:38:00 +12:00
Guy Sartorelli
bb158e4f2e
Merge pull request #2730 from creative-commoners/pulls/4/php81
...
ENH PHP 8.1 compatibility
2022-04-22 16:18:11 +12:00
Steve Boyd
1b0b2154b4
ENH PHP 8.1 compatibility
2022-04-13 17:07:59 +12:00
Andrew Aitken-Fincham
863ed24920
add config var for namespace mapping page->control, add test to confirm
2022-04-13 12:05:13 +12:00
Will Rossiter
ee69d75904
NEW add ability to redirect to a file on the website
2022-04-12 12:42:58 +12:00
Steve Boyd
3b62336180
NEW Include version number in meta generator tag ( #2721 )
2022-03-09 14:48:02 +13:00
Sergey Shevchenko
0db24fc038
FIX SiteTree::getCMSActions unpublish action ( #2703 )
...
* TEST SiteTree::getCMSAction produces valid actions
* FIX Fix invalid SiteTree unpublish action declaration
* refactor: moved new functions to conform with existing naming conventions
see https://github.com/silverstripe/silverstripe-cms/pull/2703#discussion_r789208512
2022-01-21 13:27:02 +13:00
Steve Boyd
854393346f
MNT Assert string
2021-11-19 09:52:29 +13:00
Maxime Rainville
b888dc1414
Merge pull request #2689 from creative-commoners/pulls/4.9/behat
...
MNT Update behat tests
2021-11-18 17:17:27 +13:00
Steve Boyd
96fdf6dc72
Merge branch '4.9' into 4
2021-11-18 17:07:02 +13:00
Steve Boyd
1e3970fefd
MNT Update behat tests
2021-11-17 14:10:48 +13:00
Steve Boyd
c754486693
Merge pull request #2685 from GuySartorelli/patch-1
...
FIX: Treat absolute links in a consistent manner in get_by_link.
2021-11-15 15:10:58 +13:00
Guy Sartorelli
1db69ee91a
ENH: Add tests for absolute URLs in get_by_link
2021-11-15 14:30:44 +13:00
Florian Thoma
480baa6ef8
FIX Use correct canonical tag on VirtualPage ( #2688 )
2021-11-04 14:59:14 +13:00
kevin-hine-innis
bcbeb6d626
FIX SiteTreeLinkTracking_Parser should use the getAnchorsOnPage ( #2697 )
...
Currently, the SiteTreeLinkTracking_Parser only checks the page's content for anchors.
As a result, any anchors that have been added or modified by the updateAnchorsOnPage extension in the getAnchorsOnPage method are marked ss-broken.
This change updates SiteTreeLinkTracking_Parser to get the anchors from the getAnchorsOnPage function on SiteTree. This will allow for more consistent RegEx matching and allow the updateAnchorsOnPage extension to be used when checking for broken links.
2021-11-04 09:31:34 +13:00
Steve Boyd
360fbcd878
API phpunit9 support
2021-10-28 10:40:52 +13:00
Aaron Carlino
f3a76ccf2d
NEW: getByLink plugin allows arrays of links ( #2666 )
...
* NEW: getByLink plugin allows arrays of links
* Allow configurable resolver
* Remove unused exception tag
* Refactor to preserve API backward compat
* Unit test
* Add plugin to readOne
* Fix test
* add new test
2021-09-07 09:34:52 +12:00
Steve Boyd
db9d86eade
MNT Use logInAs() for unit tests
2021-08-18 17:18:01 +12:00
Steve Boyd
e98110d336
MNT Update tests to use logInAs() ( #2679 )
2021-08-18 12:35:36 +12:00
Steve Boyd
12c11e5308
Merge branch '4.8' into 4
2021-07-07 14:01:30 +12:00
Steve Boyd
c2026d06bf
MNT Update embed shortcode unit test
2021-06-29 12:53:48 +12:00
Andre Kiste
87ac196378
Merge pull request #2585 from open-sausages/pulls/4/toast-react
...
BUG Fix Behat test to use new toast notification step
2021-05-21 15:43:24 +12:00
Steve Boyd
d7570cb0e6
MNT Use behat-extension function for clicking elements
2021-04-15 13:42:45 +12:00
Steve Boyd
acbcf4660c
Merge branch '4.6' into 4.7
2021-03-21 10:25:47 +13:00
Steve Boyd
1ccf67b158
MNT Fix archive button behat test
2021-03-18 15:15:16 +13:00
Steve Boyd
babc8a462e
Merge branch '4.6' into 4.7
2021-01-02 10:40:57 +13:00
Garion Herman
af5f7fc445
FIX Re-patch language in behat reports test
...
The language string supporting the title of this report was updated, then
reverted, then updated again, but the related behat test didn't get re-updated
at the same time.
2020-12-09 14:34:16 +13:00
Steve Boyd
9e2d04ab90
MNT Fix broken pages with no content behat test
2020-11-06 13:02:50 +13:00
Steve Boyd
4e10bcfc51
ENH Disable option to create top-level pages based on permissions
2020-10-22 21:21:15 +13:00
Garion Herman
f9f440c35d
Merge pull request #2602 from creative-commoners/pulls/4/fix-pgsql-unit-test-run
...
MNT Fix unit tests not running on PGSQL build
2020-10-22 15:15:50 +13:00
Garion Herman
8a16d708d4
FIX Use Live stage to fetch results during SearchFormTest
...
This resolves an issue with the testUnpublishedPagesNotIncluded case
when running against PostgreSQL.
2020-10-22 14:42:27 +13:00
Maxime Rainville
fd2184e7d1
Merge branch '4.6' into 4
2020-10-22 13:33:16 +13:00
Maxime Rainville
f4edd35989
Merge branch '4.5' into 4.6
2020-10-22 10:50:44 +13:00
Maxime Rainville
aaf4fb4d7a
BUG Remove broken RESOURCES_DIR test
2020-10-15 15:12:44 +13:00
Mojmir Fendek
0fcda80f02
BUG: URL segment filter correction for CMS page search.
2020-10-06 08:37:22 +13:00
Maxime Rainville
2332831a2d
BUG Fix Behat test to use new toast notification step
2020-09-17 17:48:32 +12:00
Steve Boyd
c5a96a2a87
FIX Flush embed shortcode provider cache on SiteTree write
2020-08-26 10:13:39 +12:00
Maxime Rainville
31fa262475
BUG Honour URL suffix on URL Segment field
2020-08-06 14:23:58 +12:00