289 Commits

Author SHA1 Message Date
drgomesp
381476a2eb Changed html structure and css for sections 2013-02-25 17:27:09 -03:00
drgomesp
5d9accfdb5 #138 Fixed section grouping issue (wrong loop level) 2013-02-21 15:56:10 -03:00
drgomesp
fe96e262ec #138 Changed template to handle the section grouping correctly 2013-02-21 15:47:20 -03:00
drgomesp
9c601664d1 #138 Added section grouping as a higher level key to the resources array 2013-02-21 15:46:59 -03:00
drgomesp
b4792d1cd5 Changed conditional to work with default value as null 2013-02-14 14:16:54 -02:00
drgomesp
1f6b7b4788 Set the default section to null and added conditional back 2013-02-14 13:52:20 -02:00
drgomesp
301abdc1e7 Removed composer.phar file 2013-02-14 13:43:05 -02:00
drgomesp
3aa6544159 Removed useless conditional 2013-02-14 13:42:23 -02:00
drgomesp
8314471be1 Fixed JMSSerializerBundle version for BC 2013-02-14 13:42:04 -02:00
drgomesp
397b1b9f90 Changed version of JMSSerializerBundle from 0.9.x to 1.0.x 2013-02-14 10:37:21 -02:00
drgomesp
ad4eae7dd7 #25 Added handling of sections on the processCollection method of the AbstractFormatter 2013-02-13 17:08:35 -02:00
drgomesp
b7aa5dca72 #25 Added section property to the ApiDoc class 2013-02-13 17:08:00 -02: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
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
Jordi Boggiano
9c7577f7c2 Merge remote-tracking branch 'docteurklein/virtual_property_support' 2012-10-24 15:38:42 +02:00
Klein Florian
197cdfc989 fix cs 2012-10-24 15:36:41 +02:00
Klein Florian
d129db9a53 add virtual property support for jms parser 2012-10-24 15:09:36 +02:00
Jordi Boggiano
1ba258e624 Merge pull request #88 from docteurklein/recursive_parsing
avoid infinite recursion when parsing jms metadata
2012-10-24 02:18:12 -07:00
Klein Florian
db4a375992 avoid infinite recursion when parsing jms metadata 2012-10-24 10:29:08 +02:00
Jordi Boggiano
28f059fff0 Merge pull request #86 from vslinko/allow-to-disable-inline-doc
Make request listener configurable
2012-10-19 01:05:37 -07:00
Jordi Boggiano
bd3e63c479 Merge pull request #85 from vslinko/json-declaration-method
Make request format configurable
2012-10-19 01:04:09 -07:00
Vyacheslav Slinko
ffd9feb797 Improved request_listener configuration 2012-10-17 18:44:14 +04:00
Vyacheslav Slinko
aa70018abe Make documentation on demand configurable 2012-10-17 17:12:36 +04:00
Vyacheslav Slinko
52df5ebf47 Allow to configure default request format 2012-10-17 15:27:20 +04:00