[Bug 18691] Imagick support in SVG to PNG conversion

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





--- Comment #4 from Yesid Carrillo   2009-12-16 06:37:21 
UTC ---
To make this patch work

'Imagick' => 'Imagick',

instead of

'Imagick' => null,


-- 
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 15755] wikt:vi:Special:DeadendPages has bogus entries

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


Minh Ngoc Le  changed:

   What|Removed |Added

 CC||cume...@gmail.com




--- Comment #2 from Minh Ngoc Le   2009-12-16 06:32:15 UTC 
---
hic sao chỉ có mỗi 1 vote của em thôi :-( sao anh tân k vote :-(


-- 
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 21861] New: Transaction support for MediaWiki API

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

   Summary: Transaction support for MediaWiki API
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com


Although it may be a little bit complex, it can be useful.


-- 
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 21134] Rollback requested for Irish Language Wikipedia

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





--- Comment #1 from Alison   2009-12-16 02:17:15 UTC ---
HI guys,

I saw that this was reassigned today. Any updates that I can share with the
folks on the wiki? It'd be seriously useful to have this implemented 

Thanks!

-- Allie (User:Alison)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 7356] User-specified HTML IDs can be the same as interface IDs

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





--- Comment #18 from Danny B.   2009-12-16 02:09:50 UTC ---
(In reply to comment #17)
> MediaWiki no longer outputs XHTML1 by default, but HTML5.  id's in HTML5 can 
> be
> any nonempty string that doesn't contain whitespace:
> 
> http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute
> 

But still can (and on WMF wikis does) output XHTML1, so the solution must count
with that DTD.


-- 
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 7356] User-specified HTML IDs can be the same as interface IDs

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





--- Comment #17 from Aryeh Gregor   2009-12-16 
00:54:39 UTC ---
MediaWiki no longer outputs XHTML1 by default, but HTML5.  id's in HTML5 can be
any nonempty string that doesn't contain whitespace:

http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute


-- 
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 21536] javascript error for advanced search

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


Alex Z.  changed:

   What|Removed |Added

 CC||mrzmanw...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Alex Z.   2009-12-16 00:48:23 UTC ---
Fixed in r60111


-- 
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 7356] User-specified HTML IDs can be the same as interface IDs

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





--- Comment #16 from merl   2009-12-16 00:36:46 UTC 
---
Because the heading can start with a non ascii letter a invalid id is created
which starts with a point.
According to specification of xhtml 1.0 an id has to start with [A-Za-z].
Numbers and some other characters (e.g. point) are only allow at the following
character.

== Überschrift ==
creates
Überschrift

So a prefix to the id should solve this problem because mw-.C3.9Cberschrift
would be a valid id.


-- 
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 21376] Edit conflict sometimes created when using "back" button in browser

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


Alex Z.  changed:

   What|Removed |Added

 CC||mrzmanw...@gmail.com
 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #3 from Alex Z.   2009-12-15 23:30:56 UTC ---
The issue is because the edit form includes 2 hidden input fields that have the
revision timestamp of the revision you're editing and the time you started
editing. These will both be wrong when using the back button. When you try to
save the page, the server thinks you're editing an older version than you
actually are. From a few minutes of looking, I can't find any way to force the
browser to reload the page when using the back button that doesn't use some JS
hack; but as Svip noted, if you have to reload the page, it somewhat defeats
the purpose.


-- 
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   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 19618] Set $aliases['en']['AbuseFilter'] = array( 'EditFilter', 'AbuseFilter' ) for enwiki

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|agarr...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 17888] set $wgMaxRedirects = 2 on en.wiki

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|br...@pobox.com |roan.katt...@gmail.com
 Status|ASSIGNED|NEW
   Priority|Low |Normal




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21860] Add checksum field to text table; expose it in API

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com




