[Bug 18146] New: Include revision number at beginning in Special:Code page title

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18146 Summary: Include revision number at beginning in Special:Code page title Product: MediaWiki extensions Version: any Platform: All URL:

[Bug 18147] New: Faster logic for Abuse Filter parser

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18147 Summary: Faster logic for Abuse Filter parser Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement

[Bug 18147] Faster logic for Abuse Filter parser

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18147 --- Comment #1 from Robert Rohde ro...@robertrohde.com 2009-03-25 07:30:08 UTC --- Created an attachment (id=5958) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5958) Faster logic for parser Retrying to upload patch... --

[Bug 18147] Faster logic for Abuse Filter parser

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18147 --- Comment #2 from Andrew Garrett and...@epstone.net 2009-03-25 07:33:00 UTC --- The use of substr( $code, $offset ) is slow. Instead, we should be using the /A modifier (which I thought I was, maybe I didn't commit properly). --

[Bug 18148] New: Faster short circuit and bugfix for check syntax errors

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18148 Summary: Faster short circuit and bugfix for check syntax errors Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: normal

[Bug 12788] CSS (tracking)

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12788 Danny B. dann...@email.cz changed: What|Removed |Added Depends on||18141 -- Configure

[Bug 18148] Faster short circuit and bugfix for check syntax errors

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18148 --- Comment #1 from Andrew Garrett and...@epstone.net 2009-03-25 07:46:27 UTC --- true someBool is a useless no-op. Otherwise seems to be okay. Will have a closer look soon. -- Configure bugmail:

[Bug 18149] New: Detect and show related revisions in code review

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18149 Summary: Detect and show related revisions in code review Product: MediaWiki extensions Version: any Platform: All URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/478

[Bug 18147] Faster logic for Abuse Filter parser

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18147 --- Comment #3 from Robert Rohde ro...@robertrohde.com 2009-03-25 07:52:33 UTC --- Calling preg_match with an offset only matches the beginning of the string flag if the offset is actually set to 0. This is annoying behavior, but I think

[Bug 17984] Allow restriction of access to Special:Code

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17984 Aaron Schulz jschulz_4...@msn.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 18147] Faster logic for Abuse Filter parser

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18147 --- Comment #4 from Andrew Garrett and...@epstone.net 2009-03-25 07:54:09 UTC --- (In reply to comment #3) Calling preg_match with an offset only matches the beginning of the string flag if the offset is actually set to 0. This is

[Bug 18148] Faster short circuit and bugfix for check syntax errors

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18148 --- Comment #2 from Robert Rohde ro...@robertrohde.com 2009-03-25 07:56:42 UTC --- Yes, = true Bool could be reduced to just = Bool. I left it like that without really thinking, since the original value was (and the typical mode of

[Bug 18141] Invalid Color Values in Style Sheet

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18141 --- Comment #3 from Aaron Schulz jschulz_4...@msn.com 2009-03-25 08:26:16 UTC --- There was a 'mid-air collision' there -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 17571] Slight tweak to category redirects

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17571 Brion Vibber br...@wikimedia.org changed: What|Removed |Added CC||br...@wikimedia.org

[Bug 18150] New: Account creation throttle

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18150 Summary: Account creation throttle Product: Wikimedia Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: Normal

[Bug 15625] CentralAuth global login images should link to respective projects

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15625 Brion Vibber br...@wikimedia.org changed: What|Removed |Added CC||br...@wikimedia.org

[Bug 12970] Problem creating image thumbnails in 1.11

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12970 --- Comment #10 from Brion Vibber br...@wikimedia.org 2009-03-25 10:06:05 UTC --- r48787 follows up to use the preexisting $wgUseImageResize (defaulting to true but actually settable to false again!) instead of creating a new var. --

[Bug 18151] New: Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18151 Summary: Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates Product: MediaWiki Version: unspecified Platform: All OS/Version: All

