Sabina Talipova
fbeff6d879
MNT Remove TODO comments
2023-10-26 09:45:22 +13:00
Steve Boyd
fe4282169b
FIX Set extraCodes to false for CMSProfileController
2023-08-28 12:04:13 +12:00
github-actions
b5d9544dd0
Merge branch '2' into 3.0
2023-08-23 11:31:19 +00:00
Thomas Portelange
39de47167d
don't trigger permissionFailure when it's not needed
...
(cherry picked from commit a19ed3ed54d4927ef96da8ce96f032dc3b0d897e)
2023-08-17 06:44:29 +02:00
Guy Sartorelli
7990f63ce4
Merge branch '2.8' into 3.0
2023-06-22 10:53:54 +12:00
Michal Kleiner
a052bfd590
Add extension to correctly support element preview
2023-06-22 01:32:07 +10:00
Steve Boyd
1336c7e48d
API Remove deprecated code
2023-03-06 14:07:23 +13:00
Loz Calver
05f775a78d
NEW: Add extension hook for field-specific validation
2023-02-22 16:07:57 +00:00
Steve Boyd
412b2709d2
API Deprecations
2023-02-07 17:16:51 +13:00
Steve Boyd
903c482036
Merge branch '2' into 3
2023-02-03 10:31:29 +13:00
Steve Boyd
4f7f6cc313
Merge pull request #502 from creative-commoners/pulls/3/frontend-build-stack
...
DEP Upgrade frontend build stack
2023-01-30 13:50:37 +13:00
Steve Boyd
d4bc28e65c
API Remove deprecated code
...
Co-authored-by: Sabina Talipova <sabina.talipova@silverstripe.com>
2023-01-27 09:55:04 +13:00
Steve Boyd
30b1f09af4
API Deprecate passing multiple IDs
2023-01-26 10:39:07 +13:00
Guy Sartorelli
f397ab352b
ENH Prepare correct js/css structure to use webpack
2023-01-25 10:51:04 +13:00
Steve Boyd
02c5980dde
MNT Remove legacy upgrader config
2023-01-20 16:48:50 +13:00
Steve Boyd
f50cd3e348
FIX Parameter order
2023-01-19 21:21:42 +13:00
Sabina Talipova
a67b7ef45f
DEP PHP Support in CMS5 ( #497 )
2023-01-10 13:31:07 +13:00
Guy Sartorelli
6770dedc2a
Merge branch '2.7' into 2
2022-12-19 03:00:28 +00:00
Guy Sartorelli
901dbc8848
Merge branch '2.6' into 2.7-release
2022-12-19 13:52:24 +13:00
Steve Boyd
73f3d15bfb
[CVE-2022-42949] Subsite file permissions
2022-12-19 11:30:59 +13:00
Steve Boyd
5f489b1df9
FIX Do not show copy to subsite buttons in history viewer
2022-12-14 10:43:53 +13:00
Steve Boyd
416f55ad03
API Stop using deprecated API
2022-11-28 17:49:50 +13:00
Steve Boyd
aba286d8a3
API Update deprecations
2022-11-16 11:55:02 +13:00
Bart van Irsel
74b6cec374
ENH added config setting to ignore subsite language ( #481 )
...
added config setting to ignore subsite language; when using subsites in combination with fluent it picked up wrong yml file
2022-07-28 12:19:33 +12:00
Steve Boyd
cdc37de076
Merge branch '2.5' into 2.6
2022-07-25 11:39:25 +12:00
Steve Boyd
6e1b504ff3
FIX Move files to client directory
2022-07-19 18:35:15 +12:00
Steve Boyd
ed4663be9b
ENH PHP 8.1 compatibility
2022-04-13 13:49:48 +12:00
Will Rossiter
dfe1ba5c6a
FIX replace in_array check with hasTable
check.
...
in_array is case-sensitive and may not detect that a table exists when using lowercase format
2022-02-15 15:05:43 +13:00
Steve Boyd
212790ae29
Merge branch '2.3' into 2
2020-09-12 18:39:03 +12:00
Mohamed Alsharaf
27bae53017
Adjusting query used in getSubsiteIDForDomain
...
Prevent unknow database field error when a new DB field added
to Subsite data object.
2020-09-11 16:39:33 +12:00
Corey Sewell
f1fce6f739
Fix "Column 'URLSegment' in where clause is ambiguous" when duplicating pages
2020-01-17 12:35:08 +13:00
Robbie Averill
5d015c7a96
Merge branch '2.2' into 2.3
2019-09-25 15:00:47 -07:00
Robbie Averill
38b356c256
Merge branch '2.1' into 2.2
...
# Conflicts:
# tests/php/SiteTreeSubsitesTest.php
2019-09-25 15:00:35 -07:00
Robbie Averill
5cf44c9d02
Merge branch '2.0' into 2.1
2019-09-25 15:00:00 -07:00
Nik Rolls
b1c1931d5d
Detect domains correctly in Director sub-calls
...
Previously it relied on the PHP-level $_SERVER variable; now it will use
the HTTPRequest so it works correctly in more situations.
2019-08-15 10:16:20 +12:00
Robbie Averill
09abe2b2f2
Use Director::host() over direct $_SERVER access
2019-07-29 10:38:14 +02:00
Robbie Averill
9a7cdbbe2d
FIX Prevent undefined index notice when trying to determine HTTP_HOST during dev/build
2019-07-26 09:53:54 +02:00
Robbie Averill
ce63a9ed08
Merge pull request #427 from creative-commoners/pulls/2.0/cascading-themes
...
FIX Improving support for cascading themes
2019-07-15 12:14:30 +02:00
Guy Marriott
58f89801b0
FIX Ensure constant is accessed correctly
2019-07-12 15:24:10 +12:00
Guy Marriott
9feef185dc
Adding documentation about cascading themes
2019-07-12 13:34:42 +12:00
Guy Marriott
2eb04ffa78
FIX Improving support for cascading themes
...
- Fixes an issue where themes would cascade "up" the list of themes
- Provides configuration for defining custom theme options with their own sets of cascading themes
Fixes #392
2019-07-12 13:34:42 +12:00
Robbie Averill
9655371276
Merge branch '2.0' into 2.1
2019-06-25 15:43:59 +12:00
Robbie Averill
4fdf2e24e3
FIX LeftAndMainSubsites::canAccess() now accepts a Member argument and falls back to the session member
2019-06-25 15:42:54 +12:00
Robbie Averill
77fafe6450
Merge branch '2.2' into 2.3
2019-06-25 10:00:47 +12:00
Robbie Averill
4249fffc0f
FIX LeftAndMainSubsites::canAccess() now accepts a Member argument and falls back to the session member
2019-06-25 10:00:13 +12:00
Robbie Averill
0275bb1eca
FIX LeftAndMainSubsites::canAccess() now accepts a Member argument and falls back to the session member
2019-06-24 10:19:58 +12:00
Garion Herman
19edb78756
Merge pull request #425 from creative-commoners/pulls/2.2/re-save-virtual-page
...
FIX Subsites virtual pages now allow you to re-save them when used in conjunction with silverstripe-fluent
2019-06-05 06:18:24 +01:00
Garion Herman
5c4a655106
Merge pull request #418 from creative-commoners/pulls/2.3/fluent-domain-docs
...
Ensure URL segment field type before using its API, and add docs around subsite and fluent domain compatibility
2019-06-05 05:27:06 +01:00
Robbie Averill
900d04d94a
Add tests and move logic into the if statement
2019-05-31 16:32:28 +12:00
Robbie Averill
1f51fcd909
FIX Subsites virtual pages now allow you to re-save them when used in conjunction with silverstripe-fluent
2019-05-31 14:41:37 +12:00