[Bug 20186] Allow filtering history and contributions lists for revision deletion

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


Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org




--- Comment #15 from Tim Starling tstarl...@wikimedia.org  2009-12-23 
08:45:11 UTC ---
The alternative to adding an index is to split the rev_deleted field out to a
separate revision_props table. This table would presumably be far smaller
than the revision table, since most revisions would not have any special
properties. Then you could put indexes on the new table without adding many
gigabytes to the core DB size. 

The table could even be added as a cache, similar to the links tables. Then the
existing read code would continue to work, you'd just have to fix the write
code.


-- 
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 21919] Make an extension to produce Google news sitemaps to allow Wikinews to be more efficiently indexed by google

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





--- Comment #8 from Brian McNeil brian.mcn...@wikinewsie.org  2009-12-23 
11:47:48 UTC ---
I'm going to ask Josh at Google if there's someone from there can take a look
at this. We're effectively developing a general-purpose addon which a main use
of will be to get a MediaWiki install indexed by Google using a sitemap.

The category matching tables that would be needed on-wiki to give Google
appropriate categories are one thing but, I noticed on one of the other
highlighted Google help pages that company stock ticker listings can be
provided. If the table with mappings of [[Category:Microsoft]] to a stock
ticker can be indicated by a parameter this is another very useful thing to set
up on Wikimedia wikis.


-- 
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 2777] {{substall:foo}} beside {{subst:bar}}

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




--- Comment #19 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 12:51:46 
UTC ---
(In reply to comment #18)
 Dear friends;
 
 innocentkiller has marked this bug as fixed :
 https://bugzilla.wikimedia.org/show_activity.cgi?id=2777
 
 [[testwiki:template:bugzilla/002777]] shows that there is no {{substall:foo}}
 beside {{subst:bar}} .
 
 Please provide some syntax exmples about the usage at WikiMedia Foundation
 wikis.
 
 Thanks in advance! REOPENing this bug.
 
He closed the bug because he wrote an extension that provides {{substall:}}. If
you want this extension to be enabled on Wikimedia wikis, file a separate bug
for that. Reclosing.


-- 
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 21517] Enable patrolled edits on the French wiktionary

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #12 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 13:00:09 
UTC ---
(In reply to comment #11)
 Hi,
 
 Now, on http://fr.wikibooks.org we have the patroller group, but we don't have
 the patrol function in the recent changes.
 
 Can we have patrolled edits enabled ?
 

I forgot do to this, my apologies. Should be fixed now.


-- 
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-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21109





--- Comment #8 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 13:09:44 
UTC ---
Why is this a big deal? The code name is unused except in the
[[Special:Listusers/autopatroller]] link. If you really want the group renamed,
that can be done of course.


-- 
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 21919] Make an extension to produce Google news sitemaps to allow Wikinews to be more efficiently indexed by google

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





--- Comment #9 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 13:14:21 
UTC ---
(In reply to comment #6)
 Amgine,
 I noticed that the parameters work as part of the url
 http://wiki.enwn.net/index.php/Special:Google_News_SiteMap/feed=rssorder=descending
 but not as request parameters
 http://wiki.enwn.net/index.php/Special:Google_News_SiteMap?feed=rssorder=descending
 
 http://www.mediawiki.org/wiki/Manual:Special_pages#The_Body_File
 It may be better to use $wgRequest-getValues() instead of the $par
 
For stuff like this, you should really use $wgRequest-getVal('feed') instead
of $par. You should really only use $par for one parameter, like
Special:Listusers/sysop (alias for Special:Listusers?group=sysop); otherwise
you end up splitting and parsing $par yourself, which is kind of unnecessary.
If you want to use $par for something, the feed parameter makes most sense IMO.


-- 
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 21929] New: Deleting a Page is a small change confusing email

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

   Summary: Deleting a Page is a small change  confusing email
   Product: MediaWiki
   Version: 1.15.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: stefan.ackerman...@gmail.com


Hello..

When deleting a watched page, the User (watcher) gets no notification. However,
if the User checks notify me on minor edits (my translation, i'm german) in
the preferences, the user gets an e-mail. This is counter-intuitive.

Moreover, the Email-text is confusing and just wrong. Mediawiki:Enotif-body is
used and it states that this is a new Page and it was recently created,
however, it was deleted.

This does not seem to apply to wikipedia, because this feature is disabled, but
in standard-mediawiki-software it is present.

Greetings,
Stefan


-- 
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 21917] mwdumper does not generates some page_id's

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





