1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00

751 Commits

Author SHA1 Message Date
Michael Dowling
5bb36b81c2 Implementing redirects in PHP rather than curl 2012-10-30 22:10:58 -07:00
Michael Dowling
e533da25ab Adding rewind functionality to entity bodies 2012-10-30 22:10:58 -07:00
Michael Dowling
d02980ccaa Merge remote-tracking branch 'simensen/release-single-tag' 2012-10-30 22:10:24 -07:00
Michael Dowling
c6a433c295 Merge remote-tracking branch 'glennpratt/CookiePlugin' 2012-10-30 20:56:53 -07:00
Beau Simensen
b183b24d08 Only subsplit a single tag on release 2012-10-30 18:53:06 -07:00
Michael Dowling
4d873b3d30 Fixing Content-Length fixing in Response factory. Closes #155 2012-10-30 10:38:44 -07:00
Michael Dowling
e7c553030a Adding PECL URI template parser
Keeping BC compatibility, but making ParserRegistry as singleton
Using the PECL URI template parser if the extension is loaded
2012-10-28 21:08:38 -07:00
Michael Dowling
2fdcd68fce Updating changelog and version v3.0.2 2012-10-24 21:55:19 -07:00
Michael Dowling
e74cf3ce3e Enabling magic methods by default. Magic methods return result not command. 2012-10-24 20:23:10 -07:00
Adrien Brault
e255685f78 Fix wrong uri construction with unset command parameters 2012-10-24 18:23:53 +02:00
Michael Dowling
412402a3d9 Clients do not require base_url in factory 2012-10-23 21:24:09 -07:00
Glenn Pratt
c39e0b2c39 Change phing test task to fail on PHPUnit failure. 2012-10-23 13:01:20 -05:00
Glenn Pratt
97da57831e Add failing test for #149, redirected request doesn't have newly added cookies. 2012-10-22 19:14:49 -05:00
Michael Dowling
993e8eb490 Updating changelog and version for 3.0.1 v3.0.1 2012-10-22 13:20:55 -07:00
Michael Dowling
70f40637fc Allowing models to be used more like Collections. Fixing bug where 0 value keys were ignored 2012-10-22 11:10:37 -07:00
Michael Dowling
d98b846bfd Removing unused file 2012-10-21 21:30:48 -07:00
Michael Dowling
cab347f908 Merge remote-tracking branch 'claylo/master' 2012-10-21 16:03:48 -07:00
Michael Dowling
ef7fe4f862 Adding a custom AppendIterator to account for PHP bug 2012-10-18 12:37:23 -07:00
Clay Loveless
0c5f197254 build.xml cleans pearwork, and GuzzlePearPharPackageTask uses fully qualified channel hostnames. 2012-10-16 11:33:17 -07:00
Michael Dowling
d0fc839abd Commenting out the pear subpackages for now. v3.0.0 2012-10-15 21:57:15 -07:00
Michael Dowling
da30df8a72 Fixing PEAR phing task 2012-10-15 20:42:09 -07:00
Michael Dowling
4857d3d37e Cleaning up composer files 2012-10-15 20:13:41 -07:00
Michael Dowling
8eb77e1996 Removing readme section on unit testing 2012-10-15 18:12:36 -07:00
Michael Dowling
cc5f12575b Updating changelog 2012-10-15 18:09:45 -07:00
Michael Dowling
e3e3b5fe2f Merge branch 'modular' 2012-10-15 17:48:37 -07:00
Michael Dowling
6738770a1d Renaming snake_case variables to camelCase
Tagging 2.8.8
v2.8.8
2012-10-15 17:42:47 -07:00
Michael Dowling
f86b131380 Adding missing PEAR dep for Travis 2012-10-15 17:37:32 -07:00
Michael Dowling
f3c780c121 Cleaning up the phing tasks 2012-10-15 17:03:42 -07:00
Michael Dowling
b8eff43ce8 Adding more options around the debug plugin to specify the stream used to write debug messages 2012-10-15 16:48:15 -07:00
Michael Dowling
889b916afe Updating debug LogPlugin to write to stderr rather than stdout 2012-10-15 16:48:15 -07:00
Michael Dowling
987d5396d9 Fixing broken test after removing url encoding 2012-10-15 16:48:14 -07:00
Michael Dowling
6dacaa8360 Removing url-encoded and raw-url-encoded formats for now. Updating doc comments 2012-10-15 16:48:14 -07:00
Clay Loveless
9db90acd8f fixing pear install 2012-10-15 16:48:14 -07:00
Clay Loveless
26e7d6c5fc updating travis build file 2012-10-15 16:48:14 -07:00
Clay Loveless
66296d46d0 package task is now in deploy.xml 2012-10-15 16:48:13 -07:00
Clay Loveless
a4d214816c cleaning up build refactor 2012-10-15 16:47:14 -07:00
Clay Loveless
637d5f76bb refactored build including git subsplit management and PEAR package generation 2012-10-15 16:47:14 -07:00
Michael Dowling
b9e63ad028 Fixing a couple bugs introduced when refactoring response parsing 2012-10-15 16:38:40 -07:00
Michael Dowling
522d3b5688 Cleaning up and future-proofing response parsing 2012-10-15 16:38:40 -07:00
Michael Dowling
424905cebf Cleaning up XML visitors
Adding filters to body response
Moving prefix header maps into a container element for outputs
Setting a default false value for missing booleans
2012-10-15 16:38:40 -07:00
Michael Dowling
ed3627f1d9 Adding an option to change the entity body used to store the response body of a command 2012-10-15 16:38:40 -07:00
Michael Dowling
7dd29e0a37 Adding better namespace support to XML serializer. Adding a boolean-string schema format 2012-10-15 16:38:40 -07:00
Michael Dowling
206ecb13c8 Adding format attribute to service description parameters 2012-10-15 16:38:40 -07:00
Michael Dowling
e168692401 Cleaning up XML visitors and tuning descriptions
XML visitors now have data attributes with an xml prefix.
Default arrays are inserted into response models when the value is not
set
Response values are automatically converted to booleans parsing models
Any parameter option can now be retrieved by using getData()
2012-10-15 16:38:40 -07:00
Clay Loveless
9320466841 refactored build including git subsplit management and PEAR package generation 2012-10-15 16:38:39 -07:00
Michael Dowling
a6be53b737 [Service] Adding support for flat XML arrays 2012-10-15 16:38:39 -07:00
Michael Dowling
b6f286319e Default header glue should be a comma, not a semicolon. 2012-10-15 16:38:39 -07:00
Michael Dowling
cb187199f9 Moving the Md5Validator namespace to Md5. Adding a CommandContentMd5Plugin. 2012-10-15 16:38:39 -07:00
Michael Dowling
7c9ce23ee3 Adding Content-Encoding header to outbound requests when a body location sees a Content-Encoding value specified on an EntityBody 2012-10-15 16:38:39 -07:00
Michael Dowling
36a1c7c150 Adding support for mapped headers in input and output. Removing ArrayAccess support from SchemaValidator and instead using a ToArrayInterface to convert objects to arrays. 2012-10-15 16:38:39 -07:00