1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00

21 Commits

Author SHA1 Message Date
Michael Dowling
92ea89d393 [Common] Event docblock updates 2011-03-07 22:34:19 -06:00
Michael Dowling
3c0984f03e [Common] [Http] [Service] Renaming the Subject namespace to Event. Removing the redundant behavior of signal slots vs intercepting filters for emitting events from requests and clients. Updating the SubjectMediator to become EventManager and simplifying how it emits events to observers. 2011-03-07 22:21:33 -06:00
Michael Dowling
83a6f47f94 [Service] Coding standards. Renaming command methods on CommandSetException 2011-03-06 20:32:20 -06:00
Michael Dowling
2e82038612 [Tests] Ensuring that the correct class was instantiated when using the assumed DefaultBuilder 2011-03-03 23:16:27 -06:00
Michael Dowling
6da9185742 [Service] Using the DefaultBuilder when no builder is specified in a client configuration 2011-03-03 23:13:56 -06:00
Michael Dowling
ac3be93c9b Fixing typos 2011-03-03 12:24:51 -06:00
Michael Dowling
c3dbc1ec36 Adding .gitignore and removing code coverage 2011-03-02 23:56:55 -06:00
Michael Dowling
308f88338b [Http] [Tests] Coding standards. Implicitly using EntityBody::factory() when setting EntityEnclosingRequest body. Adding cookies instead of replacing when using addCookie on a Request. Allowing multiple headers of the same name to be set on a Response when using the Response::factory(). Allowing multiple values to be set on a QueryString when using __toString() (aggregators will typically modify keys when they have multiple values, but Cookie sometimes needs to set multiple values using the same key). Allowing Cookie to have multiple values of the same key. Updating CookieJars so that they can store multiple cookies of the same name. Updating CookiePlugin to better handle multiple cookies of the same name 2011-03-02 23:55:31 -06:00
Michael Dowling
778355a42d Fixing rst markup 2011-03-02 18:29:28 -06:00
Michael Dowling
4c16e3d597 Trying to get the readme to render correctly 2011-03-02 18:23:52 -06:00
Michael Dowling
fbd9c7312d Using reStructuredText for the README 2011-03-02 17:41:16 -06:00
Michael Dowling
519fa1be42 Updating readme 2011-03-02 17:34:42 -06:00
Michael Dowling
0448c6d64c Adding license v1.0.0beta1 2011-03-01 22:14:08 -06:00
Michael Dowling
b8972d8385 [Service] [Tests] Cleaning resource iterator apply batched. Adding multi-service option to phpunit.xml so that services can contain mutliple clients and still determine the location of a mock response file 2011-03-01 17:13:09 -06:00
Michael Dowling
170e588f54 [Tests] Allowing mock response files to be in a different directory 2011-03-01 10:18:23 -06:00
Michael Dowling
d2efa79cae [Tests] Refactoring the way in which the service description XML file is loaded so that it allows Service modules to use a custom service.xml file in its test suite 2011-03-01 00:17:15 -06:00
Michael Dowling
66de117199 [Service] Refactoring the ConcreteDescriptionBuilder so that it can work with disparate directories for Services 2011-02-28 23:52:37 -06:00
Michael Dowling
284e39be4b Using the latest version of the Symfony2 UniversalClassLoader 2011-02-28 22:58:15 -06:00
Michael Dowling
6584ae411e Removing third party services from main repository. Refactoring tests to account for the absence of third party libaries-- using mock objects in their place. Fixing a bug in Inspector that would miss injection delimiters at the beginning of a string. Fixing a bug in ResourceIteratorApplyBatched that caused some resources to skipped when sending batch data to the callback. 2011-02-28 22:30:22 -06:00
Michael Dowling
1cf1a8637f Renaming readme to use markdown 2011-02-27 22:35:22 -06:00
Michael Dowling
d8a1277c69 Guzzle - PHP framework for building REST webservice clients 2011-02-27 22:32:13 -06:00