Patryk Kala
3b6e9da91a
Ability to mark function as deprecated
2013-03-31 20:35:46 +02:00
Pierre-Yves LEBECQ
67db76990e
[Formatter] Fixed MarkdownFormatter.
2013-03-21 14:36:52 +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
drgomesp
381476a2eb
Changed html structure and css for sections
2013-02-25 17:27:09 -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
ad4eae7dd7
#25 Added handling of sections on the processCollection method of the AbstractFormatter
2013-02-13 17:08:35 -02:00
Greg Holland
62b30fdb87
Fix spacing & indentation
2013-01-08 16:38:52 -08:00
Greg Holland
fef40329a4
Add a config option for a default sandbox accept header
2012-12-11 17:59:03 -08:00
William DURAND
b31d439dac
Fix tests
2012-11-17 18:09:38 +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
Vyacheslav Slinko
52df5ebf47
Allow to configure default request format
2012-10-17 15:27:20 +04:00
Vyacheslav Slinko
3540bcfcd8
Make response format more configurable
2012-10-17 15:15:35 +04:00
Vyacheslav Slinko
8e03ef99fa
Make JSON declaration method configurable
2012-10-16 23:41:16 +04:00
Evan Villemez
29c3798124
implemented nested parameter handling in AbstractFormatter, updated MarkdownFormatter and HtmlFormatter to use it
2012-09-10 09:46:02 -04:00
Evan Villemez
0d7c2272bc
updated documentation to reflect return property, updated markdown formatter tests to reflect parameter readonly property
2012-08-28 16:43:47 -04:00
Evan Villemez
504d5125f9
finished up, tests passing, fixed cs
2012-08-27 13:25:03 -04:00
Alexander
fc5b8c4e63
Add optional api_key parameter to sandbox
2012-08-23 16:53:08 +02:00
Evan Villemez
b9e8d61082
changed inputClass to input, refactored method and class names accordingly, fixed cs in several places
2012-07-23 15:44:37 -04:00
William DURAND
a8e0b24b95
Fix tests, fix markdown/html requirements output
2012-07-20 02:02:45 +02:00
William DURAND
cca97cf6af
Refactoring
...
Move logic to extract data in the Extractor
Remove logic in the AbstractFormatter
Use ApiDoc class as data container
Update tests
Add test to prove the bug with FOSRestBundle annotations (\\d+ instead of \d+)
2012-07-20 01:32:16 +02:00
William DURAND
bee518f92e
Allow to disable the sandbox, refactor the configuration. Fix #37
2012-07-18 13:21:31 +02:00
William DURAND
208d25f825
Dump all assets in order to correctly render the generated HTML page, even in offline mode. Fix #42
2012-07-18 12:56:11 +02:00
William DURAND
e7152678a7
Fix tests
2012-07-18 12:46:22 +02:00
Jordi Boggiano
0868d39e9a
Merge pull request #43 from willdurand/fix-13
...
Add support for FOSRest annotations. Fix #13
2012-07-18 03:29:41 -07:00
William DURAND
163d96a295
Add support for FOSRest annotations. Fix #13
2012-07-18 12:23:57 +02:00
William DURAND
e2e647bb03
Merge branch '1.0.x'
2012-07-13 15:32:51 +02:00
William DURAND
fce0f5d5a6
Fix extractor, markdown formatter, and tests
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
Samuel Gordalina
07e6a19dd4
Updated code to pass the tests
2012-07-13 15:31:53 +02:00
Samuel Gordalina
2b02733ee9
Added ability to extract inline documentation from docblock
2012-07-13 13:44:11 +01:00
William DURAND
519b356374
Merge branch '1.0.x'
...
Conflicts:
Form/Extension/DescriptionFormTypeExtension.php
Parser/FormTypeParser.php
Tests/Fixtures/Form/TestType.php
2012-06-27 10:15:57 +02:00
kphoen
e6438d657f
Add: sandbox, to easily try API methods
2012-06-27 09:45:06 +02:00
Christophe Coevoet
fd8ee2679a
Added the support of form types defined as services
2012-06-21 00:11:32 +02:00
Christophe Coevoet
04b075736f
Applied some php-cs-fixer magic
2012-05-23 00:42:59 +02:00
Adrien BRAULT
be3dca0c47
Add support in docblocks for @param with no description
2012-05-07 12:51:22 +02:00
William DURAND
d1be0d5093
Added parsing of @param doc blocks. Fixes #8
2012-04-19 20:27:27 +02:00
William DURAND
af48be4fc4
Added more tests
2012-04-13 14:27:51 +02:00
William DURAND
3aec03f6c7
Fixed issue if you add an array in a filter attribute
2012-04-13 12:51:09 +02:00
William DURAND
8b018e6de5
Added a way to comment each field of a Form Type
2012-04-13 12:17:11 +02:00
William DURAND
a51d25b94f
Used Twig instead of plain PHP in the HtmlFormatter. Fixes #1
2012-04-13 11:25:53 +02:00
Jordi Boggiano
a74520057a
Add license
2012-04-13 11:03:05 +02:00
William DURAND
d7f6d665f6
Added a config parameter to set the API name in the HTML documentation
2012-04-12 20:34:19 +02:00
William DURAND
8574982b7b
Fixed rendering
2012-04-12 19:17:03 +02:00
William DURAND
f172e74db7
Renamed the bundle
2012-04-12 18:37:42 +02:00
William DURAND
6285ecebb0
[ApiBundle] Added more comments
2012-04-12 17:48:21 +02:00
William DURAND
bfaa0c6adf
Added a way to group API methods by 'resource' name
2012-04-12 17:24:38 +02:00
William DURAND
72b8976006
[ApiBundle] Refactored formatters to handle both one object, and a collection
2012-04-12 12:49:43 +02:00