Skip to content

Change Log

haskelt edited this page May 7, 2021 · 9 revisions

0.26.0-beta

  • Removed profiles parameter from project config file, available profiles inferred from contents of config/profiles directory
  • In the theme directory, moved 'templates', 'resources', and 'modules' to a 'design' subdirectory to parallel the structure of the project directory
  • In the Salal root directory, moved 'system_config.json' into a 'config' subdirectory, to better parallel the project and theme directory structure

0.25.0-beta

  • 'site' variables renamed to 'globals'
  • System config and user config files now have sections for parameters and globals, rather than just containing parameters
  • Project config files now only contain the definitions that previously were under the 'common' section
  • Added a 'profiles' parameter to play the role previously played by the sections in the project config file
  • Profile-specific configuration now is placed in a separate file under config/profiles in the project directory

0.24.1-beta

  • Fixed bug where site variables didn't work properly in simple expansion handler

0.24.0-beta

  • Config files now called 'system_config.json', 'user_config.json', and 'project_config.json'
  • In project config, 'system' variables renamed to 'parameters', 'project' variables renamed to 'site'
  • In variable substitution any uses of the 'project.' notation now need to use 'site.' instead
  • Fixed bug where 'system_config.json' wasn't getting included in the Python package

Clone this wiki locally