[Bug 25025] Add pre commit hook to prevent blank commit summaries

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25025

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #2 from p858snake  2010-09-08 06:01:03 UTC ---
(In reply to comment #1)
> On which wiki?
> Has the community discussed and approved this?
On SVN not wiki, silly!.

-- 
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 25025] Add pre commit hook to prevent blank commit summaries

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25025

JeLuF  changed:

   What|Removed |Added

 CC||je...@gmx.de

--- Comment #1 from JeLuF  2010-09-08 05:59:58 UTC ---
On which wiki?
Has the community discussed and approved 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 25067] Latin Wikipedia still uses old logo

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25067

JeLuF  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||INVALID

--- Comment #1 from JeLuF  2010-09-08 05:51:58 UTC ---
Please ask a sysop of Latin Wikipedia to upload the new version of the logo to
[[Image:Wiki.png]]. The logo change has to be done there.

-- 
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 24394] Install AbuseFilter on Hindi Wikipedia

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24394

JeLuF  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #9 from JeLuF  2010-09-08 05:45:38 UTC ---
Granted "abusefilter-modify" to user group "abusefilter". 

+} elseif ($wgDBname == 'hiwiki') {
+   $wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;

-- 
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 24900] Enable abuse filter manager group in hindi wiki and grant bureacrats to add/remove this group

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24900

JeLuF  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||DUPLICATE

--- Comment #4 from JeLuF  2010-09-08 05:40:47 UTC ---


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

-- 
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 24394] Install AbuseFilter on Hindi Wikipedia

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24394

--- Comment #8 from JeLuF  2010-09-08 05:40:47 UTC ---
*** Bug 24900 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 25082] Grant abusefilter-log-detail to only sysop and abusefilter group on jawiki

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25082

JeLuF  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #1 from JeLuF  2010-09-08 05:37:25 UTC ---
Done.

 } elseif ($wgDBname == 'jawiki') {
$wgGroupPermissions['sysop']['abusefilter-modify'] = false;
$wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;
-   $wgGroupPermissions['*']['abusefilter-log-detail'] = true;
+   $wgGroupPermissions['*']['abusefilter-log-detail'] = false;
+   $wgGroupPermissions['sysop']['abusefilter-log-detail'] = false;
+   $wgGroupPermissions['abusefilter']['abusefilter-log-detail'] = false;

-- 
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 25051] Localize namespaces on newiki

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25051

JeLuF  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from JeLuF  2010-09-08 05:30:36 UTC ---
Done.
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 1100)
+++ InitialiseSettings.php(working copy)
@@ -1762,7 +1762,7 @@
 'lvwiki'=> 'Vikipēdijas_diskusija',
 'mtwiki'=> 'Diskussjoni_Wikipedija',
 'mtwiktionary'  => 'Diskussjoni_Wikizzjunarju',
-'newiki'=> 'विकिपीडिया_वार्ता'
+'newiki'=> 'विकिपीडिया_वार्ता',
 'newwiki' => 'विकिपिडिया_खँलाबँला',
 'noboard_chapterswikimedia' => 'Wikimedia-diskusjon',
 'pntwiki'   => 'Βικιπαίδεια_καλάτσεμαν',

-- 
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 25051] Localize namespaces on newiki

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25051

JeLuF  changed:

   What|Removed |Added

 CC||je...@gmx.de
Summary|Localize namespaces |Localize namespaces on
   ||newiki

-- 
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 20184] Edit summary label is last-line justified when "justify paragraphs" is enabled

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20184

entli...@gmx-topmail.de changed:

   What|Removed |Added

 CC||entli...@gmx-topmail.de

--- Comment #2 from entli...@gmx-topmail.de 2010-09-08 01:27:24 UTC ---
This is because both the label and the following input field are inline (the
input actually behaves just like a single very long word). What browsers do if
the label contains text that is long enough to push the input field to the next
line is correct: They can't break the input field between lines and therefore
justify the label by inserting large amount of space.

Possible workaround:

.editOptions { text-align: left }
.rtl .editOptions { text-align: right }

Another approach is to change the label and/or the input field from inline to
block, but that would make it look different in cases where the label would be
short enough to fit on a single line together with the input field.

-- 
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 25093] New: Local time for Belarusian (Taraškievica) Wikipedia

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25093

   Summary: Local time for Belarusian (Taraškievica) Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://be-x-old.wikipedia.org/
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: j...@zedlik.com


Hello,

Please set the local time for be-x-old.wikipedia to 'Europe/Minsk'. 
The local announcement in the village pump:
http://be-x-old.wikipedia.org/wiki/Вікіпэдыя:Форум#.D0.9B.D1.8F.D0.BA.D0.B0.D0.BB.D1.8C.D0.BD.D1.8B_.D1.87.D0.B0.D1.81_.D0.B4.D0.BB.D1.8F_.D0.92.D1.96.D0.BA.D1.96.D0.BF.D1.8D.D0.B4.D1.8B.D1.96

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 25057] Request for a private mailing list

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25057