[Bug 16899] DISPLAYTITLE should allow Arabic and Persian harakats

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16899 Brion Vibber br...@wikimedia.org changed: What|Removed |Added CC||br...@wikimedia.org

[Bug 18147] Faster logic for Abuse Filter parser

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18147 Andrew Garrett and...@epstone.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 18148] Faster short circuit and bugfix for check syntax errors

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18148 Andrew Garrett and...@epstone.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 18124] Unify access to customized and non-customized system messages

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18124 --- Comment #2 from PediaPress Support Team supp...@pediapress.com 2009-03-25 11:49:14 UTC --- OK, thanks for the pointer! But I think I found some bug here: When requesting some (extension?) messages directly, e.g. via

[Bug 18152] New: Add search headings only option

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18152 Summary: Add search headings only option Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement Priority:

[Bug 18152] Add search headings only option

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18152 church.of.emacs...@gmail.com changed: What|Removed |Added CC|

[Bug 18043] AbuseFilter log shows the contents of deleted pages

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18043 Robert Rohde ro...@robertrohde.com changed: What|Removed |Added CC|

[Bug 18151] Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18151 ^demon innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 18153] New: Patch radixRegex overmatching

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18153 Summary: Patch radixRegex overmatching Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement Priority:

[Bug 18151] Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18151 Eugene Zelenko eugene.zele...@gmail.com changed: What|Removed |Added CC|

[Bug 18154] New: Installing revision 37404 breaks the system

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18154 Summary: Installing revision 37404 breaks the system Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement

[Bug 18151] Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18151 --- Comment #3 from Eugene Zelenko eugene.zele...@gmail.com 2009-03-25 17:53:11 UTC --- Please note that namespace selector could cover also custom namespaces like Portal, List, etc already crated in WMF wikis. -- Configure bugmail:

[Bug 18154] Installing revision 37404 breaks the system

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18154 Raimond Spekking raimond.spekk...@gmail.com changed: What|Removed |Added CC|

[Bug 18155] New: Watchlist-like functionality

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18155 Summary: Watchlist-like functionality Product: Wikimedia Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: Normal

[Bug 18154] Installing revision 37404 breaks the system

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18154 --- Comment #2 from Gerard Meijssen gerard.meijs...@gmail.com 2009-03-25 18:05:14 UTC --- If you cannot rely on that number, you can not build a test environment that mimics the current Wikipedia production system. When Brion creates the

[Bug 18156] New: Make regex errors user visible

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18156 Summary: Make regex errors user visible Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement Priority:

[Bug 15644] Enable RevisionDelete on WMF wikis

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15644 Bug 15644 depends on bug 15814, which changed state. Bug 15814 Summary: Special:RevisionDelete should have clearer logs for individual revisions https://bugzilla.wikimedia.org/show_bug.cgi?id=15814 What|Old Value

[Bug 15814] Special:RevisionDelete should have clearer logs for individual revisions

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15814 Aaron Schulz jschulz_4...@msn.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 18157] New: Provide a {{trim}} function

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18157 Summary: Provide a {{trim}} function Product: MediaWiki Version: 1.15-svn Platform: All OS/Version: All Status: NEW Keywords: easy Severity: enhancement

[Bug 18158] New: A {{strlen}} (core) function

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18158 Summary: A {{strlen}} (core) function Product: MediaWiki Version: 1.15-svn Platform: All OS/Version: All Status: NEW Keywords: easy Severity: enhancement

[Bug 18159] New: Please create a mailing list for Wikimedia Hong Kong

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18159 Summary: Please create a mailing list for Wikimedia Hong Kong Product: Wikimedia Version: unspecified Platform: All URL: http://www.wikimedia.hk OS/Version: All

[Bug 18160] New: Ability to define variables within a filter

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18160 Summary: Ability to define variables within a filter Product: MediaWiki extensions Version: any Platform: All OS/Version: All Status: NEW Severity: enhancement

[Bug 18161] New: Inconsistent separators in Watchlist with and without enhanced recent changes

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18161 Summary: Inconsistent separators in Watchlist with and without enhanced recent changes Product: MediaWiki Version: 1.15-svn Platform: All URL:

