319 Commits

Author SHA1 Message Date
TaeL Kim
66e8e15ff1 swagger-ui repository changed 2016-10-21 14:55:56 +09:00
Javier Eguiluz
c531fcc037 Fixed minor RST syntax issues in docs 2016-10-03 15:42:40 +02:00
Invis1ble
97c6b1e857 Fixed placeholder translations #889 2016-07-29 09:20:35 +03:00
mellzamora
f5e38a283a Fix error:
Key "statusCodes" for array with keys "method, uri, description, documentation, filters, requirements, parsedResponseMap, https, authentication, authenticationRoles, deprecated, id" does not exist in NelmioApiDocBundle::method.html.twig at line 182.

Sample:

 /**
     * Retrieves the list of categories (paginated) based on criteria.
     *
     * @ApiDoc(
     *  resource=true,
     *  output={"class"="Sonata\DatagridBundle\Pager\PagerInterface", "groups"={"sonata_api_read"}}
     * )
     *
     *
     * @QueryParam(name="page", requirements="\d+", default="1", description="Page for category list pagination")
     * @QueryParam(name="count", requirements="\d+", default="10", description="Number of categories by page")
     * @QueryParam(name="enabled", requirements="0|1", nullable=true, strict=true, description="Enabled/Disabled categories filter")
     * @QueryParam(name="context", requirements="\S+", nullable=true, strict=true, description="Context of categories")
     *
     * @View(serializerGroups="sonata_api_read", serializerEnableMaxDepthChecks=true)
     *
     * @param ParamFetcherInterface $paramFetcher
     *
     * @return PagerInterface
     */
