Lukas Kahwe Smith
02efd1e9f2
note about the code being deprecated
1.0.0
2013-10-12 22:34:05 +02:00
Lukas Kahwe Smith
ec9b1d9a88
preparing a stable release
1.0.0-RC1
2013-10-10 20:08:23 +02:00
Lukas Kahwe Smith
b773e2e270
added note about https://github.com/symfony/symfony/pull/8820
2013-08-23 17:34:55 +02:00
Lukas Kahwe Smith
9375f6cc8d
go to 0.9.x dev
2013-07-28 17:11:31 +02:00
Lukas Kahwe Smith
e571ccbfc2
Merge pull request #17 from FriendsOfSymfony/remove_content_negotiation
...
Remove content negotiation
2013-07-28 01:10:50 -07:00
Lukas Kahwe Smith
1d610cc01b
removed content negotiation in favor of willdurand/negotiation
2013-07-26 16:30:31 +02:00
Lukas Kahwe Smith
1d0a0d5b3c
updated test setup
2013-07-26 16:00:12 +02:00
Lukas Kahwe Smith
b836af42da
Merge pull request #15 from teohhanhui/patch-1
...
Do not return highest priority format immediately when catch-all is dete...
2013-07-24 11:23:56 -07:00
Teoh Han Hui
cf699ffe65
Update FormatNegotiator.php
...
Fixed undefined variable issue.
2013-07-16 19:09:48 +08:00
Teoh Han Hui
89306dd972
Do not return highest priority format immediately when catch-all is detected
...
Related to issue 372
From the HTTP/1.1 spec (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html ):
Media ranges can be overridden by more specific media ranges or specific media types. If more than one media range applies to a given type, the most specific reference has precedence. For example,
Accept: text/*, text/html, text/html;level=1, */*
have the following precedence:
1) text/html;level=1
2) text/html
3) text/*
4) */*
2013-07-09 18:14:32 +08:00
Christophe Coevoet
9a84df8220
Changed the composer constraint to allow Sf 2.3+
...
The HttpFoundation component is stable
0.8.0
2013-03-02 21:35:05 +01:00
Lukas Kahwe Smith
0a10de75a2
Merge pull request #13 from dunglas/json_form
...
Add JSON to form format decoder
2013-03-01 21:23:59 -08:00
Kévin Dunglas
304fa4fbfb
Add JSON to form format decoder
2013-02-09 12:04:26 +01:00
Lukas Kahwe Smith
33c35fa3f8
Merge pull request #12 from seegno/fix-deprecated-call
...
Fixed Request::splitHttpAcceptHeader deprecated call
2013-01-18 02:39:23 -08:00
Rui Silva
8ab683db49
Fixed Request::splitHttpAcceptHeader deprecated call
...
wip
2013-01-18 10:07:40 +00:00
Lukas Kahwe Smith
b48857315c
copy paste fix
2012-09-08 23:12:46 +03:00
lsmith77
c85f7d157a
tweak test setup
2012-09-08 19:08:01 +02:00
lsmith77
b6348f7089
tweak travis setup
2012-09-08 19:06:16 +02:00
lsmith77
37a7e5591a
tweaked travis setup
2012-09-08 19:01:18 +02:00
lsmith77
88c8d64bcd
begin work on 0.8.0
2012-09-08 18:57:29 +02:00
Christophe Coevoet
5ea703f5a3
Merge pull request #8 from gordalina/master
...
Fixed typo in JsonDecoder.php
0.7.0
2012-06-14 12:24:53 -07:00
Samuel Gordalina
9dc8ba8a11
Fixed typo
2012-06-14 20:15:45 +01:00
Christophe Coevoet
711790bdb0
Fixed the composer constraint and added a branch alias
2012-06-14 17:17:29 +03:00
lsmith77
d9f772ddb9
updated RFC references in Response
2012-05-05 10:07:25 +02:00
Lukas Kahwe Smith
a08b96b01e
Merge pull request #7 from lyrixx/patch-1
...
Added support for 308 / Permanent Redirect
2012-03-29 07:17:39 -07:00
Grégoire Pineau
22bc9e58c4
Added support for 308 / Permanent Redirect
2012-03-29 15:07:21 +03:00
lsmith77
5eb800bd63
added I'm a teapot (note because I'm doesn't map well to a constant name its I am)
2012-03-11 10:06:51 -04:00
Lukas Kahwe Smith
c91ae8db7e
Merge pull request #5 from lanthaler/master
...
Complete HTTP status code list
2012-03-10 06:37:34 -08:00
Markus Lanthaler
e6c56d164c
Complete HTTP status code list
...
Updated the HTTP response status code constants to include all HTTP status codes as defined by the IANA Hypertext Transfer Protocol (HTTP) Status Code Registry (http://www.iana.org/assignments/http-status-codes/ ).
2012-03-10 22:13:54 +08:00
lsmith77
2487cf8165
cosmetic tweak
2012-03-03 11:44:43 -05:00
lsmith77
4105e87324
fix url case
2012-03-02 14:35:58 -05:00
lsmith77
b396a6af9c
ignore composer.phar
2012-03-02 14:26:21 -05:00
lsmith77
54bcfefa48
another attempt
2012-02-20 14:35:39 +01:00
lsmith77
aa97db4a11
Update composer.json
2012-02-20 14:33:22 +01:00
Christophe Coevoet
0c531ccf6e
Merge pull request #4 from rouffj/patch-1
...
Update composer.json
2012-01-01 11:03:19 -08:00
Joseph Rouff
e5a0cfcf84
Update composer.json
2012-01-01 19:28:33 +01:00
lsmith77
e4fc5f0d3f
switch to composer
2011-12-28 15:59:19 +01:00
lsmith77
99f4dd3b4f
adde code coverage
2011-12-19 11:47:07 +01:00
lsmith77
d5370d201e
made it possible to run the tests against a specific symfony version when testing locally
2011-12-14 12:32:02 +01:00
lsmith77
80f6a0c90b
fix colors support in the unit tests
2011-12-14 12:16:16 +01:00
lsmith77
f67a6b8b49
test against Symfony 2.0.6
2011-11-28 14:50:31 +01:00
Lukas Kahwe Smith
8a50ea34cc
travis tweaks
2011-11-13 22:35:51 +01:00
Lukas Kahwe Smith
47149f05b9
added travis-ci
2011-11-12 12:27:07 +01:00
Lukas Kahwe Smith
e9f4932e84
moved generic code into a separate library
2011-11-02 12:49:33 +01:00
Lukas Kahwe Smith
d86bd84b55
Merge pull request #145 from richardmiller/fixing_non_template_in_view_listener
...
Added checking if format template before adding default vars
2011-10-31 06:04:01 -07:00
Richard Miller
1a783c2fc6
Added checking if format template before adding default vars
2011-10-31 12:34:18 +00:00
Lukas Kahwe Smith
af7b36193c
Merge pull request #141 from mdhooge/patch-1
...
Edited README.md via GitHub
2011-10-14 07:22:46 -07:00
Lukas Kahwe Smith
6d37c05a40
ensure that preger_extension and format_fallback are always set
2011-10-14 16:19:56 +02:00
Michel D'HOOGE
eeadc175ec
Edited README.md via GitHub
2011-10-14 17:10:30 +03:00
Lukas Kahwe Smith
48e26abe4a
Edited README.md via GitHub
2011-10-14 15:37:06 +03:00