--- Comment #4 from Platonides platoni...@gmail.com  2009-12-23 14:06:12 UTC 
---
I do find the insert for Операционная система at page table:


$ bzcat ruwiki-20091207-pages-articles.xml.bz2|java  -jar mwdumper.jar
--format=sql:1.5 | grep -m 1 'Операционная_система'

INSERT INTO page
(page_id,page_namespace,page_title,page_restrictions,page_counter,page_is_redirect,page_is_new,page_random,page_touched,page_latest,page_len)
VALUES (3428,0,'Эмоция','',0,0,0,RAND(),DATE_ADD('1970-01-01', INTERVAL
UNIX_TIMESTAMP()
SECOND)+0,20389302,28622),(3432,0,'Человек_разумный','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP() SECOND)+0,20412105,62890), ...

... (4590,0,'1545_год','',0,0,0,RAND(),DATE_ADD('1970-01-01', INTERVAL
UNIX_TIMESTAMP() SECOND)+0,17287964,3074),
(4591,0,'Операционная_система','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP() SECOND)+0,20354505,39406),
(4593,0,'Рим','',0,0,0,RAND(),DATE_ADD('1970-01-01', INTERVAL
UNIX_TIMESTAMP()
SECOND)+0,20389427,116221),(4595,0,'Двоичные_приставки','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP() SECOND)+0,19830413,15461)...

...(4904,0,'23_января','',0,0,0,RAND(),DATE_ADD('1970-01-01', INTERVAL
UNIX_TIMESTAMP()
SECOND)+0,20288736,13963),(4905,0,'24_января','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP()
SECOND)+0,20288479,14120),(4906,0,'25_января','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP()
SECOND)+0,20288290,29154),(4907,0,'26_января','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP()
SECOND)+0,20313506,16559),(4908,0,'27_января','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP()
SECOND)+0,20313334,14701),(4909,0,'28_января','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP()
SECOND)+0,20420267,22861),(4910,0,'29_января','',0,0,0,RAND(),DATE_ADD('1970-01-01',
INTERVAL UNIX_TIMESTAMP() SECOND)+0,20352730,19695);

Maybe mysql didn't accept the full line for some reason?


-- 
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 21585] Missing images in wikiEditor

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 14:24:35 
UTC ---
This was fixed at some point.


-- 
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 21929] Deleting a Page is a small change confusing email

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


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

   What|Removed |Added

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




--- Comment #1 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-12-23 14:29:51 UTC ---


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


-- 
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 15646] Page creation notification email is sent when a watched page is deleted

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


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

   What|Removed |Added

 CC||stefan.ackermann42+wikimedia
   ||buzi...@gmail.com




--- Comment #11 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-12-23 14:29:51 UTC ---
*** Bug 21929 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 21459] WikiEditor does not show if TOC is set to false as of r58851

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #5 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 15:05:56 
UTC ---
Fixed in r60316 and r60317. Note that the Enable dialogs for inserting links,
tables and more will still be shown if the toolbar is globally enabled.


-- 
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 21517] Enable patrolled edits on the French wiktionary

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





--- Comment #13 from DavidL lamb...@orange.fr  2009-12-23 16:03:26 UTC ---
Thanks.


-- 
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 21531] LiquidThreads thread titles obscured by thread action links

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


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

 CC||pub...@mzmcbride.com
Summary|Menu overlaps thread title  |LiquidThreads thread titles
   ||obscured by thread action
   ||links




-- 
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 21531] LiquidThreads thread titles obscured by thread action links

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





--- Comment #3 from MZMcBride pub...@mzmcbride.com  2009-12-23 16:28:40 UTC 
---
*** Bug 21904 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 21930] New: LiquidThreads thread moves show raw HTML in the IRC RecentChanges feed

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

   Summary: LiquidThreads thread moves show raw HTML in the IRC
RecentChanges feed
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: pub...@mzmcbride.com


When moving a thread from one page to another, the Wikimedia IRC RecentChanges
feed outputs raw HTML.

irc.wikimedia.org output:

rc Special:Log/liquidthreads move * MZMcBride *  moved a
href=/wiki/Thread:Talk:Page_location_A/New_thread title=Thread:Talk:Page
location A/New threadThread:Talk:Page location A/New thread/a from a
href=/wiki/Talk:Page_location_A title=Talk:Page location ATalk:Page
location A/a to a
href=/w/index.php?title=Talk:Page_location_Baction=editredlink=1
class=new title=Talk:Page location B (page doe

Special:RecentChanges looks correct, but the IRC feed is broken by thread
moves.


-- 
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 21931] New: LiquidThreads auto-summary doesn't auto-fill after clicking add a reply

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

   Summary: LiquidThreads auto-summary doesn't auto-fill after
clicking add a reply
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: pub...@mzmcbride.com


When replying to a thread, an auto-summary feature has been added that fills in
the edit summary with something like Reply to [[Thread:Talk:Main Page/second
post!|second post!]]

However, the summary field does not fill itself in until (a) the post is
previewed; (b) Show changes is used; or (c) a blank summary is submitted. It
should auto-fill as soon as the add a reply link is clicked.


-- 
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 21932] New: LiquidThreads auto-summary discards user changes to the summary after Show preview or Show changes

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

   Summary: LiquidThreads auto-summary discards user changes to the
summary after Show preview or Show changes
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: pub...@mzmcbride.com


If a user goes to add a reply to a LiquidThreads thread and fills in the edit
summary field manually, the text in the edit summary field is simply discarded
and replaced with an auto-summary after using Show preview or Show changes.

This behavior is broken. If the user uses a manual or custom edit summary, it
should persist between previews / show changes.


-- 
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 21933] New: LiquidThreads last modified column in thread index needs white-space:nowrap

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

   Summary: LiquidThreads last modified column in thread index
needs white-space:nowrap
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: pub...@mzmcbride.com


If there are long thread titles, the thread index stretches and the timestamps
in the last modified column often look goofy with linebreaks.
white-space:nowrap; should be applied to the column. It looks as though it will
need its own span to do this.


-- 
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 21917] mwdumper does not generates some page_id's

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





--- Comment #5 from Kein Zantezuken zantezu...@gmail.com  2009-12-23 17:07:26 
UTC ---
No, as I said I didn't get INSERT for that page at all.
Can you compile latest mwdumper for window, please? So, I can test.


-- 
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 21887] #set doesn't work with = in the assigned value

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:29:59 UTC ---
Fixed in SVN.


-- 
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 21832] smwgIP is hard coded for the $IP . '/extensions' directory

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:30:39 UTC ---
I have now imlemented the change as suggested. I vaguely recall that we have
actually used dirname()-based paths initially, but that we stopped doing this
based on some PHP problem. Let's see if any other problem reoccurs now.


-- 
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 21833] smwgIP is hard coded for the $IP . '/extensions' directory

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


Bug 21833 depends on bug 21832, which changed state.

Bug 21832 Summary: smwgIP is hard coded for the $IP . '/extensions' directory
https://bugzilla.wikimedia.org/show_bug.cgi?id=21832

   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 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 21835] Extension is hard coded for the '$IP/extensions' directory

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


Bug 21835 depends on bug 21832, which changed state.

Bug 21832 Summary: smwgIP is hard coded for the $IP . '/extensions' directory
https://bugzilla.wikimedia.org/show_bug.cgi?id=21832

   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 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 21868] SMW Parser is missing grammar validation

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:31:43 UTC ---
The query parser is pretty much ad hoc, but it works as expected in the cases
you mention. The parser generally tries to ignore errors and interpret whatever
remains of the query. In your case, there are no valid conditions in the
malformed query, so that the query ends up selecting all pages. The same
happens for the empty query. Note that you can use format=debug if you want
to have more information about how the query was understood without actually
executing it.