Cary Bass  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Cary Bass  2010-09-08 00:55:30 UTC ---
List Wikimedia-IN-Exec created (removed the Comm as it was not a Committee, but
a Council).  Anirudh set as list admin.  Private archives, subscription
requires authorization, no advertisement of info page. 

Right 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 21907] Internal bug in FCKEditor extension

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21907

--- Comment #18 from James  2010-09-07 23:11:13 UTC ---
Looked into this further today, and my current issue seems to be with the
constructor for the FCKeditorSkin class.

It's defined in FCKeditorSkin.body.php:

function __construct( &$skin ) {
$this->skin = $skin;
}

I changed the function definition to the following, and it seems to work for me
now:

function __construct( $skin ) {

-

I just reviewed the new instructions at
http://www.mediawiki.org/wiki/Extension:FCKeditor_%28Official%29
There were some changes made since I had originally followed them at the
beginning of last month.  Most notably, the note regarding the MW extension
being forked from the upstream version at:
http://svn.fckeditor.net/MediaWiki/trunk/

This bug seems very old, but is still appearing in current source from
upstream... it's strange they still haven't fixed this one, because it's a
showstopper (at least for the MW extension).

I think it would be ideal if we could port these changes back upstream in order
to avoid confusion arising from installing this extension from different
sources, and so upstream can benefit too.

-- 
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 24778] abbr element broken in IE 6

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24778

--- Comment #2 from entli...@gmx-topmail.de 2010-09-07 22:56:49 UTC ---
Created attachment 7677
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7677
Testcase

Please note that this hack works only if it is executed before any unknown
elements (see testcase). Is that still the case with ResourceLoader? r72349 is
unclear to me ("all JS is now loaded at the bottom" - bottom of what?).

-- 
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 25031] int messages are not translated in banner previews

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25031

--- Comment #4 from Ryan Kaldari  2010-09-07 22:00:22 
UTC ---
trying out in r72555.

-- 
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 21907] Internal bug in FCKEditor extension

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21907

--- Comment #17 from James  2010-09-07 21:57:58 UTC ---
PLEASE NOTE:  The revision I reference (r5859) is *not* the one that this
bugtracker auto-linkified to the main mediawiki SVN.  Revisions referenced
earlier in this thread were much larger than I was expecting, due to being in
the main MW repo ;-)

It is the remote revision of the svn:external repo for FCKeditor:
http://svn.fckeditor.net/MediaWiki/trunk/

-- 
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 25031] int messages are not translated in banner previews

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25031

--- Comment #3 from Ryan Kaldari  2010-09-07 21:50:36 
UTC ---
Adding


$popts->setUserLang( $language );


to MessageCache::transform() fixes the problem. No idea if that breaks anything
else.

-- 
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 25092] New: LiquidThreads breaks action=raw

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25092

   Summary: LiquidThreads breaks action=raw
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://hu.wikipedia.org/w/index.php?title=Wikip%C3%A9d
ia:Tudakoz%C3%B3/teszt&action=raw&ctype=text/css
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: gti...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


action=raw URL parameter has no effect on talk pages using LQT (see URL). This
is especially problematic because recent changes patrollers rely on the popup
tool which uses action=raw to show popups for diff 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 25091] New: String single quote unescaped in FCKeditor.body.php prevents editor from loading.

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25091

   Summary: String single quote unescaped in FCKeditor.body.php
prevents editor from loading.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: FCKeditor
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jmlapoi...@profweb.qc.ca


I installed MediaWiki 1.16.0 with latest FCKeditor from the 1.16.x branch and
it generate the following javascript error for my french language wiki.

Here is the error output of firefox's 3.6 linux x86_64 error console:

Erreur : missing ; before statement
Fichier Source :
http://wiki.demo.ep.profweb.qc.ca/index.php?title=Accueil&action=edit
Ligne : 274, Colonne : 41
Code Source :
  fckTools.innerHTML+='[Ouvrir l'éditeur enrichi
dans une nouvelle fenêtre]';

As you can see, the french text "Ouvrir l'éditeur enrichi dans une nouvelle
fenêtre" has a single quote wich is not escaped and this prvents the editor
from loading.

I found a temporary fix by doing the following thing:

In file "extensions/FCKeditor/FCKeditor.body.php", I replaced line 430:
  -> $newWinMsg = wfMsg( 'rich_editor_new_window' );
with
  -> $newWinMsg = str_replace("'","\'",wfMsg( 'rich_editor_new_window' ));

This fixed the problem, the editor now loads normaly.