2016-06-16 22:44:56 +08:00
William Durand
9444172abc Merge pull request #857 from zanardigit/master
Add navigation index for resources
2016-06-13 10:01:12 +02:00
Javier Eguiluz
4a37d638f8 Fixed the links to some doc articles 2016-06-09 15:56:07 +02:00
Uplink03
8eee7fec49 Added links form index.rst to the other doc files 2016-06-02 16:30:54 +01:00
Piotr Plenik
12c067154c fix format wrapping 2016-06-02 10:33:39 +02:00
Francesco Abeni
df04b5c871 Add navigation index for resources 2016-05-24 13:13:39 +02:00
miholeus
d5c1c57cc9 added headers documentation example 2016-05-19 14:35:55 +03:00
miholeus
e141ffd291 added headers support 2016-05-19 14:28:32 +03:00
William Durand
b494d8e1ab Merge pull request #821 from tcz/sandbox_output_improvements
Adding request body and curl command to sandbox
2016-05-11 17:32:04 +02:00
William Durand
9dfd984c68 Merge pull request #832 from ismailbaskin/vich-compat
Allow sending empty file data
2016-05-11 17:16:17 +02:00
William Durand
4660805291 Merge pull request #823 from ImmRanneft/master
Little template fixes for sandbox
2016-05-11 17:15:43 +02:00
William Durand
2d214fc934 Merge pull request #775 from DonPrus/master
Fix problem with cyrillic chars in docs
2016-04-21 17:38:04 +02:00
Tim Hovius
96cfab973c Added translation to description
The labels of a field are usually always translated. But this does not happen in the documentation.
2016-04-19 21:37:22 +02:00
İsmail BASKIN
246babf209 Allow sending empty file data 2016-04-08 15:26:31 +03:00
Tanner Newton
8cb2847af4 Rename other-bundle-annotations.Rst to other-bundle-annotations.rst 2016-03-21 19:30:50 -07:00
ImmortaL
df10a4769c Little template fixes for sandbox 2016-03-18 21:23:22 +03:00
tcz
aef6a89329 Adding request body and curl command to sandbox 2016-03-17 16:09:47 +01:00
Javier Eguiluz
db5303fcd7 Transformed all files 2016-03-05 19:49:21 +01:00
William Durand
cec5108133 Merge pull request #781 from AlmogBaku/feature/textareaField
Add textarea type for sandbox
2016-02-24 17:50:13 +01:00
William Durand
364ef73680 Merge pull request #791 from Padam87/response-map
Use the response map in the html view
2016-02-24 17:49:33 +01:00
Adam Prager
7919b24971 Use the response map in the html view 2016-01-26 04:36:38 +01:00
AlmogBaku
3bc98723fe Add textarea type for sandbox 2016-01-08 20:34:15 +02:00
Richard
4744de98fb Added xhrFields: { withCredentials: true } to ajaxOptions to enable
browser authentication for cross origin API requests.
2016-01-06 10:00:21 +01:00
Сомов Игорь Андреевич
8aa5e479d1 JSON UNICODE 2015-12-28 17:07:20 +03:00
Ener-Getick
67b7b46627 Add symfony 3.0 support 2015-12-02 16:19:12 +01:00
Jonathan Chan
8b7dfdd913
Let the js library set the proper Content-type header when sending files in sandbox - fixes #501 2015-10-27 17:29:36 +01:00
William Durand
d25dd30453
Refactor doc 2015-10-27 10:35:58 +01:00
William Durand
d49ac45866 Add FAQ section
Add question/answer from #727
2015-10-27 10:00:23 +01:00
William Durand
7f5f8bd258 Merge pull request #694 from tonivdv/revert_fix_link
revert fix "LINK workaround for firefox"
2015-10-23 11:00:49 +02:00
Sullivan SENECHAL
32de80f97f
Fix deprecated route options 2015-10-22 14:42:16 +02:00
William Durand
c3092d5e36 Merge pull request #730 from OskarStark/patch-1
wrong parameter??
2015-10-22 14:37:38 +02:00
Toni Van de Voorde
d60da7a734 remove 1 empty line to force new tests on travis 2015-10-22 12:10:09 +02:00
Teoh Han Hui
5f61d5faf4 Fix mistake in #720 2015-10-19 11:22:39 +08:00
Oskar Stark
ca0fbe38d7 wrong parameter?? 2015-10-14 18:17:25 +02:00
Jonathan
082b2fa86f Update routing.yml
Replace deprecated "pattern" and "_method" by "path" and "methods"
2015-09-22 14:16:09 +02:00
Toni Van de Voorde
f57a8bf7ae revert fix "Added workaround for Firefox not sending LINK in uppercase what then" 2015-08-11 11:32:48 +02:00
Fred Cox
406a4e1b5b Add support for using name in the input and output options for JsonSerializable and validation parsers 2015-07-01 14:05:10 +03:00
Fred Cox
37c6465700 Add a parser for jsonSerializable classes 2015-07-01 14:04:38 +03:00
Javier Spagnoletti
7eccee0a36 [minor] Small doc fix in index.md
| Q             | A
| ------------- | ---
| Doc fix?      | yess
| Fixed tickets |
| License       | MIT
| Doc PR        |

Small fix in ```index.md```.
2015-06-29 13:30:59 -03:00
staurand
a967fce6c7 Added pipe to escaped symbols of jQuery selector
Pipe symbol needs to be escaped in jQuery selector.
This symbol is added when multiple methods are allowed for a route.
e.g /api/doc#get|post--...
2015-06-17 11:48:31 +02:00
Piotr Antosik
38a3137465 Improve doc format 2015-06-02 18:15:49 +02:00
Andrew Marcinkevičius
2d1c9693a1 Update index.md 2015-05-26 13:19:18 +03:00
César Suárez
b801ddbf48 Styles for lists inside .content 2015-05-22 11:33:26 +02:00
William Durand
cc93ddb306 Merge pull request #550 from thenetexperts/master
better readability when using text inside <pre> tag in motd html
2015-05-16 13:19:05 +02:00
William Durand
a0c0398ca9 Merge pull request #540 from rodrigorigotti/master
Showing 'Documentation' tab makes no sense if the sandbox is disabled.
2015-05-16 12:59:29 +02:00
William Durand
e04981356b
Fix doc: Default => default (views) 2015-05-16 12:22:11 +02:00
William Durand
e46bd73a32
Fix routing definition 2015-05-16 12:21:32 +02:00