adapt_framework
adapt_framework copied to clipboard
A toolkit for creating responsive, accessible, multilanguage HTML5 e-learning courses.
fixes #3547 Speed up AAT compilation by only compiling when necessary and allowing javascript compilation caches to live for longer. ### New * Added `grunt server-diff:dev` which will only compile...
fixes https://github.com/adaptlearning/adapt_authoring/issues/2763 ### Fix * Set default bower registry to secure http protocol
### Subject of the issue/enhancement/features There are some capitalization/ grammar issues on the "Get started" page that can be fixed. ### Steps to reproduce Open up this URL to get...
### Subject of the issue * Bring `grunt diff` to the server build process, use `newer` to compile only when necessary. https://github.com/adaptlearning/adapt_framework/blob/5663a1380dc49c486af4b4ab7dd368ac66c7ee18/grunt/tasks/diff.js#L14-L16 * Allow the javascript compilation cache to live...
### Subject of the issue/enhancement/features Currently the defaults are set in the grunt config and overrides aren't possible. I am proposing we can set variables in the same manner that...
### Subject of the issue/enhancement/features With more tests in place, there's some reused code that would be best placed in a custom cypress command to reduce the risk of errors....
### Subject of the issue/enhancement/features For every plugin we are repeating a lot of code around testContainsOrNotExists for multiple fields. I am proposing that we create a shortcut function which...
### Priority 'Priority' is a proposed name for the concept of 'optional vs required'. Priority applies to menus, pages, articles, blocks and components. | Name | Description | | ---...
fixes #3577 ### New * Allow theme variables to be modified from the config.json bringing them into compile and runtime space ### Testing Set `config.json:themeVariables._buttons.btn-color = "red"`. #### Menu button...
### Subject of the issue AAT theme settings should come into compilation process as expected json properties. core schema https://github.com/adaptlearning/adapt-contrib-core/blob/d1d4aae7bf2b2114629435a3136af7d571cf8a32/schema/config.schema.json#L401-L405 vanilla schema https://github.com/adaptlearning/adapt-contrib-vanilla/blob/e2260e8fb62a76a96bf5df9cf7d446bd15757f8c/schema/theme.schema.json#L2 Such that the properties and values are...