Guy Sartorelli
cb46fd8aac
MNT Run module-standardiser ( #2919 )
2024-02-02 13:58:01 +13:00
Guy Sartorelli
3847b3ea19
ENH Add generic types ( #2914 )
2024-01-19 10:00:46 +13:00
github-actions
d5faa0158a
Merge branch '5.1' into 5
2023-12-16 13:24:24 +00:00
Steve Boyd
fb5925b325
MNT Update @methods on class docblocks
2023-12-15 11:58:32 +13:00
Guy Sartorelli
c908f1da2b
Merge pull request #2906 from creative-commoners/pulls/5/selectorfield
...
ENH Use SearchableMultiDropdownField to select Members
2023-12-15 09:32:33 +13:00
Steve Boyd
3d94a0e3d0
ENH Use SearchableMultiDropdownField to select Members
2023-12-13 14:15:44 +13:00
github-actions
1f1b64f890
Merge branch '5.1' into 5
2023-11-27 21:11:35 +00:00
Guy Sartorelli
04a0c928b3
Merge branch '4' into 5.1
2023-11-28 10:11:06 +13:00
Will Rossiter
579986a691
FIX Handle exceptions when using /0 as a URL ( #2825 )
2023-11-20 09:49:44 +13:00
github-actions
221b698c15
Merge branch '5.1' into 5
2023-11-11 13:24:07 +00:00
Steve Boyd
dd2bd61387
FIX Limit Member map to 100
2023-11-08 11:55:30 +13:00
Guy Sartorelli
e826152fd1
API Add new SiteTree.hide_pagetypes configuration
...
Allows clearly defining all pagetypes that should be hidden in a single
place, instead of having to spread them out across different pagetypes
with MyPage.hide_ancestor
2023-11-02 15:51:51 +13:00
Sabina Talipova
c1eaaaabfa
MNT Remove TODO comments
2023-10-19 16:22:38 +13:00
Steve Boyd
332898f3ed
Merge branch '5.0' into 5.1
2023-09-05 15:19:54 +12:00
Steve Boyd
7e42058206
Merge branch '4' into 5.0
2023-09-05 15:19:35 +12:00
Sabina Talipova
269eb5d70c
FIX SiteTree::DependentPages method returns non-SiteTree instance
2023-08-31 15:29:01 +12:00
Andrew Paxley
14eb767c9c
ENH update SiteTree permissions in CMS
2023-07-06 17:59:36 +12:00
Guy Sartorelli
ca837d6ccd
Merge branch '4' into 5.0
2023-04-27 14:44:59 +12:00
Guy Sartorelli
cd7fe60a33
Merge branch '4.12' into 4.13
2023-04-24 11:49:18 +12:00
Dylan Wagstaff
e20036482b
FIX undefined index error in CMS
...
With the CMS 4.12 update functionality was altered to utilise an
Extension to obtain the CMS Edit link for a page, rather than having
SiteTree do it internally. Unfortunately the default return case for
`extend` (see Extensible) is an _empty_ array. This leave code
potentially referencing an array offset that doesn't exist ([0]). PHP 8
is less forgiving that it's predecessors on this kind of behaviour. We
should check that the responses from extensions exist before trying to
reference them.
2023-03-28 18:58:55 +13:00
Maxime Rainville
081eea42c5
Merge pull request #2824 from creative-commoners/pulls/5/remove-legacy-upgrader
...
MNT Remove legacy upgrader config
2023-01-23 10:36:04 +13:00
Steve Boyd
30685c9227
MNT Remove legacy upgrader config
2023-01-20 17:13:11 +13:00
Florian Thoma
18cb6d499d
API Normalise trailing slashes in links
2023-01-20 15:08:37 +13:00
Maxime Rainville
50cefa6d14
Merge branch '4' into 5
2023-01-17 22:35:51 +13:00
Guy Sartorelli
d90f27da64
Merge branch '4.12' into 4
2022-12-19 01:42:17 +00:00
Steve Boyd
605daf5026
FIX Cast absoluteUrl() argument to string
2022-12-09 10:02:43 +13:00
Sabina Talipova
0e5428b78b
API Remove deprecated code ( #2800 )
2022-12-08 10:44:36 +13:00
Steve Boyd
20467b3846
API Stop using deprecated API
2022-11-24 13:03:26 +13:00
Guy Sartorelli
911a71d6f6
Merge branch '4' into '5'
2022-11-21 18:07:57 +13:00
Guy Sartorelli
003f9ba750
Revert "Merge branch '4' into 5"
...
This reverts commit 2d10a624b3
, reversing
changes made to af1a482d20
.
2022-11-21 17:11:42 +13:00
Sabina Talipova
2d10a624b3
Merge branch '4' into 5
2022-11-21 16:59:42 +13:00
Steve Boyd
4c3bd3713d
Merge branch '4.11' into 4.12-release
2022-11-21 13:53:57 +13:00
Steve Boyd
55b17c920c
API Update deprecations
2022-10-18 15:23:59 +13:00
Steve Boyd
ea92339d8d
ENH Update deprecation messages
2022-10-18 15:17:19 +13:00
Guy Sartorelli
9b64c7de24
Merge branch '4' into 5
2022-10-13 11:18:14 +13:00
Steve Boyd
d162fab123
[CVE-2022-37421] Sanitise ExtraMeta field for XSS
2022-10-03 12:55:04 +13:00
Guy Sartorelli
1f360c9c26
ENH Use the new CMSEditLinkExtension on SiteTree ( #2778 )
2022-09-30 15:10:49 +13:00
Florian Thoma
1711c0c88e
API Move updateRelativeLink hook after concatination ( #2770 )
...
* move updateRelativeLink hook after concatination to make it actually updatable
* keep existing parameters the same
* revert to link parameter be first
* update updateRelativeLink method signature in SiteTreeExtension
* don't pass old parameters by reference
2022-08-31 12:33:05 +12:00
Mike Cochrane
b46876b8a8
FIX Don't offer to restore to root if can_be_root is false
2022-08-25 14:18:50 +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
Guy Sartorelli
5840285d43
Merge pull request #2488 from andrewandante/FEAT/ground_control_to_pager_tom
...
FEATURE add config var for namespace mapping page->control
2022-04-14 16:02:20 +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
Steve Boyd
6bea5778d7
ENH Various fixes for PHP 8.1 compatibility
2022-04-08 12:38:38 +12:00
Steve Boyd
3b62336180
NEW Include version number in meta generator tag ( #2721 )
2022-03-09 14:48:02 +13:00
Guy Sartorelli
b4e3a08b8a
ENH Prefer dependency injection for GridFieldComponents
...
GridFieldComponents packaged with silverstripe/framework are injectable as of 4.11.0
Explicitly invoking the injector here instead of using `create()` allows backwards compatability with framework < 4.11.0 while ensuring dependency injection is still used from 4.11.0 onwards.
2022-02-12 18:48:17 +13:00
Steve Boyd
101b17f16e
Merge branch '4.9' into 4.10
2022-02-01 13:58:00 +13:00
Florian Thoma
b539924550
FIX SiteTree visibility field name
2022-01-25 11:49:11 +11: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
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