749 Commits

Author SHA1 Message Date
Brokhovetsky Dmitriy
33b0ed9358 fix service definition 2015-04-14 15:51:07 +03:00
Brokhovetsky Dmitriy
0f9a265a9c Поддержка перевода label'ов формы 2015-04-14 13:32:33 +03:00
Ilyas Salikhov
3007472fe3 Merge branch 'several-inputs' 2014-11-02 19:19:54 +03:00
Ilyas Salikhov
c6dbdc726e Allow to define the input name for the JmsMetadataParser 2014-11-02 19:18:49 +03:00
Ilyas Salikhov
7cb81ed07a Merge branch 'several-inputs' 2014-11-02 12:56:20 +03:00
Ilyas Salikhov
391d0e32d0 * Allow to define several inputs
* Range Constraint parsing in the ValidationParser
* Better formatting form Length constraint description
* Allow to define the input name for the ValidationParser
2014-11-02 12:52:29 +03:00
Ilyas Salikhov
0694962e5c Merge branch 'route-versions' 2014-10-24 14:57:37 +04:00
Ilyas Salikhov
0b9f580a0c Remove dublicate code 2014-10-24 14:57:11 +04:00
Ilyas Salikhov
3569496fca Merge branch 'route-versions'
Conflicts:
	Command/DumpCommand.php
2014-10-24 14:52:41 +04:00
Ilyas Salikhov
2dbdc702ac Check the version in methods response 2014-10-24 14:49:04 +04:00
Ilyas Salikhov
73284a721f Locale setting for the Translator 2014-10-24 12:17:35 +04:00
Ilyas Salikhov
c6db0af5d4 Doc generation for the specific API version (error fix) 2014-10-22 15:38:26 +04:00
Ilyas Salikhov
84a4b0200f Doc generation for the specific API version 2014-10-22 14:38:40 +04:00
Jordi Boggiano
4beb08e587 Update install instructions 2014-10-21 21:24:58 +01:00
Jordi Boggiano
cb6df68d8a Remove outdated note 2014-10-21 21:24:09 +01:00
William Durand
888705cd23 Merge pull request #512 from bezhermoso/form_errors
FOSRest integration: Form errors format
2014-10-12 15:38:01 +02:00
Bez Hermoso
859421df9a Form errors parser. Mirrored actual form-errors response by FOSRest. Made sure that FieldErrors is not duplicated. 2014-10-10 11:59:19 -07:00
William Durand
6d50c200ba Merge pull request #498 from jonmchan/honorBodyFormat
Honor body format before uploading file type parameters
2014-10-08 11:36:12 +02:00
William Durand
c69ab200d0 Merge pull request #524 from lucasvanlierop/fix-no-required-parameters-for-put-requests
Fix no required parameters for PUT requests
2014-10-08 11:34:06 +02:00
William Durand
5950acd73c Merge pull request #490 from ricardclau/store_api_key
Add support for LocalStorage
2014-10-08 11:32:56 +02:00
William Durand
ff5c201880 Merge pull request #519 from mjanser/fix-swagger-formatter
Fix parsing of filters, default values and base path in SwaggerFormatter
2014-10-06 11:47:14 +02:00
Martin Janser
b8cc4d9264 Fix parsing of filters, default values, descriptions and base path in SwaggerFormatter 2014-10-06 10:50:14 +02:00
lucasvanlierop
b4a6825db7 Fixed tests by adding separate form type 2014-09-30 13:54:30 +02:00
William Durand
3889e7ff24 Merge pull request #523 from jeskew/master
Update parser to convert empty array defaults to null
2014-09-29 17:12:56 +02:00
lucasvanlierop
f625d9671c Fixed disabling required for HTTP PUT requests 2014-09-29 16:49:25 +02:00
lucasvanlierop
eaaa54bf11 Fixed checking HTTP method type 2014-09-29 16:17:36 +02:00
Jonathan Eskew
37ae52ba0a Update parser to convert empty array defaults to null
Don't let empty arrays get passed through as defaults.
2014-09-26 14:19:55 -04:00
William Durand
6bcd5e8d81 Merge pull request #518 from AveVlad/patch-1
Add highlight index.md
2014-09-22 10:19:00 +02:00
Vlad
59ea615b7b Update index.md 2014-09-21 05:04:16 +04:00
William Durand
3f3580f9c3 Merge pull request #514 from stof/patch-2
Remove EOLed Symfony versions from Travis
2014-09-11 10:34:36 +02:00
Christophe Coevoet
8861fb9d95 Remove EOLed Symfony versions from Travis
Currently, the testsuite relies on SensioFrameworkExtraBundle 3.x which requires Symfony 2.3+. Given that 2.1 and 2.2 are EOLed, removing them from Travis is simpler than updating the testsuite to support them.
2014-09-10 14:29:24 +02:00
William Durand
4b163e1b80 Merge pull request #469 from bezhermoso/collections
Support collections on output (including named collections)
2014-09-06 11:33:45 +02:00
William Durand
f503b73dc4 Merge pull request #507 from jaugustin/fix-side-effect-list-expand-btn
fix side effect introduce with list/expand buttons
2014-09-06 11:32:20 +02:00
Jérémie Augustin
01fb243751 fix side effect introduce with list/expand buttons 2014-09-05 11:40:06 +02:00
Bez Hermoso
0d17c10b70 Collection handling fix. 2014-09-04 11:29:31 -07:00
Bez Hermoso
5fa69a0504 Tests for aliased collections; Swagger formatting for wrapped collections. 2014-09-04 11:19:54 -07:00
Bez Hermoso
c56aceaef5 Updated regex pattern to base on http://fr2.php.net/manual/en/language.oop5.basic.php 2014-09-04 10:47:58 -07:00
Bez Hermoso
4b7dbcd478 Improved directive parsing, and separate test class for parsing directives. 2014-09-04 10:47:57 -07:00
Bez Hermoso
928a23e2c8 Updated regex pattern matching and added tests for parsing array<..> directives. 2014-09-04 10:47:57 -07:00
Bez Hermoso
f5c1b06807 Support for collections. 2014-09-04 10:47:57 -07:00
Bez Hermoso
06cfe9d48b Allow parsers to remove/replace root parameters. 2014-09-04 10:47:57 -07:00
William Durand
8fe99a9c45 Merge pull request #504 from EmmanuelVella/patch-2
Replace incorrect jQuery.size() method
2014-09-04 10:12:53 +02:00
Emmanuel Vella
2d87ad0fe1 Replace incorrect jQuery.size() method 2014-09-03 15:49:16 +02:00
William Durand
ca0dd69752 Merge pull request #497 from pyrech/security-annotation-support
Added support for Security annotation
2014-09-02 08:55:54 +02:00
Ricard Clau
08153a3071 support for localstorage 2014-08-28 23:02:05 +01:00
Jonathan Chan
493e6066b3 Honor body format before uploading file type parameters 2014-08-28 01:48:10 -04:00
Loick Piera
16b104edec Added support for Security annotation 2014-08-28 00:12:34 +02:00
William Durand
72a1418b7d Merge pull request #456 from bezhermoso/swagger-doc
Updated the docs. Added sections on caching and Swagger support.
2014-08-27 08:59:42 +02:00
Bez Hermoso
4be579f7a2 Same-origin policy violation notes 2014-08-26 17:27:41 -07:00
Bez Hermoso
9b544ef535 Updated the docs. Added sections on caching and Swagger support. 2014-08-26 16:26:39 -07:00