--- Comment #2 from Roan Kattouw   2009-12-15 22:40:00 
UTC ---
(In reply to comment #1)
> Such a thing would definitely be useful for recent changes monitoring (can see
> quickly if the current revision of a page is identical to a previous revision,
> without retrieving the whole text of the previous revision). However since the
> field wouldn't be populated for older revisions, that would make it actually
> rather useless, at least to begin with.
> 

I don't think it'd be that useless in the beginning. Most reverts revert to a
version that's at most 24-48h old (experience, no actual data to back this up),
so "to begin with" would be a very small timeframe.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21860] Add checksum field to text table; expose it in API

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





--- Comment #1 from Gurch   2009-12-15 22:35:03 
UTC ---
Such a thing would definitely be useful for recent changes monitoring (can see
quickly if the current revision of a page is identical to a previous revision,
without retrieving the whole text of the previous revision). However since the
field wouldn't be populated for older revisions, that would make it actually
rather useless, at least to begin with.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21860] New: Add checksum field to text table; expose it in API

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

   Summary: Add checksum field to text table; expose it in API
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: bot-interface
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: aaron.halfa...@gmail.com
CC: bryan.tongm...@gmail.com, vasi...@gmail.com,
soxre...@gmail.com


I propose that a checksum field be added to the text table that reflects the
contents of the "old_text" column.  

Reasoning:
- This column could then be checked against at each insertion into the text
table in order to avoid saving the same text multiple times.  This could reduce
the necessary disc footprint required to store an amount of revisions.
- Exposing this checksum field via the API would allow developers to know when
it is necessary to request the text of a revision.  They may already have it a
copy of it that was previously requested and can simply use that.
- The checksum field would provide a quick mechanism for detecting identity
reverts.  By identity revert, I mean a reversion of a page to an *exact*
previous state such that both revisions would contain text of the same
checksum. 

Disclaimer:
I develop user scripts for the English Wikipedia and would find a wide range of
uses for this feature.  In Wikipedia, identity reverts are very common.  They
are one of the basic operations that Wikipedians become familiar with.  I am
not sure if this applies to MediaWiki installations in general, but my
intuition says that it its likely.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21571] Enable that admins can grant flood flag for other users

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





--- Comment #2 from barras...@web.de  2009-12-15 21:10:56 UTC ---
Many thanks for doing it!

[[m:User:Barras]]


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21439] Activate autopatrol user group for Simple English Wiktionary

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





--- Comment #5 from barras...@web.de  2009-12-15 21:10:31 UTC ---
At least it was done. Many thanks

[[m:User:Barras]]


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21859] Add Doublewiki extension to the French wiktionary

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


Raimond Spekking  changed:

   What|Removed |Added

  Component|General |Site requests
   Keywords||shell
Product|Wiktionary tools|Wikimedia




-- 
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 20863] Korean wikipedia wanna add new namespace

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


Roan Kattouw  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #11 from Roan Kattouw   2009-12-15 20:58:57 
UTC ---
Sorry about that, I forgot to run the script that fixes that.

There were three pages that couldn't be renamed, and got renamed to a different
name instead:

[[들머리:들머리/BROKEN]]
[[들머리:문학/BROKEN]]
[[들머리:인문학/BROKEN]]


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21859] New: Add Doublewiki extension to the French wiktionary

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

   Summary: Add Doublewiki extension to the French wiktionary
   Product: Wiktionary tools
   Version: unspecified
  Platform: All
   URL: http://fr.wiktionary.org/wiki/Wiktionnaire:Wikid%C3%A9mi
e/d%C3%A9cembre_2009#Liens_interwikis_bilingues
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: otou...@yahoo.fr
CC: hubert.bos...@gmail.com


Add the doublewiki extension could increase the Wiktionnaire's features It will
be more original by this way. It could also help maintainers to verify some
definitions.


-- 
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 21436] Activation of Flood flag on fr.wikinews

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |




-- 
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 21417] Breton Wiktionary project name

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21306] Enabling new rights to sysops @ hr.wikipedia

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


