Browse Source

updated CHANGES.md

v3-dev
REJack 7 years ago
parent
commit
a6a412c3fe
  1. 50
      CHANGES.md

50
CHANGES.md

@ -73,7 +73,7 @@
- user_variables => dbTableUserVariables - user_variables => dbTableUserVariables
- login_attempts => dbTableLoginAttempts - login_attempts => dbTableLoginAttempts
- groups => dbTableGroups - groups => dbTableGroups
- user_to_group => dbTableGroupToUser - user_to_group => dbTableGroupToUser (default changed to `aauth_group_to_user`)
- group_to_group => dbTableGroupToGroup - group_to_group => dbTableGroupToGroup
- perms => dbTablePerms - perms => dbTablePerms
- perm_to_user => dbTablePermToUser - perm_to_user => dbTablePermToUser
@ -133,6 +133,7 @@
### PMS ### PMS
- completly removed - completly removed
## LANGUAGE ## LANGUAGE
### ADDED ### ADDED
@ -177,3 +178,50 @@
- aauth_email_verification_code (merged with textVerification) - aauth_email_verification_code (merged with textVerification)
- aauth_error_email_exists - aauth_error_email_exists
- aauth_error_username_exists - aauth_error_username_exists
## VIEWS
### TEMPLATES
- Footer
- Layout with Sidebar closing
- Used JS Libs
- jquery
- jquery-easing
- bootstrap 4.1.3
- sb-admin
- customer load over $jsFiles
- FooterBlank
- Layout without Sidebar
- Used JS Libs
- jquery
- jquery-easing
- bootstrap 4.1.3
- sb-admin
- customer load over $jsFiles
- Header
- Layout with Sidebar start
- Used CSS Libs
- bootstrap 4.1.3
- fontawesome-free
- sb-admin
- customer load over $cssFiles
- HeaderBlank
- Layout without Sidebar
- Used CSS Libs
- bootstrap 4.1.3
- sb-admin
- customer load over $cssFiles
### AAUTH
- Verification
- ResetPassword
- RemindPassword
### ACCOUNT
- login
- register
- logout

Loading…
Cancel
Save