Benjamin Laugueux
|
5cc7cf212d
|
Added support for host parameter
|
2013-04-11 22:03:40 +02:00 |
|
Jordi Boggiano
|
a30e5744e7
|
Merge pull request #172 from blaugueux/http-basic
Added support for HTTP Basic authentication and custom api endpoint.
|
2013-04-11 06:20:33 -07:00 |
|
Benjamin Laugueux
|
0b7e734594
|
Added http basic authentication and custom api endpoint.
Fixed test
|
2013-04-11 13:57:31 +02:00 |
|
William Durand
|
d93388797c
|
Merge pull request #173 from blaugueux/patch-1
Added section documentation
|
2013-04-10 14:50:55 -07:00 |
|
Benjamin Laugueux
|
d109c140be
|
Added section documentation
Cf. #154
|
2013-04-11 00:34:24 +03:00 |
|
Jordi Boggiano
|
0a865fd449
|
Merge pull request #171 from abdulklarapl/master
scheme-relative URI
|
2013-04-09 01:29:47 -07:00 |
|
Patryk Szlagowski
|
ec956ec24c
|
#170 sexy scheme for fonts
|
2013-04-09 10:19:41 +02:00 |
|
Jordi Boggiano
|
8af10934fe
|
Merge pull request #169 from gordalina/fix-response-headers
Reponse headers are inserted into the DOM as HTML instead of Text
|
2013-04-09 00:20:24 -07:00 |
|
Jordi Boggiano
|
af8dd12da4
|
Merge pull request #168 from abdulklarapl/master
motd component
|
2013-04-09 00:18:59 -07:00 |
|
Samuel Gordalina
|
042b7a203c
|
Use text() instead of html() when inserting headers in the DOM
|
2013-04-08 21:19:24 +01:00 |
|
Patryk Szlagowski
|
abf591f4fd
|
fixed readme file
|
2013-04-08 12:21:50 +02:00 |
|
Patryk Szlagowski
|
e92ad37cc2
|
motd style
|
2013-04-08 12:20:43 +02:00 |
|
Patryk Szlagowski
|
80d31da774
|
updated readme with information about motd configuration
|
2013-04-08 11:54:09 +02:00 |
|
Patryk Szlagowski
|
0eb538083a
|
motd configuration
|
2013-04-08 11:44:43 +02:00 |
|
Patryk Kala
|
3b6e9da91a
|
Ability to mark function as deprecated
|
2013-03-31 20:35:46 +02:00 |
|
William Durand
|
d6491e77bc
|
Merge pull request #157 from fdubost/feature-cache
Add cache annotation extractor
|
2013-03-31 11:09:43 -07:00 |
|
William Durand
|
2c1386b153
|
Merge pull request #165 from benbender/recursion-on-routecollections
Recursion on routecollections
|
2013-03-27 16:08:54 -07:00 |
|
Benjamin Bender
|
11a56251a4
|
Remove extra braces
|
2013-03-27 23:21:04 +01:00 |
|
Benjamin Bender
|
fd17706118
|
Cleanup docbook
|
2013-03-27 23:19:16 +01:00 |
|
Benjamin Bender
|
28b7fa7d0e
|
Fixes typehint for Route
|
2013-03-27 22:28:26 +01:00 |
|
Benjamin Bender
|
8d771a925f
|
Fix for #163. Makes Reflection on Route-objects more robust.
|
2013-03-27 19:36:42 +01:00 |
|
Jordi Boggiano
|
905ac99eb5
|
Fix handling of symfony 2.1 nested routes, fixes #163
|
2013-03-27 16:27:25 +01:00 |
|
Florent DUBOST
|
e581432d20
|
Oups, cleaning up
|
2013-03-27 16:23:13 +01:00 |
|
Florent DUBOST
|
772184cfa1
|
Add some tests for the cache annotation
|
2013-03-27 16:20:42 +01:00 |
|
Florent DUBOST
|
5ec931185f
|
Merge branch 'master' of https://github.com/nelmio/NelmioApiDocBundle into feature-cache
|
2013-03-27 15:46:28 +01:00 |
|
Jordi Boggiano
|
109161e985
|
Merge pull request #155 from benbender/flexbile-doc-extractor
[ApiDocExtractor] Add a little bit more flexibility
|
2013-03-27 04:14:19 -07:00 |
|
William Durand
|
86e47fe785
|
Merge pull request #158 from j/test-fixes
fixed failing tests
|
2013-03-26 13:38:28 -07:00 |
|
Jordan Stout
|
afd07dc570
|
fixed failing tests
|
2013-03-26 11:29:50 -07:00 |
|
Florent DUBOST
|
53b2537aef
|
Add cache annotation extractor
|
2013-03-26 11:49:12 +01:00 |
|
William Durand
|
5d50a8d49e
|
Merge pull request #139 from j/serializer-parser
Use serializer naming strategy instead of serialized name or property name
|
2013-03-26 02:59:04 -07:00 |
|
Benjamin Bender
|
c5e12e3c4f
|
Fix typo
|
2013-03-26 08:57:49 +01:00 |
|
Jordan Stout
|
d099ffa40f
|
use serializer naming strategy for parameter names
|
2013-03-25 14:40:00 -07:00 |
|
William Durand
|
a9087994da
|
Merge pull request #153 from pylebecq/fix-markdown-formatter
[Formatter] Fixed MarkdownFormatter.
|
2013-03-22 17:12:31 -07:00 |
|
Benjamin Bender
|
89aec4bfd3
|
Add a little bit more flexibility to ApiDocExtractor
|
2013-03-22 14:05:14 +01:00 |
|
Pierre-Yves LEBECQ
|
67db76990e
|
[Formatter] Fixed MarkdownFormatter.
|
2013-03-21 14:36:52 +01:00 |
|
Adrien SAMSON
|
8fa11944b8
|
Update FormTypeParser service definition
|
2013-03-21 10:11:26 +01:00 |
|
William Durand
|
5daf8ac5f6
|
Merge pull request #149 from pylebecq/fix-float-issue
[Parser] Added float in JmsMetadataParser::isPrimitive().
|
2013-03-20 11:07:11 -07:00 |
|
William Durand
|
573d564e9a
|
Merge pull request #151 from drgomesp/section-grouping
Fixed condition to display resource url (fixes #146)
|
2013-03-20 11:05:27 -07:00 |
|
Daniel Ribeiro
|
32e80af4dc
|
Fixed condition to display resource url (fixes #146)
Signed-off-by: Daniel Ribeiro <drgomesp@gmail.com>
|
2013-03-20 10:02:20 -03:00 |
|
Pierre-Yves LEBECQ
|
7c6c1d5ce0
|
[Parser] Added float in JmsMetadataParser::isPrimitive().
|
2013-03-20 11:16:20 +01:00 |
|
Adrien SAMSON
|
eef1b7db0a
|
Add tests for FormTypeParser
|
2013-03-19 15:43:30 +01:00 |
|
Adrien SAMSON
|
dee44ee2e1
|
Fix #147
|
2013-03-19 15:42:32 +01:00 |
|
William DURAND
|
c8a0115040
|
Merge pull request #122 from fvilpoix/80_default_string_field
#80 - unrecognized parameters type from form are defaultly set to 'string'
2.1.0
|
2013-03-17 16:45:23 +01:00 |
|
William DURAND
|
2fd3f33ad8
|
Fix 8c9b8331d066269d48ca374280937be264767ee6
* tests
* CS
|
2013-03-17 16:40:39 +01:00 |
|
William DURAND
|
8c9b8331d0
|
Merge pull request #138 from drgomesp/section-grouping
Section grouping
|
2013-03-17 16:13:56 +01:00 |
|
William DURAND
|
04a6292eca
|
Merge pull request #129 from adriensamson/collection-form
Add support for collection type in FormType Parser
|
2013-03-16 18:54:48 +01:00 |
|
William DURAND
|
026fcc4761
|
Merge pull request #117 from gregholland/master
Add a config option for a default Accept header
|
2013-03-16 18:53:19 +01:00 |
|
William DURAND
|
3fe7e15f58
|
Merge pull request #121 from relaxnow/feature/issue-109-pr2
Issue-109: Fixed infinite recursion on JMS Types that reference themselves or their parents
|
2013-03-16 18:50:45 +01:00 |
|
William DURAND
|
91a2fc2159
|
Fix CS
|
2013-03-16 18:48:34 +01:00 |
|
William DURAND
|
a7a2d8d1bb
|
Fix tests
Related to 43b8f898455b103f03752b544c828d98fb3f3f49
|
2013-03-16 18:45:41 +01:00 |
|