LimeSurvey: 2.06 ec478d08

Author Committer Branch Timestamp Parent
aesteban aesteban 2.06 2014-12-18 23:16:05 2.06 f9016348
Affected Issues  09171: Unable to subscribe to event
Changeset

Fixed issue 09171 : Unable to subscribe to event
Dev : Target not anymore needed for auth plugins events, every auth plugin knows if he has to process event
Dev : This way, auth events (i.e. afterLogout) can be processed also by other plugins
Dev : Method afterLoginFormSubmit can be in parent class (preventing code duplication)

mod - application/controllers/admin/authentication.php Diff File
mod - application/core/LSUserIdentity.php Diff File
mod - application/core/plugins/AuthLDAP/AuthLDAP.php Diff File
mod - application/core/plugins/Authdb/Authdb.php Diff File
mod - application/core/plugins/Authwebserver/Authwebserver.php Diff File
mod - application/libraries/PluginManager/AuthPluginBase.php Diff File