290 Commits

Author SHA1 Message Date
Guy Sartorelli
2faf391999
API Make CMSMain more generic
Remove hardcoded references to pages and SiteTree
Remove assumption that records are versioned
Remove or validate assumptions about methods on the model class
Improve general architecture of CMSMain
2024-10-21 14:00:09 +13:00
Guy Sartorelli
6194844f61
ENH Use standardised BackURL instead of non-standard returnURL (#2999) 2024-09-27 10:00:33 +12:00
Guy Sartorelli
dca4404f0f
API Use new names for renamed classes (#3003) 2024-09-23 14:37:02 +12:00
Steve Boyd
344a7c548d API Replace Extension subclasses 2024-08-29 13:54:17 +12:00
Guy Sartorelli
48c64e310b
API Standardise extension hooks (#2989) 2024-08-27 15:39:17 +12:00
Guy Sartorelli
fccdeb1757
API Remove CMSEditLink implementation, rely on superclass instead. (#2987) 2024-08-26 09:58:26 +12:00
Guy Sartorelli
7cb813d45e
FIX Use canDelete, not the now-deleted canArchive (#2984) 2024-08-16 11:30:58 +12:00
github-actions
2c5612bd57 Merge branch '5' into 6 2024-08-15 03:14:30 +00:00
Guy Sartorelli
96ce092745
ENH Don't emit deprecation warnings for unavoidable API calls (#2985) 2024-08-15 13:59:25 +12:00
github-actions
49786391c0 Merge branch '5' into 6 2024-07-28 05:29:52 +00:00
github-actions
6993bb1aae Merge branch '5.2' into 5 2024-07-28 05:29:51 +00:00
Maxime Rainville
907234511e
FIX Don't double up the breadcrumb on list views 2024-07-24 21:31:53 +12:00
Guy Sartorelli
0eccb06623
Merge branch '5' into 6
# Conflicts:
#	code/Model/SiteTree.php
2024-06-20 14:26:19 +12:00
github-actions
437b6d9a13 Merge branch '5.2' into 5 2024-06-19 23:45:52 +00:00
Steve Boyd
ea38c43ea5 ENH Use class name instead of self 2024-06-17 14:51:54 +12:00
Guy Sartorelli
c2191622a6
API Remove references to non-existent installation tool (#2961) 2024-06-13 14:46:28 +12:00
Guy Sartorelli
ca77540101
Merge branch '5' into 6 2024-06-13 09:07:19 +12:00
Guy Sartorelli
8fa7bffd78
API Deprecate references to installation tool (#2962) 2024-06-12 15:46:35 +12:00
Steve Boyd
beb05d3c21 API Set extension hook implementation visibility to protected 2024-05-20 16:58:12 +12:00
Steve Boyd
687c69c515 FIX Remove broken restore batch action 2024-05-10 10:17:43 +12:00
Guy Sartorelli
3847b3ea19
ENH Add generic types (#2914) 2024-01-19 10:00:46 +13: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
Sabina Talipova
c1eaaaabfa MNT Remove TODO comments 2023-10-19 16:22:38 +13:00
Thomas Portelange
c455a8288f
drop duplicated call
already called due to init being called in the extension by leftandmain
2023-07-28 08:25:46 +02:00
Steve Boyd
984cf404f4 Merge branch '4' into 5.0 2023-05-31 11:26:36 +12:00
Steve Boyd
4f963bef5b Merge branch '4.12' into 4.13 2023-05-08 12:56:33 +12:00
Guy Sartorelli
55eabd6694
FIX Don't require jquery on the frontend (#2854) 2023-05-08 12:53:10 +12:00
Sabina Talipova
9ed5aa8b49 API Mark moved classes in silverstripe-admin module as deprecated 2023-03-02 14:23:30 +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
Guy Sartorelli
37af732dbf
Merge pull request #2771 from xini/fix-5-remove-trailing-slash-from-sitetree-links
SS5: Remove trailing slash from SiteTree links if no action present
2023-01-20 15:46:39 +13:00
Florian Thoma
18cb6d499d
API Normalise trailing slashes in links 2023-01-20 15:08:37 +13:00
Guy Sartorelli
9bb6f700b4
Merge pull request #2820 from creative-commoners/pulls/5/remove-translatable
ENH Remove unused Translatable code
2023-01-19 09:05:03 +13:00
Steve Boyd
b57d557bc7 ENH Remove unused Translatable code 2023-01-18 14:07:39 +13:00
Maxime Rainville
97fdff4bb2
API Remove deprecated CMSMain::$subitem_class config (#2821) 2023-01-18 11:06:45 +13:00
Maxime Rainville
50cefa6d14 Merge branch '4' into 5 2023-01-17 22:35:51 +13:00
Maxime Rainville
b0fec1886b
API Remove pointless subitem_class config (#2817) 2023-01-16 23:50:59 +13:00
Sabina Talipova
0e5428b78b
API Remove deprecated code (#2800) 2022-12-08 10:44:36 +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 2d10a624b329e7ffbe981321d4e647397d524700, reversing
changes made to af1a482d20c32dfe20718861d3b5edb5dcfd905d.
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
e64bfdb394 API Stop using deprecated API 2022-11-16 15:39:13 +13:00
Guy Sartorelli
8320023526
Merge pull request #2788 from creative-commoners/pulls/5/action-signature
API Strongly-type action method signatures
2022-10-19 10:08:22 +13:00
Steve Boyd
6e19ae737f API Strongly-type action method signatures 2022-10-18 18:21:09 +13:00
Steve Boyd
e63774061d FIX Call parent::contruct() 2022-10-18 16:35:11 +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
Guy Sartorelli
6ff98c4201
ENH Records can be made previewable via an extension 2022-10-06 15:51:30 +13:00