Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes #3

Merged
merged 2 commits into from
Sep 7, 2012
Merged

Bugfixes #3

merged 2 commits into from
Sep 7, 2012

Conversation

Hounddog
Copy link
Collaborator

@Hounddog Hounddog commented Sep 7, 2012

No description provided.

Danielss89 added a commit that referenced this pull request Sep 7, 2012
@Danielss89 Danielss89 merged commit 39b656c into Danielss89:master Sep 7, 2012
claytondaley added a commit to claytondaley/ZfcUserAdmin that referenced this pull request Jan 31, 2015
…in top answer at http://stackoverflow.com/questions/14667621/zf2-optimize-for-high-traffic)

 - CreateForm and EditForm add hydrator (per ZfcUser settings) in `__construct`.  This makes it available to extend during the form `init` event.
 - Converted EditForm to inherit directly from Base rather than indirectly through Register (requires ZfcUser PR)
 - Converted EditForm to store data using `$form->bind($object)` pattern often used in Zend Forms (requires ZfcUser PR to avoid sending password to browser)
 - Cleaned out old helper code
 - Now repopulates disabled fields (side-effect)
claytondaley added a commit to claytondaley/ZfcUserAdmin that referenced this pull request Jan 31, 2015
…in top answer at http://stackoverflow.com/questions/14667621/zf2-optimize-for-high-traffic)

 - CreateForm and EditForm add hydrator (per ZfcUser settings) in `__construct`.  This makes it available to extend during the form `init` event.
 - Converted EditForm to inherit directly from Base rather than indirectly through Register (requires ZfcUser PR)
 - Converted EditForm to store data using `$form->bind($object)` pattern often used in Zend Forms (requires ZfcUser PR to avoid sending password to browser)
 - Forms now use an enhanced Validation Group logic.  Elements are selectively excluded based on specific options or attributes.  This significantly improves extensibility.
 - Cleaned out old helper code
 - Now repopulates disabled fields (side-effect)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants