change log for FAL 1.0.4
deny process
| [206] | gra | FAL: fixed the deny process (denyAccess() function) see #33 |
| [215] [217] | gra | FAL: in the deny process, if a visitor comes with no http_referer, now sent to FAL_denied_from_ext_location |
change password
| [169] | gra | fixes #18 (validation error messages in change pass), I also cleaned the set_fields() and set_rules() calls: dispatched them nicely in the functions instead of a big call in the constructor. Added a config key for forgotten pass email validation. changepassword() now calls the right lang keys. |
| [183] | gra | FAL: reworked concistency of the password rules (register and change password) removed the hardcoded rules and added the match rule to the one in the config file note: breaks the change_password template (see the keys of the password fields) |
| [196] | gra | FAL: fixes #14: changepassword wrong error message. I added a lang item and made a redirect() |
other processes
| [163] | dan | "FAL: improved security --> corrected password fields redisplay upon submission error " |
| [170] | gra | fixes #21: installer now displays directly the insertion of the superadmin (just added a redirect() |
| [178], [179], [184] to [193], [202], [210] | dan | "FAL: added variables to fix ticket #13" in order to make the library not only template independent, but even controller/method naming abstract |
| [213] | dan | changed occurences of $this->uri->ruri_string() to $this->uri->uri_string() in views (form action) because if I reroute my uri (ie route['login']="auth/login") I don't want that upon form validation failure the rerouted uri gets displayed |
visuals
| [174] | gra | FAL: added a <br /> in some content view files to separate a bit the 'continue' link |
| [197] [205] | dan | changed views register.php and changepassword.php in order to fit longer labels |
| [203] [209] | dan | added changePassword definition in fal_style.css and modified change_password view |
| [208] | dan | "changed .error style in fal_style.css to #FF3300->more flashy" |
| [214] | gra | FAL: merged the pre and code selectors and monospaced them |
| [216] | gra | FAL: added a comma and unwrap tags in the emails |
typo fixes
| [168] | gra | fixed the FrekAuth typo in welcome controller |
| [171] | gra | fixed the passoword typo |
| [172] | gra | FAL: html validation fix: </p> instead of <p> |
| [173] | gra | FAL: typo in activation email, removed a '+' |
| [175] | gra | FAL removing a useless '</td>' in an admin template |
| [176] | gra | FAL: fixed a typo between banned and country_id in a template file |
| [180] | gra | FAL: fixed the lenght typo |
| [211] | gra | fixed the Frek typo in the installer |
| [212] | dan | "eliminating a <br> present in fal_style.css" |
misc
| [165] | gra | FAL erase the security code from the db_session just after checking (see #20) |
| [167] | gra | fixed font path for the captcha, now uses BASEPATH |
| [177] | gra | FAL: adding id attributes to the form tags for login, register, forgotten password and change password forms |
| [194] | dan | "FAL: eliminated transactions from FreakAuth_light.php library method activation () " |
| [195] | dan | FAL: eliminated unused method password_change_check() from FAL_validation library |
| [199] [200] | dan | "FAL: cleaned up installer from redundant validation stuff already in FAL_validation" |
| [198] [204] | dan | FAL: changed method name deny() to denyAccess() in Freakauth_light.php, and updated all calls to this method to use the new name |
| [207] | dan | changed methods naming in Freakauth_light lib: from _generateRandomSecurityCodeImage to _generateCaptcha and from _deleteOldSecurityCodeImage to _deleteOldCaptcha |
