Antony Thorpe
|
fdbe38d444
|
Bugfix: SS4 Right click, add page fails
`addForm` receives both POSTs and GETs. Set the form's `strictFormMethodCheck` to false to avoid `405 Method Not Allowed` error response. Issue #1846.
|
2017-06-15 13:53:38 +12:00 |
|
Simon Erkelens
|
b2fd014216
|
Make CMS Compatible with Authentication Refactor work
Move Member::currentUser() to Security::getCurrentUser()
|
2017-06-09 21:07:20 +12:00 |
|
Damian Mooyman
|
f82f0844c1
|
API Add insert internal link modal
|
2017-05-30 11:00:32 +12:00 |
|
Franco Springveldt
|
c034ead6df
|
FIX beforeUpdateCMSFields added to ErrorPage and VirtualPage
References #1756
|
2017-05-26 13:21:51 +12:00 |
|
Robbie Averill
|
b394718b42
|
Remove create_function implementations, replace with closures
|
2017-05-22 17:36:19 +12:00 |
|
Damian Mooyman
|
9a31b19ed2
|
ENHANCEMENT RedirectorPage extensions can now modify fields
Fixes #579
|
2017-05-16 23:33:45 +12:00 |
|
Damian Mooyman
|
49e559b08c
|
API Rename services to match FQN of interface / classes
|
2017-05-16 15:49:09 +12:00 |
|
Damian Mooyman
|
23e1aa8c45
|
API Refactor inherited permissions (#1811)
|
2017-05-12 12:47:46 +12:00 |
|
Damian Mooyman
|
1efb325b4d
|
Merge pull request #1813 from open-sausages/pulls/4.0/remove-deprecated-methods
Remove APIs with target deprecation of 4.0
|
2017-05-09 11:36:49 +12:00 |
|
Ingo Schommer
|
4923a2597b
|
Replaced usage of ResetFormAction (#1812)
See https://github.com/silverstripe/silverstripe-framework/pull/6883
|
2017-05-09 11:11:08 +12:00 |
|
Ingo Schommer
|
484a4ec4f6
|
API Removed deprecated RootURLController:set_default_homepage_link
|
2017-05-08 21:17:36 +12:00 |
|
Ingo Schommer
|
de41e14518
|
API Removed deprecated ModelAsController::find_old_page()
|
2017-05-08 21:14:38 +12:00 |
|
Aaron Carlino
|
359179025d
|
Reorganise i18n keys
|
2017-05-08 17:57:24 +12:00 |
|
Uncle Cheese
|
29805ee446
|
New namespaced i18n keys
|
2017-04-27 11:43:04 +12:00 |
|
Uncle Cheese
|
6fb1012eb8
|
Ran upgrader for lang files
|
2017-04-27 11:43:04 +12:00 |
|
Ingo Schommer
|
cf2b0417cb
|
Fix coding conventions
|
2017-04-22 11:44:49 +12:00 |
|
Damian Mooyman
|
d75a3cb0e9
|
API Update site tree hierarchy to use a MarkingSet and template
|
2017-04-12 08:57:09 +12:00 |
|
Ingo Schommer
|
9cad8ba01b
|
Fixed linting
|
2017-04-12 08:21:02 +12:00 |
|
Damian Mooyman
|
b1b0c6af63
|
BUG Ensure all CMS forms include full ID / VersionID in path
Fixes #1510
Refactor tree operations into CMSMain
Cleanup CMSMain and subclasses
|
2017-04-06 13:40:46 +12:00 |
|
Saophalkun Ponlu
|
b8db45055c
|
Enhancement Refactor archive message to a separate method
|
2017-04-05 12:45:41 +12:00 |
|
Saophalkun Ponlu
|
5b90141c03
|
ENHANCEMENT Update archive warning message
|
2017-04-04 11:26:46 +12:00 |
|
Damian Mooyman
|
393d392de1
|
Merge pull request #1775 from open-sausages/pulls/4.0/6626-remove-jquery-datepicker
HTML5 Date and Time Fields
|
2017-04-04 10:57:16 +12:00 |
|
Ingo Schommer
|
d07115e665
|
Use new DateField->setHTML5()
See https://github.com/silverstripe/silverstripe-framework/issues/6626
|
2017-04-03 12:01:12 +12:00 |
|
Damian Mooyman
|
98e77a48a9
|
API Rename SiteTree::description() to SiteTree::classDescription() to prevent clash
Fixes #1733
|
2017-03-29 11:55:44 +13:00 |
|
Damian Mooyman
|
91933b6c66
|
Update class namespace
|
2017-03-28 14:01:02 +13:00 |
|
Damian Mooyman
|
5ce98aced2
|
API Upgrade to rely on silverstripe/versioned module
|
2017-03-28 10:35:14 +13:00 |
|
Ingo Schommer
|
34d08cf458
|
Merge branch 'master' into pulls/4.0/admin-module
|
2017-03-15 12:01:28 +13:00 |
|
Chris Joe
|
319ce1861e
|
Merge pull request #1758 from open-sausages/pulls/4.0/form-refactor
Update SearchForm
|
2017-03-13 15:22:53 +13:00 |
|
Damian Mooyman
|
c7d9947976
|
Update SearchFormTest
|
2017-03-13 11:45:29 +13:00 |
|
Damian Mooyman
|
5092e0fc65
|
Add dependency on admin module
|
2017-03-10 16:33:32 +13:00 |
|
Damian Mooyman
|
f65a164818
|
Update SearchForm
Fix RedirectorPageTest
|
2017-03-10 15:04:02 +13:00 |
|
Mike Cochrane
|
cb955f08f7
|
Fix non_virtual_fields being ignored
Fix non_virtual_fields and initially_copied_fields being ignored in classes that extent VirtualPage
|
2017-03-09 17:45:37 +13:00 |
|
Damian Mooyman
|
8537d6ddb1
|
Simplify code to use dataFields()
|
2017-02-28 16:34:46 +13:00 |
|
Christopher Joe
|
2fafff084f
|
Fix history comparison fields will now show diff properly, rather than escaped html diff
|
2017-02-28 16:26:11 +13:00 |
|
Damian Mooyman
|
8766a4c91b
|
Cleanup unit test classes
|
2017-02-28 15:46:19 +13:00 |
|
Damian Mooyman
|
dfe25c27f0
|
BUG Fix allowedChildren() and link tracking
|
2017-02-28 15:46:07 +13:00 |
|
Damian Mooyman
|
4885736b0e
|
API Upgrade CMS to use new Config API
|
2017-02-28 11:30:22 +11:00 |
|
Ingo Schommer
|
6bae804744
|
API Use symfony/cache
See https://github.com/silverstripe/silverstripe-framework/issues/6252
|
2017-02-26 14:57:52 +13:00 |
|
Damian Mooyman
|
945eba8efb
|
Update CMS for new i18n API
|
2017-02-09 16:11:11 +13:00 |
|
Daniel Hensby
|
8a76a2ea8f
|
Merge branch '3'
|
2017-02-08 10:27:35 +00:00 |
|
Daniel Hensby
|
68b49921f9
|
Merge branch '3.5' into 3
|
2017-02-07 17:41:18 +00:00 |
|
Daniel Hensby
|
27f8acf373
|
Merge pull request #1705 from dhensby/pulls/3/cleanup
Remove redundant label
|
2017-02-03 11:20:37 +00:00 |
|
Daniel Hensby
|
aa2d0fb247
|
Merge branch '3.4' into 3.5
|
2017-01-31 20:09:00 +00:00 |
|
Damian Mooyman
|
ac6083c9a2
|
Merge pull request #1731 from trewq/asset-upload-directory-fix
Fix error when uploading file and ASSETS_DIR is a subdirectory
|
2017-01-31 15:47:16 +13:00 |
|
Damian Mooyman
|
c7214b4dcd
|
Auto-convert to psr2
|
2017-01-31 13:59:35 +13:00 |
|
Brendan Halley
|
10d9f9080b
|
Fix to allow ASSETS_DIR to be a subdirectory
|
2017-01-31 09:46:14 +11:00 |
|
Damian Mooyman
|
fa2b87172c
|
Upgrade cms for new i18n backend
|
2017-01-26 11:39:20 +13:00 |
|
Damian Mooyman
|
732b1f0a57
|
BUG Fix reference to Install_deleteinstallfiles
Fixes #1719
|
2017-01-25 18:03:18 +13:00 |
|
Colin Tucker
|
00c81d8672
|
Changed init() visibility to protected
|
2017-01-22 09:35:14 +11:00 |
|
Daniel Hensby
|
3f53da050c
|
Merge branch '3'
|
2017-01-17 12:33:26 +00:00 |
|