-
Notifications
You must be signed in to change notification settings - Fork 180
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
Merge form branch #3
Merged
Merged
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
2a155e0
Introduced recursive form embed (fix many embed form issues)
jeromemacias b91798f
Fixed form embed with crsf protected
jeromemacias 4b42301
[sfDoctrinePlugin] Fixed generator generator form template for many t…
jeromemacias db8caf7
Removed usage of array_map in widget
jeromemacias ee9ba2b
Added sfForm::getErrors method and corresponding unit test
jeromemacias b03fc37
Added default parameter to sfWidget::getOption method
jeromemacias 1b5ca4c
[sfDoctrinePlugin] Fixed again generator form template for many to ma…
jeromemacias 3d88c1b
[sfDoctrinePlugin] Fixed sfFormDoctrine::removeFile does not remove f…
jeromemacias 1337909
Added sfWidgetFormInputRead
jeromemacias 3d0fbc0
Fixed typo
jeromemacias 5c5bbb4
Removed usage of array_unique in getStylesheets and getJavascripts me…
jeromemacias 2c4cf21
Added sfValidatorIp (extracted from symfony2)
jeromemacias 1e3ff56
Added tests for sfValidatorIp (extracted from symfony2)
jeromemacias 91c088c
Added sfValidatorChoice::isEmpty method to test if value is an array …
jeromemacias a68720b
Fixed typo
jeromemacias c845442
Added sfValidatorEqual
jeromemacias b5bf901
Fixed phpdoc for previous commit
jeromemacias 5c161c1
Merge remote branch 'github/master' into form
GromNaN 0f80417
Fix nb tests
GromNaN 52a7bc3
Pre-validator can modify values
GromNaN 322df26
Setup Travis-CI
GromNaN 8ec225f
Update vendors swiftmailer v4.1.5 & doctrine1
GromNaN 6465c39
Removed travis builds for php 5.3 and php 5.4
jeromemacias d3c21b1
Updated travis config
jeromemacias a8446c9
Fix unit test for php version > 5.2 and fixed travis configuration
jeromemacias d01163d
Used SQLite 3 for php 5.3 or later, as it's required for php 5.4
jeromemacias b5a2967
Renamed CHANGELOG, COPYRIGHT and LICENSE + added UPGRADE and WHATS_NEW
jeromemacias 16bdc5f
Fixed WHATS_NEW formatting
jeromemacias a1b5047
Update copyright for LICENCE
jeromemacias 45dc303
Update UPGRADE.md
jeromemacias c05099a
Update COPYRIGHT.md
jeromemacias f90d5d4
Reverted 42aa3f9d49114503da997f2919de8405607dc008
jeromemacias 06dbb3b
Updated changelog
jeromemacias 249a625
Added missing part of WHATS_NEW
jeromemacias df9e2c7
Updated README
jeromemacias 0bbb79e
Added sfRequest::getOption() method
jeromemacias a2785eb
Added possibility to launch bin/coverage task for only one class
jeromemacias 9f835b6
Call fastcgi_finish_request function if available on sfWebResponse::r…
jeromemacias 57630e2
Slight refactoring of sfWebRequest class (see changelog)
jeromemacias d3781b7
Updated changelog for backported changes of 1.4 release
jeromemacias 45dc265
Added missing unit tests for sfWebResponse
jeromemacias a1f53ba
Added trust_proxy param to factories.yml
jeromemacias 6d1ac54
Updated WHATS_NEW
jeromemacias 734c751
Added skip-build option to doctrine create model tables task (patch f…
jeromemacias 9fc1e30
Fixed sfToolkit::stringToArray() when key contains more than one '-' …
jeromemacias e0b3112
Updated upgrade and whats_new files
jeromemacias f08655f
Merge remote-tracking branch 'origin/master' into form
jeromemacias 6099b6c
Fixed sfValidatorErrorSchema and removed possibility to pass an array…
jeromemacias f608356
Updated call to sfValidatorErrorSchema due to previous commit
jeromemacias 651c105
Removed unused sfWidgetFormSchemaForEach and sfValidatorSchemaForEach…
jeromemacias 8db588f
Do not clone the form on embed anymore
jeromemacias 74bd91e
Added possibility to set integer as name for named error
jeromemacias bd1eda8
Slight optimisation on sfWidgetFormSchema::render() method
jeromemacias a8f3d51
Updated upgrade and whats_new
jeromemacias 0760727
Fixed sfValidatorEqual and added entry to whats_new
jeromemacias bdcba2c
Fixed sfValidatorErrorSchemaTest to be consitent with 1.4 release tests
jeromemacias ffa38ca
Removed uneeded test
jeromemacias 3050c73
Merge remote-tracking branch 'origin/master' into form
jeromemacias a36beaa
Simplified sfForm::getErrors method
jeromemacias 65c1007
Fixed typo in exception message [ci skip]
jeromemacias 45448f5
Fixed possible warning in sfWidgetFormSelectCheckbox
jeromemacias c496f4c
Merge remote-tracking branch 'origin/master' into form
jeromemacias 7f31bf3
Added unit test for sfWidgetFormDoctrineChoice
jeromemacias b6da48c
[sfDoctrinePlugin] Added widget sfWidgetFormDoctrineArrayChoice
jeromemacias f93c14b
Fixed whats_new syntax [ci skip]
jeromemacias 9c28e1b
Merge remote-tracking branch 'origin/master' into form
jeromemacias f31f0f4
Merge remote-tracking branch 'origin/master' into form
jeromemacias 38735d1
Fixed travis build status icon in readme [ci skip]
jeromemacias bbb003b
Added sfFormObject::saveObject() method
jeromemacias d44ebe2
Merge remote-tracking branch 'origin/master' into form
jeromemacias b5a9fa5
Fix doUpdateObject() scope.
GromNaN 6f503a7
[yaml] Convert encofing only for strings
GromNaN 239ace2
Update doctrine submodule reference
GromNaN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be reverted.