One could (and probably should) disallow queries for *all* pages, but the main
issue here is that such a simple query actually freezes your database.
Normally, the query without conditions should be easiest to answer (given that
it imposes a small limit as in your case). I think the problem here is that the
SQL generation adds another instance of the smw_id table (SMW's page table)
to the query, thus enforcing a redundant inner join of potentially large
tables. I have now improved the query generation process to avoid this, so the
performance of the empty query should be much improved.

I have also added a new parameter $smwgIgnoreQueryErrors that can be used to
specify if queries should be executed at all if errors occured during parsing
or preprocessing. The default for this setting is true. Together with the
above, this should fix this specific bug.

There is still much room for optimising the SQL query generation. Ultimately,
it might be worth to investigate the use of more specialised storage backends
than MySQL (relational DBs are not particularly great for SMW's data model), or
to adopt a more sophisticated table layout in SQL (especially large inner joins
are an issue with the single table approach of SMW). I am also somewhat
disappointed about the bad performance that you indicate, given that the inner
join is done over the primary key of the tables: retrieving these 21 results
should really be no problem in spite of the large table as such!


-- 
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 21934] New: Extension datatypes should be able to control storage mode

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

   Summary: Extension datatypes should be able to control storage
mode
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: ASSIGNED
  Severity: enhancement
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: mar...@semantic-mediawiki.org


SMW already allows extensions to register new datatypes, based on custom
implementations for parsing/processing data inputs. However, currently all such
types are stored as attributes that are represented as a single string,
possibly with a unit of measurement. This restricts the possible extensions,
since types that derive from Type:Page require a different handling (e.g. to
enable querying by namespace and using sortkeys properly). SMW should be
extended so that extension datatypes can determine the desired handling (by
referring to an existing type).


-- 
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 21891] Namespace usage inconsistency between the 'has default form' and 'has filter' special properties.

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Depends on||21934
  Component|Semantic MediaWiki  |SemanticDrilldown




--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:38:41 UTC ---
The mentioned properties are not part of SMW. Reassigning the bug to Drilldown
(but probably just to resolve as WONTFIX or LATER).

The reason for the discrepancy is that SMW is aware of the Form namespace and
provides a special handling for it, including a datatype implementation that
allows users to omit the Form: prefix. This was done for reasons of peformance,
since SMW can thus store form data in its special properties table that is
faster to query (the form properties are queried very often since they are
relevant to display page actions). For drilldown filters, this special handling
is not needed. SMW's datatype managemen is currently not flexible enough to
allow extensions to add new datatypes that are not stored in the attributes
table (which would not be suitable for properties that refer to wiki pages).
Changing SMW's datatype system to allow more control of storage options
requires some more changes, so the matter can probably not be solved right now.
I have added a bug (Bug 21934) for SMW to implement this better
customisability.


-- 
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 21934] Extension datatypes should be able to control storage mode

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Blocks||21891




-- 
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 20039] Category and subcategory semantics should be configurable

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #2 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:40:42 UTC ---
It is now possible to use the property subcategory of to explicitly define a
category to be a subcategory of another one. A configuration option
$smwgUseCategoryHierarchy (default: true) has been added to determine whether
or not MediaWiki's subcategory hierarchy (based on [[Category:Foo]] statements
on category pages) should still be used as before. If this setting is disabled,
then the Factbox will show subcategory annotations explicitly, otherwise they
will not be shown there.

Independently, but somewhat related, there is also a new setting
$smwgCategoriesAsInstances (default true) that defines if category pages
should be considered as elements of a category Foo if they contain statements
of the form [[Category:Foo]]. By default, SMW will thus take MediaWiki's
category annotation on category pages to mean bith subcategory and instance of,
where both features can be disabled. If disabled, there is no alternative way
of making category pages into instances of some other category.

Inline queries with the new internal property will work properly only after
doing another setup/data refresh after upgrade (the DB layout has been extended
slightly).


-- 
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 21108] introduce sub-category-of property for subclassing

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:41:50 UTC ---
A subcategory of property has now been introduced, and configuration options
have been added to decide whether or not category statements should lead to
subcategory or instance of relationships (or to both or to neither), see Bug
20039. To completely separate subcategory and instance of relations, one would
thus need to set both $smwgCategoriesAsInstances = false and
$smwgUseCategoryHierarchy = false.

In inline queries, [[Category:Foo]] statements always refer to instance of
relationships, and only the setting $smwgCategoriesAsInstances determines which
results will be included in this case. Querying for the new property
subcategory_of also works now, but existing installations must run setup
(update) again and refresh all data (e.g. via the Special:SMWAdmin page) since
the DB layout has changed.


-- 
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 20039] Category and subcategory semantics should be configurable

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


Bug 20039 depends on bug 21108, which changed state.

Bug 21108 Summary: introduce sub-category-of property for subclassing
https://bugzilla.wikimedia.org/show_bug.cgi?id=21108

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED



-- 
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 21779] Accents or ñ don't render in browse

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #3 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:43:36 UTC ---


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


-- 
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 20795] Special:Browse doesn't show attribute labels

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


Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 CC||gust...@venciclopedia.com




