Feature
- FN Feature New: Added a new feature
Bug
- BF Bug fix: Fixed a bug
Optimisation
- OO Optimisation: The internal workings of the module is improved
- OR Refactor: The internal code is refactored
Change
- CI Input change: What is required as input for the module is changed
- CO Output change: What is output by the module is changed
Dependencies
- DN New Dependency: A new dependency is added to the package
- DR Remove Dependency: A dependency is removed from the package
- DU Update Dependency: A dependency is updated in the package
Release date: 20151102
[BF] Login and Signup handler
- Fixed broken stylesheet links
[CO] Profile handler
- Added styling
Release date: 20151102
[CO] Styled signup page
Release date: 20151102
[CO] Styled login and signup pages
Release date: 201510212
[CO] Redirect to home after login not profile
Release date: 201510212
[BF] Fixed the user interface element described in 1.4.5
Release date: 201510212
[FN] Added a user interface element to make a user an admin user using the super token from the user edit page.
Release date: 20151021
[BF] Removed unused require statements that were caused some issues
Release date: 20151021
Remove 1.4.0
- Caused too many bugs
Release date: 20151021
(BF) Fixed bugs caused by 1.4.0
Release date: 20151021
(BF) Fixed bugs caused by 1.4.0
Release date: 20151020
All require statements (BF DN)
- When using ne-auto the require statements did not find the module
- Are now conditional to be compatible with ne-auto
- If there is a process.env.NE_AUTO then the require statements use the ne-auto if not then they require from root
- Now this module will work with ne-auto and without ne-auto
- DN tag because this is connected to dependencies