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

662 Commits

Author SHA1 Message Date
Michael Dowling
892bdac7f1 Fixing a typo and adding comments to the RedirectPlugin 2012-11-01 10:47:14 -07:00
Michael Dowling
96768a954f Fixing Travis 2012-10-31 23:12:47 -07:00
Michael Dowling
8e5f3b2828 Attempting to fix travis and pear ini file 2012-10-31 23:09:44 -07:00
Michael Dowling
1cf0c8bcb4 Adding the php_ini config to pear when installing via travis 2012-10-31 22:52:03 -07:00
Michael Dowling
8cffe26006 Adding information about unit testing to the readme 2012-10-31 22:47:44 -07:00
Michael Dowling
d22230f1b6 Adding phpunit as dev dep so that it is easier for new users to get up and running 2012-10-31 21:27:06 -07:00
Michael Dowling
9b154eee6a Not using uri_template extension by default until bug is fixed 2012-10-31 10:53:33 -07:00
Michael Dowling
012fec8697 Finalizing redirect plugin implementation
Making it easier to disable redirects on a Request
Making it easier to enable/disable strict redirects
Making it easier to set the maximum number of redirects
Keeping an actual request/response history when a redirect occurs
Fixing relative/absolute URL support of redirect requests
2012-10-31 10:27:56 -07:00
Michael Dowling
138eac1840 Adding the ability to disable redirects per-request 2012-10-30 22:32:20 -07:00
Michael Dowling
fd8515cd92 Adding helper to entity requests to enable strict redirects. More tests. 2012-10-30 22:10:58 -07:00
Michael Dowling
464a059d09 Cleaning up and updating CookiePlugin for new redirect support. Closes #149. 2012-10-30 22:10:58 -07:00
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