--- Comment #2 from Markus Krötzsch mar...@semantic-mediawiki.org  2009-12-23 
17:43:36 UTC ---
*** Bug 21779 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 21917] mwdumper does not generates some page_id's

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





--- Comment #6 from Platonides platoni...@gmail.com  2009-12-23 17:46:12 UTC 
---
I used the same mwdumper.jar as you. Jar files work cross platform. How were
you looking for the insert?


-- 
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 21917] mwdumper does not generates some page_id's

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





--- Comment #7 from Kein Zantezuken zantezu...@gmail.com  2009-12-23 19:40:49 
UTC ---
I searched the whole dump for INSERT into `page` with 'Операционная
система'. I found many articles which I already has in DB, but articles
which is missing in my current DB missing in the generated SQL-dump as well.
Well, the only missing thing is INSERT into `page`, old_text, old_data and
old_id is here.


-- 
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 21919] Make an extension to produce Google news sitemaps to allow Wikinews to be more efficiently indexed by google

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





--- Comment #10 from Priyanka Dhanda pdha...@wikimedia.org  2009-12-23 
19:50:38 UTC ---
Bawolff, makes sense.

The fix for the request params is pretty simple, I can make it if we don't hear
back from Amgine soon.

Thanks for the feedback everyone.
-p


-- 
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 21919] Make an extension to produce Google news sitemaps to allow Wikinews to be more efficiently indexed by google

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





--- Comment #11 from Jason Giglio g...@gigstaggart.com  2009-12-23 19:54:21 
UTC ---
I was planning on doing that as the first stage in cleaning it up.

I've got the test environment going and plan to take a look at it tonight.


-- 
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 15406] Wikibits patch #9 - force sortorder of a column

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


Michael Walsh michaelj.wa...@oceanfree.net changed:

   What|Removed |Added

 CC||michaelj.wa...@oceanfree.net




--- Comment #20 from Michael Walsh michaelj.wa...@oceanfree.net  2009-12-23 
20:22:33 UTC ---
How come this has stalled for so long?


-- 
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 21935] New: action=parse does not expand character references in section titles

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

   Summary: action=parse does not expand character references in
section titles
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: bjo...@hoehrmann.de
CC: bryan.tongm...@gmail.com, vasi...@gmail.com,
soxre...@gmail.com


Compare these two API results (parse with = [[Y#39;Z]] = vs = [[Y'Z]] =):

http://de.wikipedia.org/w/api.php?action=parsetext=%3D%20%5B%5BY%26%2339%3BZ%5D%5D%20%3D%0A
http://de.wikipedia.org/w/api.php?action=parsetext=%3D%20%5B%5BY'Z%5D%5D%20%3D%0A

In the HTML both come out as a ...Y'Z/a, but the line attribute for the
section comes out with the character reference included in the other output
formats for the first case. The contents of the line attribute should match the
alink text/a in both cases.


-- 
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 21607] Undefined index: value_labels in SF_FormInputs.inc on line 158

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


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

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




--- Comment #3 from Yaron Koren yaro...@gmail.com  2009-12-23 21:06:45 UTC ---
Setting to Fixed.


-- 
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 21442] Patch for Lockdown compatability

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


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Yaron Koren yaro...@gmail.com  2009-12-23 21:07:22 UTC ---
Added in version 1.8.6; thanks for the patch.


-- 
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 21833] smwgIP is hard coded for the $IP . '/extensions' directory

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


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Yaron Koren yaro...@gmail.com  2009-12-23 21:08:03 UTC ---
Fixed in SF, in version 1.8.6.


-- 
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 21835] Extension is hard coded for the '$IP/extensions' directory

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


Bug 21835 depends on bug 21833, which changed state.

Bug 21833 Summary: smwgIP is hard coded for the $IP . '/extensions' directory
https://bugzilla.wikimedia.org/show_bug.cgi?id=21833

   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 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 21801] Special:AddData does not recognize super_page

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


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Yaron Koren yaro...@gmail.com  2009-12-23 21:08:42 UTC ---
Fixed in version 1.8.6; thanks for the patch.


-- 
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 21892] I cant embed a form in a page

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


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Yaron Koren yaro...@gmail.com  2009-12-23 21:09:20 UTC ---
Fixed in version 1.8.6, I think... I can't get it working, but that's what
Dantman says.


