William DURAND
da12c85ddc
Update README
2012-07-13 16:06:01 +02:00
William DURAND
c4911f57d2
Fix tests
2012-07-13 16:04:29 +02:00
William DURAND
6c3aeff227
Fix presentation of documentation
2012-07-13 15:53:24 +02:00
William DURAND
fce0f5d5a6
Fix extractor, markdown formatter, and tests
2012-07-13 15:31:53 +02:00
William DURAND
4b1990b688
Fix stuff
2012-07-13 15:31:53 +02:00
William DURAND
3ec87522b2
Add markdown transformation in HTML output, fix Markdown formatter
2012-07-13 15:31:53 +02:00
William DURAND
a0a9170d1c
Add knplabs/knp-markdown-bundle
2012-07-13 15:31:53 +02:00
Samuel Gordalina
dccebe0439
Add documentation in README
2012-07-13 15:31:53 +02:00
Samuel Gordalina
07e6a19dd4
Updated code to pass the tests
2012-07-13 15:31:53 +02:00
William Durand
f247d6af92
Merge pull request #39 from gordalina/1.0.x
...
Added ability to extract inline documentation from docblock
2012-07-13 05:48:05 -07:00
Samuel Gordalina
2b02733ee9
Added ability to extract inline documentation from docblock
2012-07-13 13:44:11 +01:00
William Durand
736cf22bfb
Merge pull request #36 from gordalina/1.0.x
...
Add content textarea to sandbox
2012-07-06 00:20:42 -07:00
Samuel Gordalina
4fdc526b42
Change content class name to request-content
2012-07-06 00:23:38 +02:00
Samuel Gordalina
557e4523de
Add content textarea to sandbox
...
Problem: Its not possible to POST content in the sandbox.
With this change it becomes possible to, e.g.: POST JSON data
to the api.
Note: The content will take precedence over parameters if set.
2012-07-05 19:44:35 +02:00
Samuel Gordalina
ba8d1ae8fc
Corrected indentation
2012-07-04 23:42:40 +02:00
Samuel Gordalina
5b78bee151
Moved response headers above response body with a click to expand/shrink
2012-07-04 23:42:38 +02:00
William DURAND
d5ab75fd9e
Added button to get raw response in the sandbox
2012-06-28 10:40:33 +02:00
kphoen
e6438d657f
Add: sandbox, to easily try API methods
2012-06-27 09:45:06 +02:00
William DURAND
382f8fa297
Fixed composer.json
1.0.1
2012-05-23 10:02:25 +02:00
William DURAND
caf9961a6d
Removed PHP 5.3.2 in travis-ci config
2012-05-23 09:48:42 +02:00
William DURAND
0c3a15d3b0
Fixed travis-ci image
2012-05-23 09:47:27 +02:00
William DURAND
d4f67eb23e
Fixed composer.json
1.0.0
2012-05-23 09:33:10 +02:00
Christophe Coevoet
e11ee357b5
Backported the bundle to support Symfony 2.0.x
2012-05-23 00:44:06 +02:00
Christophe Coevoet
b40c8de125
Added phpunit.xml to the ignore file
2012-05-23 00:43:18 +02:00
Christophe Coevoet
04b075736f
Applied some php-cs-fixer magic
2012-05-23 00:42:59 +02:00
Christophe Coevoet
84ad827c89
Fixed phpdoc
2012-05-23 00:20:50 +02:00
Christophe Coevoet
378f21ec10
Fixed the parsing of formed defined by creating the FormBuilder directly
2012-05-23 00:20:03 +02:00
Jordi Boggiano
22dc9ae0c0
Merge pull request #14 from stof/fixed_deprecation_warning
...
Fixed the PHPUnit bootstrap to avoid using a deprecated file
2012-05-22 13:26:26 -07:00
Christophe Coevoet
c9f7fe6248
Fixed the PHPUnit bootstrap to avoid using a deprecated file
2012-05-22 22:15:05 +02:00
William Durand
62d414eff2
Merge pull request #11 from adrienbrault/master
...
Add support in docblocks for @Param with no description
2012-05-07 05:29:26 -07:00
Adrien BRAULT
be3dca0c47
Add support in docblocks for @param with no description
2012-05-07 12:51:22 +02:00
Jordi Boggiano
3a7bf7ce41
Clean up autolaoder for tests
2012-04-20 10:09:12 +02:00
Jordi Boggiano
56e8c3d318
Fix test suite
2012-04-19 21:23:59 +02:00
William DURAND
d1be0d5093
Added parsing of @param doc blocks. Fixes #8
2012-04-19 20:27:27 +02:00
William DURAND
2a36274a75
Updated composer/travis settings
2012-04-19 18:51:53 +02:00
William DURAND
8c0aa1d274
Added multilines support for description
2012-04-19 17:17:36 +02:00
William DURAND
33ff68b2e0
Fixed tests
2012-04-19 17:05:59 +02:00
William DURAND
c5891a59b9
Use action method description from docblock by default for description. Fixes #5
2012-04-19 16:23:55 +02:00
Jordi Boggiano
18a70b09f5
Merge pull request #7 from lsmith77/support_controllers_as_services
...
also support services as controller in ApiDocExtractor::get()
2012-04-14 01:24:17 -07:00
lsmith77
924a19c1bb
added functional tests for services as controller
2012-04-14 10:11:52 +02:00
William DURAND
11da39d4e7
Added travis-ci status
2012-04-14 10:04:55 +02:00
Jordi Boggiano
f3b94b8a75
Add missing dep
2012-04-14 10:04:55 +02:00
Jordi Boggiano
67c4b095e9
Fix code sample
2012-04-14 10:04:55 +02:00
William DURAND
fd951d67dc
Added travis-ci status
2012-04-14 02:44:05 +03:00
lsmith77
f0e84a96d7
also support services as controller in ApiDocExtractor::get()
2012-04-13 17:56:09 +02:00
Jordi Boggiano
9994230f88
Merge remote-tracking branch 'lsmith77/support_controllers_as_services'
2012-04-13 16:53:23 +02:00
Jordi Boggiano
516be04278
Add missing dep
2012-04-13 16:43:25 +02:00
lsmith77
6940174586
support controllers as services
2012-04-13 16:33:24 +02:00
Jordi Boggiano
9e2eb0bb88
Fix code sample
2012-04-13 17:11:58 +03:00
Jordi Boggiano
48860879b3
Ignore vendor in code coverage
2012-04-13 15:21:45 +02:00