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

Patch 1 #1

Closed
wants to merge 698 commits into from
Closed

Patch 1 #1

wants to merge 698 commits into from

Conversation

PatrickG
Copy link

Set sorted to true.

Ralph Schindler and others added 30 commits July 13, 2011 11:26
  - 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
- "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
- 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
- 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 pushed a commit that referenced this pull request May 4, 2012
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 May 7, 2012
weierophinney pushed a commit that referenced this pull request May 9, 2012
weierophinney pushed a commit that referenced this pull request Jul 2, 2012
weierophinney pushed a commit that referenced this pull request Jul 3, 2012
weierophinney pushed a commit that referenced this pull request Jul 23, 2012
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 Mar 5, 2014
weierophinney pushed a commit that referenced this pull request Mar 5, 2014
weierophinney pushed a commit that referenced this pull request Mar 5, 2014
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 Feb 24, 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.