[Bug 18161] Inconsistent separators in Watchlist with and without enhanced recent changes

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18161 Happy-melon happy-me...@live.com changed: What|Removed |Added Blocks||7509

[Bug 7509] Don't hardcode separation strings, make them configurable

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7509 Happy-melon happy-me...@live.com changed: What|Removed |Added Depends on||18161 --

[Bug 16977] Create approved Finnish Wikiversity [fi] (January 2009)

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16977 Brion Vibber br...@wikimedia.org changed: What|Removed |Added CC||br...@wikimedia.org

[Bug 16178] Activate Collection Extension for generating PDF on the French Wikiversity

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16178 Brion Vibber br...@wikimedia.org changed: What|Removed |Added CC||br...@wikimedia.org

[Bug 18162] New: Paragraphs in citations should not break into separate columns

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18162 Summary: Paragraphs in citations should not break into separate columns Product: MediaWiki Version: unspecified Platform: All URL:

[Bug 17974] Half-stylesheet solution botches 'Other special pages' at the bottom of Special:SpecialPages

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17974 jida...@jidanni.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 18155] Watchlist-like functionality

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18155 Melancholie wiki.melancho...@web.de changed: What|Removed |Added CC|

[Bug 18155] Watchlist-like functionality for Bugzilla

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18155 Melancholie wiki.melancho...@web.de changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 17974] Half-stylesheet solution botches 'Other special pages' at the bottom of Special:SpecialPages

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17974 --- Comment #5 from jida...@jidanni.org 2009-03-26 00:18:19 UTC --- In fact if the user is a sysop, say at the top of the page Restricted pages appear in strongbold/strong font. And use strong on those items. That I believe would be even

[Bug 18163] New: Importing a page shouldn't attribute the edits to local usernames

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18163 Summary: Importing a page shouldn't attribute the edits to local usernames Product: MediaWiki Version: unspecified Platform: All OS/Version: All Status: NEW

[Bug 15310] Imported edits do not appear in some counts

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15310 brianna.laug...@gmail.com changed: What|Removed |Added CC||brianna.laug...@gmail.com

[Bug 18164] New: Search URLs became a mess

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18164 Summary: Search URLs became a mess Product: MediaWiki Version: unspecified Platform: All URL: http://de.wikipedia.org/w/index.php?ns0=1search=search- url-bug-

[Bug 18164] Search URLs became a mess

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18164 Melancholie wiki.melancho...@web.de changed: What|Removed |Added Keywords||easy --

[Bug 18164] Search URLs became a mess

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18164 --- Comment #1 from Melancholie wiki.melancho...@web.de 2009-03-26 00:42:00 UTC --- Note: 'title' should be retained coming first (code move just to be reverted), as its done this way for all other URLs; always provide a consistent

[Bug 18164] Search URLs became a mess

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18164 --- Comment #2 from Melancholie wiki.melancho...@web.de 2009-03-26 00:50:30 UTC --- @Localisation: possibly introduced with r47773? Maybe change SpecialPage::getTitleFor('search') to SpecialPage::getTitleFor('Search')

[Bug 18164] Search URLs became a mess

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18164 --- Comment #3 from Melancholie wiki.melancho...@web.de 2009-03-26 01:00:21 UTC --- Compare r38436. @fulltext: if its a tracking thing, removing name=fulltext from the submit type input works. -- Configure bugmail:

[Bug 18117] Creation of new mailing list for handling eswiki oversight requests

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18117 Cary Bass cb...@wikimedia.org changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug 18159] Please create a mailing list for Wikimedia Hong Kong

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18159 Cary Bass cb...@wikimedia.org changed: What|Removed |Added Status|NEW |ASSIGNED --

[Bug 18163] Importing a page shouldn't attribute the edits to local usernames

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18163 Mike.lifeguard mikelifegu...@fastmail.fm changed: What|Removed |Added CC|

