Commit Graph

4986 Commits

Author SHA1 Message Date
Daniel Hensby
1cc1aa8dae Merge pull request #1599 from open-sausages/pulls/4.0/create-correct-changedclass
BUG Ensure changes in class write to an instance of the new class
2016-09-05 23:55:32 +01:00
Damian Mooyman
9c48b93983 BUG Ensure changes in class write to an instance of the new class, not the old one
Fixes #1210
Requires https://github.com/silverstripe/silverstripe-framework/pull/5950
2016-09-05 18:46:00 +12:00
Damian Mooyman
10759a5509 Merge pull request #1597 from open-sausages/pulls/4.0/insert-link
Update tests for insert link modal
2016-09-05 16:14:57 +12:00
Paul Clarke
9a812101fb Update tests 2016-09-05 11:23:12 +12:00
Damian Mooyman
feb57d6b8d Merge pull request #1596 from pine3ree/patch-1
typo?
2016-09-05 10:19:22 +12:00
maks feltrin
a0886f16bf typo?
$controller is already a reference
2016-09-02 16:40:14 +02:00
Daniel Hensby
9493d9a104 Merge pull request #1590 from open-sausages/pulls/4.0/remove-asset-admin
API Remove AssetAdmin (moved to asset-admin module)
2016-08-31 21:30:44 +01:00
Ingo Schommer
b599095a50 API Remove AssetAdmin (moved to asset-admin module) 2016-08-31 23:15:12 +12:00
Ingo Schommer
fdcc3f9b83 Merge pull request #1587 from open-sausages/pulls/4.0/add-to-campaign
Fixes for add to campaign in pages admin
2016-08-28 14:11:36 +12:00
Ingo Schommer
eb9f525ecf Add CodeClimate duplicate detection for JS
Keep this in-line with framework and asset-admin configs
2016-08-28 14:09:59 +12:00
Ingo Schommer
40904686a4 Removed AddToCampaignHandler->setShowTitle()
It was used to support different display variations in admin/assets and admin/pages,
while those display variations should've been removed in the first place (and have been now).
2016-08-28 13:49:25 +12:00
Ingo Schommer
93d7197aad Support for React-driven "add to campaign" 2016-08-25 21:30:53 +12:00
Christopher Joe
c411c500a5 Fix for pages admin add to campaign modal 2016-08-23 12:39:01 +12:00
Christopher Joe
c46490ea3a ErrorPage no longer generates HTML response for ajax requests 2016-08-22 15:36:01 +12:00
Daniel Hensby
ef46dee37f Merge pull request #1583 from open-sausages/pulls/4.0/namespace-admin
Namespace Admin module
2016-08-17 15:33:55 +01:00
Damian Mooyman
dab2a7ac9d
Split code into class-per-file
Add psr-4 directive in composer.json
2016-08-16 13:22:58 +12:00
Damian Mooyman
041d12129a
Fix regressions from namespacing
Update template locations
Add permission codes to cms sections
Code, phpdoc, and typehint cleanup
Split batch actions into files
2016-08-16 11:56:34 +12:00
Damian Mooyman
2352127fe0 Apply SilverStripe\Admin namespace 2016-08-16 11:13:32 +12:00
Daniel Hensby
095ae30a3e Merge pull request #1580 from open-sausages/pulls/4.0/old-template
API remove obsolete template
2016-08-12 12:26:41 +01:00
Damian Mooyman
90aff08df7 API remove obsolete template 2016-08-12 11:00:49 +12:00
Hamish Friedlander
29fc7ade96 Merge pull request #1574 from open-sausages/pulls/4.0/namespace-cms
API namespace CMS
2016-08-11 10:43:32 +07:00
Damian Mooyman
4dfa4f4473 Resolve issues with namespacing 2016-08-10 16:09:23 +12:00
Damian Mooyman
5bf364bedb Apply SilverStripe\CMS namespace 2016-08-10 16:09:23 +12:00
Damian Mooyman
cb946508cf Move CMS classes and templates to namespaced locations 2016-08-10 16:09:23 +12:00
Hamish Friedlander
25a8fb87da Merge pull request #1571 from open-sausages/pulls/4.0/virtualpage-controller
API Better behaviour for virtualised controller
2016-08-10 07:09:54 +07:00
Hamish Friedlander
e56e4cfd2a Merge pull request #1573 from open-sausages/pulls/4.0/move-NestedController
API Move NestedController from cms to framework
2016-08-05 12:09:34 +12:00
Damian Mooyman
19b811555c
API Move NestedController from cms to framework 2016-08-05 10:56:06 +12:00
Damian Mooyman
70179c8b87
API Better behaviour for virtualised controller 2016-08-04 14:19:33 +12:00
Hamish Friedlander
009246dc62 Merge pull request #1541 from open-sausages/features/4.0/gridfield-styles
Gridfield styles update
2016-08-04 11:57:34 +12:00
Paul Clarke
89aba7d146 Remove unwanted spacing 2016-08-03 12:10:54 +12:00
Paul Clarke
e6b31aaf04 Remove horizontal scroll on old asset admin grid 2016-08-03 12:10:54 +12:00
Paul Clarke
43ceeebb82 Gridfield updates for new styling. Mainly class update 2016-08-03 12:10:54 +12:00
Damian Mooyman
48a2aecaab Merge pull request #1537 from silverstripe-terraformers/fix/menuitems-fix
When page is disabled, rename "Edit" label in contextmenu and …
2016-08-02 17:01:07 +12:00
Hamish Friedlander
744118a9b6 Merge pull request #1570 from open-sausages/pulls/4.0/controller-link-standardise
BUG Fix incorrect route registration order
2016-08-02 13:28:40 +12:00
Damian Mooyman
41aa90114e Remove StaticExporter task route 2016-08-02 11:45:34 +12:00
Damian Mooyman
8de01e2ab0 Remove non-cms task
Remove duplicate route
2016-08-02 11:44:58 +12:00
Damian Mooyman
ab60850a28 BUG Fix incorrect route registration order
Remove redundant Link() override
2016-08-02 10:35:40 +12:00
Daniel Hensby
5a1675a962 Merge pull request #1569 from open-sausages/pulls/4.0/fix-old-assetadmin
BUG Fix issue with old asset-admin repeating "level up" button
2016-08-01 09:57:47 +01:00
Damian Mooyman
7c151321b4 BUG Fix issue with old asset-admin repeating "level up" button
BUG Fix incorrectly built dist files
2016-08-01 17:38:22 +12:00
Damian Mooyman
8e9a243966 Merge pull request #1532 from open-sausages/pulls/4.0/history-panel-tidyup
History panel forms markup add extra table header class
2016-07-29 17:04:55 +12:00
Paul Clarke
84e946a035 History panel tidy up styles 2016-07-29 10:21:30 +12:00
Sam Minnée
006d03eacc Merge pull request #1554 from open-sausages/pulls/4.0/bootify-forms-addpage
Add page styles based on the new bootstrap forms
2016-07-28 18:12:40 +12:00
Damian Mooyman
d7fa00267e
Fix field casting 2016-07-28 12:06:05 +12:00
Paul Clarke
1c2228f508 Template reorder and adjust step styles 2016-07-28 10:24:06 +12:00
Daniel Hensby
41f7e5bd27
Removing accidental file addition 2016-07-26 00:16:02 +01:00
Paul
c3d5498041 Merge pull request #1562 from open-sausages/pulls/4.0/bootstrap-page-search
Adjust layout of page search form
2016-07-26 10:54:49 +12:00
Damian Mooyman
47e06bd2be Adjust layout of page search form 2016-07-26 10:42:23 +12:00
Daniel Hensby
75d72285c7 Merge pull request #1556 from open-sausages/pulls/4.0/remove-obsolete-actions
API Remove obsolete API
2016-07-25 15:33:21 +01:00
Daniel Hensby
1ae58bbc82
Merge branch '3' 2016-07-25 14:51:39 +01:00
Daniel Hensby
3959508463
Merge branch '3.4' into 3 2016-07-25 14:12:49 +01:00