-
Notifications
You must be signed in to change notification settings - Fork 177
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
[WIP] Release 1.0 #57
Merged
Merged
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
This was a legacy decision which will be changed in 1.0.0. The first version of this Bundle only supported Fineuploader which would have been a BC break if 'fineuploader' was not the default value.
…alancers. This is WIP.
Documentation fixes.
Raised requirement of symfony/framework-bundle to >=2.2.
Strangly on my machine the function tempnam returns something different than expected. tempnam('/foo', 'bar'); returns a file located in /private/foo. The way this test works does not allow this behaviour. This is why we test this condition and mark the test skipped.
This way it is not important to remember appending a / to the end of the stream_wrapper string.
Documentation / Test / Little Improvement
This reverts commit 5e789d8.
…to mitom-release-1.0 Conflicts: EventListener/AllowedExtensionValidationListener.php EventListener/DisallowedExtensionValidationListener.php
@sheeep you broke scrutinizer! :D |
Damn! Good thing I've not checked the Fix Scrutinizer errors and notices. yet. :) |
…to mitom-release-1.0 Conflicts: Controller/AbstractChunkedController.php
Fix configuration for storage service creation
Do not test against: too_many_methods too_many_fields coupling_between_objects As this bundle provides a base Controller that is dependant on many coupled objects/interfaces, the coupling does not really make sense to test.
Thanks to everyone who helped making this release possible. Especially @mitom and @Paulmolin |
Thanks for the cat, and thanks for your great bundle! You rock! 😉 |
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.
This is a Work in Progress pull request for collecting all changes related to the 1.0 release candidate. The following things should either be discussed and rejected or implemented:
fineuploader
as default value for the frontend configuration key.If you like to discuss a specific topic, please open an issue (if not yet done) and reference to this pull request.
I'd be very happy if you decide to help me with this release. Please send pull requests to the
release-1.0
branch. If merged, they will appear here. Thanks in advance. :)