Roan Kattouw  changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21277] Aliases for namespaces കവാടം & കവാടത്തിന്റെ സംവാദം

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


Roan Kattouw  changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21241] Creation of a new namespace in ia.wiktionary

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


Roan Kattouw  changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |




-- 
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 21213] logo for ace wikipedia

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |




-- 
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 21158] Enable $wgBlockAllowsUTEdit on English Wikiquote

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |




-- 
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 21134] Rollback requested for Irish Language Wikipedia

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21121] Enable flood flag on simple.wikibooks

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21109] set up "autoreviewers" and "confirmed" at Chinese Wikipedia

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21451] Change favicon on outreach.wikimedia.org

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||mike.lifegu...@gmail.com




--- Comment #1 from Roan Kattouw   2009-12-15 20:29:47 
UTC ---
*** Bug 21858 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 21858] update outreach.wikimedia.org favicon

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Roan Kattouw   2009-12-15 20:29:47 
UTC ---


*** This bug has been marked as a duplicate of bug 21451 ***


-- 
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 21071] Add two new user groups in he.wikipedia

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21041] Allow sysop to grant transwiki-rights on nowiki

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 20980] New namespaces in ca.wikibooks

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|rhals...@wikimedia.org  |roan.katt...@gmail.com




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 20910] Set wgUploadNavigationUrl on nl.wikipedia.org

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |




-- 
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 21858] New: update outreach.wikimedia.org favicon

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

   Summary: update outreach.wikimedia.org favicon
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mike.lifegu...@gmail.com


Currently outreachwiki uses the Wikipedia favicon - it should use the WMF
favicon used at wikimediafoundation.org


-- 
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 13375] No new Filters in Subcategories

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


Yaron Koren  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Yaron Koren   2009-12-15 19:55:18 UTC ---
This has essentially been solved in SD version 0.7, where you can use
__HIDEFROMDRILLDOWN__ to remove a category, and __SHOWINDRILLDOWN__ to add a
subcategory (and give it its own filters).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

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





--- Comment #23 from Conrad Irwin   2009-12-15 19:21:27 
UTC ---
See http://en.wiktionary.org/wiki/Template:wikimedia_language 

|nan=zh-min-nan
|vro=fiu-vro
|cmn=zh
|och=zh-classical (thoguh maybe lzh, I'm not sure)
|yue=zh-yue
|rup=roa-rup

What is involved in adding pseudo interwiki prefixes? As far as I can tell it
just needs entries in the interwiki table, the interwiki bots and anything that
already does can continue using the old codes indefinitely.


-- 
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]  changed:

   What|Removed |Added

 CC||vita...@yourcmc.ru




--- Comment #3 from Alexandre Emsenhuber [IAlex]   
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 21855] wfMsgExt() calls Parser::parse(), causes problems when used inside parser hooks

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


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #2 from Alexandre Emsenhuber [IAlex]   
2009-12-15 18:54:29 UTC ---


*** This bug has been marked as a duplicate of bug 17329 ***


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 20283] Please install Extension:DynamicPageList on strategywiki

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


Andrew Garrett  changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org
 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #6 from Andrew Garrett   2009-12-15 
18:49:27 UTC ---
Done.


-- 
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 21480] Stats for Most Linked Pages are completely off

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


Andrew Garrett  changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org




--- Comment #1 from Andrew Garrett   2009-12-15 
18:37:16 UTC ---
The special page has updates disabled. It's possible to enable updates just for
strategywiki with the variable $wgDisableQueryPageUpdate.

I don't know whether or not it's a good idea to do so, from a performance
perspective, but it should be okay.


-- 
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 9428] doesn't nest

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


lɛʁi לערי ריינהארט  changed:

   What|Removed |Added

 CC||gangl...@torg.is




--- Comment #2 from lɛʁi לערי ריינהארט   2009-12-15 18:28:16 
UTC ---
The same is with other   syntax.

a) I found dome templates where
   
was added by *bots*. The result have been wrong interwiki links generated in
such temülates.