[Bug 13798] Imported edits can be incorrectly attributed to whoever creates that account

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13798 Mike.lifeguard mikelifegu...@fastmail.fm changed: What|Removed |Added CC|

[Bug 13798] Imported edits can be incorrectly attributed to whoever creates that account

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13798 Mike.lifeguard mikelifegu...@fastmail.fm changed: What|Removed |Added CC|

[Bug 18159] Please create a mailing list for Wikimedia Hong Kong

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18159 Cary Bass cb...@wikimedia.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug 13798] Imported edits can be incorrectly attributed to whoever creates that account

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13798 brianna.laug...@gmail.com changed: What|Removed |Added Component|Special pages |Export/Import --

[Bug 18165] Inefficiency of creating multiple parsers for a single rule set

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18165 --- Comment #1 from Andrew Garrett and...@epstone.net 2009-03-26 01:18:59 UTC --- (In reply to comment #0) The problem here is that a new parser is being created for every rule evaluation. As currently implemented that means the

[Bug 18153] Patch radixRegex overmatching

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18153 Andrew Garrett and...@epstone.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 13798] Imported edits can be incorrectly attributed to whoever creates that account

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13798 Melancholie wiki.melancho...@web.de changed: What|Removed |Added CC|

[Bug 13798] Imported edits can be incorrectly attributed to whoever creates that account

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13798 ^demon innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 18166] New: Two messages switched.

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18166 Summary: Two messages switched. Product: MediaWiki extensions Version: any Platform: All URL: http://test.wikipedia.org/wiki/Special:AbuseFilter OS/Version: All

[Bug 18167] New: Code Review page should not render magic words etc.

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18167 Summary: Code Review page should not render magic words etc. Product: MediaWiki extensions Version: any Platform: All URL: http://www.mediawiki.org/w/index.php?title=Special%3ACod

[Bug 18166] Two messages switched.

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18166 --- Comment #1 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 2009-03-26 02:37:13 UTC --- Created an attachment (id=5961) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5961) Screenshot of filter selection options

[Bug 18057] Special:CentralAuth needs better handling of midair collisions

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18057 Mike.lifeguard mikelifegu...@fastmail.fm changed: What|Removed |Added CC|

[Bug 18168] New: html markup rendered verbatim

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18168 Summary: html markup rendered verbatim Product: MediaWiki extensions Version: any Platform: All URL: http://test.wikipedia.org/wiki/Special:AbuseFilter/3 OS/Version: All

[Bug 18168] html markup rendered verbatim

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18168 --- Comment #1 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 2009-03-26 03:08:45 UTC --- Created an attachment (id=5962) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5962) Screenshot of page showing various pieces

[Bug 18165] Inefficiency of creating multiple parsers for a single rule set

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18165 --- Comment #2 from Robert Rohde ro...@robertrohde.com 2009-03-26 03:13:24 UTC --- (In reply to comment #1) The function cache is a static variable, and therefore not cleared. By declaring it static you create a globally accessible

[Bug 18169] New: $wgExportAllowListContributors in DefaultSettings.php but not documented

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18169 Summary: $wgExportAllowListContributors in DefaultSettings.php but not documented Product: MediaWiki Version: 1.15-svn Platform: All OS/Version: All Status: NEW

[Bug 18169] $wgExportAllowListContributors in DefaultSettings.php but not documented

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18169 --- Comment #1 from jida...@jidanni.org 2009-03-26 03:17:48 UTC --- I mean: In DefaultSettings.php please document what $wgExportAllowListContributors does. (Does it still do it too?!) -- Configure bugmail:

[Bug 18169] $wgExportAllowListContributors in DefaultSettings.php but not documented

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18169 ^demon innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 18170] New: Warning with preSaveTransform (possibly PHP 5.3 specific)

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18170 Summary: Warning with preSaveTransform (possibly PHP 5.3 specific) Product: MediaWiki Version: 1.14.0 Platform: All OS/Version: All Status: NEW

