835 Commits

Author SHA1 Message Date
Sandro Meier
dfd094371d Implement Tags for functions. 2014-05-27 13:33:50 +02:00
William Durand
dfb089f993 Merge pull request #392 from marco-jantke/submit-on-enter-sandbox-mode
Pressing enter in the sandbox mode will now lead to submit the form.
2014-05-26 10:51:28 +02:00
Marco Jantke
d7c70720b0 Pressing enter in the sandbox mode will now lead to submit the form. 2014-05-23 15:30:21 +02:00
Yosh de Vos
624802b57a Added configuration to disable body formats 2014-05-21 15:59:55 +02:00
William Durand
221f109ad6 Merge pull request #386 from marco-jantke/window-location-hash-fix
Remove hash when closing a method container again. Added small hash help...
2014-05-19 12:03:46 +02:00
William Durand
3771e2d834 Merge pull request #385 from yoshz/master
Added request formats configuration
2014-05-19 10:45:49 +02:00
Yosh de Vos
8402c748ee Added request formats configuration 2014-05-18 21:25:30 +02:00
Marco Jantke
df7be182cd Remove hash when closing a method container again. Added small hash helper functions. 2014-05-18 01:24:52 +02:00
William Durand
968a162544 Merge pull request #365 from pyrech/master
Fix #357 - doc broken with Validator Constraints in FOSRestBundle requirements
2014-05-16 23:52:41 +02:00
Loick Piera
d0149c65ab fix #357 2014-05-16 22:04:24 +02:00
William DURAND
fa92011126 fix cs 2.5.2 2014-05-16 11:33:58 +02:00
William Durand
a88e7d8278 Merge pull request #381 from mvdbos/master
Only render sandbox config if  the sandbox is enabled
2014-05-15 19:01:35 +02:00
Matthijs van den Bos
86d9c31340 Only show sandbox config if enabled 2014-05-14 22:05:03 +02:00
William Durand
493963f0c0 Merge pull request #375 from merk/2.5-fix
Fix ValidatorParser in symfony 2.5
2014-05-12 12:01:33 -04:00
William Durand
36c223ab3a Merge pull request #329 from maxromanovsky/form-type-parser-improvements
Form Parser improvements for date, datetime & choice form types (format & types)
2014-05-12 11:56:00 -04:00
Tim Nagel
c366ffba84 Fix ValidatorParser in symfony 2.5
Fixes #373
2014-04-30 22:18:06 +10:00
Emmanuel BALLERY
0a42d1773c Fix wrong HTML structure a>div 2014-04-24 23:02:56 +02:00
Emmanuel BALLERY
7150ac17de Remove duplicate HTML ID 2014-04-24 23:00:13 +02:00
Emmanuel BALLERY
f2b606fc23 Fix wrong HTML structure ul>li 2014-04-24 22:59:12 +02:00
Emmanuel BALLERY
c78466bbb9 Fix wrong HTML tag 2014-04-24 22:58:34 +02:00
William Durand
1c553e93ec Merge pull request #363 from cedriclombardot/fix-model-type
Fix parse of input forms with options required
2014-04-23 12:13:35 +02:00
Cedric LOMBARDOT
4181079d8b Fix parse of input forms with options required
When form like model type was parsed this pass the required 'class' option to enable the build of the class
2014-04-11 09:45:35 +00:00
Max Romanovsky
b4fa6013cd Form Parser improvements for date, datetime & choice form types (format & types) 2014-04-04 13:52:12 +03:00
William Durand
fd126c1a01 Merge pull request #359 from aybbou/patch-1
Added a missing 'is'.
2014-03-28 13:48:20 +01:00
Ayyoub BOUMYA
e6cf2ff0d2 Added a missing 'is'. 2014-03-28 10:46:38 +00:00
Samuel ROZE
3f66888f00 Add PostParserInterface to JmsMetadataParser to get ValidatorParser found children parsed. 2014-03-20 16:39:36 +01:00
William Durand
eddba56c66 Merge pull request #348 from tonivdv/fix_https_reload_scheme
Sandbox should not be disabled in https whenever a method is not marked as https explictly
2.5.1
2014-03-12 14:46:04 +01:00
Toni Van de Voorde
04c03e3e06 Sandbox should not be disabled in https whenever a method is not marked as
https explictly
2014-03-11 10:24:56 +01:00
Alexey Kupershtokh
11f163d589 Show web profiler link in sandbox 2014-03-11 07:07:35 +07:00
William Durand
855f95afd1 Merge pull request #347 from h4cc/master
Testing against HHVM and PHP 5.6
2014-03-10 10:04:00 +01:00
Julius Beckmann
56f8c43849 Added PHP 5.6 and HHVM to Travis.
Modified RequestListenerTest so it does not use the Crawler, that currently does not work with HHVM.
2014-03-03 18:44:37 +01:00
William Durand
eca9d25ca7 Merge pull request #339 from mvrhov/michelfMarkdown
Replace deprecated fork of dflydev's mardown library with the original o...
2014-02-19 22:34:43 +01:00
Miha Vrhovnik
457df811e2 Replace deprecated fork of dflydev's mardown library with the original one provided by Michel Fortin 2014-02-19 12:55:16 +01:00
William DURAND
ee68eabe0c Prepare 2.5.0 release 2.5.0 2014-02-11 16:44:12 +01:00
William Durand
5bd455f955 Merge pull request #333 from richardfullmer/https
Fix and properly document the https option
2014-02-07 01:05:59 +01:00
Richard Fullmer
dc8494bbdf Fix an properly document https option 2014-02-06 09:27:30 -08:00
William Durand
14571944b4 Merge pull request #332 from Pyrech/master
Fix twig errors when generating html doc
2014-02-06 15:20:37 +01:00
Loick Piera
b198e240ce Fix null host value in layout.html.twig 2014-02-06 15:12:26 +01:00
Loick Piera
414e87b58b Fix null secure value in method.html.twig 2014-02-06 15:06:43 +01:00
William Durand
e8a1e639ef Merge pull request #331 from ahilles107/patch-1
Don't try to call class with custom handlers.
2014-02-05 16:39:04 +01:00
Paweł Mikołajczuk
32e37dbd8a Don't try to call class with custom handlers.
With JMS Serializer you can set up own type and use it later with custom handler for this property - Parser allways try to call that custom property type like a class. This fix that.
2014-02-03 16:57:46 +01:00
William Durand
d177862b4d Merge pull request #321 from Ninir/patch-1
Fixed typo in index.md documentation
2014-01-21 08:15:19 -08:00
Ninir
4a9e99bddd Fixed typo in index.md documentation 2014-01-21 10:41:55 +01:00
William DURAND
667044863c Fix HTTPS detection
Fix #281
2014-01-20 14:18:02 +01:00
William Durand
347ac74648 Merge pull request #318 from antwebes/master
Added exclude_envs to ApiDoc annotation to exclude the documentation from the specified environments
2014-01-20 04:50:49 -08:00
jdeveloper
dea78901a0 Added exclude_envs to ApiDoc annotation to exclude the documentation from the specified environments 2014-01-20 13:24:41 +01:00
William Durand
f45cc2565e Merge pull request #316 from maxromanovsky/patch-cg-proxy
Fixed ApiDoc for controllers enhanced with JMS CG
2.4.5
2014-01-13 13:35:37 -08:00
Max Romanovsky
e4ec8e79f3 Fixed ApiDoc for controllers enhanced with JMS CG with Doctrine Common 2014-01-13 19:10:07 +03:00
William Durand
f2a80511a7 Merge pull request #313 from maxromanovsky/patch-1
Misspelled authentication config parameter in docs
2014-01-13 06:26:52 -08:00
Max Romanovsky
dc4b4066a7 Misspelled authentication config parameter in docs 2014-01-13 14:53:28 +03:00