Skip to content

Releases: silverstripe/silverstripe-elemental

3.1.3

16 Jul 04:04
36f5af1
Compare
Choose a tag to compare
  • FIX Don't call first on the DataObject (Guy Marriott) - ce2b8eb
  • FIX Restore write to getOwnerPage and prevent write recursion (Robbie Averill) - 66f0942
  • FIX Allow direct access to set page cache for performance fixes (Guy Marriott) - 7cfca93
  • Bump memory limit for CI (Guy Marriott) - 218a77b
  • FIX Don't double up on caching efforts (Guy Marriott) - 89bc954

4.0.5

21 May 21:23
5c16689
Compare
Choose a tag to compare
  • FIX Don't leave pages in draft when adding ElementalAreasExtension (Guy Marriott) - a1b3fa7

4.0.4

14 May 23:05
853b1b5
Compare
Choose a tag to compare
  • FIX Catch exceptions while gathering element summary in ElementsInUseReport (Robbie Averill) - 73826f9
  • FIX Ensuring write operations when clearing content is captured in a try...catch (Guy Marriott) - 3f19c0a
  • DOCS Comment docs updates to new migration task (Robbie Averill) - 3a9ac5e
  • FIX Only publish items that were previously published & adding docs (Guy Marriott) - 7eae780
  • NEW Content migration task has a bunch of new features...: (Guy Marriott) - b5dd71b
  • FIX Remove explicit draft stage query as this breaks non live/stage modes (like archive) (Guy Marriott) - 8235919
  • FIX Ensure the label generated for TextCheckboxGroupField is for the text field (Guy Marriott) - 77bef66
  • FIX Don't explicitly include Title when namespacing fields (Guy Marriott) - 58fbf59
  • FIX Page links in Elements In Use Report now go directly to page for non-inline editable elements (Robbie Averill) - 6e57ebc
  • FIX Element history versions are now ensured to be sorted descending by version ID (Robbie Averill) - 7e57f65
  • FIX Use KeyboardEvent.key as 'code' is unsupported by React (facebook/react#11306) (Guy Marriott) - 8a2b9db
  • FIX Reports linking to pages now use the correct CMS edit link (Robbie Averill) - 6304446
  • FIX Allow multi readonly trans in TextCheckboxGroupField (Ingo Schommer) - a255676
  • Require Bootstrap ^4.3 in elemental module (Robbie Averill) - c7435a9
  • Advanced setup guide added. (Mojmir Fendek) - f7db3f2
  • Remove coupling between ElementalArea and SiteTree (Loz Calver) - a3b97a6
  • Added extra query condition to account for values equal to 0. Removed unused variable. Added extra query parameters (StephenMak) - d488361

3.1.2

18 Jun 22:29
d3b692f
Compare
Choose a tag to compare
  • FIX Remove the 'add' better button for ElementalAreaField (Guy Marriott) - 8637239
  • FIX Remove explicit draft stage query as this breaks non live/stage modes (like archive) (Guy Marriott) - 8235919
  • FIX Element history versions are now ensured to be sorted descending by version ID (Robbie Averill) - 7e57f65
  • Advanced setup guide added. (Mojmir Fendek) - f7db3f2
  • Remove coupling between ElementalArea and SiteTree (Loz Calver) - a3b97a6

4.0.3

08 Mar 00:56
3370917
Compare
Choose a tag to compare
  • FIX Cleaning the look of the "View Block" link in history viewer (Guy Marriott) - 53caa50
  • FIX Assert elemental areas exist before calling methods on them (Guy Marriott) - f2a0773
  • Add NVM configuration to module (Garion Herman) - 0eba255
  • FIX Ensuring drag events do not start an element reorder drag when the target is an inline edit form (Guy Marriott) - 885496a
  • FIX Default to empty title on saving a block when no redux form data is available (Robbie Averill) - 0b244bb
  • FIX Element type is now passed to actions components so they can use the "title" for toast messages (Robbie Averill) - a6ff3d2
  • FIX ElementalAreas should not be shown as part of implicit changesets in campaign admin (Robbie Averill) - c3a8f49
  • FIX Ensuring state is destroyed correctly & updating publish action (Guy Marriott) - 472dde0
  • Adding behat test for non-admin permissions (Guy Marriott) - 4c8aad6
  • FIX Implementing custom read resolver to fix permission issue (Guy Marriott) - fd5a089
  • FIX Updating behat tests to not specifically mention page ID (Guy Marriott) - 6bfad15

4.0.2

06 Feb 22:37
63410a4
Compare
Choose a tag to compare
  • FIX Update table suffix to use provided Versioned API (Guy Marriott) - 7c2a8d3
  • FIX Allow ElementalAreasExtensionTests to pass in integration envs (Garion Herman) - 0b13008
  • FIX Applying the allowed elements fix to the other add element buttons (Guy Marriott) - 289f6f6
  • FIX Ensure element orders are persisted to the Live table (Guy Marriott) - fae7559

4.0.1

29 Jan 11:41
Compare
Choose a tag to compare
  • Fix for case insensitive string comparison assertion in checkbox group field test (Robbie Averill) - 15602cf
  • FIX Handle cases when trying to lookup TestOnly classes that fail because they have no table (Robbie Averill) - 7649434
  • Fix behat tests by ensuring they expect change tracker notice (Robbie Averill) - 5de5077
  • FIX Incorrect field names in state flush after saving (Garion Herman) - 5d5552d
  • Update translations (Robbie Averill) - d120058
  • Isolate allowed elements for sorting tests to prevent other modules breaking them (Robbie Averill) - 7271c96
  • Fix indentation (Daniel Bonham) - 700706b
  • fix formatting (phpcs) (Werner M. Krauß) - 3c7e240
  • expose i18n javascript (Werner M. Krauß) - 7840a58
  • translate settings tab (Werner M. Krauß) - 3d1a27e
  • Fix translation of TextCheckboxGroupField (Werner M. Krauß) - 21e5f4d
  • Make allowedElements a required prop for ElementEditor. Update test "should render ElementList and Toolbar" to add an allowedElements prop (Daniel Bonham) - 63325c5
  • Remove commented out code and unused ElementTabProvider instance. (Daniel Bonham) - 19837d1
  • Apply patch from Guy Marriot guy@scopey.co.nz: Adds tests for allowed elements. Pass down just a list of class names and use existing element type definitions to generate allowed elements. (Daniel Bonham) - d5b3ad5
  • change tabs to editTabs to match the new blockType schema (Daniel Bonham) - 7dbcf91
  • Add class field to allowed elements block array. (Daniel Bonham) - c2cd4fa
  • Fix issue#556 Where the add block button showed all possible blocks rather then blocks restricted by allowed_elements and disallowed_elements (Daniel Bonham) - 5721fbf
  • Add tests for ElementalAreasExtension::getElementalTypes and minor syntax tidy up (Robbie Averill) - e80875f
  • FIX Elemental search filter now removes the duplicates 'All pages' SiteTree filter (Robbie Averill) - 4baabfa

3.1.1

29 Jan 11:38
Compare
Choose a tag to compare
  • Fix for case insensitive string comparison assertion in checkbox group field test (Robbie Averill) - 15602cf
  • FIX Handle cases when trying to lookup TestOnly classes that fail because they have no table (Robbie Averill) - 7649434
  • Add test to ensure that Sort is calculated on BaseElement values rather than static (Robbie Averill) - 0dab0ed
  • replaced static call with specific Class call to avoid sort order errors (Simone Bosco) - 5f064f4
  • Freeze translations on 2.x branches (Robbie Averill) - 800adb0

3.0.2

29 Jan 11:37
Compare
Choose a tag to compare
  • Fix for case insensitive string comparison assertion in checkbox group field test (Robbie Averill) - 15602cf
  • FIX Handle cases when trying to lookup TestOnly classes that fail because they have no table (Robbie Averill) - 7649434
  • Add test to ensure that Sort is calculated on BaseElement values rather than static (Robbie Averill) - 0dab0ed
  • replaced static call with specific Class call to avoid sort order errors (Simone Bosco) - 5f064f4
  • Freeze translations on 2.x branches (Robbie Averill) - 800adb0

1.9.4

22 Jan 22:00
a25f516
Compare
Choose a tag to compare

Fixes an issue with changing a page type away form an elemental supported page