-- 
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 21305] Article name padding for page name=-unique number;start=000000

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


Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #3 from Yaron Koren yaro...@gmail.com  2009-12-23 21:10:49 UTC ---
Fixed, for real this time, :) in version 1.8.6.


-- 
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 20186] Allow filtering history and contributions lists for revision deletion

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





--- Comment #16 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-12-23 
21:14:32 UTC ---
Then you'd have to filesort, though, right?  Unless we cheat and order by the
rev_id; that would work reliably enough, I'd think.


-- 
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 21552] error in validate_type_of_multiple_fields (SF_FormUtils)

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





--- Comment #2 from Jack D. Pond jack.p...@psitex.com  2009-12-23 21:51:30 
UTC ---
Yes, this is still a problem.  To replicate, do validation when you have
MULTIPLE instances of a multiple-instance template.  Only the first will be
validated because the javascript only verifies the passed ID.

This was a big problem for us - and would not alow us to have multiple
instances of where file uploads occured - the upload popup will fail.


-- 
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 21552] error in validate_type_of_multiple_fields (SF_FormUtils)

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





--- Comment #3 from Jack D. Pond jack.p...@psitex.com  2009-12-23 21:56:34 
UTC ---
Yaron, wasn't this an IE only problem?   I just remember you couldn't save a
form because the validations would never pass.


-- 
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 21917] mwdumper does not generates some page_id's

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





--- Comment #8 from Platonides platoni...@gmail.com  2009-12-23 22:05:45 UTC 
---
Don't look for 'Операционная система', you must look for
'Операционная_система', it will be in db form, with spaces
converted into underscores.
There will be three instances: [[Операционная система]]
which is the insert line I included above, [[Category:Операционная
система]] and [[Template:Операционная система]].
All of them INSERT INTO page lines, albeit really long lines.


-- 
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 21919] Make an extension to produce Google news sitemaps to allow Wikinews to be more efficiently indexed by google

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





--- Comment #12 from Amgine amgine.sae...@gmail.com  2009-12-23 22:06:41 UTC 
---
Sorry for the delays: I'm road tripping into a winter storm here, but I should
have internet access fairly regularly for the next two days (or longer if we
get snowed in.)

$par vs. $wgRequest: I used the first/fastest tool I found - start to finish
here was about 3 weeks. After 5 weeks of trying to get exactly this kind of
feedback, I gave up on the project. It's GPL, so fix/expand as you see fit. I
don't own it, I just tried to fix a problem Wikinews asked me to address.


-- 
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 21936] New: Provide a link back to the article which has been patrolled

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

   Summary: Provide a link back to the article which has been
patrolled
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
   URL: http://es.wikipedia.org/wiki/Usuario_Discusión:Platonid
es#P.C3.A1ginas_patrulladas
OS/Version: All
Status: NEW
  Keywords: easy
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com


After patrolling an article, there should be a link back to the article which
has been patrolled.

Since it has a returnto going to Special:Newpages/Special:Recentchanges, this
probably means adding a parameter with the title to markedaspatrolledtext.


-- 
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 21921] most popular related articles

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


James Salsman jsals...@gmail.com changed:

   What|Removed |Added

URL|http://en.wikipedia.org/w/in|http://en.wikipedia.org/wiki
   |dex.php?title=Wikipedia:Bot_|/Wikipedia:Bot_requests/Arch
   |requestsoldid=333085202#Mos|ive_32#Most_popular_related_
   |t_popular_related_articles  |articles




-- 
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 14761] Googlepie: too few colors

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





--- Comment #4 from Will Simpson wsimp...@email.arizona.edu  2009-12-23 
23:20:42 UTC ---
Created an attachment (id=6900)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6900)
This patch adds an additional color (red) to the pie chart if there are more
than 10 entries.

This patch simply checks the number of entries before returning the code for
the chart.  If there are more than 10 entries, it returns a yellow and red
chart, otherwise it returns a yellow chart.


-- 
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 21873] Revision view failed sometimes

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 23:23:09 
UTC ---
I believe this was caused by srv193 having a full disk, which was fixed. Please
REOPEN if this problem reappears.


-- 
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 21634] Wikipedia in Picard language approved

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


Roan Kattouw roan.katt...@gmail.com 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 21655] Disable Special:WithoutInterwiki on English Wikipedia

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 23:26:04 
UTC ---
Closing as INVALID, no community consensus. Feel free to REOPEN if it does
achieve community consensus.


