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

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

Tim Starling tstarl...@wikimedia.org 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 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 tstarl...@wikimedia.org 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 12261] Render category links as an HTML list

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

✓ andbe...@web.de changed:

   What|Removed |Added

 CC||andbe...@web.de

--- Comment #10 from ✓ andbe...@web.de 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 ul 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 one item {
   display: inline;
   display: inline-block;
   padding: 0 1em; /*some gap*/
   border-left: 1px solid #000;
}
#catlinks one item:first-child {
   padding-left: 0;
   border-left: none;
}
Of course we don't have to use ulli, this also could be divspan 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 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 20231] Allow archiving of CentralNotice templates

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

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

   Severity|blocker |minor

--- Comment #3 from Ryan Kaldari rkald...@wikimedia.org 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 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 rkald...@wikimedia.org 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 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 2814] Special:Disambiguations issues (tracking)

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

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

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

--- Comment #7 from Ashar Voultoiz has...@free.fr 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 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 jcuze...@lyraphase.com 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

--- Comment #16 from James jcuze...@lyraphase.com 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 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=Accueilaction=edit
Ligne : 274, Colonne : 41
Code Source :
  fckTools.innerHTML+='span ' + style + ' id=popup_wpTextbox1[a
class=fckPopup href=javascript:void(0)
onclick=ToggleFCKEditor(\'popup\',\'wpTextbox1\')Ouvrir l'éditeur enrichi
dans une nouvelle fenêtre/a]/span';

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 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/tesztaction=rawctype=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 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 rkald...@wikimedia.org 2010-09-07 21:50:36 
UTC ---
Adding

pre
$popts-setUserLang( $language );
/pre

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 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 jcuze...@lyraphase.com 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 #4 from Ryan Kaldari rkald...@wikimedia.org 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 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 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 jcuze...@lyraphase.com 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 25057] Request for a private mailing list

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

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Cary Bass cb...@wikimedia.org 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: https://lists.wikimedia.org/mailman/listinfo/wikimedia-in-exec

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

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

JeLuF je...@gmx.de 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 25051] Localize namespaces on newiki

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

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from JeLuF je...@gmx.de 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 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 je...@gmx.de changed:

   What|Removed |Added

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

--- Comment #1 from JeLuF je...@gmx.de 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 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 je...@gmx.de 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 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 je...@gmx.de changed:

   What|Removed |Added

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

--- Comment #4 from JeLuF je...@gmx.de 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

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #9 from JeLuF je...@gmx.de 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 25067] Latin Wikipedia still uses old logo

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

JeLuF je...@gmx.de changed:

   What|Removed |Added

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

--- Comment #1 from JeLuF je...@gmx.de 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