[Bug 17751] Wantedpages Invalid title in result set gives no additional clues for Sysop

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17751





--- Comment #2 from jida...@jidanni.org  2009-03-05 09:51:30 UTC ---
Created an attachment (id=5888)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5888)
still must make multilingual

OK, this patch will improve the feedback to the user.

However, it is still English only.

And in my case it revealed the title is just ! And
  return -.strlen($result-title) .-;
just gives -0-.

How could such an item get into the results? Is the problem with
SpecialWantedpages.php or does it indicate a deeper problem...? I
looked at SpecialWantedpages.php but it is too complex for me.


-- 
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 17742] zh-tw page names use many synonyms for URLs, e.g., a href=BIGLARGE/a

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17742


jida...@jidanni.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Comment #2 from jida...@jidanni.org  2009-03-05 09:57:00 UTC ---
OK, here's the whole list.

As you can see, many of the pairs are maddeningly close!
Some even differ by e.g, 連 vs. 鏈 !

I could step forward and volunteer to submit a patch, changing many of
the items in column 3 (RENDERED) to become the same as column 2
(URL).

(One might instead say why not do the opposite, make column 2 a copy of
column 3. However doing that will break many people's links,
bookmarks, etc. -- a disaster.)

However I am not sure if you really want me to send such a diff!
You might say well isn't that rolling back the refinements we've made
in those names over the years, just to match their earliest forms,
still to be found in the URLs, (which we don't want to tamper with, as
it breaks links, bookmarks, etc.)

Well, OK, we can live with the schizophrenia, but at least you must
admit some of the pairs are maddeningly close. Making users think
MediaWiki is running a sloppy ship.

Note, the same problem probably exists for MessagesZh_hans.php, here I
only examine MessagesZh_hant.php.


   VARIABLE=  URL|RENDERED
  Userlogin=用戶登入|登入/建立新賬號
 Userlogout=用戶登出|登出
  CreateAccount=創建帳戶|建立新賬號
Recentchangeslinked=連出更改|鏈出更改
  Newimages=新建檔案|新建圖像畫廊
Listgrouprights=群組權限|用戶群組權限
 Statistics=統計信息|統計
 Uncategorizedpages=  未歸類頁面|待分類頁面
Uncategorizedcategories=  未歸類分類|待分類類別
Uncategorizedimages=  未歸類檔案|待分類檔案
 Uncategorizedtemplates=  未歸類模板|待分類模版
   Unusedcategories=  未使用分類|未使用的分類
   Unusedimages=  未使用檔案|未使用圖像
   Wantedcategories=待撰分類|需要的分類
Mostlinkedtemplates=最多連結模板|最多連結模版
Fewestrevisions=最少修訂頁面|最少修訂的頁面
   Ancientpages=最早頁面|最舊頁面
   Deadendpages=斷連頁面|斷鏈頁面
Protectedtitles=  已保護標題|已保護的標題
Prefixindex=前綴索引|所有頁面之前綴
Ipblocklist=封禁列表|被封IP地址列表
  Emailuser=電郵用戶|E-mail該用戶
   Confirmemail=確認電子郵件|確認郵箱位址
  Whatlinkshere=連入頁面|鏈入頁面
   Movepage=移動頁面|
 Export=導出頁面|匯出頁面
Version=版本資訊|版本
Allmessages=所有訊息|系統界面
 Import=導入頁面|匯入頁面
 Userrights=用戶權限|用戶權限管理
 MIMEsearch= MIME搜尋|MIME 搜索
Unusedtemplates=  未使用模板|未使用的模板
 Mypage=  我的用戶頁|我的頁面
 Mytalk=  我的討論頁|我的對話頁
Mycontributions=我的貢獻|
 Listadmins=  管理員列表|
   Listbots=  機器人列表|
 Search=搜尋|搜索
  Resetpass=修改密碼|更改密碼
   MergeHistory=合併歷史|合併頁面歷史
Invalidateemail=不可識別的電郵地址|取消電郵確認

I made the above list with:

function printt($a,$b,$c){
  printf(%23s=%s%s|%s\n,$a,str_pad(NULL, 12-(strlen($b)*2/3), 
,STR_PAD_LEFT),$b,$c);}
$d='/var/lib/mediawiki/languages/messages';
include($d/MessagesZh_hant.php);
printt(VARIABLE,URL,RENDERED);
foreach($specialPageAliases as $key=$value){
  $v2=$messages[strtolower($key)];
  if($v2!=$value[0]){
printt($key,$value[0],$v2);}}


-- 
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 17794] New: establish tests to catch non-Traditional Chinese mainstream characters

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17794

   Summary: establish tests to catch non-Traditional Chinese
mainstream characters
   Product: MediaWiki
   Version: 1.14.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jida...@jidanni.org


Hello. There are a few non-Taiwan variant characters that have crept
into the Taiwan message files.

This is a different bug that just plain translating.

It involves adding another layer of caution to catch things even a good
translations would miss.

The translations are fine, it is just that a final test must be added
to catch very similar looking wrong characters.

They are not Unicode variants, no, but instead characters that have
never been seen before in Taiwan, as shown by the fact they don't make
the round trip to big5 and then back to Unicode. They are typos for
the common Taiwan version. For example, they are not simplified
Chinese 钩 present in GB2312, nor the common Taiwan version present in
big5, 鉤, but instead a third variant: 鈎.

What I am hoping you will do is add a test to make sure such
characters don't again creep in again.

