Daniel B

Results 9 comments of Daniel B

I'm sorry, I not understand why this not work : ~~~~~~~~~~~~~~~ .php {.wrong} $query = "SELECT * FROM users WHERE name='$name""; ~~~~~~~~~~~~~~~ ```php {.wrong} $query = "SELECT * FROM users...

Okay, It's great ! You can look at highlight.js project, it's very interesting for that ! https://highlightjs.org/ But you specify this syntax bellow in your doc [here](https://michelf.ca/projets/php-markdown/extra/#blocs-de-code-balises) but not work,...

I've use this : > https://littoral.michelf.ca/code/php-markdown/php-markdown-1.0.2.zip And I've add this : > require_once( "$IP/extensions/MarkdownSyntax/Michelf/Markdown.inc.php" ); > require_once( "$IP/extensions/MarkdownSyntax/MarkdownSyntax.php" ); I've follow steps scrupulously, the new version mediawiki break your plugin...

Très bien je m'en occupe.

Je suis d'accord avec vous. C'est pour cela que j'hésitais à vous le proposer. Si vous passez au niveau des tags en version supérieur cela pose t-il problème ? J'ai...

Yes, we can merge, I respected your indentations and comments. I working about functional test with phpSpec on Wokflow. It's a good new.

I have rectify error code in Knp/ETL/Workflow.php and I have done the functionnal test with spec/Knp/ETL/WorkflowSpec.php but I have difficulties to do : $dispatcher->dispatch('workflow.post_extract', Argument::type('Symfony\Component\EventDispatcher\GenericEvent'))->shouldBeCalled(); Could you help me ?...

I have finish to add functionnal test with success. I have found how to do for add test about event dispatcher. I wait your validation code and indentation for merge.