b) The same is with
   
It makes documentation hardly.


-- 
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 4421] Image file extension should not be part of the name

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


Rob Lanphier (RobLa)  changed:

   What|Removed |Added

Attachment #6680 is|0   |1
   obsolete||
Attachment #6859 is|0   |1
   obsolete||




--- Comment #34 from Rob Lanphier (RobLa)   2009-12-15 
18:26:29 UTC ---
Created an attachment (id=6885)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6885)
bug4421-robla-v3-svn59811.patch

It's mostly working, though working through all of the edge cases is a bit of a
game of whack-a-mole.  Most of the complexity comes from needing to store the
files on the filesystem with appropriate file extensions, since these get
served directly from the filesystem from Apache.  Thus, there's a lot of
convoluted logic for tacking on the file extension in the appropriate spots.

An example of something that isn't working that I need advice on is this:  with
my modified version, it's possible to upload a jpeg to a location without an
extension, then upload a png to that same location.  The problem comes in
LocalFile::publish().  Here's the call it makes from that function:
$status = $this->repo->publish( $srcPath, $dstRel, $archiveRel, $flags );

This causes two things to happen:
1.  copy $dstRel to $archiveRel
2.  copy $srcPath to $dstRel.  

The problem here is with uploading a png over the top of a jpg.  For example,
if the title name is "File:Foo", then the filename for the first version of the
file will be "Foo.jpg", and the replacement will be "Foo.png".  So, if we pass
"Foo.jpg" to $dstRel, then step 1 works, but step 2 fails.  If we pass
"Foo.png", then the opposite problem occurs.

Thoughts on dealing with this problem?  It would seem that modifying
FileRepo::publish() (or adding a new method with more parameters) seems like
the only solution here.


-- 
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 19994] interwiki link for strategy wiki

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


Andrew Garrett  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #7 from Andrew Garrett   2009-12-15 
18:25:33 UTC ---
Closing, the bug has been reopened due to a separate issue, which is bug 4558.
For updates on that issue, see bug 4558.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 19347] Backport OpenID preferences to MW versions < 1.16

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





--- Comment #4 from Sergey Chernyshev   2009-12-15 
18:24:14 UTC ---
This functionally stopping 0.9 from release until 1.16 becomes standard.

Switched severity to major.


-- 
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 19347] Backport OpenID preferences to MW versions < 1.16

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


Sergey Chernyshev  changed:

   What|Removed |Added

   Severity|enhancement |major




-- 
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 21857] User attribute initialization should be forced when user is created

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


Sergey Chernyshev  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21857] User attribute initialization should be forced when user is created

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





--- Comment #1 from Sergey Chernyshev   2009-12-15 
18:18:48 UTC ---
Created an attachment (id=6884)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6884)
Forces user attribute initialization when user is created

Didn't have time to test it, but the change is pretty simple so hoping to add
this to the code soon.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21857] New: User attribute initialization should be forced when user is created

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

   Summary: User attribute initialization should be forced when user
is created
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: OpenID
AssignedTo: sergey.chernys...@gmail.com
ReportedBy: sergey.chernys...@gmail.com


Code was refactored to use SpecialOpenIDLogin::updateUser within
SpecialOpenIDLogin::createUser which is affected by user OpenID preferences
which are not necessarily set up properly for new user (see also bug 19347).

It's better to add "force" parameter to SpecialOpenIDLogin::updateUser to use
when called from SpecialOpenIDLogin::createUser that will ignore user's
preferences.

Discussion on the mailing list:
http://groups.google.com/group/mediawiki-openid/browse_thread/thread/8aef4327cf268090


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21852] Ability to modify redirects

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


Andrew Garrett  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Andrew Garrett   2009-12-15 
18:07:56 UTC ---
resolved.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21791] migration of names.php to a relational model using ISO-639-3, ISO 15924, directionality, variants, etc.

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





