This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 69468cb9bc merged branch jc-/master (PR #2151)
Commits
-------

f4784f7 [DomCrawler] Submit on a <form> node

Discussion
----------

DomCrawler - ability to submit a form that doesn't have any buttons

The proposed modification allows to submit above a &lt;form&gt; tag.
Using the DomCrawler component (among others), I have to interact with a remote site that has a form without a submit button (submitted automatically by javascript). This prompted the quick fix I'm sending. Please tell me if there is anything I should do differently and I'll modify it.
Thanks :)

---------------------------------------------------------------------------

by fabpot at 2011/09/12 00:46:07 -0700

Looks good to me. Can you add some unit tests for this new behavior? Thanks.

---------------------------------------------------------------------------

by jc- at 2011/09/12 02:27:25 -0700

Honored to meet you. I'm trying to run the test suite but 24 tests fail even without my commit. I'll try to get it sorted out and submit tests for this ASAP.
2011-09-23 08:05:44 +02:00
..
BrowserKit merged branch sasezaki/BrowserKit_useragent (PR #1789) 2011-07-26 09:21:10 +02:00
ClassLoader merged branch henrikbjorn/autoload (PR #1857) 2011-08-29 15:37:03 +02:00
Config added some missing accessors/mutators 2011-09-16 13:43:09 +02:00
Console Merge branch '2.0' 2011-09-17 22:18:22 +02:00
CssSelector [CssSelector] fixed exception namespace 2011-06-29 19:11:00 +02:00
DependencyInjection [DependencyInjection] changed the default YAML indentation to 4 spaces instead of 2 2011-09-23 08:05:09 +02:00
DomCrawler merged branch jc-/master (PR #2151) 2011-09-23 08:05:44 +02:00
EventDispatcher [EventDispatcher] Fix removeSubscriber() to work with priority syntax 2011-08-23 16:41:08 -04:00
Finder made exclude method accept array of dirs 2011-08-09 18:23:43 +02:00
Form [Form] fixed error bubbling for Date and Time types when rendering as multiple choices (closes #2062) 2011-09-14 08:30:47 +02:00
HttpFoundation Adjust the way of checking for windows 2011-09-17 12:57:47 +02:00
HttpKernel merged branch snc/mongodb-profiler (PR #2129) 2011-09-20 07:19:49 +02:00
Locale [Locale] Fix #2179 StubIntlDateFormatter support yy format 2011-09-16 13:12:22 +02:00
Process [Process] workaround a faulty implementation of is_executable on Windows 2011-09-15 19:42:58 +02:00
Routing [Routing] fixed a caching issue when annotations are used on a base class used by more than one concrete class 2011-08-30 21:39:58 +02:00
Security [Security] Make saving target_path extendible 2011-09-21 11:57:40 +03:00
Serializer Removed executable bits from all php files 2011-09-09 15:16:17 +02:00
Templating [Templating] added better support for encoding problems when escaping a string (available as of PHP 5.4) 2011-08-30 07:43:00 +02:00
Translation [Translator] fixed recursion when using a fallback that is the same as the locale 2011-09-21 20:13:06 +02:00
Validator [Validator] Fixed typo in Image constraint 2011-09-06 16:59:08 +02:00
Yaml change nested collection indentation from 2 to 4 2011-09-22 14:48:21 -07:00