Dylan Wagstaff d86e5dfc88 FIX remove now superfluous print action destroyer
There exists functionality in the CMS to print various pages via the
`printable` action on `SilverStripe\Admin\LeftAndMain` - however this
appears to be no longer activated by default. The accompanying legacy
(entwine) javascript dynamically accesses this action by chaning the
HTML form `action` attribute whenever a `FormAction` named `print` is
clicked on an EditForm. Unfortunately this is almost all of them - which
blocks the correct functionality of
`SilverStripe\Forms\GridField\GridFieldPrintButton`
which provides it's own action handling via proper SilverStripe routing.
Since print buttons are no longer a part of the various parts of the CMS
any longer, it appears easiest to simply remove this legacy javascript.
2018-02-09 11:26:32 +13:00
2017-08-24 13:30:04 +01:00
2018-02-05 16:58:21 +13:00
2017-12-19 10:31:25 +13:00
2017-10-03 17:05:54 +13:00
2017-10-12 11:30:11 +13:00
2016-05-11 09:46:28 +12:00
2017-10-03 18:15:41 +13:00
2016-09-27 17:10:47 +13:00
2017-10-24 14:29:43 +13:00
2017-11-17 11:45:41 +00:00
2017-10-03 18:15:41 +13:00
2017-09-20 13:35:25 +12:00

SilverStripe CMS

Build Status Latest Stable Version Latest Unstable Version codecov Total Downloads License Dependency Status Reference Status

PHP5 Content Management System (CMS), see http://silverstripe.org. Requires the framework module and a silverstripe-installer base project.

Installation

See installation instructions.

Bugtracker

Bugs are tracked on github.com. Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.

Description
No description provided
Readme 28 MiB
Languages
PHP 73.3%
JavaScript 20%
Gherkin 4%
Scheme 2.1%
SCSS 0.6%