Commit Graph

  • 52df5ebf47 Allow to configure default request format Vyacheslav Slinko 2012-10-17 15:27:20 +04:00
  • 3540bcfcd8 Make response format more configurable Vyacheslav Slinko 2012-10-17 15:15:35 +04:00
  • f25c2f1eeb Simplify enum nodes Vyacheslav Slinko 2012-10-17 05:12:47 +04:00
  • 8e03ef99fa Make JSON declaration method configurable Vyacheslav Slinko 2012-10-16 23:41:16 +04:00
  • 6aac4a001e Merge pull request #83 from lsmith77/patch-2 Jordi Boggiano 2012-10-15 05:04:47 -07:00
  • 766363edec still allow 2.1 Lukas Kahwe Smith 2012-10-14 01:06:56 +03:00
  • 8ab02ecf01 also support symfony 2.2 Lukas Kahwe Smith 2012-10-14 00:43:28 +03:00
  • bd625aebed Merge pull request #81 from docteurklein/fix-supports-formtype-parser William Durand 2012-10-11 10:02:35 -07:00
  • df29283a7f fix cs Klein Florian 2012-10-05 09:36:43 +02:00
  • 011c59b4d7 do not support form types with required options Klein Florian 2012-10-04 10:37:12 +02:00
  • 734dd0da7e fix bad variable name Klein Florian 2012-10-03 17:06:56 +02:00
  • f9d4fb90cd allow to pass classes wich have constructor arguments Klein Florian 2012-10-03 16:39:07 +02:00
  • 5c52352eb5 allow to pass classes wich have constructor arguments Klein Florian 2012-10-03 16:35:56 +02:00
  • 4cb71512f9 Merge pull request #78 from evillemez/sandbox_update William Durand 2012-09-12 11:58:58 -07:00
  • 41b8622d8b updated sandbox to not show readonly properties, visually separated filters, requirements and parameters Evan Villemez 2012-09-12 13:47:25 -04:00
  • be07de7ffe Merge pull request #76 from evillemez/nested_formatters William Durand 2012-09-11 13:54:42 -07:00
  • a8b656f3a0 fixed cs Evan Villemez 2012-09-10 09:46:52 -04:00
  • 29c3798124 implemented nested parameter handling in AbstractFormatter, updated MarkdownFormatter and HtmlFormatter to use it Evan Villemez 2012-08-31 11:56:48 -04:00
  • 6a7f7b2b3b Merge remote-tracking branch 'evillemez/html_fix' William DURAND 2012-09-10 13:16:11 +02:00
  • e1a58fd7f7 Merge pull request #75 from evillemez/param_descriptions William Durand 2012-09-10 04:08:11 -07:00
  • ee19d631cd Merge pull request #77 from damienalexandre/patch-1 Jordi Boggiano 2012-09-07 02:31:49 -07:00
  • d2757b6c50 Add a getRoutes method and change property privacy Damien Alexandre 2012-09-06 18:45:12 +03:00
  • 8c3466f6ed abstracted docblock comment extraction, implemented in JmsMetadataParser to get parameter descriptions Evan Villemez 2012-08-31 14:57:42 -04:00
  • 5dc7a417c5 fixed table header in method template Evan Villemez 2012-08-31 09:54:34 -04:00
  • 65c634d32b Merge pull request #72 from evillemez/apidoc_return William Durand 2012-08-31 01:38:10 -07:00
  • da1116a43a stopped displaying readonly input parameters in html template Evan Villemez 2012-08-30 15:57:43 -04:00
  • 94a3d5858f removed required and readonly properties from html output when documenting return Evan Villemez 2012-08-29 14:12:12 -04:00
  • ebba238f1c fixed method template Evan Villemez 2012-08-29 13:30:08 -04:00
  • 0d7c2272bc updated documentation to reflect return property, updated markdown formatter tests to reflect parameter readonly property Evan Villemez 2012-08-28 16:43:47 -04:00
  • d6c50427aa Merge pull request #67 from evillemez/nested_jms William Durand 2012-08-28 12:29:02 -07:00
  • 0af506f151 resolved conflicts Evan Villemez 2012-08-28 14:50:40 -04:00
  • cbdddfebb5 Merge pull request #70 from evillemez/apidoc_return William Durand 2012-08-27 23:41:42 -07:00
  • 504d5125f9 finished up, tests passing, fixed cs Evan Villemez 2012-08-27 13:25:03 -04:00
  • 2902ac3cbb working on apidoc return property Evan Villemez 2012-08-27 12:56:19 -04:00
  • ea3fb69627 fixed cs Evan Villemez 2012-08-27 12:25:18 -04:00
  • 01fce41a0e more accurate reporting of arrays and their types Evan Villemez 2012-08-24 14:34:48 -04:00
  • d4fe982300 rebased, fixed cs Evan Villemez 2012-08-24 13:32:52 -04:00
  • 9b94ae4b2c fixed cs Evan Villemez 2012-08-24 11:12:36 -04:00
  • 185d0e588b updated JMSMetadataParser to support nested models Evan Villemez 2012-08-24 11:10:25 -04:00
  • b085338166 Merge pull request #69 from evillemez/jms_fix William Durand 2012-08-27 09:17:09 -07:00
  • be3cbb5ba3 fixed potential error in JmsMetadataParser::supports Evan Villemez 2012-08-27 11:57:11 -04:00
  • ee36e599c9 Merge pull request #68 from stof/update_symfony William Durand 2012-08-24 09:57:15 -07:00
  • 5f0d36f3d8 Fixed the ApiDocExtractor for a change in Symfony 2.1 Christophe Coevoet 2012-08-24 18:42:54 +02:00
  • 6795e118ae Merge pull request #64 from asm89/sandbox-api-key William Durand 2012-08-23 08:24:33 -07:00
  • fc5b8c4e63 Add optional api_key parameter to sandbox Alexander 2012-08-10 13:55:35 +02:00
  • 594c2faf26 Merge pull request #61 from evillemez/jms_parser William Durand 2012-08-23 06:19:33 -07:00
  • 3028cb63d8 Merge pull request #66 from tonivdv/master William Durand 2012-08-23 06:19:20 -07:00
  • 2d0fc7fc61 Fixed rendering issue when used with FOSRestBundle and configured to not accept html (e.g. only accept json & xml) Toni Van de Voorde 2012-08-23 15:09:56 +02:00
  • ed39180c6b Merge pull request #63 from asm89/fix-grouping William Durand 2012-08-10 08:52:57 -07:00
  • 911aaae0fd Remove .{_format} from routes used for resource grouping Alexander 2012-08-10 11:38:01 +02:00
  • 1cf7e18d61 fixed README, other minor things Evan Villemez 2012-08-08 10:21:56 -04:00
  • 034e13a20e restored fosrestbundle to composer.json Evan Villemez 2012-08-07 22:09:23 -04:00
  • 68767f6c72 fixed cs Evan Villemez 2012-08-07 21:57:36 -04:00
  • 149f282481 tests passing with JmsMetadataParser, but work still to do on required and description properties Evan Villemez 2012-08-07 21:47:33 -04:00
  • b71bc8bf3f started on implementing JmsMetadataParser and tests Evan Villemez 2012-08-07 17:50:58 -04:00
  • 4b69e1149a Merge pull request #53 from evillemez/parser_interface William Durand 2012-08-06 03:12:17 -07:00
  • 42b9d10306 Fix travis-ci config 2.0.0 William DURAND 2012-08-06 12:04:42 +02:00
  • 2e338d08bc Fix composer.json William DURAND 2012-08-06 12:02:11 +02:00
  • a643773902 fix css William DURAND 2012-07-27 10:32:32 +02:00
  • 83c91a3d9d Add support for nested form types William DURAND 2012-07-24 18:42:05 +02:00
  • 15a4558277 Add country type William DURAND 2012-07-24 15:50:10 +02:00
  • 6ee4d9014d Merge pull request #60 from gordalina/master William Durand 2012-07-26 04:38:58 -07:00
  • 87475f5b3a Add requirement input text fields Samuel Gordalina 2012-07-26 12:34:43 +01:00
  • c03624f265 Merge pull request #58 from gordalina/link-unlink-methods William Durand 2012-07-25 05:20:17 -07:00
  • 593b70ec04 Merge pull request #57 from gordalina/css-method-fixes William Durand 2012-07-25 05:19:48 -07:00
  • 5613750bda Add LINK and UNLINK method colors Samuel Gordalina 2012-07-25 13:00:12 +01:00
  • 65631c23c7 Remove double border in content Samuel Gordalina 2012-07-25 12:59:21 +01:00
  • ba05346804 Default color for http methods is softer and pleasent Samuel Gordalina 2012-07-25 12:34:48 +01:00
  • 11efee0f65 tests passing Evan Villemez 2012-07-24 16:14:11 -04:00
  • 89f2044581 fixed compiler pass, updated README Evan Villemez 2012-07-24 14:39:43 -04:00
  • f9b9c818e8 Merge pull request #52 from Bladrak/patch-1 William Durand 2012-07-24 08:58:52 -07:00
  • b9e8d61082 changed inputClass to input, refactored method and class names accordingly, fixed cs in several places Evan Villemez 2012-07-23 15:44:37 -04:00
  • b2a2426f76 fixed check for wrong class in FormTypeParser, fixed CS in ParserInterface Evan Villemez 2012-07-23 13:27:58 -04:00
  • 06e3a2256b added a ParserInterface, refactored how Parsers are registered in the ApiDocExtractor, changed formType to inputClass in ApiDocExtractor Evan Villemez 2012-07-19 17:56:49 -04:00
  • fa4a31e75b Update composer.json Hugo Briand 2012-07-23 13:03:54 +03:00
  • d5de1148bf Update composer.json Hugo Briand 2012-07-23 13:02:55 +03:00
  • 5f6c9362a7 Fixed BC Break from master (commit d072f35ea0 ) Hugo Briand 2012-07-23 13:01:23 +03:00
  • a18bbb0013 Merge pull request #51 from lsmith77/patch-1 William Durand 2012-07-22 08:44:05 -07:00
  • 8d7d81b5be form master BC break Lukas Kahwe Smith 2012-07-22 00:27:51 +03:00
  • ec757e3790 Change service name to fit previous commit William DURAND 2012-07-20 17:40:33 +02:00
  • e35e977479 Fix Twig filter name William DURAND 2012-07-20 17:38:39 +02:00
  • ff817a567c Update README William DURAND 2012-07-20 17:35:38 +02:00
  • 48d46d67eb Merge pull request #50 from willdurand/markdown Jordi Boggiano 2012-07-20 08:09:16 -07:00
  • 64988d00c1 Remove hard dependency with KnpMarkdownBundle William DURAND 2012-07-20 16:59:59 +02:00
  • 09fbfee03b Update README William Durand 2012-07-20 12:58:14 +03:00
  • 974cd9f706 Fix travis-ci config due to a Composer issue William DURAND 2012-07-20 11:07:19 +02:00
  • b49ea21c36 Merge pull request #49 from willdurand/refactoring Jordi Boggiano 2012-07-20 01:19:52 -07:00
  • de079f0a91 Fix CSS William DURAND 2012-07-20 09:42:24 +02:00
  • a8e0b24b95 Fix tests, fix markdown/html requirements output William DURAND 2012-07-20 02:02:45 +02:00
  • cca97cf6af Refactoring William DURAND 2012-07-20 00:58:58 +02:00
  • 8f3327b376 Merge pull request #46 from willdurand/no-sandbox-cmd Jordi Boggiano 2012-07-18 07:50:22 -07:00
  • 374ee9a878 Add new option to the command line: --no-sandbox William DURAND 2012-07-18 16:51:53 +02:00
  • 636c4cab75 Merge pull request #45 from willdurand/fix-37 Jordi Boggiano 2012-07-18 04:19:26 -07:00
  • bee518f92e Allow to disable the sandbox, refactor the configuration. Fix #37 William DURAND 2012-07-18 13:18:26 +02:00
  • 9e37388bb2 Merge pull request #44 from willdurand/fix-42 Jordi Boggiano 2012-07-18 04:04:27 -07:00
  • 208d25f825 Dump all assets in order to correctly render the generated HTML page, even in offline mode. Fix #42 William DURAND 2012-07-18 12:52:56 +02:00
  • e7152678a7 Fix tests William DURAND 2012-07-18 12:46:22 +02:00
  • 0868d39e9a Merge pull request #43 from willdurand/fix-13 Jordi Boggiano 2012-07-18 03:29:41 -07:00
  • 163d96a295 Add support for FOSRest annotations. Fix #13 William DURAND 2012-07-18 12:23:57 +02:00
  • f8ab93a167 Fix FormTypeParser to reflect last Symfony2 changes William DURAND 2012-07-14 14:12:12 +02:00