Skip to content

Commit 569c8d6

Browse files
committed
Merge branch 'develop' into issue/1427
* develop: (399 commits) Remove test data both before and after tests Add extended timeout to after() in addition to before() Reinstate longer timeout Add grunt to deps Temporarily disable casperjs tests Update package.json prior for next release Update mocha Tidy up mocha config Switch to use grunt test task Fix heading Only show logger errors Remove log Update config files Amend testData Alter tests to stop error messages Move data folder cleanup and rename various things for readability Rename references to tenant record results for clarity fix tests, upgrade should tests now allways start with a clean db Add comment ...
2 parents a18b9e2 + f55057d commit 569c8d6

1,012 files changed

Lines changed: 13047 additions & 14334 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44

55
/data
66

7-
/frontend/src/adaptbuilder/css/adapt.css
8-
/frontend/src/adaptbuilder/css/adapt.css.map
9-
/frontend/src/adaptbuilder/css/adapt.css.map.imports
10-
/frontend/src/adaptbuilder/js/
7+
/frontend/build
118

9+
/frontend/src/modules/modules.js
1210
/frontend/src/plugins/plugins.js
1311
/frontend/src/templates/templates.js
1412

@@ -39,4 +37,3 @@ version.json
3937
.vagrant
4038
.env
4139
.project
42-
*.iml

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ before_install:
3333
- mongod --version
3434
- npm install -g adapt-cli
3535
- adapt --version
36+
- npm install -g grunt-cli
3637

3738
install:
3839
- npm config set spin false

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
**IMPORTANT**: For information on how to *correctly* update your installation, consult [INSTALL.md](https://github.com/adaptlearning/adapt_authoring/blob/master/INSTALL.md#updating-the-tool).
66

7+
## [0.3.0] - 2017-01-24
8+
9+
### Added
10+
- User management
11+
- Can add users
12+
- Can edit existing users (email, password, tenant, role, unlock locked accounts)
13+
- Can disable/restore users
14+
- Can delete users
15+
- Add option to disable automatic switching-on of accessibility on touch devices
16+
- Mailer now supports HTML templated emails
17+
- User's roles now displayed on their profile page
18+
19+
### Changed
20+
- Asset description is no longer a required field
21+
- Updated config.json with up-to-date values
22+
- Permissions page styled to match UI refresh
23+
- Travis CI configuration updated:
24+
- Added Node.js version 4, 5 and 6
25+
- git, mongodb and adapt versions logged to console
26+
- Removed caching for `node_modules` directory
27+
- Removed `on_start` from notifications as Travis WebLint shows as deprecated
28+
29+
### Fixed
30+
- Block alignment in page editor
31+
- Password reset emails now work as intended
32+
- The 'enabled' checkbox in Plugin Management now hides plugins from editor
33+
- Removed tab/newline chars from CKEditor output to fix tabbing in published courses
34+
- Menu picker selected colouring
35+
- Notify content is now scrollable, rather than being rendered off screen
36+
737
## [0.2.2] - 2016-09-13
838

939
### Added
@@ -262,7 +292,8 @@ If upgrading from a previous version, please add the following keys to your conf
262292
- Loading screen of death
263293
- Session cookie security issues
264294

265-
295+
[0.3.0]: https://github.com/adaptlearning/adapt_authoring/compare/v0.2.2...v0.3.0
296+
[0.2.2]: https://github.com/adaptlearning/adapt_authoring/compare/v0.2.1...v0.2.2
266297
[0.2.1]: https://github.com/adaptlearning/adapt_authoring/compare/v0.2.0...v0.2.1
267298
[0.2.0]: https://github.com/adaptlearning/adapt_authoring/compare/v0.1.7...v0.2.0
268299
[0.1.7]: https://github.com/adaptlearning/adapt_authoring/compare/v0.1.6...v0.1.7

0 commit comments

Comments
 (0)