-
Data Tables
- manages paginated information- Data load via
admin
- Pagination, Inline edit via Ajax
- Simple Search
- Data load via
- Improved Authentication:
- Extended user model
- Password reset
- (Optional) Email confirmation on register
- New user Fields: all information presented in the settings page:
- First, Last Name
- Birthday, Gender, Email, Phone
- Address, Number, City, ZIP
- User Photo
- Codebase update
assets
&templates
moved toapps
folderapps/base
renamed toapps/home
- Patch (Minor) Bug: UI Notification Page
- Popups were dead.
- Gulp Tooling: Minor improvement
core/static/assets/gulpfile.js
- Patch #16: Minor issue in Docker
- Better Code formatting
- Improved Files organization
- Optimize imports
- Docker Scripts Update
- Patch 500 Error when authenticated users access
admin
path (no slash at the end)
- Dependencies update (all packages)
- Django==3.2.6 (latest stable version)
- Bump UI - Volt Dashboard v1.4.1
- Added Gulp SCSS compilation scripts
- Help can be found on README ->
Recompile CSS
section
- Help can be found on README ->
- Read properly the
.env
variables. Impacted file(s):- Impacted file: core/settings.py
-
Routing - remove a duplicate rule
admin
rule (no slash at the end)
-
Auth forms
- Login Page - update label
- Registration - hide the form on success
-
Unreported Bug - Left menu selection based on the current page. Modified files:
- app\views.py
- core\templates\includes\sidebar-rtl.html
-
Patch #4 - Whitenoise Fix - Wrong positioning in 'core/settings.py'
- WhiteNoiseMiddleware must be positioned right after SecurityMiddleware
- Impacted file: core/settings.py / MIDDLEWARE section
- Patch #2 - Error when access
admin
path (no trailing slash)
- Add CHANGELOG.md to track all changes
- Patch #1 - Error-404.html not used in all contexts
- Rename error pages: error-40X become page-40X
- Update LICENSE file - added more information regarding the app usage