0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #90 from EvanDotPro/hotfix/no-password-max-length More... about 13 years ago
No maximum length on password More... about 13 years ago
Merge pull request #89 from markuska/master More... about 13 years ago
Changed loginAction to expect redirect as a post param to be consistent with authenticate. More... about 13 years ago
Merge pull request #88 from adamlundrigan/patch-2 More... about 13 years ago
Update ClassMethods hydrator usage to reflect that it's default behavior is now to convert underscored array keys to camelCase More... about 13 years ago
Merge pull request #87 from adamlundrigan/patch-1 More... about 13 years ago
Update ModuleOptions to enable login form redirect parameter handling by default More... about 13 years ago
s/query()/getQuery() in UserController More... about 13 years ago
Merge pull request #86 from adamlundrigan/feature/mapper-events More... about 13 years ago
Merge pull request #85 from adamlundrigan/patch-2 More... about 13 years ago
Remove unused (and broken) method ZfcUser\Service\User::getByUsername More... about 13 years ago
Trigger a 'find' event on the composed event manager when one of the find* methods is used More... about 13 years ago
Merge pull request #82 from adamlundrigan/patch-1 More... about 13 years ago
Merge pull request #84 from varatada/master More... about 13 years ago
Added missing variable declaration More... about 13 years ago
Merge pull request #83 from adamlundrigan/patch-2 More... about 13 years ago
Remove underscore from messageTemplates variable in AbstractRecord More... about 13 years ago
Remove unused StaticEventManager use statement from Module.php More... about 13 years ago
Small config cleanup More... about 13 years ago
Merge pull request #81 from adamlundrigan/hotfix/controller-plugin-error More... about 13 years ago
Revert "Update controller plugin to pull locator from AbstractPluginManager" getServiceManager already calls getServiceLocator More... about 13 years ago
Merge pull request #80 from adamlundrigan/feature/update-forms More... about 13 years ago
Registration form: change events() to getEventManager() More... about 13 years ago
Registration form: fix missed conversion to getRegistrationOptions More... about 13 years ago
Registration form: move label from attributes to options More... about 13 years ago
Registration form: rename get/setOptions to get/setRegistrationOptions More... about 13 years ago
Update view helpers to pull service locator from SM More... about 13 years ago
Remove get/setLoginAfterRegistration from AuthenticationOptionsInterface More... about 13 years ago
Update login form: events() -> getEventManager() More... about 13 years ago