The test should say **Non Taiwan characters found in file ...;
Please pick the Taiwan versions (e.g., replace 鈎 with 鉤) before
this version of MediaWiki can be released** die(1);

Here is the makefile I used:
d=/var/lib/mediawiki/languages/messages
v:$d/MessagesZh_hant.twdiff $d/MessagesZh_tw.twdiff
%.twdiff:%.php
iconv -ct big5 $?|iconv -f big5|diff -U0 $? -|sed /^@@/d

Note that it is crude, in that it also catches superscript numbers
etc., though all we want to be on the lookout for is the Chinese
characters.

And here is the results. You will notice the missing characters
are the ones that didn't make the round trip to big5 and back.

No I'm not just asking you to correct those characters and forget this
bug.

I'm saying that a test needs to be added to always catch such things
before each MediaWiki release can proceed.

Also consider extending the test to MessagesZh_classical.php etc.

(Lastly, this is not a diff to be applied to anything!)

make v
iconv -ct big5 /var/lib/mediawiki/languages/messages/MessagesZh_hant.php|iconv
-f big5|diff -U0 /var/lib/mediawiki/languages/messages/MessagesZh_hant.php
-|sed /^@@/d
--- /var/lib/mediawiki/languages/messages/MessagesZh_hant.php   2009-03-01
23:31:04.0 +0800
+++ -   2009-03-05 08:07:19.263443332 +0800
-/** Traditional Chinese (‪中文(繁體)‬)
+/** Traditional Chinese (中文(繁體))
-'usercssjsyoucanpreview'   = '''提示:'''
在保存前請用'顯示預覧'按鈕來測試您新的 CSS/JS 。,
+'usercssjsyoucanpreview'   = '''提示:'''
在保存前請用'顯示預'按鈕來測試您新的 CSS/JS 。,
-'edit-hook-aborted'= '編輯被鈎取消。
+'edit-hook-aborted'= '編輯被取消。
-'post-expand-template-argument-category'  =
'包含着略過模板參數的頁面',
+'post-expand-template-argument-category'  =
'包含略過模板參數的頁面',
-'timezonetext'  =
'¹輸入當地時間與伺服器時間(UTC)的時差。',
+'timezonetext'  =
'輸入當地時間與伺服器時間(UTC)的時差。',
-'timezoneoffset'= '時差¹:',
+'timezoneoffset'= '時差:',
-Template:消歧义
-Template:消除歧义
+Template:消歧
+Template:消除歧
-'protect-cascadeon'   =
'以下的{{PLURAL:$1|一個|多個}}頁面包含着本頁面的同時,啟動了連鎖保護,因此本頁面目前也被保護,未能編輯。您可以設定本頁面的保護級別,但這並不會對連鎖保護有所影響。',
+'protect-cascadeon'   =
'以下的{{PLURAL:$1|一個|多個}}頁面包含本頁面的同時,啟動了連鎖保護,因此本頁面目前也被保護,未能編輯。您可以設定本頁面的保護級別,但這並不會對連鎖保護有所影響。',
-'trackbackremove'   = '([$1删除])',
+'trackbackremove'   = '([$1除])',
-'version-parserhooks'  = '語法鈎',
+'version-parserhooks'  = '語法',
-'version-hooks'= '鈎',
+'version-hooks'= '',
-'version-parser-function-hooks'= '語法函數鈎',
+'version-parser-function-hooks'= 語法函數',
-'version-hook-name'= '鈎名',
+'version-hook-name'= '名',
iconv -ct big5 /var/lib/mediawiki/languages/messages/MessagesZh_tw.php|iconv -f
big5|diff -U0 /var/lib/mediawiki/languages/messages/MessagesZh_tw.php -|sed
/^@@/d
--- /var/lib/mediawiki/languages/messages/MessagesZh_tw.php 2009-03-01
06:04:42.0 +0800
+++ -   2009-03-05 08:07:19.292322989 +0800
-/** Chinese (Taiwan) (‪中文(台灣)‬)
+/** Chinese (Taiwan) (中文(台灣))
- * @author לערי ריינהארט
+ * @author  
-'usercssjsyoucanpreview'= '''提示:'''
在保存前請用'顯示預覧'按鈕來測試您新的 CSS/JS 。,
+'usercssjsyoucanpreview'= '''提示:'''
在保存前請用'顯示預'按鈕來測試您新的 CSS/JS 。,
-'timezoneoffset'   = '時差¹',
+'timezoneoffset'   = '時差',
-Template:消歧义
-Template:消除歧义
+Template:消歧
+Template:消除歧
-'protect-cascadeon'   =
'以下的{{PLURAL:$1|一個|多個}}頁面包含着本頁面的同時,啟動了連鎖保護,因此本頁面目前也被保護,未能編輯。您可以設定本頁面的保護級別,但這並不會對連鎖保護有所影響。',
+'protect-cascadeon'   =
'以下的{{PLURAL:$1|一個|多個}}頁面包含本頁面的同時,啟動了連鎖保護,因此本頁面目前也被保護,未能編輯。您可以設定本頁面的保護級別,但這並不會對連鎖保護有所影響。',
-'trackbackremove'   = '([$1删除])',
+'trackbackremove'   = '([$1除])',


-- 

[Bug 17794] establish tests to catch non-Traditional Chinese mainstream characters

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17794


Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
   Severity|normal  |enhancement
   Priority|Normal  |Low




--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com  2009-03-05 
10:16:44 UTC ---
There needs to be way that does not produce lots of false positives. Otherwise
PHP's iconv function could be used.


-- 
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 17797] Timezone needs update

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17797


Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
  Component|User preferences|General/Unknown
   Keywords||shell
Product|MediaWiki   |Wikimedia
Version|1.15-svn|unspecified




--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com  2009-03-05 
10:19:51 UTC ---
Re-assigning to Wikimedia component. As far as I know the data comes from PHP
and MediaWiki just shows what it gets.


-- 
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 17796] Object of class RSSFeed could not be converted to string

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17796


jida...@jidanni.org changed:

   What|Removed |Added

URL||http://transgender-
   ||taiwan.org/api.php?action=fe
   ||edwatchlist
   Priority|Normal  |Lowest




--- Comment #2 from jida...@jidanni.org  2009-03-05 11:12:42 UTC ---
OK, added the URL I should have previously.
Maybe you can probe it with different queries.
Or I can send you the SQL of whatever table you need.


-- 
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 17790] User Will Not stayed logged in

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17790





--- Comment #2 from Ronald E. Kramedjian r...@kramedjian.com  2009-03-05 
12:07:24 UTC ---
While I understand the sentiment and the problems that are being cause by the
way some ISP's handle things, these ISP's are now accounting for a growing
percentage of the user population.  I believe it is unreasonable to just
through one's hands up and ignore those users.  Finding a work around would
seam inportant in this environment.  


-- 
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 189] Add a music wikimodule

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=189


Wolf Peuker p...@rekoba.de changed:

   What|Removed |Added

 CC||p...@rekoba.de




--- Comment #68 from Wolf Peuker p...@rekoba.de  2009-03-05 13:06:50 UTC ---
Free sheet music is important for all wikisource projects.


-- 
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.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17799] New: Database error on [[Special:Random/redirect]]

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17799

   Summary: Database error on [[Special:Random/redirect]]
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: happy_me...@hotmail.co.uk
Blocks: 16560


from within function RandomPage::selectRandomPageFromDB. MySQL returned error
1064: You have an error in your SQL syntax. Check the manual that corresponds
to your MySQL server version for the right syntax to use near ') AND
page_is_redirect = 0 AND page_random = 0.987298690 (10.0.6.22).

This corresponds to lines 94-98 of trunk/phase3/specials/SpecialRandomPage.php;
it's probably a result of r45467, applied to fix bug16560.

Interestingly, [[Special:RandomRedirect]] still works.


-- 
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 16560] Special:Random should pick from ContentNamespaces

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16560


Happy-melon happy_me...@hotmail.co.uk changed:

   What|Removed |Added

 Depends on||17799




-- 
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 16560] Special:Random should pick from ContentNamespaces

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16560


Happy-melon happy_me...@hotmail.co.uk changed:

   What|Removed |Added

 CC||happy_me...@hotmail.co.uk




--- Comment #2 from Happy-melon happy_me...@hotmail.co.uk  2009-03-05 
13:24:10 UTC ---
This is probably the cause of the issue in bug17799.


-- 
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 17799] Database error on [[Special:Random/redirect]]

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17799


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-05 13:31:49 UTC 
---
This is a generic issue. Apparently Special:Random dies if you feed it any
non-namespace. And afaik, Special:Random/redirect has never been a redirect to
Special:RandomRedirect.


-- 
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 17800] New: AllMessages takes all Memory it can and even more

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17800

   Summary: AllMessages takes all Memory it can and even more
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dasch...@gmx.net


My PHP Memory Limit is on 256MB and SpecialAllmessages.php still fails because
of this error

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to
allocate 1543102 bytes) in /.../includes/specials/SpecialAllmessages.php on
line 226

I think that 256MB should be more then enough


-- 
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 17799] Database error on [[Special:Random/redirect]]

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17799





--- Comment #2 from ^demon innocentkil...@gmail.com  2009-03-05 13:39:03 UTC 
---
Fixed in r48059. Do we want to make Special:Random/redirect go to
Special:RandomRedirect? Would seem sensible.


-- 
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 17800] AllMessages takes all Memory it can and even more

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17800


Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com




--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com  2009-03-05 
13:41:44 UTC ---
Do you have a lot's of messages or big messages? 1.5M for one message seems too
much.


-- 
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 17800] AllMessages takes all Memory it can and even more

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17800


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #2 from ^demon innocentkil...@gmail.com  2009-03-05 13:44:04 UTC 
---


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


-- 
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 16497] Paginate Special:AllMessages

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16497


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||dasch...@gmx.net




--- Comment #8 from ^demon innocentkil...@gmail.com  2009-03-05 13:44:04 UTC 
---
*** Bug 17800 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 15389] Special:AllMessages is too large

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15389


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #2 from ^demon innocentkil...@gmail.com  2009-03-05 13:44:50 UTC 
---


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


-- 
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 17800] AllMessages takes all Memory it can and even more

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17800





--- Comment #3 from DaSch dasch...@gmx.net  2009-03-05 13:49:04 UTC ---
where can I see how big the messages are?


-- 
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 17795] Don't report views count if $wgDisableCounters=true

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17795


^demon innocentkil...@gmail.com changed:

   What|Removed |Added

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




--- Comment #1 from ^demon innocentkil...@gmail.com  2009-03-05 13:52:29 UTC 
---
Done in r48060


-- 
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 16497] Paginate Special:AllMessages

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16497





--- Comment #10 from DaSch dasch...@gmx.net  2009-03-05 13:52:40 UTC ---
I think the problem is that with a rising number of extensions and personal
changes the whole thing gets to big, I think the sugestion from Bug 15389 is a
good beginning to solve this problem


-- 
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 17799] Database error on [[Special:Random/redirect]]

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17799





--- Comment #3 from Happy-melon happy_me...@hotmail.co.uk  2009-03-05 
13:54:08 UTC ---
As best I can tell, RandomRedirect is actually a bizzarre internal redirect to
Random/redirect: it's a derived class that essentially just changes the
structure of RandomPage just enough to make it always return redirects, which
is wierd, to say the least.  But in the interests of ease of future
modification, it would be nice to have it as a pseudo-separate page; at the
very least we shouldn't have two similar-but-subtly-different ways of getting
(almost) the same outcome. 


-- 
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 17799] Database error on [[Special:Random/redirect]]

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17799





--- Comment #4 from ^demon innocentkil...@gmail.com  2009-03-05 13:55:29 UTC 
---
It's not a redirect, it's a subclass that specifies that the article chosen
must be a redirect. Special:Random/redirect does nothing (now).


-- 
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 10847] RAR concatenation in images

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10847


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com




--- Comment #5 from Platonides platoni...@gmail.com  2009-03-05 14:41:10 UTC 
---
Note that commons uploads are being checked (third-party) for embedded rars.


-- 
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 12297] Image simultaneously does and doesn't exist

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12297


Platonides platoni...@gmail.com changed:

   What|Removed |Added

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




--- Comment #3 from Platonides platoni...@gmail.com  2009-03-05 14:43:14 UTC 
---
Fixed some time ago.


-- 
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 17799] Database error on [[Special:Random/redirect]]

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17799





--- Comment #5 from Happy-melon happy_me...@hotmail.co.uk  2009-03-05 
14:55:22 UTC ---
OH, I see the issue, and the source of the original error.  It was trying to
pick a random page from the Redirect: namespace?  Ignore comment #3 then,
ravings of a madman :D

In that case, I'd be disinclined to redirect it, it would create a problem for
anyone that wanted to *actually have* a Redirect: namespace for whatever
reason, and it's unnecessary given that there's a dedicated special page for
it.


-- 
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 16560] Special:Random should pick from ContentNamespaces

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16560


Bug 16560 depends on bug 17799, which changed state.

Bug 17799 Summary: Database error on [[Special:Random/redirect]]
https://bugzilla.wikimedia.org/show_bug.cgi?id=17799

   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 17802] New: Update commons image count

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17802

   Summary: Update commons image count
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: minor
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com


Commons image statistics is ~4000 images below the real number.
Please run the appropiate maintenance script (initStats.php?) to update it.


-- 
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 17307] Remove {{DISPLAYTITLE:}} restrictions for wm2009wiki

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17307


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #6 from Rob Halsell rhals...@wikimedia.org  2009-03-05 16:40:40 
UTC ---
Ok, I set this correctly now and deployed.  It should be working as expected.


-- 
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 17701] Alias of 'Wikipedia' namespace in Chinese Wikipedia

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17701


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Rob Halsell rhals...@wikimedia.org  2009-03-05 16:50:15 
UTC ---
I have added the above aliases, and tested them to the best of my ability, and
they appear to be functioning properly.  (The fact that I am sadly mono-lingual
does not help me much here ;)

If the change is not correct, or there are any other issues or concerns, please
let me know by reopening the ticket.  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 17804] New: Please make EmailNotification members protected (was public)

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17804

   Summary: Please make EmailNotification members protected (was
public)
   Product: MediaWiki
   Version: 1.15-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediaw...@blazemonger.com


In 1.13, in class EmailNotification (UserMailer.php), the members subject and
body used to be public.  In 1.14, they suddenly became private, breaking some
extensions that extend EmailNotification by subclassing.

Could you please either:

1. Make these members protected instead of private, so we can subclass
EmailNotification properly?
2. Provide public set/get methods on these members?

Thank you.


-- 
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 17804] Please make EmailNotification members protected (was public)

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17804





--- Comment #1 from Dan Barrett mediaw...@blazemonger.com  2009-03-05 
16:53:34 UTC ---
Created an attachment (id=5891)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5891)
Patch that makes the members protected instead of private


-- 
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 5828] ogg files lost

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5828


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com




--- Comment #6 from Platonides platoni...@gmail.com  2009-03-05 17:04:03 UTC 
---
(In reply to comment #2)
 I have most (all?) of the lost files in an old backup copy of commons.
I don't find any of them there.

The list is now gzipped:
http://toolserver.org/~vyznev/query_commons_redlink_images.tab.gz


-- 
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 17784] API Call to do SemanticQueries

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17784





--- Comment #2 from David Tabachnikov dav...@metacafe.com  2009-03-05 
17:38:43 UTC ---
(In reply to comment #1)

The patch I submitted was a refactored version of a custom API call I made for
our special use case. 
Some of the problems you talk about come from that. Sorry for that, I shuold've
checked it more 
throuhgly before submitting.

 +private $prefix, $module, $description;
 All three of these are superfluous: $description isn't even used, $prefix is
 only used once in the constructor and can be eliminated easily, and every 
 usage
 of $this-module should be replaced by $this-getModuleName().
 
Removed $module and $description, but left $prefix, so our custom API call
could override it.

 +private function returnCount($res) {
 +$data = array(count = $res);
 +
 +$result = $this-getResult();
 +$result-setIndexedTagName($data, 'count');
 +$result-addValue('query', $this-getModuleName(), $data);  
 
 +}
 This looks horribly broken; if I understand correctly, this'll try to put an
 object in the result, which leads to nasty errors and is not what you want. 
 You
 probably want something like intval($res-getCount()) (dunno how SMW's result
 objects work exactly), in which case you also don't need the
 setIndexedTagName() call because $data doesn't have numerical indices.
 
Actually, I checked that, and what happens, is that when the Semantic MediaWiki 
processor runs in count mode, the resutl of getQueryResult is an string with
the 
result of the count, not a SMWQueryResult object. Might be broken - but it's
broken
inside SMW.

 +$data[] = array(
 +'pageid' = 
 intval($object-getArticleID()),
 +'ns' = 
 intval($title-getNamespace()),
 +'title' = 
 $title-getPrefixedText());
 ...
 +$result-addValue('query', $this-getModuleName(), 
 $data);
 Since a recent breaking change in the API (r46845), your code should be
 prepared to handle the case in which $data doesn't fit into the result object,
 in which case addValue() will return false. This means you have to add the
 results one by one and check addValue()'s return value, like this:
 
 $vals = array(
 'pageid' = intval($object-getArticleID()),
 'ns' = intval($title-getNamespace()),
 'title' = $title-getPrefixedText());
 $fit = $result-addValue(array('query', $this-getModuleName()), null, $vals);
 if(!$fit) { set a query-continue and break out of the loop }
 ...
 // And after the loop:
 $result-setIndexedTagName_internal(array('query', $this-getModuleName()),
 'page');
 
 Note that this code only works with MediaWiki 1.15alpha; 1.14 and earlier
 versions don't have the setIndexedTagName_internal() method.
 
I need this code to work in 1.14 and eaerlier (we currently use 1.13.5). I'd
really appreciate
any points on how to properly write it so it will work in both 1.13 and 1.15?

It could be really great if you could give me some pointers as to how to do
this properly.

 +private function parseQuery($query) {
 +global $wgParser;
 +
 +// Initialize the parser options
 +$options = new ParserOptions();
 +
 +// Preprocess the query, before running
 +$parsedQuery = $wgParser-transformMsg($query, $options);
 +
 +// Return the parsed query
 +return $parsedQuery;
 +}
 This could be shortened drastically to just return
 $wgParser-transformMsg($query, $options); . You should use
 $wgParser-preprocess() instead, though, since transformMsg() uses $wgTitle
 (which is null, which'll probably cause nasty errors).
 
From what I've read in the comments, I'm supposed to use transformMsg from the
outside of the parser. 
And without ParserOptions, the function doesn't work. Also, preprocess()
expects a $title as well.
Also, changed it to be protected - I think it's good that parseQuery is
overridable.

 +public function getAllowedParams() {
 +return array(
 +_query = array(
 I don't get why underscores are used here. If you really want every parameter
 to look like ask_foo, you should set your prefix to ask_ instead of ask;
 parameter names with underscores in them aren't used in the core API, though.

I changed the prefix instead, indeed. I think asksortorder doesn't look as good 
- but if it's against the naming convention I can change that.


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

[Bug 17784] API Call to do SemanticQueries

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17784





--- Comment #3 from David Tabachnikov dav...@metacafe.com  2009-03-05 
17:39:56 UTC ---
Created an attachment (id=5892)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=5892)
Ask API for Semantic MediaWiki, fixing some of Roan's comments.


-- 
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 17806] New: Specific log for revision deletions

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17806

   Summary: Specific log for revision deletions
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/wiki/Wikipedia_talk:Selective_de
letion
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cenarium.sy...@gmail.com


Currently, revision deletions are logged in the deletion log, and thus they are
completely lost. A specific log for them, maybe Special:Log/hide, would
alleviate the concerns of transparency and admins could review each other's
actions if/when the feature is enabled for admins.


-- 
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 16691] Section headings should have some clickable anchor for passing links

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16691


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

   Keywords||bugday




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-05 18:37:29 UTC 
---
This needs a UI mockup for how to add it without confusing things...


-- 
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 12569] Retiring the developer user group

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12569


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #5 from Brion Vibber br...@wikimedia.org  2009-03-05 18:42:17 UTC 
---
Confirmed not currently used on any of our wikis. I've commented it out of
InitialiseSettings.php, and it no longer shows up in the group lists in
UserRights.


-- 
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 17807] New: morebots IRC bot keeps dying :(

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17807

   Summary: morebots IRC bot keeps dying :(
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: and...@epstone.net
ReportedBy: br...@wikimedia.org


Need to check what's causing it to die -- is the script-y end croaking or is it
just losing its irc connection? We want to make sure it gets reconnected
sensibly.

It'd be good if we have a clear, documented way to restart it if it requires
manual intervention.


-- 
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 17704] new mailing list for wikimedia Israel

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17704


Cary Bass cb...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Cary Bass cb...@wikimedia.org  2009-03-05 20:02:41 UTC ---
M/L wikimediail-board created, Itzik Edri set as owner.

List not advertised, archives private, owner approval required to join.

https://lists.wikimedia.org/mailman/listinfo/wikimediail-board


-- 
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 17808] New: Have search suggest results open in a new tab on middle click

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17808

   Summary: Have search suggest results open in a new tab on middle
click
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gti...@gmail.com


The search suggest feature is by far the most comfortable search method in
MediaWiki, unfortunately there is no way to browse the suggestion list beyond
clicking on the first, waiting for the page to load, typing the word in again
(or pressing back and waiting for the old page to load) etc. It would be even
more comfortable if middle click (or ctrl-click or whatever combination that
specific browser uses) would open the page in a new tab.


-- 
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 17808] Have search suggest results open in a new tab on middle click

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17808


Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com
  Component|User interface  |Search




-- 
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 17808] Have search suggest results open in a new tab on middle click

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17808





--- Comment #1 from Splarka h...@goldrush.com  2009-03-05 20:21:52 UTC ---
There is no such thing as open in new tab that could be done server side
(there are some CSS3 draft specs, but nothing useable).

The only thing that could be done automatically is to open in new window,
which /some/ browsers can send to a new tab, but not all.

One possible solution, though, would be to have the search suggest create a
anchors linking to the results of the search for that word, that would allow
the browser context menu on right click, which often includes 'open in new
tab'.


-- 
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 17808] Have search suggest results open in a new tab on middle click

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17808





--- Comment #2 from Tisza Gergő gti...@gmail.com  2009-03-05 20:24:23 UTC ---
(In reply to comment #1)
That would be my take too: change the spans to as, and pass on the click
event when it's not a left click.


-- 
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 17808] Have search suggest results open in a new tab on middle click

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17808





--- Comment #3 from Tisza Gergő gti...@gmail.com  2009-03-05 20:26:51 UTC ---
(In reply to comment #2)
You can also check the event object for pressed modifier keys, though I'm not
sure how cross-browser that is.


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #2 from Rob Halsell rhals...@wikimedia.org  2009-03-05 21:10:57 
UTC ---
Lets try to keep all the issues in the bug:

Thank you so much!
We do have a question: there were lots of pages prefixed Википеди: at
os.wiki. We can't find them now. Are the lost absolutely or there is a way
to find them at some other namespace or some kind of history?
Some were really important: e. g. our common work of the month, a very
effective project.

Sincerely,
Viatcheslav (Amikeco)


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776


Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 CC||cbrown1...@gmail.com




--- Comment #3 from Casey Brown cbrown1...@gmail.com  2009-03-05 21:20:14 UTC 
---
Probably need to run maintenance/namespaceDupes.php per bug 16887 / bug 12686
/ bug 6313


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #4 from Rob Halsell rhals...@wikimedia.org  2009-03-05 21:26:32 
UTC ---
I do think this has now been fixed.  Please check and if not, let me know by
replying to the 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 17792] When the author of a revision is hidden, the edit should not be listed in Special:Contributions/Author

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17792


Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 CC||jschulz_4...@msn.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Aaron Schulz jschulz_4...@msn.com  2009-03-05 21:34:30 
UTC ---
Fixed in r48049. Perm checks for DC fixed previously (not synced).

These cannot easily be listed at sp:DC since they are for two different tables.


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776


Slavik IVANOV amik...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #5 from Slavik IVANOV amik...@gmail.com  2009-03-05 21:41:58 UTC 
---
(In reply to comment #4)
 I do think this has now been fixed.  Please check and if not, let me know by
 replying to the bug.
 

All links to the pages previously prefixed Википеди: are red now. It
may be most easily seen by the red links in the upper part of the Main page
http://os.wikipedia.org/ — these were the links to the Embassy.
Some of the lost pages were in active use, we need them back.

Thank you in advance.


-- 
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 14801] Global deleted image review for Commons admins

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14801


Abigor abi...@forgotten-beauty.com changed:

   What|Removed |Added

 CC||abi...@forgotten-beauty.com




--- Comment #16 from Abigor abi...@forgotten-beauty.com  2009-03-05 21:53:30 
UTC ---
Is there a progress update?


-- 
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 16955] Pontic Wikipedia has been approved

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16955


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #6 from Rob Halsell rhals...@wikimedia.org  2009-03-05 22:03:26 
UTC ---
This is all setup.  If there are any issues, please feel free to re-open this
bug, or open a new one.  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 16976] Wikis ready for creation (tracking)

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976


Bug 16976 depends on bug 16955, which changed state.

Bug 16955 Summary: Pontic Wikipedia has been approved
https://bugzilla.wikimedia.org/show_bug.cgi?id=16955

   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 11057] Increase size of ug_group in user_groups table

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11057


MZMcBride pub...@mzmcbride.com changed:

   What|Removed |Added

 Blocks||15285




-- 
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 17809] New: API should have method to return number in user group

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17809

   Summary: API should have method to return number in user group
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@home.nl
ReportedBy: pub...@mzmcbride.com
CC: bryan.tongm...@gmail.com, vasi...@gmail.com


There's currently no way (that I can see) to return the number of people in a
group (like sysop) via the API. The wiki has {{NUMBERINGROUP:sysop}}, which has
led some to suggest hacks like
http://en.wikipedia.org/w/api.php?action=parsetext={{NUMBERINGROUP:sysop}} to
pull the data from the API.

meta=siteinfo seems like an appropriate place for something like
sinumberingroup=sysop or something.


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776





--- Comment #6 from Rob Halsell rhals...@wikimedia.org  2009-03-05 22:18:28 
UTC ---
I ran some changes, but it did not fix it completely.

As far as I know, nothing is lost, just will not work right until we fix it.  I
am working with brion to get this 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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776





--- Comment #7 from Rob Halsell rhals...@wikimedia.org  2009-03-05 22:24:49 
UTC ---
Brion:

I went ahead and ran:

php maintenance/namespaceDupes.php --prefix=Википеди --fix
Checking prefix Википеди vs namespace 0

Looks good!

I am not sure if the issue is 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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776





--- Comment #8 from Slavik IVANOV amik...@gmail.com  2009-03-05 22:28:21 UTC 
---
I still don't see the lost pages. Say,
[[:os:Википеди:Хъазуатон куыст]] or
[[Википеди:Минæварад]].
The older prefixed as Wikipedia: are in their right place (e. g.
Википеди:Афыст).


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776


Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |br...@wikimedia.org
 Status|REOPENED|NEW




--- Comment #9 from Rob Halsell rhals...@wikimedia.org  2009-03-05 22:30:14 
UTC ---
Ok, Brion, I am going to assign this to you for the moment.  Feel free to
comment on what exactly I should do to fix it, and kick it back.  (Or just do
it and I will take notes for next time, but make sure to assign it back so I
know what to do!)


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #10 from Andrew Garrett and...@epstone.net  2009-03-05 22:47:40 
UTC ---
I ran php maintenance/namespaceDupes.php --prefix=Википеди --fix --wiki
oswiki

The pages have been moved from Википеди:Title to
Википеди-Title.

Full details are at http://p.defau.lt/?i_uOCkl_7sfAFG5rQ1GCzQ


-- 
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 17807] morebots IRC bot keeps dying :(

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17807





--- Comment #1 from Andrew Garrett and...@epstone.net  2009-03-05 22:56:29 
UTC ---
The script had a bug in its exception handling (I don't know python very well
:) ).

It can be restarted by running python morebots.py in ~andrew/morebots on
wikitech.wikimedia.org


-- 
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 17801] Subscribers reporting receiving multiple copies of messages

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17801





--- Comment #1 from Rjd0060 rjd0060.w...@gmail.com  2009-03-05 23:02:41 UTC 
---
The other list that this was reported on is WikiDE-l.

Update on the daily-article-l reporter: Says the recent message to that list
only came to them one time.


-- 
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 17810] New: [edit] links appear in printable version when copied into a document

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17810

   Summary: [edit] links appear in printable version when copied
into a document
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kevinjd...@yahoo.com


If I go to any article and click the printable version via the link on the
sidebar, I can see the printable version without the [edit] links.  But if I
copy-paste the text to a document, the edit links appear again. This is very
annoying and I'd be grateful for a fix. Thank you.


-- 
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 17808] Have search suggest results open in a new tab on middle click

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17808


Robert Stojnic rain...@eunet.yu changed:

   What|Removed |Added

 CC||rain...@eunet.yu




--- Comment #4 from Robert Stojnic rain...@eunet.yu  2009-03-05 23:23:32 UTC 
---
Makes sense, just need to make sure the links point to exactly the same url as
form submit.


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776





--- Comment #11 from Slavik IVANOV amik...@gmail.com  2009-03-05 23:24:49 UTC 
---
(In reply to comment #10)
 The pages have been moved from Википеди:Title to
 Википеди-Title.

Ok. Thank you very much. I see the pages and I will rename or delete them now.
A good chance to see them all.

Should the bug be marked now as CLOSED? The issue seems to be solved 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 17595] Don't use table for page layout

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17595


Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m




--- Comment #5 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-03-05 
23:36:07 UTC ---
I don't know of any way to do this that works in IE and doesn't require you to
specify a fixed width.  I don't think we want to degrade display for the
majority of our users for the sake of a minority, even a more
standards-compliant-browser-using minority.

I guess we could do inline-blocks with a fixed width and rely on wrapping
within each block.  I think that would work.  At least Firefox 2 doesn't
support inline-block, so we might have to use floats for it instead, and
specify both width and height or something (which would get pretty messed up
for long page titles).

Overall, this is nontrivial to do until we can rely on CSS column-*, which
(surprise!) IE doesn't support, up to and including IE8.


-- 
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 17595] Don't use table for page layout

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17595





--- Comment #6 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-03-05 
23:37:36 UTC ---
. . . but if anyone has any ideas, feel free to submit a patch.  Any proposal
must work in IE6 and later, as well as any other significant browsers.


-- 
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 17767] Please change name of file namespace for language da

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17767


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Siebrand siebr...@wikipedia.be  2009-03-05 23:43:24 UTC 
---
Done in r48069.


-- 
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 7862] CategoryTree degrades poorly on IE/Mac

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7862


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|dan...@brightbyte.de|and...@epstone.net




-- 
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 9995] Wikibugs gets confused by bugs with non-ASCII chars in summary

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9995


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |and...@epstone.net
   |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 7862] CategoryTree degrades poorly on IE/Mac

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7862


Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m




--- Comment #4 from Aryeh Gregor simetrical+wikib...@gmail.com  2009-03-06 
01:22:57 UTC ---
Ugh, are we still putting effort into support IE5/Mac?


-- 
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 2007] Tracking bug (tracking)

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Depends on|15842   |




-- 
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 15842] Enable image renaming on WMF wikis

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15842


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org
 Blocks|2007|
   Keywords||shell
Summary|Enable image renaming on WMF|Enable image renaming on WMF
   |wikis (tracking)|wikis




--- Comment #6 from Brion Vibber br...@wikimedia.org  2009-03-06 01:23:18 UTC 
---
Removing tracking bug annotations, since this is a request for a config
change, not a tracking bug.

Probably ready to go, though I have the vague impression we turned it partially
on then tripped it back out for some issue... was that resolved?


-- 
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 17810] [edit] links appear in printable version when copied into a document

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17810


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-06 01:29:26 UTC 
---


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


-- 
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 11213] [edit] should not occure in printable version

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11213


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||kevinjd...@yahoo.com




--- Comment #3 from Brion Vibber br...@wikimedia.org  2009-03-06 01:29:26 UTC 
---
*** Bug 17810 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 11213] [edit] section links in printable version interfere with cut-and-paste of article text

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11213


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |aboost...@wikimedia.org
   |l...@lists.wikimedia.org   |
 Status|REOPENED|NEW




--- Comment #5 from Brion Vibber br...@wikimedia.org  2009-03-06 01:33:05 UTC 
---
This seems like a fun one for the usability crew... Arash, take a peek! :D


-- 
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 15063] wpSpamRegex entry for large image tables

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|br...@wikimedia.org |rhals...@wikimedia.org
 Status|REOPENED|NEW




-- 
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 15063] wpSpamRegex entry for large image tables

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15063


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 CC||and...@epstone.net




--- Comment #10 from Andrew Garrett and...@epstone.net  2009-03-06 01:41:30 
UTC ---
Will be doable with the Abuse Filter when it's live on the appropriate site(s).


-- 
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 13421] Safari 3.1 video element fails to play ogg without XiphQT components installed

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13421





--- Comment #3 from Gregory Maxwell gmaxw...@gmail.com  2009-03-06 01:52:45 
UTC ---
The HTML5 stuff got some additions to allow for JS codec detection. 

To use it, you do something like this:
dummyvid = document.createElement(video);
if (dummyvid.canPlayType(video/ogg;codecs=\theora,vorbis\) == probably)
{
/* it should work */
} else {
/* go nag the user to install stuff */
}

