[Bug 29261] Translate extension should use correct API hook

2012-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 Niklas Laxström niklas.laxst...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 29261] Translate extension should use correct API hook

2012-05-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 --- Comment #7 from Niklas Laxström niklas.laxst...@gmail.com 2012-05-29 12:54:10 UTC --- Roan did https://gerrit.wikimedia.org/r/#/c/7154/ but we are also using EditFilterMerged hook which gets executed before ArticleSave, we still get

[Bug 29261] Translate extension should use correct API hook

2011-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 --- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com 2011-09-19 13:02:38 UTC --- Using that hook doesn't actually do what I want. I can provide custom error, but I would need to change my editing interface to specifically handle that.

[Bug 29261] Translate extension should use correct API hook

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 --- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2011-09-18 16:00:46 UTC --- (In reply to comment #3) Roan: can you tell me whether it is my extension doing wrong, the API doing wrong or the current way of doing things just not good?

[Bug 29261] Translate extension should use correct API hook

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 --- Comment #5 from Niklas Laxström niklas.laxst...@gmail.com 2011-09-18 16:03:05 UTC --- Thanks for the clarification. I will look at that at some point. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ---

[Bug 29261] Translate extension should use correct API hook

2011-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 Niklas Laxström niklas.laxst...@gmail.com changed: What|Removed |Added CC|

[Bug 29261] Translate extension should use correct API hook

2011-06-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 Reedy s...@reedyboy.net changed: What|Removed |Added Blocks||23855 -- Configure bugmail:

[Bug 29261] Translate extension should use correct API hook

2011-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 Reedy s...@reedyboy.net changed: What|Removed |Added Blocks||14261 Depends

[Bug 29261] Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Depends on||14261 --

[Bug 29261] Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 --- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-03 14:17:36 UTC --- I blame MediaWiki. I need to write two hooks to actually do anything useful. -- Configure bugmail:

[Bug 29261] Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 --- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-03 14:18:56 UTC --- Actually: // Check syntax for \translate $wgHooks['ArticleSave'][] = 'PageTranslationHooks::tpSyntaxCheck'; $wgHooks['EditFilterMerged'][] =

[Bug 29261] Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Priority|Unprioritized |Normal --