91 Commits

Author SHA1 Message Date
William Durand
9590048b3e Merge pull request #29 from stof/patch_style
Added the CSS for the patch method
2012-06-21 00:18:14 -07:00
Christophe Coevoet
f7c2425265 Added the CSS for the patch method
Closes #18
2012-06-21 00:43:28 +02:00
William Durand
c127a1c4bf Merge pull request #27 from stof/fix_testsuite
Fixed the bootstrap of the testsuite
2012-06-20 14:24:41 -07:00
Christophe Coevoet
32b40deda8 Fixed the testsuite 2012-06-20 23:19:34 +02:00
Christophe Coevoet
cf36b414b1 Fixed the bootstrap of the testsuite 2012-06-20 22:53:27 +02:00
William Durand
1077e710e1 Merge pull request #24 from vicb/patch-1
fix indentation
2012-05-28 02:13:54 -07:00
Victor Berchet
383529a607 fix indentation 2012-05-28 10:56:37 +03:00
William Durand
82813e1ae1 Merge pull request #23 from vicb/form2.1
[Form] Updated to sf2.1
2012-05-27 14:36:52 -07:00
Victor Berchet
fd00844dc6 [Form] Update to sf2.1 2012-05-27 22:56:01 +02:00
William Durand
88646a23f8 Merge pull request #22 from K-Phoen/fix-buildForm-buildView-tests
Updated tests
2012-05-26 09:56:56 -07:00
kphoen
c8bc72fae1 Updated tests
I forgot to update the tests in the PR #21.
2012-05-26 18:43:11 +02:00
William Durand
5a5d5ff836 Merge pull request #21 from K-Phoen/fix-buildForm-buildView
Fix: buildForm() and buildView signatures
2012-05-26 09:34:26 -07:00
kphoen
6c75b13e36 Fix: buildForm() and buildView signatures
Their signatures changed with the recent modifications done in symfony's
form component.
2012-05-26 18:20:01 +02:00
William DURAND
43033152b7 Aliased master to 2.* 2012-05-23 09:44:34 +02:00
William Durand
40d3750b20 Merge pull request #15 from stof/fix_form_parser
Fix form parser
2012-05-22 23:39:06 -07:00
Christophe Coevoet
b40c8de125 Added phpunit.xml to the ignore file 2012-05-23 00:43:18 +02:00
Christophe Coevoet
04b075736f Applied some php-cs-fixer magic 2012-05-23 00:42:59 +02:00
Christophe Coevoet
84ad827c89 Fixed phpdoc 2012-05-23 00:20:50 +02:00
Christophe Coevoet
378f21ec10 Fixed the parsing of formed defined by creating the FormBuilder directly 2012-05-23 00:20:03 +02:00
Jordi Boggiano
16497845be Remove 5.3.2 from travis builds 2012-05-23 00:22:51 +03:00
Jordi Boggiano
22dc9ae0c0 Merge pull request #14 from stof/fixed_deprecation_warning
Fixed the PHPUnit bootstrap to avoid using a deprecated file
2012-05-22 13:26:26 -07:00
Christophe Coevoet
c9f7fe6248 Fixed the PHPUnit bootstrap to avoid using a deprecated file 2012-05-22 22:15:05 +02:00
William Durand
62d414eff2 Merge pull request #11 from adrienbrault/master
Add support in docblocks for @Param with no description
2012-05-07 05:29:26 -07:00
Adrien BRAULT
be3dca0c47 Add support in docblocks for @param with no description 2012-05-07 12:51:22 +02:00
Jordi Boggiano
3a7bf7ce41 Clean up autolaoder for tests 2012-04-20 10:09:12 +02:00
Jordi Boggiano
56e8c3d318 Fix test suite 2012-04-19 21:23:59 +02:00
William DURAND
d1be0d5093 Added parsing of @param doc blocks. Fixes #8 2012-04-19 20:27:27 +02:00
William DURAND
2a36274a75 Updated composer/travis settings 2012-04-19 18:51:53 +02:00
William DURAND
8c0aa1d274 Added multilines support for description 2012-04-19 17:17:36 +02:00
William DURAND
33ff68b2e0 Fixed tests 2012-04-19 17:05:59 +02:00
William DURAND
c5891a59b9 Use action method description from docblock by default for description. Fixes #5 2012-04-19 16:23:55 +02:00
Jordi Boggiano
18a70b09f5 Merge pull request #7 from lsmith77/support_controllers_as_services
also support services as controller in ApiDocExtractor::get()
2012-04-14 01:24:17 -07:00
lsmith77
924a19c1bb added functional tests for services as controller 2012-04-14 10:11:52 +02:00
William DURAND
11da39d4e7 Added travis-ci status 2012-04-14 10:04:55 +02:00
Jordi Boggiano
f3b94b8a75 Add missing dep 2012-04-14 10:04:55 +02:00
Jordi Boggiano
67c4b095e9 Fix code sample 2012-04-14 10:04:55 +02:00
William DURAND
fd951d67dc Added travis-ci status 2012-04-14 02:44:05 +03:00
lsmith77
f0e84a96d7 also support services as controller in ApiDocExtractor::get() 2012-04-13 17:56:09 +02:00
Jordi Boggiano
9994230f88 Merge remote-tracking branch 'lsmith77/support_controllers_as_services' 2012-04-13 16:53:23 +02:00
Jordi Boggiano
516be04278 Add missing dep 2012-04-13 16:43:25 +02:00
lsmith77
6940174586 support controllers as services 2012-04-13 16:33:24 +02:00
Jordi Boggiano
9e2eb0bb88 Fix code sample 2012-04-13 17:11:58 +03:00
Jordi Boggiano
48860879b3 Ignore vendor in code coverage 2012-04-13 15:21:45 +02:00
Jordi Boggiano
d86783ca91 Add test for event listener 2012-04-13 15:21:44 +02:00
Jordi Boggiano
ff2e1b23dd Add css selector dependency for tests 2012-04-13 15:21:43 +02:00
Jordi Boggiano
ef46170998 Use proper request properties 2012-04-13 15:21:43 +02:00
William DURAND
45bbb09d02 Added tests for the ApiDoc annotation 2012-04-13 15:20:45 +02:00
William DURAND
4ecf03ce8a Added more tests 2012-04-13 15:01:00 +02:00
William DURAND
2c1e100094 Added more tests for the Extractor 2012-04-13 15:01:00 +02:00
Jordi Boggiano
9eedb8e643 Add travis config 2012-04-13 14:57:17 +02:00