Commit graph

263 commits

Author SHA1 Message Date
xaav d7b6a66d17 Edited README.markdown via GitHub 2011-06-10 21:35:41 -07:00
ornicar 71ffc678c2 Add HTML & XSS injection tests - they fail 2011-05-10 09:21:50 -07:00
ornicar e6562327e3 Add phpunit.xml and test bootstrap 2011-05-10 09:14:21 -07:00
ornicar 971be016a0 Update gitignore 2011-05-10 09:14:07 -07:00
ornicar 263fa62b15 Remove useless code from the bundle class 2011-05-10 09:13:33 -07:00
ornicar e9b96ec938 Merge branch 'master' of git://github.com/knplabs/MarkdownBundle
Conflicts:
	Parser/MarkdownParser.php
2011-04-25 21:03:03 -07:00
Thibault Duplessis d5e735d22c Merged pull request #10 from GromNaN/master.
Don't load MarkdownExtraParser.php if the class MarkdownExtraParser already exists.
2011-04-25 08:59:01 -07:00
ornicar f04bb4a7e6 Modernize the bundle, add parser implementation choice, and improve doc. 2011-04-06 23:35:00 -07:00
Jérôme Tamarelle 9be7f15be0 Don't load MarkdownExtraParser.php if the class MarkdownExtraParser already exists (if included previously to replace the one provided with the bundle) 2011-04-05 00:01:16 +02:00
Jérôme Tamarelle 53ba26ce64 Fix README. DI Container does not support ArrayAccess anymore 2011-04-04 23:58:10 +02: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
GordonsLondon ddc49d0068 update xml 2011-03-10 00:50:16 +08:00
hash2os 00f63e17c1 Update doc 2011-02-26 00:21:13 +08: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 c116747857 Remove shared attribute in service definition 2011-02-04 15:45:45 +01:00
Antoine Hérault aa765dd1dd Add vendor prefix 2011-02-04 15:28:05 +01:00
Benjamin Lévêque 62990282c1 Update to work with the last version of twig 2011-02-03 10:34:02 -08:00
Antoine Hérault 6497f62632 Implement two new bundle interface methods 2011-01-22 00:18:25 +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 68170b74e8 The markdown filter is automatically marked as safe 2010-10-03 09:59:27 +02:00
Matthieu Bontemps 65c5223d9c Introduce a Twig markdown filter 2010-09-19 21:05:36 +02:00
Antoine Hérault 4cdc6af042 Merge branch 'master' of github.com:knplabs/MarkdownBundle 2010-09-19 09:06:58 +02:00
Antoine Hérault 5473097373 updated to the last Symfony2 style 2010-09-19 09:03:06 +02:00
Matthieu Bontemps 9c8f1aa9a3 Fix readme 2010-09-12 13:25:50 +02:00
Matthieu Bontemps 1194f9a339 Fix tag in helper.xml 2010-09-12 12:22:28 +02:00
Matthieu Bontemps 51d2b75a38 Fix usage in readme 2010-09-12 12:20:29 +02:00
ornicar efb616a5ad Rename Symfony\Components to Symfony\Component 2010-08-23 23:07:39 +02:00
ornicar cb085c0302 Upgrade MarkdownBundle to latest Symfony2 style 2010-08-11 11:21:17 +02:00
ornicar 39b8fdb704 Update to latest Symfony2 template helper dependency injection 2010-08-09 12:06:58 +02:00
ornicar 599cf25f23 Improve doc and comments 2010-07-22 12:06:54 +02:00
ornicar 0788ce4802 Cleanup tests 2010-07-22 11:22:36 +02:00
ornicar 4d21aec066 Merge branch 'master' of git://github.com/knplabs/MarkdownBundle
Conflicts:
	DependencyInjection/MarkdownExtension.php
2010-07-19 15:21:00 +02:00
ornicar b40f02d9a1 Fix dependency injection 2010-07-19 15:09:01 +02:00
Thibault Duplessis 2ec833f949 Merge commit 'e22656a'
Conflicts:
	DependencyInjection/MarkdownExtension.php
2010-07-13 22:31:01 +02:00
Thibault Duplessis e22656a16f Hint types 2010-07-13 22:27:02 +02:00
ornicar 8f8693d911 Update MarkdownBundle->buildContainer signature 2010-07-13 14:34:16 +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
Thibault Duplessis f671bb5d58 Fix namespace 2010-07-10 22:18:14 +02:00
ornicar 447f52e62d Add MarkdownBundle 2010-06-25 17:51:27 +02:00
ornicar 9364d9275b Rename Bundle to MarkdownBundle according to new Symfony2 conventions 2010-06-25 17:44:16 +02:00
ornicar 5a654301da Include helper parameters and services in parser configuration 2010-06-09 11:26:52 +02:00
Thibault Duplessis ff438936a5 Improve performance, allow to choose precisely parser features, more unit and performance tests 2010-05-12 01:25:34 +02:00
ornicar 9e94d602aa Improve doc 2010-05-06 15:20:04 +02:00