forked from zendframework/zendframework
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Patch 1 #1
Closed
Closed
Patch 1 #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- fixed the resolution method to check for string provided values when determining computed lookups
- changed configuration to use class name first when configuring parameters & methods
- Twitter IDs now exceed PHP integer support, and must be passed as strings
…sezaki/zf2 into hotfix/search_lucene-charset_encoding
- "brake" was used instead of break - Unnecessary, as each case had a return statement
…into hotfix/zf-10642 - Added getSelect() method to AbstractDb validator (used in tests) - _query() now sets the $_select property - Fixed unit tests (need to call isValid() before calling getSelect()) Conflicts: tests/resources/LanguagesTest.php
…into hotfix/zf-10854
- Fixed some CS issues (leading underscores on protected members, formatting of if statement, etc.) - Updated test INI file to use "resource_broker" for namespace of resource broker configuration
… into hotifx/zend_tool
- fix in code example
- documentation fix
- A bit of code and formatting fixes (like Array->array). - Moved PHP escaping code to dedicated method to make it possible to use as standard. - Preventing from adding type hinting for simple types (and pseudo-types like "mixed", "object", "resource"). - Some fixes in syntax.
- performance increasement for ignore list
- Ran all files through db4-upgrade.xsl - Ensured all files have <?xml ... ?> stanza - Ensured all files with custom entities preserved the entities
- Updated all files with programlisting entities to wrap the contents in CDATA - Fixed files that had errors - Reinstated language entities
weierophinney
added a commit
that referenced
this pull request
Feb 28, 2012
- s/ENT_COMPAT/ENT_QUOTES/ in the Escape view helper
weierophinney
added a commit
that referenced
this pull request
Feb 28, 2012
- Use Application constants in tests, instead of string/error codes
weierophinney
pushed a commit
that referenced
this pull request
Feb 28, 2012
…emove-auto-escaping [#1] Remove auto-escaping from PhpRenderer
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
- Renamed to zend.view.php-renderer.scripts.xml - Removed section on alternate view engines; not the right place, and out-of-date - Updated escaping section, and section indicating how variables may be accessed
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
- Irrelevant, and misleading at this point
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
- Removed sections on casing - Rewrote sections on creating and registering helpers
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
- renamed to zend.view.helpers.xml - enabled in manual
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
- renamed Zend_View-Introduction.xml to zend.view.renderer.php-renderer.xml - Updated all IDs in the document - Rewrote introduction - Renamed "controller" section to "usage" and expanded it - Updated "options" section to refer to setters/injection points - Renamed "accessors" section to "methods", and detailed callable methods - Removed "short tags" section - Removed Zend_View-Abstract.xml; obsolete - Updated manual.xml.in's Zend_View section to reflect all changes.
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
- Better discussion of canRenderTrees() method - Clarified the examples showing creating a ViewModel inside a controller - Clarified that the second parameter to render() can also be a Variables instance
weierophinney
added a commit
that referenced
this pull request
Mar 1, 2012
weierophinney
pushed a commit
that referenced
this pull request
May 4, 2012
Hotfix/authentication interfaces
weierophinney
pushed a commit
that referenced
this pull request
May 7, 2012
[ZF2-275] Suggestion Nice update Thx !
weierophinney
pushed a commit
that referenced
this pull request
Jul 2, 2012
Feature/di abstract factory has
weierophinney
pushed a commit
that referenced
this pull request
Jul 3, 2012
…data Leftbrained feature/db metadata
weierophinney
pushed a commit
that referenced
this pull request
Aug 6, 2012
…les-in-viewmodel Hotfix/check for arrayvariables in viewmodel
weierophinney
pushed a commit
that referenced
this pull request
Jan 4, 2013
weierophinney
pushed a commit
that referenced
this pull request
Apr 17, 2013
weierophinney
pushed a commit
that referenced
this pull request
Aug 4, 2014
…ent-manager-multiple-shared-element-init Tests for zendframework#6132 form element manager multiple shared element init
weierophinney
pushed a commit
that referenced
this pull request
Aug 4, 2014
…vice-config-delegators Hotfix/zendframework#6266 mvc service config delegators
weierophinney
pushed a commit
that referenced
this pull request
Feb 24, 2015
…ethod-hydrator-optimization Classmethod hydrator optimization - massive cleanup and extension by @Ocramius
weierophinney
pushed a commit
that referenced
this pull request
Mar 18, 2015
weierophinney
pushed a commit
that referenced
this pull request
Mar 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Set sorted to true.