Ilyas Salikhov
e06fb926f5
Fix code by php-cs-fixer
2024-10-01 15:54:04 +03:00
Ilyas Salikhov
0808e8421a
Add explicit dependencies instead of container
2024-07-02 16:24:26 +03:00
Ilyas Salikhov
56dd45e0d1
sf 6 deprecation types
2024-06-18 20:01:11 +03:00
Ilyas Salikhov
5cbcba78df
Symfony 6 compability
2024-06-18 12:54:58 +03:00
Ilyas Salikhov
b603381139
1. Up min PHP version to 8.1
...
2. Up min Symfony verion to 5.0. Adopt code to sf 5.0+
3. Local env to run tests
4. Repare tests
2024-06-18 12:24:32 +03:00
Alexey
d8b5ab9f71
Fix deprecations ( #8 )
...
* fix symfony deprecations
2022-10-07 15:32:38 +03:00
Vitaliy Chesnokov
cd87930d29
Check the version in methods response
2019-04-25 21:50:32 +03:00
Vitaliy Chesnokov
c6fa1e893e
Locale setting for the Translator
2019-04-25 21:50:32 +03:00
Vitaliy Chesnokov
1c4f003e76
Doc generation for the specific API version
2019-04-25 21:50:28 +03:00
Alexander Kustov
8f9d096448
Add description for the dump command
2016-10-26 10:15:13 +05:00
gmarchal
05d3a51259
Usage of OUTPUT_RAW to avoid javascript syntax error when dumping HTML API doc. Fixes issue #864 .
2016-06-10 10:47:43 +02:00
Fred Cox
9b734b22bd
Remove incorrect usage of hasOption
...
`hasOption` is confusingly named, it actually checks that the option has been created, not if the user has passed the option. So in this case its always true.
Also changed a weird usage of `in_array`.
2016-01-29 10:56:25 +02:00
Patrick Pokatilo
8c336487e7
Check for deprecated method enterScope() in DumpCommand
2015-12-15 17:04:17 +01:00
Mikhail Shamin
1a92a112bc
Added view option to api:doc:dump command
2015-05-26 18:09:29 +07:00
rajasaur
9eee2e263f
Fix DumpCommand to generate html with/out sandbox
...
api:doc:dump --format=html always disables the Sandbox since the check in
DumpCommand seems to be wrong. Fixed that as well as introduce a dummy
Request Object as the layout.html.twig expects an app.request object.
2013-12-06 15:28:19 +05:30
William DURAND
374ee9a878
Add new option to the command line: --no-sandbox
2012-07-18 16:51:53 +02:00
Jordi Boggiano
a74520057a
Add license
2012-04-13 11:03:05 +02:00
William DURAND
5bd05379ec
Fixed naming
2012-04-12 19:10:16 +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
c4c7d14354
[ApiBundle] Added a controller to get a complete documentation
...
* Added an Extractor to get the documentation from all annotated
controllers
* Refactored some parts (command, event listener, ...)
2012-04-12 12:50:20 +02:00
William DURAND
6fc0d8619e
Added a command line to dump the whole documentation in markdown or json
2012-04-12 01:42:52 +02:00