-- 
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 21646] Change of cswikibooks upload settings

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 23:26:24 
UTC ---
Closing as INVALID, no community consensus. Feel free to REOPEN if it does
achieve community consensus.


-- 
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 21527] Install the Cite special page on it.wiktionary

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


Roan Kattouw roan.katt...@gmail.com 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 21594] Enable odp on Meta-Wiki

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 23:31:50 
UTC ---
Can we even safely allow uploading OpenDocument formats, considering their ZIP
files?


-- 
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 21389] Apply $wgDisabledVariants on Chinese Wikis

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


Roan Kattouw roan.katt...@gmail.com 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 21375] new wiki as internal working space for the fiwiki arbcom

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


Roan Kattouw roan.katt...@gmail.com 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 21236] Allow filtering Special:NewPages by username on Polish Wikipedia

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


Roan Kattouw roan.katt...@gmail.com 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 21243] Request for PDF Version Page collection

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


Roan Kattouw roan.katt...@gmail.com 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 21370] Create proofread page namespaces on Estonian Wikisource

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


Roan Kattouw roan.katt...@gmail.com 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 21149] create the br.wikimedia.org domain for the brasilian Wikimedia chapter

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


Roan Kattouw roan.katt...@gmail.com 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 21214] Enable AbuseFilter on Lithuanian Wiktionary.

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


Roan Kattouw roan.katt...@gmail.com 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 21100] Add Tác_gia: namespace to default search results on viwikisource

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


Roan Kattouw roan.katt...@gmail.com 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 21011] Redirection of uploads to Commons

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


Roan Kattouw roan.katt...@gmail.com 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 21009] Creation of dk.wikimedia.org

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


Roan Kattouw roan.katt...@gmail.com 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 20998] Run updateArticleCount.php on zhwikisource

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


Roan Kattouw roan.katt...@gmail.com 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 20949] Purge users who have never committed

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


Roan Kattouw roan.katt...@gmail.com 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 20923] Please activate the AbuseFilter extension for es.wikibooks.

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


Roan Kattouw roan.katt...@gmail.com 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 20721] Add abusefilter-viewprivate to administrator userright on en.wiki

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


Roan Kattouw roan.katt...@gmail.com 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 20332] Localization corrections and additions of Estonian Wikimedia projects

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #6 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 23:44:01 
UTC ---
Seems fixed now


-- 
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 20561] Set sitename of Turkmen wikipedia

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


Roan Kattouw roan.katt...@gmail.com 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 20551] Enable AbuseFilter for Portuguese Wikibooks

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


Roan Kattouw roan.katt...@gmail.com 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 20515] Enable the AbuseFilter on the Bavarian Wikipedia [barwiki]

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


Roan Kattouw roan.katt...@gmail.com 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 20502] Create a wiki for the Finnish chapter Wikimedia Suomi

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|fvass...@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 20402] Request deploying Collection Extension Malay Wikipedia

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


Roan Kattouw roan.katt...@gmail.com 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 19909] Extension Drafts for cs.wikipedia

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




--- Comment #2 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 23:46:03 
UTC ---
The extension would have to be reviewed first.


-- 
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 18461] Enable the Babel extension on fiwiki and fiwikinews

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


Roan Kattouw roan.katt...@gmail.com 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 19418] Set custom upload URL for Bengali Wikipedia

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


Roan Kattouw roan.katt...@gmail.com 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 19589] Flood flag option on cs.wikipedia

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




--- Comment #5 from Roan Kattouw roan.katt...@gmail.com  2009-12-23 23:50:15 
UTC ---
Closing as INVALID, no community consensus. Feel free to REOPEN if it does
achieve community consensus.


-- 
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 17338] Set $wgRestrictDisplayTitle = false; for rmwiki

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


Roan Kattouw roan.katt...@gmail.com 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 15237] Add localized namespacenamealiases in nahwiki

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




-- 
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 15165] Install the Babel extension on sv.wikipedia.org

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


Roan Kattouw roan.katt...@gmail.com 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 11788] Enable DynamicPageList extension for Polish Wiktionary

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


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

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




-- 
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 21937] New: mwdumper uses too much memory

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

   Summary: mwdumper uses too much memory
   Product: mwdumper
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: general
AssignedTo: br...@pobox.com
ReportedBy: gti...@gmail.com


