-
Notifications
You must be signed in to change notification settings - Fork 3
Changelog
circuitbomb edited this page Sep 13, 2010
·
6 revisions
August 17, 2009
- Changed set persisent session() $token value. by Circuitbomb
- Advanced to v0.3. by Thody
- Advanced to v0.2.4. by Thody
August 16, 2009
- Added config, organized folders. by Thody
- Changed get/set_meta to get/set_attr. by Thody
- Fixed incorrect field name in where clause. by Thody
- Removed unnecessary brackets. by Thody
- Renamed logged_in → is_logged_in . by Thody
- Fixed column in where clause. by Thody
- Added missing comma. by Thody
- Created user_db adapter. by Thody
- Removed user_meta table schema, removed usage of username. by Thody
August 15, 2009
- Converted check_persistent_session method to is_persistent_session. by Thody
- Converted check_email method to is_available_email. by Thody
- Converted check_username method to is_available_username. by Thody
- Swapped out ambiguous $field var for $attr_to_set. by Thody
- Switched && for AND in set_meta. by Thody
- Resolved conflicts from merge with jedd. by Thody
- Fixed merge conflict. by Thody
August 14, 2009
- Adjusted to CI style guidelines, nomenclature changes, phpdoc field enhancements. by Jedd
- Added id field to every table. by Jedd
- Simplified existing username check in set_meta method. by Thody
- Added basic user meta setter. by Thody
- Advanced to v0.2.2
- Removed email from session data, added method to pull user meta, DRYed up some code, minor source formatting. by Thody
- Added user_meta table schema. by Thody
- Updated version number
- Re-assign insert vars manually to ensure only valid fields to prevent db error. by Thody
- Corrected version number
- Added note to create method. by Thody
- Added basic input validation to create method. by Thody
- Added a unique key for users.username. by Thody
- Added checking to make sure username and password are entered in login method. by Thody
- users.id is now int(8) and unsigned,users.password is now varchar(40). by Thody
August 13, 2009
- Moved table schemas to .sql file, updated README with basic implementation instructions. by Thody and Circuitbomb
- Fixed obvious mistake of not setting long term expiry date on persistent session cookie. by Thody
- Added persistent sessions table schema. by Thody
- Implemented basic persistent sessions, requires further testing. by Thody
- Added checker methods for username and email. by Thody
- Minimal annotation and source formatting. by Thody
- Fixed bug that would include the user password in the session upon updating it. by Thody
August 12, 2009
- Removed redundant if-true section in set user session. by Jedd
- Added very basic README with table schema. by Thody
- Implemented update user functionality. by Thody
- Cleaned up constructor, comments. by Thody
- Added email and user_id getters. by Thody
- Added session data to db, added logout functionality, add get_username. by Thody
- Limited credential query to 1. by Thody
- Initial import. by Thody