[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2014-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #12 from Andre Klapper aklap...@wikimedia.org --- *** Bug 72875 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2014-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #13 from Andre Klapper aklap...@wikimedia.org --- *** Bug 72010 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2014-10-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 Nemo federicol...@tiscali.it changed: What|Removed |Added Blocks||41716 -- You are

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2014-10-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 Nemo federicol...@tiscali.it changed: What|Removed |Added See Also|http://web.archive.org/web/ |

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2014-10-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 Nemo federicol...@tiscali.it changed: What|Removed |Added CC||federicol...@tiscali.it

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2014-10-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 Nemo federicol...@tiscali.it changed: What|Removed |Added Blocks||71815 -- You are

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 78330 merged by jenkins-bot: Add parserTests for language converter markup. https://gerrit.wikimedia.org/r/78330 -- You are receiving this mail because: You

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #9 from C. Scott Ananian canan...@wikimedia.org --- Also: -{zh-cn:[[Category:A]];zh-tw:[[Category:B]];}- This shouldn't be in both A and B (should it?). We don't want the category to depend on the variant. So maybe it *should* be

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #10 from C. Scott Ananian canan...@wikimedia.org --- I think it should be in neither. (gwicke agrees.) [[Category:foo]] would add it to the 'foo' category. in a variant where foo=bar, it might appear like [[Category:foo|bar]],

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #8 from Liangent liang...@gmail.com --- One more thing being broken: {| |- | -{R|B}- |} -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |Normal

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #6 from C. Scott Ananian canan...@wikimedia.org --- Right. But if the preprocessor lifts out the -{...}- constructs, then doBlockLevels won't get confused. So yes, same root cause. -- You are receiving this mail because: You are

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #7 from Gabriel Wicke gwi...@wikimedia.org --- If you reintroduce language conversion blocks only after doBlockLevels is done, then you'll need to find a different way to parse the contents of those blocks independently of the main

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 Gabriel Wicke gwi...@wikimedia.org changed: What|Removed |Added CC|

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 C. Scott Ananian canan...@wikimedia.org changed: What|Removed |Added Status|PATCH_TO_REVIEW |NEW ---

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #1 from C. Scott Ananian canan...@wikimedia.org --- From IRC: 07:36:15 PM) TimStarling: but it wouldn't be too hard to make the preprocessor annotate it, the same way it does with links (07:36:33 PM) TimStarling: you know the

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 78330 had a related patch set uploaded by Cscott: Add parserTests for language converter markup. https://gerrit.wikimedia.org/r/78330 -- You are receiving this

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW

[Bug 52661] Preprocessor should handle -{...}- variant constructs.

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52661 --- Comment #3 from Liangent liang...@gmail.com --- btw There's another wikitext snippet that isn't handled well currently: ;-{zh-cn:AAA;zh-tw:BBB}- Is this resolvable with the preprocessor change? -- You are receiving this mail because: