FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Nov 08, 2024
    • Dr Adam Thorn's avatar
      release 1.2.0 · 77e1b6a0
      Dr Adam Thorn authored
      1.2.0
      77e1b6a0
    • Dr Adam Thorn's avatar
      Replace list values rather than merging · 4328bf5d
      Dr Adam Thorn authored
      My broad intention is to allow the site builder partially declare
      some config values they want but which might already exist (so cannot
      just be deployed via config/install/settingname.yml).
      
      For the case of list data types, overwriting the list rather than
      appending to it seems most appropriate: otherwise, each config merge
      will lead to the entire set of list values being re-appended. I think
      cases where you want to append to an existing list ore best dealt with
      in PHP by just loading the appropriate config key and manipulating it.
      
      Also adding a dependency on php >= 8.1.0 due to use of array_is_list().
      4328bf5d
    • Dr Adam Thorn's avatar
      d21e5dab
    • Dr Adam Thorn's avatar
      switch to is_dir in YamlLister · 416207dc
      Dr Adam Thorn authored
      I'm not sure why I used prepareDirectory() here. I think the intention
      was to check if the dir exists, given the codw flow, and
      prepareDirectory() is not behaving inside phpunit.
      416207dc
  2. Jun 03, 2024
  3. Jan 23, 2024
  4. Jan 17, 2024
  5. Jan 16, 2024
Loading