[Bug 18031] PATCH: Special:Export: prevent option selector flying back to top of list

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18031 ^demon innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 18117] Creation of new mailing list for handling eswiki oversight requests

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18117 --- Comment #3 from Pedro Sánchez pdsanc...@gmail.com 2009-03-26 03:42:55 UTC --- I as one of the elected oversighters will manage it. Don't expect much maintenance load, it's going to be a 3 users low traffic list -- Configure

[Bug 18171] New: Image Revision [oldimage] Deletion

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18171 Summary: Image Revision [oldimage] Deletion Product: MediaWiki Version: unspecified Platform: PC OS/Version: Windows Vista Status: NEW Severity: normal Priority:

[Bug 18171] Image Revision [oldimage] Deletion

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18171 ^demon innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 18169] $wgExportAllowListContributors and related code unused and should be removed

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18169 jida...@jidanni.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 18165] Inefficiency of creating multiple parsers for a single rule set

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18165 Andrew Garrett and...@epstone.net changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 18169] $wgExportAllowListContributors and related code unused and should be removed

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18169 ^demon innocentkil...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 18172] New: This bug is only used for testing

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18172 Summary: This bug is only used for testing Product: Cortado Version: unspecified Platform: All OS/Version: All Status: NEW Severity: trivial Priority: Normal

[Bug 18172] This bug is only used for testing

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18172 --- Comment #1 from quynhpham quynhp...@psdus.com 2009-03-26 04:18:25 UTC --- This bug is only used for testing -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 18165] Inefficiency of creating multiple parsers for a single rule set

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18165 --- Comment #4 from Robert Rohde ro...@robertrohde.com 2009-03-26 04:36:21 UTC --- (In reply to comment #3) You're right here, and I've made the Parser a lazy-initialised static variable in r48855. Doesn't that break batch testing?

[Bug 18169] $wgExportAllowListContributors and related code unused and should be removed

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18169 --- Comment #7 from jida...@jidanni.org 2009-03-26 04:42:14 UTC --- In any case $list_authors has no place that it will be set to true. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are

[Bug 18165] Inefficiency of creating multiple parsers for a single rule set

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18165 --- Comment #5 from Andrew Garrett and...@epstone.net 2009-03-26 04:45:57 UTC --- (In reply to comment #4) (In reply to comment #3) You're right here, and I've made the Parser a lazy-initialised static variable in r48855.

[Bug 18165] Inefficiency of creating multiple parsers for a single rule set

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18165 --- Comment #6 from Robert Rohde ro...@robertrohde.com 2009-03-26 04:48:54 UTC --- (In reply to comment #3) I did: Seems to work for me. Okay, works for me too. $afp-funcCache and self::$funcCache are distinct variables, and somewhere

[Bug 18170] Warning with preSaveTransform (possibly PHP 5.3 specific)

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18170 --- Comment #1 from Mike Wacker mwac...@cornellsun.com 2009-03-26 05:00:06 UTC --- Ok, so I found a fix. It's so simple I'm just going to describe it. Go to line of 2981 of Article.php. Add an ampersand before the second argument.

[Bug 18173] New: Monobook crashes MediaWiki after click on Login/Create an Account link

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18173 Summary: Monobook crashes MediaWiki after click on Login/Create an Account link Product: MediaWiki Version: 1.14.0 Platform: PC OS/Version: Windows Vista Status:

[Bug 13798] Imported edits can be incorrectly attributed to whoever creates that account

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13798 --- Comment #7 from Melancholie wiki.melancho...@web.de 2009-03-26 05:05:05 UTC --- (In reply to comment #6) Adding a project:lang: to the export format wouldn't make sense for the vast majority of wiki installs out there; nor can we

[Bug 18174] New: Add previous/next lnks to abuse filter diff page

2009-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18174 Summary: Add previous/next lnks to abuse filter diff page Product: MediaWiki extensions Version: any Platform: All URL: http://test.wikipedia.org/wiki/Special:AbuseFilter/histo