--- Comment #1 from lɛʁi לערי ריינהארט   2009-12-15 17:44:13 
UTC ---
(In reply to comment #0)
...
> (relationatiol) model

should read *(relationational) model*

In order to ilustrate the problem:
please note:
a) Arabic, Persian, Bengali, Malayalam etc. startup installations might be
(are) illeggibile.
   This is a general issue at many sites (and browsers)
   see http://www.facebook.com/topic.php?topic=14009&uid=20531316728
b) [[ব্যবহারকারী:Gangleri]] (
http://bn.wikipedia.org/w/index.php?curid=1558 )
   [[ml:ഉപയോക്താവ്:Gangleri]] (
http://ml.wikipedia.org/w/index.php?curid=2635 )
   where the text using Basic Latin Unicode characters are illeggibile

Hope to find a wiki in order to emulate such a relationational model.

Regards Reinhardt [[user:Gangleri]]


-- 
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 21810] Support Attribute Exchange

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





--- Comment #6 from Craig Box   2009-12-15 17:26:35 UTC ---
I don't see the problem and didn't introduce anything serious in the code
(nothing relating to that area either).  I was only testing on 1.15 though.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21810] Support Attribute Exchange

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





--- Comment #5 from Sergey Chernyshev   2009-12-15 
17:09:44 UTC ---
Hmm. Applying this patch disabled OpenID menu item for mediawikiwidgets.org

Can you check if there is some version dependency in your code?
http://www.mediawikiwidgets.org/Special:Version


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 541] Provide a private page for each registered user

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


Aryeh Gregor  changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m
   Priority|Lowest  |Normal




-- 
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 7356] User-specified HTML IDs can be the same as interface IDs

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


P.Copp  changed:

   What|Removed |Added

 CC||gangl...@torg.is




--- Comment #15 from P.Copp   2009-12-15 
16:24:50 UTC ---
*** Bug 21856 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 21856] css might conflict with section name

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


P.Copp  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from P.Copp   2009-12-15 16:24:50 
UTC ---


*** This bug has been marked as a duplicate of bug 7356 ***


-- 
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 20708] "keyText is undefined" error in wikibits.js

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


P.Copp  changed:

   What|Removed |Added

 CC||paul.copper...@googlemail.co
   ||m




--- Comment #4 from P.Copp   2009-12-15 16:23:14 
UTC ---
*** Bug 16439 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 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 16439] wikibits.js - Sorting fails if bottom row hasn't enough columns

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


P.Copp  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from P.Copp   2009-12-15 16:23:14 
UTC ---


*** This bug has been marked as a duplicate of bug 20708 ***


-- 
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 10422] Render sitewide css/js pages as normal wikitext

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


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||will.pittenger1+wikibugzilla
   ||@gmail.com




--- Comment #14 from Alexandre Emsenhuber [IAlex]   
2009-12-15 15:50:53 UTC ---
*** Bug 16269 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 16269] Section headers in JS/CSS files

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


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Alexandre Emsenhuber [IAlex]   
2009-12-15 15:50:53 UTC ---


*** This bug has been marked as a duplicate of bug 10422 ***


-- 
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 20589] LiquidThreads thread splitting and merging should be drag n drop

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


Andrew Garrett  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Andrew Garrett   2009-12-15 
15:13:09 UTC ---
Done.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21535] Special:RecentChanges RSS feed ignores namespace

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





--- Comment #2 from Craig Box   2009-12-15 15:00:03 UTC ---
Created an attachment (id=6883)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6883)
Patch for adding namespace value to the cache key used for recent changes RSS.

The difference is that Special:NewPages always generates a feed;
Special:RecentChanges uses the ChangesFeed class, which caches its results.  If
you alter the feedSetup() function to include the namespace parameter, the
cache will then return you the results from whatever namespace you first hit,
for the cache validity period, even when you have changed the namespace
parameter.  To work around _that_, we add the namespace value to the cache key.