I tried to run the GUI version of the newest revision (r60229) of mwdumper
under Java 6 update 17 on an Intel Core i7 with 3,25G RAM and WinXP SP3, and it
gave this error:

Exception in thread Thread-8 java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.lang.StringCoding.safeTrim(Unknown Source)
at java.lang.StringCoding.access$300(Unknown Source)
at java.lang.StringCoding$StringEncoder.encode(Unknown Source)
at java.lang.StringCoding.encode(Unknown Source)
at java.lang.String.getBytes(Unknown Source)
at com.mysql.jdbc.StringUtils.getBytes(StringUtils.java:493)
at com.mysql.jdbc.StringUtils.getBytes(StringUtils.java:603)
at com.mysql.jdbc.ByteArrayBuffer.writeStringNoNull(ByteArrayBuffer.java:544)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1638)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2972)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
at com.mysql.jdbc.Statement.execute(Statement.java:529)
at
org.mediawiki.importer.SqlServerStream.writeStatement(SqlServerStream.java:25)
at org.mediawiki.importer.SqlWriter.flushInsertBuffer(SqlWriter.java:195)
at org.mediawiki.importer.SqlWriter.bufferInsertRow(SqlWriter.java:184)
at org.mediawiki.importer.SqlWriter15.writeRevision(SqlWriter15.java:68)
at org.mediawiki.importer.PageFilter.writeRevision(PageFilter.java:67)
at org.mediawiki.dumper.ProgressFilter.writeRevision(ProgressFilter.java:56)
at org.mediawiki.importer.XmlDumpReader.closeRevision(XmlDumpReader.java:346)
at org.mediawiki.importer.XmlDumpReader.endElement(XmlDumpReader.java:204)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)

According to the Java docs, default max heap size is 3/4 of the physical
memory, that is, around 800M. Since a single revision is at most 2M, there is
no reason for mwdumper to require that much space. (It ran on the huwiki full
history dump, directly writing to the database.)


-- 
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 21937] mwdumper uses too much memory

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





--- Comment #1 from Tisza Gergő gti...@gmail.com  2009-12-24 00:18:46 UTC ---
After manually raising the max heap size, it ran smoothly, unlike the older
versions available from download.wikimedia.org which didn't even start. Is
there any reason to recommend the broken old versions instead of a current one?
([[mw:MWDumper]] points to a third version attached in a bug report, which also
didn't seem to work.)


-- 
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 21838] Separate page and media sections in category, displayed like page

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


Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 CC||pdha...@wikimedia.org




--- Comment #1 from Priyanka Dhanda pdha...@wikimedia.org  2009-12-24 
00:55:53 UTC ---
Hi jcwren,
If you don't use  __NOGALLERY__ the media does show up in a separate section.
Since it was not very clear from your description, i wanted to clarify. You
want an option to show the media in a separate section, but only as links
without the thumbnails? 
-p


-- 
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 21838] Separate page and media sections in category, displayed like page

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





--- Comment #2 from J.C. Wren jcw...@jcwren.com  2009-12-24 01:03:22 UTC ---
Priyanka,

Yes, that's what I want.  As you say, if you don't use __NOGALLERY__, the media
shows up in the another section, but with thumbnails.  I'd like it to be
displayed like __NOGALLERY__ does, but with the media in a separate section.

As I read your description, I believe you're describing the feature I'd like.

--jc


-- 
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 21841] ref name=someReferenceNamesome reference/ref creates rows in pagelinks with a pl_title = ''

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


Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 CC||pdha...@wikimedia.org




--- Comment #4 from Priyanka Dhanda pdha...@wikimedia.org  2009-12-24 
02:06:54 UTC ---
Hi Daniel,
I cannot reproduce this either. Is it possible for you to easily this on a
later version ?
-p


-- 
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 21043] Base Wikipedia link fix for be-x-old usage statistics

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





--- Comment #5 from Jaska Zedlik j...@zedlik.com  2009-12-24 02:16:55 UTC ---
Erik, 
sorry for the misunderstanding, now I've got your point. 
Hope that we'll be able to find the answer to this question in the future.

Thanks and best regards
Jaska


-- 
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-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21109





--- Comment #9 from Liangent liang...@gmail.com  2009-12-24 04:28:59 UTC ---
This also matters {{NUMBERINGROUP:autoreviewer}}


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