[Bug 17329] Message handling in parser

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

wikimedia-gaiji...@sneakemail.com changed:

   What|Removed |Added

 CC||wikimedia-gaijin42@sneakema
   ||il.com

--- Comment #11 from wikimedia-gaiji...@sneakemail.com ---
This bug appears to still be happening quite regularly on en.wikipedia

https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#some_sort_of_mediawiki_error_is_happening

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2014-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 CC||jforres...@wikimedia.org

--- Comment #12 from James Forrester jforres...@wikimedia.org ---
(In reply to wikimedia-gaijin42 from comment #11)
 This bug appears to still be happening quite regularly on en.wikipedia
 
 https://en.wikipedia.org/wiki/Wikipedia:
 Village_pump_(technical)#some_sort_of_mediawiki_error_is_happening

That was a new issue caused by a problem with the Cite extension that we
reverted and shouldn't happen again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2014-07-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

--- Comment #10 from Andre Klapper aklap...@wikimedia.org ---
Paul / Tim Starling:

 What's the state of this?  Has the functionality of the patch been included
 in core, or is this a WONTFIX?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2014-04-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

--- Comment #9 from Andre Klapper aklap...@wikimedia.org ---
Paul / Tim Starling:

 What's the state of this?  Has the functionality of the patch been included
 in core, or is this a WONTFIX?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2013-01-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 CC||t...@tim-landscheidt.de

--- Comment #8 from Tim Landscheidt t...@tim-landscheidt.de ---
What's the state of this?  Has the functionality of the patch been included in
core, or is this a WONTFIX?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2011-11-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review |newparser, reviewed
 CC||suma...@panix.com

--- Comment #6 from Sumana Harihareswara suma...@panix.com 2011-11-06 
14:51:27 UTC ---
Thank you for your patch, P.Copp.  Since Tim reviewed it, I'm changing the
need-review keyword to reviewed.  I'm also adding the newparser keyword
since this seems like the kind of thing Gabriel Wicke  Brion Vibber will want
to address in their current parser rewrite.

You might also want to subscribe to
https://lists.wikimedia.org/mailman/listinfo/wikitext-l to learn about the
parser rewrite and suggest this kind of fix.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2011-11-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

--- Comment #7 from Platonides platoni...@gmail.com 2011-11-06 22:00:43 UTC 
---
I think this was fixed along the way.
MessageCache uses a clone of the parser, and MessageCache::parse is itself not
reentrant since r86304, which also mage wfMsgExt() no longer use
$wgOut-parse() (bug 28532).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2010-10-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #5 from Platonides platoni...@gmail.com 2010-10-13 22:10:34 UTC 
---
What about replacing uses of $wgParser with a new method Parser:newParser() ?

Instead of using the global parser and hoping it is available, you just request
a new parser (initialised to the defaults) each time.
Then that function could reuse the same parser object if it is safe to do.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2009-12-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329


Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 CC||vita...@yourcmc.ru




--- Comment #3 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-12-15 18:54:29 UTC ---
*** Bug 21855 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2009-12-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329





--- Comment #4 from Vitaliy Filippov vita...@yourcmc.ru  2009-12-15 23:17:37 
UTC ---
Hi! Why not simply pass clearState=false to wgParser-parse()? Strip state
markers are globally unique so what's wrong with this approach?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2009-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329





--- Comment #1 from P.Copp paul.copper...@googlemail.com  2009-02-02 23:53:40 
UTC ---
Created an attachment (id=5772)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5772)
Proposed patch: Use $wgMessageCache-mParser in $wgOut-parse

This patch basically does three things:
*Add -mParsing to the Parser to keep track, if this parser is currently in
use.
*Make MessageCache's parser publicly usable
*Add a check to OutputPage::parse to switch to MessageCache's parser in case
that $wgParser is in use.

I've tested it locally and it seems that it fixes the four bugs mentioned
above. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17329] Message handling in parser

2009-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17329


Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review, patch




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l