Tickets and Code Commits
- Dec 02 UTC Ticket
updated by aprice30
#58: Switching user to active causes a database error. - Dec 02 UTC Changeset
committed by aprice30
#167: Added an extra space to a WHERE clause in the MY_Validation library when checking if an email/username is spare. The problem seemed to be the MySQL query was thinking id!= was a column. Closes #58 - Dec 02 UTC Ticket
created by Anonymous
#58: Switching user to active causes a database error. - Nov 26 UTC Ticket
created by Anonymous
#57: Can not give actoin permission when there are spaces in action name - Nov 18 UTC Changeset
committed by aprice30
#166: Fixed an issue in the image module where if a width and height was given then the image wouldn't be resized correctly. - Nov 15 UTC Ticket
updated by aprice30
#33: CI 1.7.0 ACL_PERMISSIONS View Error - Nov 15 UTC Ticket
updated by aprice30
#32: CI 1.7.0 acl_permissions access page error - Nov 15 UTC Changeset
committed by aprice30
#165: Fixed the access_control_model so it works with Ci 1.7, Closes #32 - Nov 15 UTC Ticket
updated by aprice30
#27: Optimise Loading of BackendPro - Nov 15 UTC Changeset
committed by aprice30
#164: Upgrade a lot of code so helpers and libraries are only loaded when they are needed. The autoload.php config file now dosn't load anything by default. See #27