But: I've not actually tested it (Firefox 3.1 beta didn't support it; the
nightlies supposedly do but I haven't gotten around to testing it), and I have
no clue if safari supports it or not and if it works correctly with XiphQT.

Googling canPlayType brings up useful information. (I'd offer to hack on this,
but I don't have access to safari, and getting test subjects is a pain)


-- 
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 17594] Absurdly large syslog sometimes fills Apache / partitions

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17594


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org
 AssignedTo|wikibugs-   |rhals...@wikimedia.org
   |l...@lists.wikimedia.org   |




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-06 01:53:48 UTC 
---
Possibly faster rotation than daily would be wise. Probably reducing the log
verbosity of Apache would also be wise.


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776





--- Comment #12 from Andrew Garrett and...@epstone.net  2009-03-06 02:13:12 
UTC ---
THIS BUG CONTAINS UNICODE :O
(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 2596] Broken links with question-mark formatting fails on MSIE 7 and below

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2596


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

Summary|Broken links with question- |Broken links with question-
   |mark formatting fails on|mark formatting fails on
   |MSIE|MSIE 7 and below




--- Comment #2 from Brion Vibber br...@wikimedia.org  2009-03-06 02:13:30 UTC 
---
This is resolved as of IE 8 release candidate.


-- 
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 17776] Rename 'os' Wikipedia namespace to Википеди, the actually used prefix

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17776


