This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Progressbar exceptions #24
Closed
mikaelkael
wants to merge
43
commits into
zendframework:master
from
mikaelkael:progressbar-exceptions
Closed
Progressbar exceptions #24
mikaelkael
wants to merge
43
commits into
zendframework:master
from
mikaelkael:progressbar-exceptions
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
Altered ZendTest\Authentication to test for new exceptions and messages
…f into milestones/exceptions
…f into barcode-exceptions
Moved _files in tests/Zend/Acl to TestAsset
…k/zf2 into milestones/exceptions
…f into captcha-exceptions
…f into barcode-exceptions
…k/zf2 into milestones/exceptions
* Moved Exceptions into their own namespace as per new proposal requirements & consistency
…lkael-exceptions-barcode
…into merges/mikaelkael-exceptions-barcode
* Refactor of Zend\Amf and associated tests
- Converted library code for Application, Config, Console, Currency, Date
- Refactored various tests for Application, Config, Console, Currency and Date components
- merged in rettal's Zend\Dom refactoring - moved the RuntimeException to Exception namespace
…n Container::__call; OutOfBoundsException now thrown in Container::current;
- removing superfluous InvalidArgumentException class in Zend\Navigation
- Cleaned up merge from prolic, thanks! - Refactored Zend\Text to use phpunit's setExpectedException() functionality - Removed columnWidth constraint on Zend\Text\Table\Table's constructor
Merged (altered tests to catch specific type), Thanks! |
ralphschindler
pushed a commit
to weierophinney/zendframework
that referenced
this pull request
Mar 2, 2012
…t-tests-resultset Merging ResultSet improvements and tests from weierophinney
weierophinney
added a commit
that referenced
this pull request
Dec 20, 2016
This commit backports changes from the 2.5 series for the 2.4.8 LTS release. These include the following: - [#11](zendframework/zend-mail#11) ensures that the sender can be a mailbox name, or an email specifying a host that omits the TLD. - [#21](zendframework/zend-mail#21) provides a patch to allow addresses in the form `Name address@domain.tld` (without angle brackets surrounding the actual email addres). - [#24](zendframework/zend-mail#24) fixes parsing of mail messagse that contain an initial blank line (prior to any headers), a situation observed in particular with GMail. - [#26](zendframework/zend-mail#26) fixes the `ContentType` header to properly handle parameters with encoded values.
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Review exception, all tests passed