Releases: cdevroe/unmark
Releases · cdevroe/unmark
Major Updates
Too many to list. Entire application overhaul.
Setting timezone on mysql connection
Added timezone setting on mysql connection.
Switched environment detection
Switched environment detection logic to use environment.php files in either application or /etc folder. Using 'production' as default. Added support for environments other than CodeIgniter defaults.
Fixing date_joined bug
- When new accounts are created date_joined is now saved again
Password storage update
- When a user logs in that was using the old MD5 only password encryption routine, their record will be updated to encrypt their password with new encryption method as well as storing the salt.
Hotfix for password bug
- Forgot to store the salt for newly encrypted passwords, DERP!
Security and users table updates
- Update: Added new migration file for
users
table updates - Update: Added new validation helper
- Update: Added new hash helper
- Update: Updated md5 password scheme to something more secure. See
hash_helper.generateHash
. - Update: Various Updates to update code to new column names for
users
table. - Update: Fix to display group invites.
- Update: Fix of homepage display for users having no groups defined.
Fixed $config issue
- Updated
$config['base_url']
to$this->config->item('base_url')
Removed all PHP shortcodes for better compatibility
0.3.4 Removed all PHP shortcodes for better compatibility