Andrew Garrett and...@epstone.net changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




-- 
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 17811] New: Global filters

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17811

   Summary: Global filters
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: AbuseFilter
AssignedTo: and...@epstone.net
ReportedBy: mikelifegu...@fastmail.fm
CC: wikibugs-l@lists.wikimedia.org


We want global filters please :)


-- 
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 17811] Global filters

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17811


Mike.lifeguard mikelifegu...@fastmail.fm changed:

   What|Removed |Added

 Blocks||15063




-- 
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 8566] Thumbnail rendering of SVGs broken

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8566


Jesse Viviano jn...@nc.rr.com changed:

   What|Removed |Added

 CC||jn...@nc.rr.com
URL|http://de.wikipedia.org/wiki|http://en.wikipedia.org/wiki
   |/Bild:Hungary_budapest_city_|/File:PCI_Express_logo.svg
   |park.svg|




--- Comment #2 from Jesse Viviano jn...@nc.rr.com  2009-03-06 02:54:58 UTC ---
I am getting another failed thumbnail render at [[File:PCI Express logo.svg]]
on the English Wikipedia. The logarithmic spiral still fails to render
correctly from Jason Betts' comment above. I have changed the URL because that
URL points to a deleted image.


-- 
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 17779] Abnormal URL or Bad Web-Crawler (Spider) , make to High CPU loading?

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17779