Attached is a patch for this issue. I can't see any reason why using namespace
as a cache parameter is a bad thing, so if anyone could weigh in here, please
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 20863] Korean wikipedia wanna add new namespace

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


Hansoli  changed:

   What|Removed |Added

 CC||hansol...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #10 from Hansoli   2009-12-15 14:42:53 UTC ---
Namespace was added, but there are few problems. Old namespace'd pages are
still in (article) namespace, with pseudo-namespace. (Note: likes
[[Portal:Foo]] in (article) namespace) If I try to read [[Portal:Foo]],
MediaWiki tries to read 'Foo' page in Portal namespace, by definition. But real
page is, like the above, in (article) namespace. So we can't access that.

Reopen bug
CC-ing me


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 4964] Parameter names in templates should be case-insensitive

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





--- Comment #4 from Aryeh Gregor   2009-12-15 
14:35:54 UTC ---
I don't think a config option would be useful here.  It would potentially break
copying content between wikis, e.g., Wikipedia.


-- 
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 21856] css might conflict with section name

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


lɛʁi לערי ריינהארט  changed:

   What|Removed |Added

Summary|css might conflict with |css might conflict with
   |section |section name




-- 
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 21856] New: css might conflict with section

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

   Summary: css might conflict with section
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://commons.wikimedia.org/w/index.php?curid=2946480#b
ug
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gangl...@torg.is
CC: gangl...@torg.is


Dear friend;

I have no clue about what happenes here. I use the standard Monobook skin. The
section with the name "content" is not displayed as the other section. Probably
there is an "id" conflict here.

The source code of the wiki page shows:
 
 
  *first time*
...
 generates:‎
 [Bearbeiten] content *second time*

note: Whatever one would rename the first occurence (as id="mw-content") one
could generate such rendering with the wiki code:

== mw-content ==

Regards Reinhardt [[user:Gangleri]]

P.S. If necessary I can provide a screen shot.


-- 
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 21439] Activate autopatrol user group for Simple English Wiktionary

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Roan Kattouw   2009-12-15 14:25:47 
UTC ---
Done. I'm sorry for the delay; Rob, who normally handles shell requests, has
been very busy with other things lately.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21571] Enable that admins can grant flood flag for other users

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Roan Kattouw   2009-12-15 14:18:52 
UTC ---
Done


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21560] Rollback in Catalan Wikipedia

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Roan Kattouw   2009-12-15 14:14:28 
UTC ---
Done


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 21855] wfMsgExt() calls Parser::parse(), causes problems when used inside parser hooks

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


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibugs-   |tstarl...@wikimedia.org
   |l...@lists.wikimedia.org   |
Summary|wfMsgExt() clears StripState|wfMsgExt() calls
   |of global parser object |Parser::parse(), causes
   ||problems when used inside
   ||parser hooks




--- Comment #1 from Roan Kattouw   2009-12-15 13:34:49 
UTC ---
There is a broader issue here, which is that Parser::parse() is not supposed to
be called recursively. wfMsgExt() will call Parser::parse() if its parse or
parseinline option is set (one of them is set by default IIRC).


-- 
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 21855] New: wfMsgExt() clears StripState of global parser object

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

   Summary: wfMsgExt() clears StripState of global parser object
   Product: MediaWiki
   Version: 1.14.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vita...@yourcmc.ru


Created an attachment (id=6882)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6882)
Simple patch for this issue

wfMsgExt() calls OutputPage::parse()
OutputPage::parse() calls $wgParser->parse($text, $wgTitle, $popts, $linestart,
TRUE, $this->mRevisionId), i.e $clearState = true.
So wfMsgExt() called by parser extension which is implemented using a tag hook
leads to unsubstituted "UNIQ-...-QINU" inside the final article text in some
cases, because all substitutions remembered before calling wfMsgExt() are lost.
That's not good :)


-- 
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 209] XHTML compliance (tracking)

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


Bug 209 depends on bug 11777, which changed state.

