299 Commits

Author SHA1 Message Date
William DURAND
43b8f89845 Merge pull request #123 from fvilpoix/authentication_attribute
adding 'authentication' attribute
2013-03-16 18:22:28 +01:00
Jordi Boggiano
bfcea36689 Restrict framework-bundle until FOSRest deps are fixed, fixes #144 2013-03-01 22:04:51 +01:00
Jordi Boggiano
abac2a03df Use proper base url by default instead of hardcoded app_dev controller 2013-03-01 21:24:54 +01:00
Jordi Boggiano
b50f3ca185 Merge pull request #143 from stewe/feature-array-collection
[JmsMetadataParser] added support for ArrayCollection
2013-02-27 06:17:00 -08:00
Stefano Sala
f5c938dc02 [JmsMetadataParser] added support for ArrayCollection 2013-02-26 19:24:14 +01:00
Jordi Boggiano
8522020697 Merge pull request #142 from tonivdv/master
README update with the multiple description for status code.
2013-02-20 06:02:49 -08:00
tonivdv
562e80ccd0 Update README.md
Update with the multiple description for status code.
2013-02-20 14:04:03 +01:00
Jordi Boggiano
6ac6e5b4c4 Merge pull request #141 from tonivdv/master
Support multiple descriptions per status code
2013-02-20 03:47:40 -08:00
Toni Van de Voorde
e0fb5c3afe Support multiple descriptions for a Status Code 2013-02-18 21:07:59 +01:00
Jordi Boggiano
986e1a6174 Fix dev requirements 2013-02-15 13:41:09 +01:00
Jordi Boggiano
9797a16b4c Clarify dependencies to avoid using 2.1+ of this bundle with older jms serializer bundle 2013-02-15 13:33:37 +01:00
Jordi Boggiano
b3d917c9f4 Do not require sf2.2 2013-02-15 13:33:05 +01:00
Jordi Boggiano
f162311a16 CS fix 2013-02-15 13:32:51 +01:00
Jordi Boggiano
efb4bb29dd Merge remote-tracking branch 'stewe/jms_serlializer_1_0_upgrade' 2013-02-15 13:16:59 +01:00
Jordi Boggiano
e3a8fc6df0 Update for latest FOSRestBundle 2013-02-15 11:37:02 +01:00
Stefano Sala
5213b7db71 Fixed version of rest-bundle
Removed check of type string
2013-02-15 10:48:29 +01:00
Stefano Sala
5acf1adced Just fixed some docblock 2013-02-15 09:24:09 +01:00
Stefano Sala
07bb37ac76 Finish upgrade to jms serializer 1.0
Updated deprecated MinLength assertion to Length
Updated array of object parsing
Handled deprecated calls because of using
AbstractType (not sure if it is the best way, though)
2013-02-11 14:42:17 +01:00
fvilpoix
066da73b05 change icon for authentication parameter 2013-01-03 09:52:49 +01:00
fvilpoix
fdc814e264 Set automaticly the Authentication params when JMS Secure annotation is set 2012-12-27 10:18:15 +01:00
fvilpoix
0aa1619c5f adding 'authentication' attribute 2012-12-26 12:23:28 +01:00
Jordi Boggiano
c946fbcf4f Add glyphicons attribution 2012-12-11 10:42:04 +01:00
William Durand
3eccca509b Merge pull request #116 from baldurrensch/issue-115
Added padlock icon for secure routes (#115)
2012-12-10 11:24:36 -08:00
Baldur Rensch
ef5cbd9b73 Added padlock icon for secure routes
This fixes #115
- Added an https property to the annotation
- Added glyphicon padlock icon
- Updated Templates
- Updated Unit tests
2012-12-10 10:21:04 -08:00
Lukas Kahwe Smith
befeeb3e3f JMSSerializerBundle 1.0 compatibility 2012-12-04 10:27:33 +01:00
Jordi Boggiano
63c19758aa Merge pull request #105 from dalanhurst/master
Fix for JMSSerializerBundle @Type change
2012-11-27 01:50:20 -08:00
Doug Hurst
dad48bba3b Removed IntelliJ stuff from gitignore 2012-11-26 15:41:54 -06:00
Doug Hurst
b42db62be2 #102 - Doh, PHP is not Python 2012-11-26 12:37:44 -06:00
Doug Hurst
035ebfc965 #102 - Fix for JMS @Type change 2012-11-26 12:27:27 -06:00
Jordi Boggiano
5610c032ae Merge pull request #101 from willdurand/fix
Improve doc, update README, "return" param becomes "output" to be more consistent
2012-11-20 06:24:41 -08:00
William DURAND
923043cb2a Improve doc, update README, "return" param becomes "output" to be more
consistent
2012-11-19 18:21:12 +01:00
Jordi Boggiano
588e69ffd7 Merge pull request #100 from alex88/patch-1
Exception handling on unsupported fields types
2012-11-19 02:23:22 -08:00
Alessandro Tagliapietra
2acf49e9ee Added TODO comment to the workaround 2012-11-19 11:15:28 +01:00
Alessandro Tagliapietra
b3d628a31b Exception handling on unsupported fields types
Since the entity (and maybe others) form field type breaks the doc generations, I've added a try{} catch{} exception handler when you try to a compatible field type in the formParser().

It's a workaround for issue https://github.com/nelmio/NelmioApiDocBundle/issues/94.

Later we can add a better support for other types of fields.
2012-11-19 11:09:26 +01:00
Jordi Boggiano
f1e28bb7bb Merge pull request #98 from willdurand/fix
Fixes
2012-11-17 09:26:40 -08:00
William DURAND
b31d439dac Fix tests 2012-11-17 18:09:38 +01:00
William DURAND
1d72183856 Fix CS 2012-11-17 17:53:45 +01:00
William DURAND
2f62db82a9 'type' becomes 'dataType' for consistency purpose 2012-11-17 17:41:12 +01:00
William DURAND
84c82f3b94 Allow HtmlFormatter to be overrided 2012-11-17 17:41:12 +01:00
William DURAND
47112613e8 Refactor formatter, avoid code duplication 2012-11-17 17:41:12 +01:00
William Durand
aee8108413 Merge pull request #97 from FlorianLB/request-param-annotation
RequestParam annotation create a parameter item
2012-11-17 06:07:34 -08:00
FlorianLB
e4e9f62230 CS fix 2012-11-16 12:14:46 +01:00
FlorianLB
6b66edbcda RequestParam annotation create a parameter item 2012-11-14 23:59:06 +01:00
William Durand
74f0778908 Merge pull request #93 from baldurrensch/status_codes
Added status codes
2.0.1
2012-11-13 08:07:33 -08:00
Baldur Rensch
cd45f4b146 Removed unused function 2012-11-13 08:04:04 -08:00
Baldur Rensch
742e53b99b Added status codes 2012-11-13 04:45:07 +00:00
Jordi Boggiano
71f9ec138a Work around _method requirements allowing multiple methods, fixes #87 2012-11-07 22:34:08 +01:00
Jordi Boggiano
35b8b9ca40 Merge pull request #92 from leevigraham/master
A couple of little fixes
2012-11-02 07:58:51 -07:00
Leevi Graham
f4bc5bc5ab Post background should be green not blue 2012-11-03 01:32:00 +11:00
Leevi Graham
55ef512b4d Fixed Syntax in README 2012-11-03 00:59:53 +11:00