--- Comment #1 from player player...@hotmail.com  2009-03-06 03:32:40 UTC ---
# Query string fields
$action = $wgRequest-getVal( 'action', 'view' );
$title = $wgRequest-getVal( 'title' );

#Fix Bug? Ver2
if (is_null( $title ) or ($title == ) or
(substr($_SERVER['QUERY_STRING'],0,7)=='action='))
{
header(Location: index.php/%E9%A6%96%E9%A0%81); exit;
}


-- 
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 17813] New: ages created through Special:Book do not respect user restrictions

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17813

   Summary: ages created through Special:Book do not respect user
restrictions
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Collection
AssignedTo: supp...@pediapress.com
ReportedBy: prod...@gmail.com


A blocked user (or user who otherwise can not create pages) is able to create a
page through Special:Book, by using the Save and share your book feature. The
page that is created does not appear to respect any restrictions on the user,
including the block status of the user, if the user has the rights to create
pages, and if the page violates the TitleBlacklist. There are possibly other
restrictions I can't think of at the moment that could be being ignored.


-- 
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 17467] Edit conflict notification on Preview/Show Changes

2009-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17467


Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber br...@wikimedia.org  2009-03-06 06:27:20 UTC 
---
Mmm, this could indeed be a nice plus. Would probably want to do a merge test,
and only throw up the warning if there is an issue -- at which point one could
click for further details. (No sense cluttering up the view with a giant
conflict screen while you're still working.)


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