Peter Potrowl
Peter Potrowl
Hi @srevinsaju please see in https://github.com/peter17/mediawiki-parser/blob/master/tests/test_tables.py some example of tables that can be parsed. Regards
@srevinsaju I think it should be added to the html tags list When I copy your table to a MediaWiki page and preview, it does not format as a table......
Hi sguermond, Thanks for this PR. Unfortunately, the Travis tests fail. Also, `importlib` is needed by Pijnu (see `generator/generator.py`) Please note that pijnu is already installable by `pip install pijnu`....
@Flo-JB may I ask which value you use for `signed_cookie.names`? Thanks! For other people with similar problem, it may be possible to exclude the session cookie from the signing process...
I am thinking of an ugly solution that might work: on src/EventListener/SignedCookieListener.php replace the following block: ``` $names = true === $this->signedCookieNames ? $request->cookies->keys() : $this->signedCookieNames; foreach ($names as $name)...
Good! I'd like the opinion of a maintainer of NelmioSecurityBundle before I make a PR with this change. Maybe they have better ideas or can comment the code above? Thanks...
Comment #222 #issuecomment-62825257 says it works, but with Propel-1.7.1, it doesn't...
Yes, the text post-processor is designed to produce nice and human readable output. As for tags, in the HTML post-processor, you have two kinds of tags: allowed and disallowed. By...
Finally, I felt inspired. I proposed a first version of a new text post-processor based on the HTML one. Please feel free to test it and propose improvements.
@seanmonstar Could you please have a look at this PR? Thanks a lot!