[Bug 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

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

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/59620 (Gerrit Change
I6a51e3ee07fe7622b9c708c78563795d7a1118fc)

-- 
You are receiving this mail because:
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 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

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

PleaseStand pleasest...@live.com changed:

   What|Removed |Added

 CC||pleasest...@live.com
  Flags||Backport_to_Stable?

--- Comment #4 from PleaseStand pleasest...@live.com ---
This patch adds an entry to RELEASE-NOTES-1.21 yet is not on the REL1_21
branch. Should it be backported?

-- 
You are receiving this mail because:
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 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Flags|Backport_to_Stable? |Backport_to_Stable-

--- Comment #5 from Nemo federicol...@tiscali.it ---
(In reply to comment #4)
 This patch adds an entry to RELEASE-NOTES-1.21 yet is not on the REL1_21
 branch. 

Patch for this and other errors in the release notes appreciated. :)

-- 
You are receiving this mail because:
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 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

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

--- Comment #6 from PleaseStand pleasest...@live.com ---
(In reply to comment #5)
 (In reply to comment #4)
  This patch adds an entry to RELEASE-NOTES-1.21 yet is not on the REL1_21
  branch. 
 
 Patch for this and other errors in the release notes appreciated. :)

I'll upload a patch for this soon (and will post the link here). I just wanted
someone to confirm that it is an error first :)

-- 
You are receiving this mail because:
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 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

2013-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23393

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Bartosz Dziewoński matma@gmail.com ---
Merged by Brion.

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


[Bug 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

2013-03-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23393

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |

--- Comment #2 from Bartosz Dziewoński matma@gmail.com ---
I0f2d81dd.

-- 
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 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

2013-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23393

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com
Version|unspecified |1.21-git

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
Still happening. It is actually not displayed in the TOC at all.

This is probably caused by the regex used to match headings in Parser.php:

/H(?Plevel[1-6])(?Pattrib.*?'.')(?Pheader.*?)\/H[1-6] */i

The dot in '.*?' will match all characters except a newline. It should be
changed to [\s\S], or we could add a 's' at the end.

-- 
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 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

2013-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23393

Helder mybugs.m...@gmail.com changed:

   What|Removed |Added

   Keywords||newparser

-- 
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 23393] Generated TOC does not match the hierarchy of sections created by h1 tags

2010-06-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23393

Helder heldergeov...@gmail.com changed:

   What|Removed |Added

  Component|General/Unknown |Page rendering
Summary|Generated TOC doesn't match |Generated TOC does not
   |the hierarchy of sections   |match the hierarchy of
   |created by h1 tags|sections created by h1
   ||tags

-- 
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