I'm not a programmer so I don't know if this is a FCKeditor problem or a
MediaWiki problem and I'm not sure if I corrected this bug by doing the best
thing so I will let you guys decide where it should be fixed.

Thanx for your great work!

I hope you can fix this soon!

-- 
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 21907] Internal bug in FCKEditor extension

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21907

--- Comment #16 from James  2010-09-07 21:30:55 UTC ---
Created attachment 7676
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7676
mylyn/context/zip

-- 
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 21907] Internal bug in FCKEditor extension

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21907

--- Comment #15 from James  2010-09-07 21:30:54 UTC ---
Created attachment 7675
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7675
Partial patch made based off of SVN r5859

For more details, see:

http://www.mediawiki.org/wiki/Extension_talk:FCKeditor_%28Official%29#Semi-working_Patch

-- 
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 23405] Strict Standers Error with FCKeditor 2.6.4 with Media wiki 1.15.2

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23405

--- Comment #1 from James  2010-09-07 21:23:15 UTC ---
This seems related to Bug 21907, and issues with PHP 5.3.x

-- 
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 21907] Internal bug in FCKEditor extension

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21907

James  changed:

   What|Removed |Added

 CC||jcuze...@lyraphase.com

--- Comment #14 from James  2010-09-07 21:21:54 UTC ---
I too am seeing problems due to PHP 5.3.x and current versions of both
MediaWiki and FCKEditor.  Thanks to XDebug, I'm actually getting PHP errors to
try and track this down.  Other good news:  It seems that I've fixed all but
one last issue relating to pass by reference use within FCKEditor's source. 
Right now I'm a bit stumped because I'm really not too familiar with
FCKEditor's code, or how these functions are supposed to work.

Here's what I've done so far:

1) Installed FCKEditor (r5859)
2) Fixed some strict PHP errors by changing the function definitions in a
couple child classes to match that of their parents.  (Also seems someone else
has run into this in bug 23405)
3) Created a patch on r5859 with these fixes
4) Run into one last error:

Strict standards: Only variables should be passed by reference in
C:\xampp\htdocs\mediawiki\extensions\FCKeditor\FCKeditorParserOptions.body.php
on line 9

Please see FCKEditor's talk page on MediaWiki.org for full documentation of
what I've done to debug this so far:
http://www.mediawiki.org/wiki/Extension_talk:FCKeditor_%28Official%29#1.16_and_latest_revision_not_working

I will also attach my patch here.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 2814] Special:Disambiguations issues (tracking)

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2814

Ashar Voultoiz  changed:

   What|Removed |Added

 AssignedTo|has...@free.fr  |wikibug...@lists.wikimedia.
   ||org

--- Comment #7 from Ashar Voultoiz  2010-09-07 21:09:02 UTC ---
Unassigning myself since I am currently busy in the networking world.

-- 
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 25090] New: Add donation ceiling and floor settings

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25090

   Summary: Add donation ceiling and floor settings
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: tf...@wikimedia.org
CC: tf...@wikimedia.org


We've had some very large and small donation move through the system that
should have never been sent off. 

If we can stop them at the payment gateway then we'll have less noise and will
have less upstream dependancies.

-- 
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 24778] abbr element broken in IE 6

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24778

Raimond Spekking  changed:

   What|Removed |Added

   Keywords||patch

-- 
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 24778] abbr element broken in IE 6

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24778

--- Comment #1 from entli...@gmx-topmail.de 2010-09-07 19:54:07 UTC ---
Created attachment 7674
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7674
Proposed fix

This should fix it. I also had to change wikibits.js because the check for
ie6_bugs was broken since r65774.

-- 
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 25026] Wikispecies logo needs to be shorter for Vector

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25026

--- Comment #3 from Ryan Kaldari  2010-09-07 18:55:52 
UTC ---
The resized PNG looks really bad. Apparently we don't have a vector version of
the Wikispecies logo. The current version was created by Zephram Stark so we
may have to get him to create a resized version as well.

-- 
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 20231] Allow "archiving" of CentralNotice templates

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20231

Ryan Kaldari  changed:

   What|Removed |Added

   Severity|blocker |minor

--- Comment #3 from Ryan Kaldari  2010-09-07 18:49:15 
UTC ---
Lowering importance to minor now that pagination is in place.

-- 
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 25089] New: Combobox doesn't seem to be working

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25089

   Summary: Combobox doesn't seem to be working
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: mitchell_ne...@hotmail.com
CC: wikibugs-l@lists.wikimedia.org


Hi.

I can't seem to get the combobox input type to work at all.

I have the the following form and template:

{{{for template|Picture Template}}}
{| class="formtable"
! Title:
| {{{field|Title}}}
|-
! Artist:
| {{{field|Artist|input type=combobox}}}
|-
! Date:
| {{{field|Date}}}
|-
! Location:
| {{{field|Location}}}
|}
{{{end template}}}

