[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2012-09-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 Rob Lanphier ro...@wikimedia.org changed: What|Removed |Added Priority|Normal |Low

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2012-09-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 Rob Lanphier ro...@wikimedia.org changed: What|Removed |Added AssignedTo|tstarl...@wikimedia.org

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2011-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 Sumana Harihareswara suma...@panix.com changed: What|Removed |Added Keywords||reviewed

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2011-04-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Keywords|triage |

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2010-01-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #9 from Jani Patokallio jpato...@iki.fi 2010-01-22 09:40:37 UTC --- I'm not entirely sure why my application has relevance on the actual bug, which is that inserting titles by parser function fails...? But at any rate, the parser

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2010-01-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #6 from P.Copp paul.copper...@googlemail.com 2010-01-07 19:12:46 UTC --- I don't know if he is still around, but I was able to reproduce it with something like: $wgHooks['ParserFirstCallInit'][] = 'efBug21844_setHook';

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2010-01-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #7 from Jani Patokallio jpato...@iki.fi 2010-01-08 01:27:00 UTC --- Still around, and you beat me to it! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2010-01-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #8 from Tim Starling tstarl...@wikimedia.org 2010-01-08 02:59:06 UTC --- The problem is the fact that at Parser.php line 2900 (r60825), $isChildObj is set without $title being set. This is incorrect, you can't have a child

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2010-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #5 from Tim Starling tstarl...@wikimedia.org 2010-01-06 05:54:28 UTC --- Please provide sample calling code which allows me to confirm and reproduce this issue. -- Configure bugmail:

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2009-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed: What|Removed |Added Keywords|

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2009-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #4 from Jani Patokallio jpato...@iki.fi 2009-12-16 22:18:23 UTC --- Thanks. On second thought, the edit links are another kettle of fish, and the original issue I raised is fixed by your patch -- please add it to the trunk

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2009-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added CC|

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2009-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #1 from P.Copp paul.copper...@googlemail.com 2009-12-14 15:12:50 UTC --- Created an attachment (id=6879) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6879) Proposed fix: Check also for null values of $title in

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2009-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #2 from Jani Patokallio jpato...@iki.fi 2009-12-15 00:32:48 UTC --- Thanks for the fast response. The patch works in the sense of not crashing anymore, but the autogenerated edit links now all point to nonexistent sections of

[Bug 21844] DOM preprocessor barfs on headings inserted by parser functions

2009-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21844 --- Comment #3 from P.Copp paul.copper...@googlemail.com 2009-12-15 00:46:05 UTC --- (In reply to comment #2) Thanks for the fast response. The patch works in the sense of not crashing anymore, but the autogenerated edit links now all