Commit graph

190 commits

Author SHA1 Message Date
Ryan Weaver 91a268692e Making the templating component an optional dependency
It already basically was, but we were requiring it.
2018-01-22 20:45:26 -05:00
Ryan Weaver 77d1412005 Adding public alias and autowiring aliases
Updating README to reflect how we do things now
2017-11-29 13:29:54 -05:00
Ryan Weaver 816b0ca898 guaranteeing alias is public in sf4 2017-11-29 13:18:19 -05:00
Ryan Weaver 424be918cd
Merge pull request #93 from MatthieuMota/master
Prepare bundle to amazing Symfony 4
2017-11-29 13:16:35 -05:00
Ryan Weaver 6ed1387fc0
Merge pull request #92 from Soullivaneuh/patch-1
Fix wrong branch alias
2017-11-29 13:13:11 -05:00
Ryan Weaver 5057219910
removing 5.3 support and older Symfony version support 2017-11-29 13:12:18 -05:00
Ryan Weaver 814ac965d1
removing support for 5.3, 5.4, hhvm 2017-11-29 13:11:20 -05:00
Matthieu Mota 6f42bee012 Temporary allow failure on PHP 5.3 due to before_install and HHVM support phpunit 6.x 2017-11-16 11:05:41 +01:00
Matthieu Mota 1adfd1bd8c
Use precise for test PHP 5.3 2017-11-16 10:37:19 +01:00
Matthieu Mota 51c54c813c
Need templating component dependency 2017-11-16 09:46:24 +01:00
Matthieu Mota 175144c0bd
Update travis to Symfony 4 2017-11-16 09:34:47 +01:00
Matthieu Mota 9432453ab9
Prepare composer to Symfony 4 2017-11-16 09:29:49 +01:00
Sullivan SENECHAL 4c3a367997 Fix wrong branch alias 2017-10-15 23:25:23 +02:00
Victor Bocharsky fd1a6d20eb Use svg format for Travis tests status badge 2017-06-22 09:14:08 +03:00
Ryan Weaver 24dea61a36 README tweaks 2016-05-04 14:39:37 -04:00
Ryan Weaver 3581dabfc5 Adding a test case to cover the bug fixed in sha: 8956d7e71b 2016-05-04 12:08:55 -04:00
Ryan Weaver 4ec8a70d92 Merge pull request #85 from Soullivaneuh/patch-1
Fix bad argument on MardownHelper service
2016-05-04 11:08:29 -05:00
Sullivan SENECHAL 8956d7e71b Fix bad argument on MardownHelper service
`MardownHelper::__construct` argument was changed on #81 but the argument change is missing on the service definition.
2016-05-03 10:18:39 +02:00
Ryan Weaver c74ca069f9 Adding a tweak/hack to the test to get green tests across all versions of Michelf 2016-04-27 20:54:22 -04:00
Ryan Weaver 4fb2747817 [#82] Adding ︎ character that is added by Michelf for fn_backlink_html 2016-04-27 20:41:36 -04:00
Ryan Weaver bb19335618 Merge pull request #82 from lunetics/master
Pull in changes from \Michelf\MarkdownExtra
2016-04-27 19:40:49 -05:00
Ryan Weaver aaa0ec473f Merge pull request #81 from KnpLabs/refactor_without_templating
Removing MarkdownTwigExtension dependency to MarkdownHelper
2016-04-27 19:33:17 -05:00
Matthias Breddin 48f1ed6e5b Pull in changes from \Michelf\MarkdownExtra
This line is missing in the the overwritten doAnchors() method, preventing using extra id / class attributes [text](link)(#id .class)
2016-01-08 04:20:19 +01:00
Ryan Weaver ecf5581606 Removing extra class and using a public alias for testing - thanks Stof! 2015-12-16 12:05:25 -05:00
Ryan Weaver 21576fce48 Marking new service has private, then adding a workaround for the integration test 2015-12-16 10:54:17 -05:00
Ryan Weaver 000c4b11ed removing unnecessary gitignore entry 2015-12-16 10:53:59 -05:00
Ryan Weaver 4e890d540a Adding symfony/dependency-injection specifically to avoid 2.2 bug with framework
Before framework-bundle 2.3.24, framework-bundle allowed for the 2.2 of the dependency-injection
component. However, 2.3 of DI added synchronized services, which framework-bundle uses. So,
framework-bundle 2.3 *really* needs di 2.2. This caused our integration tests to fail, because
the "lowest" deps included 2.3.0 of both components (which are not compatible).
2015-12-15 16:53:49 -05:00
Ryan Weaver c5f5046c8e Removing MarkdownTwigExtension dependency to MarkdownHelper
This allows the Twig extension to be used without the templating component.
This also introduces a new integration test as a sanity check that all the
configuration / compiler pass was setup correctly.
2015-12-15 16:08:41 -05:00
Ryan Weaver 27d6c8c866 Merge pull request #80 from KnpLabs/feature/symfony3
[WIP] Symfony3 support
2015-12-15 14:41:45 -06:00
Andrew Kovalyov 55b72549cc Add symfony3 2015-11-18 13:53:57 +02:00
Andrew Kovalyov 0572aec4b2 Merge pull request #79 from stof/better_travis
Improve the Travis setup
2015-11-11 21:39:25 +02:00
Andrew Kovalyov bd3f046d8c Merge pull request #77 from stof/patch-1
Allow newer versions of php-markdown
2015-11-11 21:39:13 +02:00
Yann Rabiller a57acee2de Merge pull request #78 from stof/fix_coverage_config
Exclude vendors from the code coverage
2015-09-30 09:24:28 +02:00
Christophe Coevoet 9154189409 Fix tests against php-markdown 1.5
The dev version of php-markdown is wrongly aliased as 1.4.x-dev right
now, so the build against dev versions installs the library with 1.5.0
features.
2015-09-29 17:00:46 +02:00
Christophe Coevoet cbdb33b243 Improve the Travis setup
- use the container-based infrastructure
- persist the composer download cache between builds
- disallow failures on PHP 7 and HHVM
- add testing against lowest bounds of dependencies
- add testing against dev version of dependencies
2015-09-29 16:52:27 +02:00
Christophe Coevoet 48931db081 Exclude vendors from the code coverage 2015-09-29 16:47:42 +02:00
Christophe Coevoet 31a829956b Allow newer versions of php-markdown 2015-09-29 16:29:54 +02:00
Andrew Kovalyov 3454372665 Merge pull request #76 from craue/patch-3
fix the `no_html` option
2015-08-20 14:00:10 +03:00
Andrew Kovalyov 49a16f9dd6 Merge pull request #75 from stof/patch-1
Switch the Twig integration to use non-deprecated APIs
2015-08-20 13:58:14 +03:00
Christophe Coevoet 0ecc8f0dec Remove wrong return 2015-08-20 12:49:40 +02:00
Christian Raue b1f3bc4ca1 fix the no_html option 2015-08-20 09:02:23 +02:00
Christophe Coevoet 6ca15b8314 Switch the Twig integration to use non-deprecated APIs 2015-08-19 15:51:52 +02:00
Andrew Kovalyov c2429efdbe Merge pull request #74 from stof/patch-3
Fix the branch alias for master
2015-08-19 13:12:11 +03:00
Christophe Coevoet c89fe5ca0e Fix the branch alias for master 2015-08-19 12:10:43 +02:00
Andrew Kovalyov 91c916f0e0 Merge pull request #71 from stof/patch-4
Remove usage of the deprecated target-dir feature
2015-08-19 11:20:02 +03:00
Andrew Kovalyov e723320408 Merge pull request #70 from stof/patch-3
Fix the registration of the PHP templating helper
2015-08-19 11:19:49 +03:00
Andrew Kovalyov 402e76a466 Merge pull request #69 from Soullivaneuh/patch-1
Add PHP 7 on Travis
2015-08-19 11:09:46 +03:00
Christophe Coevoet 8e47bda5fe Remove usage of the deprecated target-dir feature 2015-08-05 11:31:22 +02:00
Christophe Coevoet 57d1f237c6 Fix the registration of the PHP templating helper 2015-08-05 11:28:54 +02:00
Sullivan SENECHAL 2400e1ad9f Add PHP 7 on Travis
And remove 5.6 from allowed failures
2015-07-30 17:59:41 +02:00