{| class="wikitable"
! Title
| [[Title::{{{Title|}}}]]
|-
! Artist
| [[Artist::{{{Artist|}}}]]
|-
! Date
| [[Date::{{{Date|}}}]]
|-
! Location
| [[Location::{{{Location|}}}]]
Is this a bug?
|}

Artist is a page property.

If I have input type=combobox, then the field does not auto complete and 
when you click the down arrow nothing shows. If I knock out the input 
type=combobox then the field auto completes correctly.

You can see this at http://scratchpad.referata.com/wiki/Form:Picture_Form

In the artist field typing "L" doesn't auto complete and nothing is returned 
when you click the down arrow. Remove the input type=combobox from the 
form definition and then when you type "L" into the field the 
autocomplete returns Leonardo Da Vinci.

The same also happens with properties that have a number of Allows 
value:: set. Comboboxes just don't seem to work at all for me.

Running SMW 1.5.2, MW 1.16, SF 2.0.

Cheers.
Neill.

-- 
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 25088] New: Turkish Mobile Wikipedia

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25088

   Summary: Turkish Mobile Wikipedia
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
   URL: http://tr.m.wikipedia.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: android
AssignedTo: hcat...@wikimedia.org
ReportedBy: jos...@gmail.com
CC: tf...@wikimedia.org


Wikipedia: tr.m.wikipedia.org
Main page: Vikipedi:Ana_Sayfa_(mobil)

We have created a special page for mobile Turkish Wikipedia. You can see the
archived discussions here:
http://tr.wikipedia.org/wiki/Vikipedi:K%C3%B6y_%C3%A7e%C5%9Fmesi/2010/May%C4%B1s#Mobil_Vikipedi

-- 
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 12261] Render category links as an HTML list

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12261

✓  changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #10 from ✓  2010-09-07 12:31:22 UTC ---
I always thought about that bug, but it has low importance (OK, it might make
Hotcat to be faster).
In my Webpages I usually use  for any lists, even inline ones, because it
is the designated tag for that. I also like these vertical bars between the
items, but today I'm no more doing the mistake to use :after{content:"|"} in my
CSS for that.
This phrase would make the | be selectable content, which it should be not;
being just a matter of design.
It should be done with a simple border instead:
#catlinks  {
   display: inline;
   display: inline-block;
   padding: 0 1em; /*some gap*/
   border-left: 1px solid #000;
}
#catlinks :first-child {
   padding-left: 0;
   border-left: none;
}
Of course we don't have to use ul>li, this also could be div>span or something
else, but then old browser which do not understand the inline-block together
with the margin wont display any space between.

-- 
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 25081] Site notice has a visible border

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25081

--- Comment #1 from Tim Starling  2010-09-07 10:21:05 
UTC ---
Assigned to Trevor.

-- 
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 25081] Site notice has a visible border

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25081

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org
 AssignedTo|wikibug...@lists.wikimedia. |tpars...@wikimedia.org
   |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 25087] New: Categories with subcats show a fatal error when displayed

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25087

   Summary: Categories with subcats show a fatal error when
displayed
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Categories
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: arancaytar.ilya...@gmail.com


On displaying a category page that contains sub-categories, my site (running on
svn trunk) shows the following fatal PHP error:

Notice: Undefined variable: title in ./includes/CategoryPage.php on line 172

Fatal error: Call to a member function getPrefixedText() on a non-object in
./includes/CategoryPage.php on line 193

On examining the relevant function, the error seems immediately apparent:

  /**
   * Add a subcategory to the internal lists, using a Category object
   */
  function addSubcategoryObject( Category $cat, $sortkey, $pageLength ) {
// Subcategory; strip the 'Category' namespace from the link text.
$this->children[] = $this->getSkin()->link(
  $cat->getTitle(),
  null,
  array(),
  array(),
  array( 'known', 'noclasses' )
);

$this->children_start_char[] = $this->getSubcategorySortChar( $title,
$sortkey );
  }

In the last line, the variable $title is used, when it hasn't been defined or
passed as an argument. This should probably be replaced by $cat->getTitle(), as
earlier in the function.

Making that replacement fixed the error 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 25051] Localize namespaces

2010-09-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25051

aokomoriuta  changed:

   What|Removed |Added

 CC||aokomori...@enmps.net

--- Comment #3 from aokomoriuta  2010-09-07 08:30:01 UTC 
---
You should ask translators in translatewiki.net[1],
or get translator right[2] and translate them by yourself[3].

[1] http://translatewiki.net/wiki/Portal:Ne
[2] http://translatewiki.net/wiki/Special:FirstSteps
[3] http://translatewiki.net/wiki/Special:AdvancedTranslate

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