Commit graph

35 commits

Author SHA1 Message Date
Tac Tacelosky fadc9120b8 remove sundown 2021-11-08 06:32:20 -05:00
Anto c2b7faa646
Avoid deprecation warning when using symfony/config >= 4.2 2018-12-10 20:53:47 +01:00
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 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
Joseph Bielawski ae45c98b2d Fix rare case when service has not expected tag 2012-10-17 13:11:30 +02:00
Joseph Bielawski bd597e66a1 Fix way how Sundown parser is added
Fix detection of default parser when none is set
Add Flavored preset from KnpBundles.com
2012-10-17 12:01:25 +02:00
Joseph Bielawski 3c541b580b Removed hard dependency on MarkdownParser code, now uses dflydev/markdown library
Refactored way how parsers are initialized, and allow to select parser while rendering
Interface `MarkdownParserInterface` method name was changed from `#transform($text)` to `#transformMarkdown($text)`
2012-10-15 17:28:35 +02:00
Joseph Bielawski 4169b545e7 Fix BC break against Symfony 2.0.x 2012-10-15 09:41:28 +02:00
Luis Cordova 1ce3915969 address more comments 2012-10-12 14:41:57 -05:00
Luis Cordova 52f68ec920 add check to prevent usage when using sundown 2012-10-12 14:18:11 -05:00
Luis Cordova 3a5df3e04d add support for sundown extension
move configuration and create userland sundown parser
fix namespace typo and wip
add configuration for extensions and render flags for sundown
turn scalar into boolean nodes
add usage of defaultTrue and defaultFalse
using two arraynode for sundown and 2 children for extensions and render flags
feed configurations for extensions and render flags into DIC parameters
add ext-sundown on suggests
refactoring configuration
fix config and remove dots from parameters
wip
wip
try some approach with stof's help
wip
working but not changing when setting different default
last touches
set all configuration booleans default to false
fix indentation of addDefaultsIfNotSet
some love to travis, phpunit and vendor scripts
mark tests as incomplete because the test tests special configuration of the underlaying library wrapped
test against v2.0.5
silly typo defaultFales
remove composer.lock
update php version on composer.json
add changes as per comments
removing v from versions in travis
address comments
Fix no_html feature
switching 2.2.* to dev-master
remove 2.2.* stuff symfony frameworkbundle is not that far yet
update readme and support config dump
wip
2012-10-11 20:44:30 -05:00
Christophe Coevoet 371188b4fc Fixed phpdoc 2012-05-03 10:49:31 +02:00
Matthieu Bontemps 6414f6be0a Change Knplabs to Knp. BC break before Symfony2 release. 2011-07-03 11:30:09 +02:00
ornicar f04bb4a7e6 Modernize the bundle, add parser implementation choice, and improve doc. 2011-04-06 23:35:00 -07:00
Benjamin Lévêque 940814a1d3 Fix dependency_injection config class parser 2011-03-15 05:04:07 +08:00
Matthieu Bontemps 2fa740dcc7 Fix Extension namespace 2011-03-12 18:49:07 +01:00
Matthieu Bontemps 574aaa762e Change namespaces to Vendor\Bundle\BundleName to reflect best practices. 2011-03-12 18:47:26 +01:00
hash2os 568bf62462 Fix problem with empty configuration 2011-02-26 00:21:13 +08:00
hash2os a2e894e848 Updated MarkdownExtension with last Symfony2 changes 2011-02-25 21:16:58 +08:00
hash2os b3e74b7834 Updated MarkdownExtension with last Symfony2 changes 2011-02-25 21:16:58 +08:00
Boussekeyt Jules a20827507d [Dependency Injection] use FileLocator 2011-02-15 10:32:54 -08:00
Antoine Hérault aa765dd1dd Add vendor prefix 2011-02-04 15:28:05 +01:00
ornicar 46f85d1061 Fix CS 2010-11-08 13:53:22 +01:00
Benjamin Lévêque f4bdb13b19 Allow user to define his own parser classes 2010-11-08 20:48:50 +08:00
Matthieu Bontemps 65c5223d9c Introduce a Twig markdown filter 2010-09-19 21:05:36 +02:00
ornicar efb616a5ad Rename Symfony\Components to Symfony\Component 2010-08-23 23:07:39 +02:00
ornicar b40f02d9a1 Fix dependency injection 2010-07-19 15:09:01 +02:00
Thibault Duplessis f69eade0c2 Add type hint 2010-07-12 23:07:41 +02:00
Thibault Duplessis 3bd4879746 Upgrade to latest Symfony2 conventions 2010-07-11 14:09:44 +02:00
ornicar 146a17da75 Add helper 2010-05-06 15:17:59 +02:00
ornicar ed9b57e80e Update coding style 2010-05-06 14:14:50 +02:00
ornicar 8c09df8ab2 Fix dependency injection 2010-05-05 18:31:57 +02:00
ornicar 65920e999e Implement markdown parser 2010-05-05 18:20:58 +02:00