-
Notifications
You must be signed in to change notification settings - Fork 0
Change Log
haskelt edited this page May 7, 2021
·
9 revisions
- 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
- '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
- Fixed bug where site variables didn't work properly in simple expansion handler
- 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
- Home
- About Salal
- Installation
- Tutorials
- Core concepts
- Getting more out of Salal
- Advanced topics
- Change log