Bug 11777 Summary: Multiple inputboxes make page invalid due to repetitive 
similar id
https://bugzilla.wikimedia.org/show_bug.cgi?id=11777

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED



-- 
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 11777] Multiple inputboxes make page invalid due to repetitive similar id

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


Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #5 from Chad H.   2009-12-15 11:28:11 UTC 
---
Fixed in r60072.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 2592] E-mail notifications (enotifs) are not sent in the recipient's user interface language

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


Bug 2592 depends on bug 8188, which changed state.

Bug 8188 Summary: Display changed content-language messages in preference to 
default interface-language messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=8188

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



-- 
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 1495] Undefined messages in user language don't fall back to MediaWiki: customizations

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


Chad H.  changed:

   What|Removed |Added

 CC||arnom...@gmx.de




--- Comment #6 from Chad H.   2009-12-15 10:59:37 UTC 
---
*** Bug 8188 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 8188] Display changed content-language messages in preference to default interface-language messages

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


Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
 Status|NEW |RESOLVED
   Priority|High|Normal
 Resolution||DUPLICATE




--- Comment #13 from Chad H.   2009-12-15 10:59:37 
UTC ---


*** This bug has been marked as a duplicate of bug 1495 ***


-- 
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 1729] Extend image syntax to allow for sidebars and such.

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


Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #7 from Chad H.   2009-12-15 10:41:20 UTC 
---
(In reply to comment #6)
> The correct answer to this particular issue seems to be using HTML tables 
> (with
> wikimarkup or not), CSS, and possibly templates, not extending image syntax.
> There are simply far too many variations and possibilities that wikimarkup
> could never cover. That's why we have templates and tables. :-)
> 

Yes.

> I recommend WONTFIX unless someone has something further to add?
> 

Done.


-- 
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 21224] Version 0.4 dump file XML schema not published in stated location

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


Chad H.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #5 from Chad H.   2009-12-15 10:37:29 UTC 
---
(In reply to comment #0)
> The MediaWiki dump file has the following attributes for the  node:
> 
> xmlns="http://www.mediawiki.org/xml/export-0.4/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.4/
> http://www.mediawiki.org/xml/export-0.4.xsd";
> 
> None of those URLs work. I'd like to see the new schema so I can update the
> Parse::MediaWikiDump perl module.
> 

Actually, I don't know if I just hadn't woken up when I read this, or if I just
needed Tomasz to just smack me with a clue-by-4.

http://www.mediawiki.org/xml/export-0.4/ <- Nothing has to be here. Talked to
Tomasz and he's going to copy over the stupid index page from 0.3 (see
http://www.mediawiki.org/xml/export-0.3/ for reference) so nobody gets confused
again.

http://www.w3.org/2001/XMLSchema-instance <- Loads for me

http://www.mediawiki.org/xml/export-0.4.xsd <- Loads for me as well.

Going ahead and marking this WFM.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 9230] Hook at end of sidebar in Monobook

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


Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #7 from Chad H.   2009-12-15 10:23:16 UTC 
---
(In reply to comment #6)
> Can the new SkinBuildSidebar hook
> (http://www.mediawiki.org/wiki/Manual:Hooks/SkinBuildSidebar) be usefult for
> this?
> 

Yes. The hook allows you to add new items to the sidebar or inject arbitrary
HTML. Marking this FIXED.


-- 
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 20863] Korean wikipedia wanna add new namespace

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


Roan Kattouw  changed:

   What|Removed |Added

 Resolution|REMIND  |FIXED




--- Comment #9 from Roan Kattouw   2009-12-15 10:14:00 
UTC ---
Because 들머리 is the only name for that namespace, and Portal is not set up
as an alias. Try this on a few other wikis that have Portal namespaces with a
translated name, and you'll probably find that it doesn't work on most of them
either.

If you want [[Portal:Foo]] to point to [[들머리:Foo]] and {{ns:Portal}} to
return 들머리, you can request that Portal be added as an alias for
들머리.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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