Version 4 supported
This version of Silverstripe CMS is still supported though will not receive any additional features. Go to documentation for the most recent stable version.

4.3.0-rc1

Change log

Security

API changes

  • 2018-10-23 d9e8341 Deprecate HistoryControllerFactory and default to CMSPageHistoryV… (#71) (Maxime Rainville)
  • 2018-10-05 5276b6cbb Add FieldList::getContainerField (Maxime Rainville)
  • 2018-10-04 dba237e Allow Gridfield to be lazy loadable. (Maxime Rainville)
  • 2018-10-04 bdb53979a Create a new GridFieldLazyLoader GridField component (Maxime Rainville)
  • 2018-09-28 cb2b9498f Deprecate updateSearchContextCallback and updateSearchFormCallback (Robbie Averill)
  • 2018-09-03 f48ab77 Add show_file_link_tracking config to FileLinkTracking extension to control visibility of the File Tracking tab (bergice)
  • 2018-08-31 01db5c9e9 Add Link Tracking section to Relations developer guide and describe show_sitetree_link_tracking, show_file_link_tracking. (bergice)
  • 2018-08-31 115ed92e Add show_sitetree_link_tracking config to SiteTreeLinkTracking extension to control visibility of the Link Tracking tab (bergice)
  • 2018-08-05 02be4cc Multi-schema support (#169) (Aaron Carlino)
  • 2018-07-31 47e3ae2 Versions from and to are now stored as objects in the store (#29) (Dylan Wagstaff)
  • 2018-07-12 0343203 Add new RestoreAction and canRestoreToDraft method (#168) (Luke Edwards)

Features and enhancements

  • 2018-11-01 2f2fb2b Improve loading screen and indicator (#582) (Luke Edwards)
  • 2018-10-29 e51be58 Move Remove button into preview-image message (#859) (Sacha Judd)
  • 2018-10-29 2440432 Move the replace file into the more options action set (#848) (Sacha Judd)
  • 2018-10-29 952f37a Adding an HOC to provide DragDropContext for consumers of ReactDND (#711) (Guy Marriott)
  • 2018-10-26 2c3665d Adding a component for a generic popover filled with buttons (#684) (Guy Marriott)
  • 2018-10-19 e88b8e7 Expose TabsActions (#703) (Raissa North)
  • 2018-10-18 761a6f7 Reverse argument signature of methods using path (#698) (Aaron Carlino)
  • 2018-10-17 902fec0 Extensible readFiles query (#847) (Aaron Carlino)
  • 2018-10-17 437e53f2f Some minor refactoring of the PDO and MySQLi connectors (Robbie Averill)
  • 2018-10-15 3e2ce31 Add nested fields, args, distribute args to fields (#683) (Aaron Carlino)
  • 2018-10-08 2775895d0 Adding a helper to find a form field by label content (Guy Marriott)
  • 2018-10-05 6e66c48 Add CMS community help menu to cms-menu (#615) (Sacha Judd)
  • 2018-10-04 9ea7b58a8 Add memory cache to ThemeResourceLoader::findTemplate() (Robbie Averill)
  • 2018-10-03 90afb2037 TabSet react component is no longer structural (Raissa North)
  • 2018-10-03 0be4a9a Adding an extension point to FormBuilderLoader after redux form is initialised (Raissa North)
  • 2018-10-02 cba5d30 Connect Tabs component to redux-form to handle activeTab state (Raissa North)
  • 2018-10-02 e1f2f89d3 Add test for PHP 7.3 support (SS4 version) (Sam Minnee)
  • 2018-09-28 bd37b90a Add CMSMain.enable_archive_warning_message config (Sam Minnee)
  • 2018-09-27 4b155b9 Add getSortableFields to return sortable fields for query (#185) (Robbie Averill)
  • 2018-09-27 25759ffc5 Show file path on PHP parser exceptions (Ingo Schommer)
  • 2018-09-25 5b7a84141 Add Hierarchy::prepopulate_numchildren_cache() (#8380) (Sam Minnée)
  • 2018-09-21 e2701a4 TinyMCE inline toolbar for images and embeds (Luke Edwards)
  • 2018-09-20 c928e83 Backport of DataList for list of versions, for SS 4.3.x (Robbie Averill)
  • 2018-09-19 d9a6c10 Form state & schema persists across form remounting (Guy Marriott)
  • 2018-09-19 40dde226f Add ?showqueries=backtrace (Sam Minnee)
  • 2018-09-19 6de12e1 TinyMCE inline toolbar for images and embeds (Luke Edwards)
  • 2018-09-17 588bf83e1 Add hideNav flag to schema defaults (Raissa North)
  • 2018-09-17 a800ce7 Add hideNav flag to allow hiding of navigation in Tabs (Raissa North)
  • 2018-09-12 d8bf873 Use bootstrap modal footer, use our icon font for close icon (Luke Edwards)
  • 2018-09-12 c03c685 Use bootstrap modal footer, use our icon font for close icon (Luke Edwards)
  • 2018-09-03 2394194 HtmlEditorField component for react rich text (Dylan Wagstaff)
  • 2018-08-28 b5d322d HistoryViewerField now uses schemaData to inject necessary input props (Robbie Averill)
  • 2018-08-24 2b335b4 Proof of concept of cached graphql queries (#166) (Damian Mooyman)
  • 2018-08-22 a257c1c Add toggleCallback function (Raissa North)
  • 2018-08-22 8153d12 Add dropdownToggleClassName prop to ActionMenu (Raissa North)
  • 2018-08-20 26262ea Insert link shortcut for HTMLEditorField (#599) (Luke Edwards)
  • 2018-08-12 8d3b022 Support setting quality on a per-image basis (#153) (Loz Calver)
  • 2018-08-05 9d0ae97 ViewModeToggle states are now stored in constants (Robbie Averill)
  • 2018-08-01 4213eeb Use the new general purpose search component. (#812) (Maxime Rainville)
  • 2018-08-01 5a00d84 General purpose search form component (#572) (Maxime Rainville)
  • 2018-07-30 163ca65 DataObjectScaffolder instantiation is now handled through Injector (Robbie Averill)
  • 2018-07-30 24d3023 Allow non-internal input types passed as args (#168) (Aaron Carlino)
  • 2018-07-25 79a5ea3 Add versioned-admin (Luke Edwards)
  • 2018-07-24 dee3fc2 History Viewer now uses ViewModeToggle to control the preview panel (Robbie Averill)
  • 2018-07-24 064bb9a Add behat tests for using compare mode (Robbie Averill)
  • 2018-07-23 a8e0d63 styles and fixes for styling and code cleanliness (Robbie Averill)
  • 2018-07-19 e029b73 Alter components to allow for compare mode (Dylan Wagstaff)
  • 2018-07-19 75c2c85 Add schema endpoint and shell method for returning compareForm (Robbie Averill)
  • 2018-07-18 db72f6d Adjust history viewer to allow for compare mode (Dylan Wagstaff)
  • 2018-07-18 359a260 Dropdown atop history viewer for holding actions (Raissa North)
  • 2018-07-18 11ea083 Adding a compare mode active notice to the history viewer (Guy Marriott)
  • 2018-07-17 337da78 Update webpack-config constraint (Raissa North)
  • 2018-07-16 786446fb Use Injector to create new class instances and pass $params (Robbie Averill)
  • 2018-07-12 f2ebdb7f add SiteTree::updateAnchorsOnPage() for user defining additional page anchors (Will Rossiter)
  • 2018-07-12 114b0a5ea Option for secure "remember me" cookie (Ingo Schommer)
  • 2018-07-12 05a6c17 Archive admin for managing archived records (#29) (Luke Edwards)
  • 2018-07-12 3292a8b77 Add columnUnique API SS_List classes. (Al Twohill)
  • 2018-07-09 0fc7660 Add diff view form transform for comparisons (Dylan Wagstaff)
  • 2018-07-06 6c1a34c Make use of ViewModeToggle component. (Raissa North)
  • 2018-07-01 73d3da2 Pattern library now has FormAction examples (Robbie Averill)
  • 2018-04-15 5108734 Add ViewModeToggle component (Raissa North)
  • 2018-01-30 1857f00 Add tests for Form component (Robbie Averill)
  • 2018-01-30 cc945f0 Add tests for CompositeField (Robbie Averill)

Bugfixes

  • 2018-11-05 7fd4a4e Fix duplicate plugins on HTML editor fields (#721) (Luke Edwards)
  • 2018-11-05 4a65d59 Fix form changes triggered, GridField add existing (#743) (Luke Edwards)
  • 2018-11-02 97180c261 Fix readonly grid state always being truthy (#8562) (Luke Edwards)
  • 2018-11-02 12e2cc3 Fix duplicate plugins on HTML editor fields (#861) (Luke Edwards)
  • 2018-11-02 d9b1721a Fix duplicate plugins on HTML editor fields (#2307) (Luke Edwards)
  • 2018-11-01 8866e7674 Fix duplicate plugins on HTML editor fields (#8559) (Luke Edwards)
  • 2018-11-01 55f95b7bc many many through not sorting by join table (#8534) (Michael Strong)
  • 2018-10-31 af7086a Remove outdated CSS Safari hack interfering with the search panel and submit button (Serge Latyntcev)
  • 2018-10-31 2ef7bd29 IE11+Edge17 Pages tree List View button (Serge Latyntcev)
  • 2018-10-30 3f4d5ae0 Bypass cached versions to prevent stale state (Aaron Carlino)
  • 2018-10-30 4b0e69a Add aria-expanded to help menu toggle for screenreader accessibility (Sacha Judd)
  • 2018-10-30 2900ac6 Remove text-align start with IE supported left (Raissa North)
  • 2018-10-29 f2467d3 Fix search filtering and clearing (#687) (Luke Edwards)
  • 2018-10-26 3284bf48d Fix search filtering relations and clear filters (#8477) (Luke Edwards)
  • 2018-10-24 e72fc9e3d DataObject singleton creation (#8516) (Sam Minnée)
  • 2018-10-22 df86335 Fix decimal search filter not showing up (bergice)
  • 2018-10-20 7f6f5c9ec Flush extra methods cache on DataObjects after each unit test class has finished (Robbie Averill)
  • 2018-10-19 311fd62d9 getExtensionInstance can return null, add a case to handle that (Robbie Averill)
  • 2018-10-19 a6855ec Remove deprecated help_link definition in testGetHelpLinks (Robbie Averill)
  • 2018-10-19 7c65916 Use fixtured file title in test assertion (Robbie Averill)
  • 2018-10-19 a28e2e183 Fix enum filter in Search component from adding Any as a filter (bergice)
  • 2018-10-18 e3d0bcb Change one tab not all tabs (Raissa North)
  • 2018-10-17 87a5d07 Fix body overflow causing scroll bars (Loz Calver)
  • 2018-10-17 d71ee0c Fixes #674 TinyMCE width - this should match form field widths at lower width resolutions but expand up to the max width on wider resolutions (bergice)
  • 2018-10-16 a3d611f Fix ENTER not triggering form save button (bergice)
  • 2018-10-16 c35e18110 Gridfield pagination detected as form change (Luke Edwards)
  • 2018-10-16 5d626fa Don’t track gridstate changes as form edits (Luke Edwards)
  • 2018-10-16 a6a174399 Fix ENTER not triggering form save button as GridFields used submit type buttons (bergice)
  • 2018-10-16 3d3c407 Fix long gridfield actions overflowing (Luke Edwards)
  • 2018-10-15 ab259af Move phpcs to composer dependency, update Travis for it, add 7.2 to Travis (Robbie Averill)
  • 2018-10-15 ab0d7d9 Fix codesniffer runs in Travis (Robbie Averill)
  • 2018-10-14 c0c446a Fix relations between staged/unstaged objects (Harsh Chokshi)
  • 2018-10-11 0aa2d66 Use correct lazy loadable class names for GridFieldLazyLoader (Robbie Averill)
  • 2018-10-11 ee21c4201 Re-instate missing SS_DATABASE_SUFFIX functionality (fixes #7966) (Loz Calver)
  • 2018-10-11 4702a22 Defensively programming some possible failure points (Guy Marriott)
  • 2018-10-11 0db2f84ad Persist TinyMCE updates when writing with Behat (Guy Marriott)
  • 2018-10-10 e941a56 Changing the value of a TinyMCE field will correctly trigger a change in the React component (Guy Marriott)
  • 2018-10-09 f710c5c Only hide overflow from inactive chosen fields (Robbie Averill)
  • 2018-10-09 56d562193 Flush extra_methods statics between test runs (Robbie Averill)
  • 2018-10-09 d1281a571 Escape HTML in PHPDoc to fix API docs from rendering incorrectly (Robbie Averill)
  • 2018-10-09 522b288 ModelAdmin pagination with a filter (Luke Edwards)
  • 2018-10-08 4766cae Retain polyfill for display block style in .collapse.show with Bootstrap 4.1.x (Robbie Averill)
  • 2018-10-08 6e649b57 CMSMain::duplicate() now checks canCreate() but not canEdit() (Robbie Averill)
  • 2018-10-08 c4788803e Remove unused cacheData prop from #8451 (Robbie Averill)
  • 2018-10-08 884a12c Add fix for potential tabnabbing on community help links (Sacha Judd)
  • 2018-10-08 979dd38 Fix migrating files with an incorrect class (Luke Edwards)
  • 2018-10-08 fdb53311b Fix linting issue. (Maxime Rainville)
  • 2018-10-08 e06bb05 Ensure TinyMCE field changes are persisted before updating redux state (Guy Marriott)
  • 2018-10-06 8c7459a70 Fix CompositeField test that relied on a DropdownField bug (Sam Minnee)
  • 2018-10-05 e5d3b28a4 Don’t break validation on selects without a source. (Sam Minnee)
  • 2018-10-05 98568262f Fixed phpcs violations (Robbie Averill)
  • 2018-10-04 fafd9dad6 fixing name of constant ASSETS_PATH (Philipp Staender)
  • 2018-10-04 0fc06e51e Drop seconds from DBDatetime::Nice() to restore SS3 behaviour. (Sam Minnee)
  • 2018-10-03 19af1ac Add codesniffer as a dev dependency and use it in Travis (Robbie Averill)
  • 2018-10-03 4668fab Shortcode provider does not always request a protected asset grant, add tests for FlysystemAssetStore (Robbie Averill)
  • 2018-10-03 ce9496d Quote injector alias references, deprecated and removed support for in Symfony 4 (Robbie Averill)
  • 2018-10-03 d535e71 Quote injector alias references, deprecated and removed support for in Symfony 4 (Robbie Averill)
  • 2018-10-03 4740346ed Make ArrayList::limit() consistent with DataList::limit() (Sam Minnee)
  • 2018-10-03 0cc72c91a Use DELETE FROM instead of TRUNCATE for clearTable (Sam Minnee)
  • 2018-10-02 5970fc241 Moving test to correct director (Guy Marriott)
  • 2018-10-02 79c2b5ad4 Use DELETE FROM instead of TRUNCATE for clearTable (Sam Minnee)
  • 2018-10-01 f2cbc1dfb Don’t use USE_FRM in MySQL repair. Fixes #6300. (Sam Minnee)
  • 2018-10-01 638e6ec28 Throw deprecation notice on limit=0 (Sam Minnee)
  • 2018-10-01 ad87890b2 Don’t change state in ArrayList::getIterator() (Sam Minnee)
  • 2018-10-01 63cabc7 Keep folder Name and Title in sync on update (Luke Edwards)
  • 2018-10-01 5c7b0da Searching now allows + symbols, use own method over jQuery serialisation (Robbie Averill)
  • 2018-10-01 71dad5f68 Append any fields that don’t match name in insertBefore/insertAfter (Sam Minnee)
  • 2018-10-01 b0c4c5a1 Updating SiteTree search fields to work with new search namespacing (Guy Marriott)
  • 2018-10-01 81292c5 Fix outdated data in Apollo GraphQL cache when deleting/moving files (bergice)
  • 2018-10-01 5422e28 Folder sort incorrect (Luke Edwards)
  • 2018-09-28 231d6d9a9 New members now receive the configured default locale, not the current locale (Robbie Averill)
  • 2018-09-28 ac1fe5e9d joinClass's default_sort is used when nothing else has been set already (Robbie Averill)
  • 2018-09-27 fa4e031 Update field names in Behat tests for new namespaces (Robbie Averill)
  • 2018-09-27 44b92c90 Update field names in Behat tests for new search form namespacing (Robbie Averill)
  • 2018-09-27 c54e7317d Avoid having search fields with the same names as form elements (Guy Marriott)
  • 2018-09-27 2e41ea8 Avoid having search fields with the same name as form elements (Guy Marriott)
  • 2018-09-25 dc59bd8 Published GraphQL field now correctly indicates whether the record's version is published (Robbie Averill)
  • 2018-09-25 05b372c Use Hierarchy::prepopulateTreeDataCache() in CMS. (#183) (Sam Minnée)
  • 2018-09-25 5bfc37ff Use Hierarchy::prepopulateTreeDataCache() in CMS (#2266) (Sam Minnée)
  • 2018-09-24 0276f6c08 Revert semver break in adding GridField type hint to method signature (Robbie Averill)
  • 2018-09-24 f76fb26 fix psr (Thomas Portelange)
  • 2018-09-24 5e069ec fix inferReciprocalComponent called on unsaved (Thomas Portelange)
  • 2018-09-24 9b5425d Incorrect parameter order of (Guy Marriott)
  • 2018-09-24 a2bb70c46 Don't flush manifests in tests by default (Ingo Schommer)
  • 2018-09-21 1d5ecd342 Prevent error on valid response status codes (Damian Mooyman)
  • 2018-09-20 9a89aad Whitelist nonce parameters from JS resources to be loaded. (Luke Edwards)
  • 2018-09-20 16b3d18 FlysystemAssetStore::getAsURL() only grant for protected filesystems (Christopher Darling)
  • 2018-09-20 a9b2443 Revert changes to default dropdownToggleClassNames on ActionMenu (Sacha Judd)
  • 2018-09-19 b98c87a6c Ensure existing session can be accessed if headers_sent() (Sam Minnee)
  • 2018-09-18 bbe7c66 Add AssetAdmin::getMinimalistObjectFromData() to build file metadata for UploadField (#829) (Maxime Rainville)
  • 2018-09-18 db63f55fb Changes being detected on TreeMulti as values not sorted (Luke Edwards)
  • 2018-09-17 d597166 Performance optimisation for draft pages in treeview (Sam Minnee)
  • 2018-09-14 0bab772 Remove apollo and graphql requirements from module, not implemented (Robbie Averill)
  • 2018-09-14 ac1de94 Versioned-admin now declares its dependency on silverstripe-graphql (Robbie Averill)
  • 2018-09-13 5c102dec Improve performance of CMSMain::getArchiveWarningMessage (#2231) (Maxime Rainville)
  • 2018-09-12 41c0b8fb Fix 'Insert links into a page' test (Luke Edwards)
  • 2018-09-10 fb0d81d Remove action menu toggle styles (Sacha Judd)
  • 2018-09-10 8ae0ef0 Do not update LeftAndMain link with Stage param (#173) (Maxime Rainville)
  • 2018-09-04 fbd8843 Remove unnecessary UploadTest\Validator (Sam Minnee)
  • 2018-09-04 40c7a0a Better error message for invalid upload (Sam Minnee)
  • 2018-09-03 1c4311d fix description for docs.silverstripe.org (wernerkrauss)
  • 2018-09-03 b922c0d73 Check scheme is truthy before setting it to the request (Robbie Averill)
  • 2018-09-03 1dd4c7b Text collector translations now compile without errors (Robbie Averill)
  • 2018-09-03 641208dc Text collector translations now compile without errors (Robbie Averill)
  • 2018-09-03 225445931 Text collector translations now compile without errors (Robbie Averill)
  • 2018-08-31 f5869a5 Do not render view mode toggle on campaign toolbar if the campaign is empty (bergice)
  • 2018-08-31 68c2c976d Fix alignment test step definition (#8354) (Luke Edwards)
  • 2018-08-30 234b795f8 Use classes for TinyMCE alignment buttons (Luke Edwards)
  • 2018-08-30 5488b31 Add explicit 0 z-index to cms-content so the menu toggle can render above it (#620) (Andre Kiste)
  • 2018-08-30 463fdef Remove "more" action icon size, add btn-sm and fix icon alignment in gridfield (Sacha Judd)
  • 2018-08-28 dbfc25302 Fix incorrect version number in 4.3.0 changelog (Loz Calver)
  • 2018-08-28 d1951c94 Sort history viewer versions in descending order (Robbie Averill)
  • 2018-08-28 10ef38f Hide 1px left border in preview component if we are in 'Preview Only' mode (bergice)
  • 2018-08-28 d651d0fbf Use base class (not remapping target class) when looking up whether object is versioned (Robbie Averill)
  • 2018-08-27 2ab622f Fix Add mock store to the loadComponent AppolloProvider (Maxime Rainville)
  • 2018-08-27 4da556923 ensure createFromVariables takes correct params on CLIRequestBuilder (Scott Hutchinson)
  • 2018-08-27 f3230c78 Use requestVar() to include post vars as well as get vars (Robbie Averill)
  • 2018-08-24 e196475 Graceful validation of image shortcode (Aaron Carlino)
  • 2018-08-24 9b7b476 Label RestoreAction clearer as 'Restore to draft' (#42) (Luke Edwards)
  • 2018-08-24 2b16e2a GridField delete button to offer archive action if possible (#602) (Luke Edwards)
  • 2018-08-24 6164d01d6 GridField delete button to offer archive action if possible (#8325) (Luke Edwards)
  • 2018-08-23 f37dd74 Site tree items do not disappear on save with source file comments enabled (Robbie Averill)
  • 2018-08-23 d6b1d31 Check ID is numeric before using it (Robbie Averill)
  • 2018-08-22 1b67bb08c Fix failing HTML button test step (Luke Edwards)
  • 2018-08-21 6be253c Use get_one_by_stage when fetching SiteTree for a specific stage (Guy Marriott)
  • 2018-08-21 7d18f3a Disable compare mode when there is only one version available (Robbie Averill)
  • 2018-08-20 6684fc2 Center alert message and conditionally show close button/selected message for IE (Raissa North)
  • 2018-08-20 dbab69669 Message when changing password with invalid token now contains correct links to login (Robbie Averill)
  • 2018-08-20 9da7f99 Draft content requiring login message now correctly renders HTML link (Robbie Averill)
  • 2018-08-17 160d595e2 fix trailing whitespace (maks)
  • 2018-08-17 16217f365 fix accidentally deleted comma (maks)
  • 2018-08-17 c361b09 overflow of chosen dropdowns when inactive (Scott Hutchinson)
  • 2018-08-16 81e9c0c When exiting compare mode, the version shown is the last selected version to compare from (Robbie Averill)
  • 2018-08-16 61c046c If archive's possible switch GridField delete button with archive (Luke Edwards)
  • 2018-08-16 66cd3af Filtering or paginating a gridfield causing a change event (Luke Edwards)
  • 2018-08-15 726c464 Don't indicate pointer cursor when hovering a selected version in the list (Robbie Averill)
  • 2018-08-15 7d94029 Inconsistent background and border colours in compare mode notice (Robbie Averill)
  • 2018-08-15 c189f14 Reduce size of border radius on compare mode notice close button (Robbie Averill)
  • 2018-08-15 d9154bffb text/json is not a valid mimetype (Daniel Hensby)
  • 2018-08-15 d18b5ee text/json is not a valid mimetype (Daniel Hensby)
  • 2018-08-15 41a2a0c text/json is not a mimetype (Daniel Hensby)
  • 2018-08-15 0db594b2d Remove double escaping of HTML values in print views (Robbie Averill)
  • 2018-08-15 0c713b5 Fix routing for files with dots in filename (Damian Mooyman)
  • 2018-08-14 fcaa9ba Restore and archive action improvements (Luke Edwards)
  • 2018-08-14 fc7f712 Modal response animation appearing outside the modal (#601) (Luke Edwards)
  • 2018-08-14 873873dc3 Pass request to dummy controller before calling init (Robbie Averill)
  • 2018-08-14 27ac001d5 email rendering should not include requirements (Thomas Portelange)
  • 2018-08-14 8ec551e5 Broken "show as list" (#2232) (Maxime Rainville)
  • 2018-08-12 9f5b0086c Paginating a gridfield causing a change event (Luke Edwards)
  • 2018-08-10 8611e47 Allow more width for version numbers in list, so alignment of state column is unaffected (Raissa North)
  • 2018-08-10 d4995f52 Separating ModelAsController catch-all route to apply after all other configuration (Guy Marriott)
  • 2018-08-08 5596ae2 Remove new gridfield search, data query needs to be altered to work (Luke Edwards)
  • 2018-08-08 eed1ca9 Change list item anchor for span with role="button" to justify using tabIndex="0" (Robbie Averill)
  • 2018-08-08 e14ab99 Don't rely on return value of GraphQL scaffolding providers (#171) (Guy Marriott)
  • 2018-08-08 aed0726 Add roles to list and list items, make list items keyboard accessible (Robbie Averill)
  • 2018-08-07 c2b54c7 graphql route getting overwritten (Aaron Carlino)
  • 2018-08-06 df7396e8 CMS routes are now run after #coreroutes without re-including itself (Robbie Averill)
  • 2018-08-06 2614804 getLatestVersion now looks at the LatestDraftVersion version property (Robbie Averill)
  • 2018-08-06 e7cb0156 Use LatestDraftVersion in GraphQL query to determine latest draft version (Robbie Averill)
  • 2018-08-06 13372f9a3 Installer redirect to home/ (without domain) (Michael Strong)
  • 2018-08-06 855e1f2 Margins are correct when both in and out of a GridField, and colours used in compare warning (Robbie Averill)
  • 2018-08-02 24927c5 Ensure only toolbar buttons that are immediate descendants of toolbars are given margins (Robbie Averill)
  • 2018-08-01 a981584 Remove rogue CSS margin on toolbar buttons. Implemented in campaign-admin preview instead. (Robbie Averill)
  • 2018-08-01 405d8a3 Toolbar button margins are constrained to campaign previews, and update ViewModeActions name (Robbie Averill)
  • 2018-08-01 6889a1a ViewModeToggle now uses BEM class naming convention (Robbie Averill)
  • 2018-08-01 58d128e Update case on viewModeActions import and recompile (Robbie Averill)
  • 2018-08-01 8e611ac Convert compareType to use version objects, restructure tests and use variables for colours (Robbie Averill)
  • 2018-08-01 763138f remove double-margins from version comparison (Dylan Wagstaff)
  • 2018-07-30 2758348 fix rebase (Dylan Wagstaff)
  • 2018-07-30 420c3f8 Editor should ignore drag-and-drop files (#814) (Luke Edwards)
  • 2018-07-30 fde7b9ddc Specify minimum composer version (Maxime Rainville)
  • 2018-07-27 85b4b48fb Restore default delete action on GridFieldConfig_RecordEditor (Maxime Rainville)
  • 2018-07-27 67254da1 Apply missing class to report header. (Maxime Rainville)
  • 2018-07-27 0d90cdb05 Altering ID of authenticator tabs to resolve ID conflict (Guy Marriott)
  • 2018-07-26 900ca9c8d Recommend install of upgrader with PHAR exec. (Maxime Rainville)
  • 2018-07-26 fea9ef7 #579 BUG Ambiguous column RecordID when doing batch actions (Ed Linklater)
  • 2018-07-25 0035f4a90 Fix backtick in changelog breaking sentence formatting (Michal Kleiner)
  • 2018-07-24 3e044dc History viewer list is now rendered as an unordered list instead of a table (Robbie Averill)
  • 2018-07-24 6c421b5 Badge margin is moved to the text to allow it to break lines nicely on mobile (Robbie Averill)
  • 2018-07-23 a0487e5 Treat readonly as disabled and fix handling for ui-constructive class (Robbie Averill)
  • 2018-07-23 55dc009 SET_COMPARE_MODE reducer no longer clears previously set compareFrom value (Robbie Averill)
  • 2018-07-23 35afd7f Padding and scrolling around detail views is now consistent (Robbie Averill)
  • 2018-07-23 9ac05c7 Set min-width for compare enabled table to 100% to prevent margin overflow (Robbie Averill)
  • 2018-07-23 9d26ba0 Fix margins when choosing versions to compare (#11) (Raissa North)
  • 2018-07-23 92eab59 selecting two rows in list view UI issues (Guy Marriott)
  • 2018-07-16 e1296d48 Filter var can be returned correctly from get variables as a fallback (Robbie Averill)
  • 2018-07-13 d1024ee Add HTMLFragment casting to $Tag (#148) (Jake Bentvelzen)
  • 2018-07-12 a8e5616 Update GridField.js so it works with new Archive View (#559) (Luke Edwards)
  • 2018-07-12 599a4420b Improve GridFieldViewButton to work with new Archive Admin (#8240) (Luke Edwards)
  • 2018-07-11 c2347310 URLSegment field styling fixes #2193 (Maxime Rainville)
  • 2018-07-05 91068c23b Make column query not distinct (Al Twohill)
  • 2018-07-05 730fc42 Fix test for password recovery (Ingo Schommer)
  • 2018-07-01 3262665b2 Fix link and turn of phrase. (Maxime Rainville)
  • 2018-06-29 cc9b36e01 fix link (Lukas)
  • 2018-06-27 8ccebf8 Stop sslink from hijacking anchor plugin (Will Rossiter)
  • 2018-06-22 f9de357 - Grid field headers misaligned (Petar Simic)
  • 2018-06-18 2f1c2992f Default cache state should be no-cache (Daniel Hensby)
  • 2018-06-17 25b0a18 Fix display of GridField link existing button (Luke Edwards)
  • 2018-05-18 953153500 Polymorphic relationship class columns have obsolete class names remapped (Robbie Averill)
  • 2018-05-08 97a8f56 Add missing focus styles for preview options (fixes silverstripe/silverstripe-framework #2101) (Loz Calver)