change log for FAL 1.1

new features

[283] gra redirect to the requested page after login functionality, uses the flashdata key requested_page (see #24)
[279] gra security enhancements: control access to edit/delete functions in admins and users controllers (fixes #56) the link flags are now set in the controllers
[277] dan added two demo files MyFAL_demo.php and MyFALVal_demo.php as demo for extensions
[276] dan adding "automagic" for extending core classes: see ticket #67
[266] dan added config option for direct activation, and modified needed libraries accordingly
[256] to [264] dan new assets folder

software design

[281] gra moved the img tag for the captcha in a view file (#61)
[274] dan moved forms in content/forms directory and update the freakauth_light.php config file with new paths
[253] dan changed all referenced of "security_code" to "captcha" in config file and all other files
[248] gra renamed the config item FAL_flash to FAL_deny_with_flash_message + improved the comments
[247] gra use of the new flashMsg( ); function in library/FreakAuth_light + imporved comments + FIXME comments for #29
[242] gra removed hardcoded index.php strings in the admin/users and admin/admins controllers for pagination, and one for the back button on the edit user page (fixes #42) + removed some old comments

bugs

[273] dan fixing bad view loading in all sendEmail methods in application/libraries/Freakauth_light.php
[270] dan fixed some images not displaying and hopefully ticket #52. In particular the installer was not adding the first userprofile in DB for the superadmin n.1
[254] dan changed flash.js in order to avoid conflicts with ther Javascript libraries
[244] gra fixed the case where no user was in the admins or users list. Leads now to a CI error (please reinstall FreakAuth light), because we need at least a superadmin (that cannot be so easily deleted)
[241] gra FAL: deleted remaining old use_country test (fixes #54)
[239] dan sorted out problem related to "wrong username or password" error message not diplaying when CAPTCHA was enabled for login. Error due to missing else in FAL_validation method securitycode_check($value)

typos

[305] gra typo fixed in FAL's config file
[288] & [289] gra corrected typos in admin example controller & the main lib, thanks to A&W
[272] dan sorted out some typos in freakauth_demo.php and installer.php
[250] gra fixed a typo in the template_admin/header.php file
[236] dan corrected CONFICURATION typo
[249] gra fixed the '+' typo
[243] gra FAL: fixed two admin/admins bad redirections
[237] dan removed $config['date_format'] from config_demo.php for CI_1.5.3 compliance

misc.

[309] dan jQuery update
[282] gra refactored the comments of FreakAuth-light lib
[280] gra comments for the session section of the config file
[278] gra fixes #69 (highlighting of the tabs in the admin console) with a pregmatch
[275] dan fixing ticket #66 (location for the decline redirection in register process)
[271] dan added language key for message "No data in DB: please..." + updated the calls to this message in order to use the new language key
[269] dan updated copyright year to 2007 in admin footer
[268] dan added RSS link and donations link in template's footers
[267] dan updated comment in application/config/freakauth_light.php
[255] dan removed Windows Thumbs.db and an unused image public/css/images/fade-butt.png
[251] dan updated installation instructions: in particular with regard to custom DB table prefix
[240] dan language + donations link in freakauth_demo controller