[Bug 37038] New: issue with the way Type:Date treats pre-1582 years

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37038

   Web browser: ---
 Bug #: 37038
   Summary: issue with the way Type:Date treats pre-1582 years
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: contrafibular...@hotmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


There appears to be an issue with the way that special Type:Date handles
pre-1582 (pre-Gregorian) dates. For instance, when the value specified is
1500, SMW somehow translates this as 1499. Perhaps 1500 gets interpreted as
1 January minus one day = 31 December, 1499? 

Btw, this is not a new issue. In fact, I remember the exact same problem
occurring on a different system about a year ago. 

Specifications: MW 1.17, MySQL 5.5.23, Php 5.3.10, SMW 1.7.1

-- 
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 37039] New: UploadWizard should ignore filename conflicts with previously deleted files

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37039

   Web browser: ---
 Bug #: 37039
   Summary: UploadWizard should ignore filename conflicts with
previously deleted files
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UploadWizard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@wikimedia.org
CC: asha...@wikimedia.org, ne...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Right now UW throws an error on the last step if a file with the same name (!)
was previously deleted. The error message is:

There was a file by this name, (...), but it was deleted and you can not
reupload the file. If your file is different, try renaming it.

This is just user-hostile and unnecessary, getting into the way of the user
just as they're about to wrap up the upload. It's useful to detect and block
files with previously deleted contents (!), but a previously deleted name
should be quietly ignored (and is indeed quietly ignored by the old upload
form), instead of being a blocking error.

We already have the blacklist and many other error conditions so I think we can
safely get rid of this one.

-- 
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 37040] New: Multi-file selection is broken in Opera

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37040

   Web browser: ---
 Bug #: 37040
   Summary: Multi-file selection is broken in Opera
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UploadWizard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@wikimedia.org
CC: asha...@wikimedia.org, ne...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


In Opera 11.64 on Ubuntu, when I try to upload a batch of multiple files, the
first file uploads successfully, but all other files fail. Symptoms are
identical to bug 32353 (same issue with Firefox 3.6). Also reported here
against an older Opera version:

http://commons.wikimedia.org/w/index.php?title=Commons:Upload_Wizard_feedbackdiff=71491472oldid=71483340

-- 
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 37041] New: Can't hilight code containing source if passed as template param

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37041

   Web browser: ---
 Bug #: 37041
   Summary: Can't hilight code containing source if passed as
template param
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SyntaxHighlight (GeSHi)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dann...@email.cz
CC: soxre...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Although bug 18820 claims that now it's possible to hilight even the code
containing source, it's not possible in every case.

Template:Code
{{#tag:syntaxhighlight|{{{code}}}|lang={{{lang}

Article:
Lorem ipsum
{{Code|lang=xml|code=
image
  source isrelative=false/absolute/path/to/image.png/source
/image
}}


The example above triggers error.

-- 
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 37038] issue with the way Type:Date treats pre-1582 years

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37038

contrafibular...@hotmail.com changed:

   What|Removed |Added

 OS/Version|Linux   |All

--- Comment #1 from contrafibular...@hotmail.com 2012-05-23 08:21:20 UTC ---
Update. I just got a different (related?) error: some of the values are instead
set to 1 January 1970, for no apparent reason.

-- 
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 37041] Can't hilight code containing source if passed as template param

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37041

Danny B. dann...@email.cz changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

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

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


[Bug 37042] New: Remove source syntax from SyntaxHighlight (GeSHi)

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37042

   Web browser: ---
 Bug #: 37042
   Summary: Remove source syntax from SyntaxHighlight (GeSHi)
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SyntaxHighlight (GeSHi)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dann...@email.cz
CC: soxre...@gmail.com
Blocks: 37041, 18820
Classification: Unclassified
   Mobile Platform: ---


source syntax should be removed from SyntaxHighlight (GeSHi) and all
occurences replaced by bot, because such tag has so common name, which can be
used in various XML applications, namely HTML5 is using it for instance.

Having this tag disallows various constructions (see bug 37041 and bug 18820)
and forces users to use nasty hacks (if even available) which make the original
source less legible.

-- 
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 37041] Can't hilight code containing source if passed as template param

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37041

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Depends on||37042

-- 
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 18820] Cannot parse source code containing source

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18820

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Depends on||37042

-- 
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 37042] Remove source syntax from SyntaxHighlight (GeSHi)

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37042

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 2012-05-23 
08:36:43 UTC ---
I don't see this happening anytime soon, we can't just break backwards
compatibility like that.

-- 
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 37043] New: backport ffmpeg packages to Ubuntu lucid

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

   Web browser: ---
 Bug #: 37043
   Summary: backport ffmpeg packages to Ubuntu lucid
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The TimedMediaHandler extension seems to require ffmpeg2theora version 0.27 at
a minimum whereas Ubuntu Lucid provides 0.24:

$ apt-cache policy ffmpeg2theora
ffmpeg2theora:
  Installed: (none)
  Candidate: 0.24-2build2
  Version table:
 0.24-2build2 0
500 http://ubuntu.wikimedia.org/ubuntu/ lucid/universe Packages
$

Similarly the extensions requires ffmpeg 0.6.1 whereas Ubuntu Lucid provides
0.5.1:

$ apt-cache policy ffmpeg
ffmpeg:
  Installed: (none)
  Candidate: 4:0.5.1-1ubuntu1.3
  Version table:
 4:0.5.1-1ubuntu1.3 0
500 http://ubuntu.wikimedia.org/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 4:0.5.1-1ubuntu1 0
500 http://ubuntu.wikimedia.org/ubuntu/ lucid/main Packages
$


The ffmpeg2theora has been added to operation/puppet test branch with
https://gerrit.wikimedia.org/r/8564 . ffmpeg was already there.


This bug is about backporting newest versions to Lucid.

-- 
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 37031] OATHAuth breaks API login

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37031

--- Comment #5 from Sam Reed (reedy) s...@reedyboy.net 2012-05-23 08:39:05 
UTC ---
(In reply to comment #4)
 The error almost never occurs, and it's likely a timing issue of some variety.
 In the long term we don't plan using the script anyway. It's a waste of time 
 to
 fix.

So what you're saying is that Sumana is lucky? ;)

-- 
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 37044] New: Fix typo in GeSHi HTML5 definition file

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

   Web browser: ---
 Bug #: 37044
   Summary: Fix typo in GeSHi HTML5 definition file
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: SyntaxHighlight (GeSHi)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dann...@email.cz
CC: soxre...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


[mediawiki/extensions/SyntaxHighlight_GeSHi.git] / geshi / geshi / html5.php

End of line 61 is . and should be , instead.

-- 
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 37045] New: Show when an article was last edited on mobile site

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37045

   Web browser: ---
 Bug #: 37045
   Summary: Show when an article was last edited on mobile site
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: MobileFrontend
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jrob...@wikimedia.org
CC: aricha...@wikimedia.org, prei...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


It's important to remind people they are editing a live document by informing
them when an article was last edited.

This was initially raised as a suggested enhancement here:
https://www.mediawiki.org/wiki/Thread:Extension_talk:MobileFrontend/Add_dynamic_context_to_the_footer

A suggested implementation was accidently merged
https://gerrit.wikimedia.org/r/7790/

and reverted here
https://gerrit.wikimedia.org/r/8573

We should think more about this and how we present this to the user. The footer
doesn't seem to be the best place 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 37046] New: fix apache monitoring

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37046

   Web browser: ---
 Bug #: 37046
   Summary: fix apache monitoring
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The apaches::monitoring class uses check_http_wikipedia which in turn use the
hardcoded en.wikipedia.org URL. The end result is a 403 forbidden error since
that virtual host is not available in beta.

Example of output from bot:

labs-nagios-wm
PROBLEM HTTP is now: WARNING on deployment-apache23 i-0270 output: HTTP
WARNING: HTTP/1.1 403 Forbidden - 366 bytes in 0.006 second response time


We need to alter apaches::monitoring to use a different monitor service for
deployment-prep project, aka check_http_url.

-- 
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 36985] linkify url.author.LibraryThing.com to LT author url

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36985

--- Comment #3 from lɛʁi לערי ריינהארט gangl...@torg.is 2012-05-23 09:37:48 
UTC ---
(In reply to comment #2)
 pls. give a one line example what you want to detect and what link should be
 created.
 
 High and highest urgency is for broken functionalities only, not for
 enhancements like this.

::VIAF:15711453::Name.GND:124697402::url.author.LibraryThing.com:SchonfeldChristine::

should generate http://librarything.com/author/schnofeldchristine

no www., no epo., etc.
the link redirects to http://librarything.com/author/schnfeldchristine (without
o); this is intened in order to write ASCII names (with some capital
characters) redirecting to CYRL, HEBR etc. urls.

I need to document some hundreds of VIAF number every day.

-- 
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 37047] New: gerrit-wm no more notify on comment

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37047

   Web browser: ---
 Bug #: 37047
   Summary: gerrit-wm no more notify on comment
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: innocentkil...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


gerrit-wm no more notify when a comment is added to a change :(

-- 
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 37043] backport ffmpeg packages to Ubuntu lucid

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

j^ j...@v2v.cc changed:

   What|Removed |Added

 CC||j...@v2v.cc

--- Comment #1 from j^ j...@v2v.cc 2012-05-23 09:43:15 UTC ---
we need ffmpeg2theora  0.27 and ffmpeg  0.6.1 and libvpx (which requires a
newer version of yasm)

I have backported those packages and put in a ppa at
https://launchpad.net/~j/+archive/timedmediahandler

what needs to to be done to get those into apt.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 37048] New: video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

   Web browser: ---
 Bug #: 37048
   Summary: video transcoding boxes needs a large temporary
directory
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


TMH uses a temporary directory to rescale videos. We should reuses /dev/vdb
which is mounted by default on /tmp by Nova.

We previously used /dev/vdb in labs for squid COSS (
https://gerrit.wikimedia.org/r/#/c/7118/ ).


TMH seems to forge a temporary file using:
 $tmpFile = TempFSFile::factory( 'transcode_' . $transcodeKey, $ext);
So we will have to alter the filerepo configuration for the transcoding boxes.

-- 
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 37044] Fix typo in GeSHi HTML5 definition file

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

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 2012-05-23 
10:12:29 UTC ---
These should be reported to upstream http://qbnz.com/highlighter/ and ask here
to update the version of bundled geshi once 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 36425] Enable user to select a list of languages in the preferences

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36425

Daniel Werner danwe...@web.de changed:

   What|Removed |Added

 CC||danwe...@web.de

--- Comment #1 from Daniel Werner danwe...@web.de 2012-05-23 10:23:39 UTC ---
Actually, the list we need right now (I guess) is not a list of languages but
rather a list of sites (for the site links the user can and wants to edit
frequently).
It would make sense to also have a configurable list of languages later. This
would be for the user to fast switch between the data sites in different
languages (what we do with uselang=xx currently).

On Wikipedia I guess both is pretty much the same. The sites are languages and
the list of sites would probably be equivalent with list of languages.

But the question is, how to implement this for now. Tread it as a list of sites
or a list of languages or implement both already.

-- 
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 37049] New: Non-latin characters get converted into entities

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37049

   Web browser: ---
 Bug #: 37049
   Summary: Non-latin characters get converted into entities
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: MobileFrontend
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: maxsem.w...@gmail.com
CC: aricha...@wikimedia.org, prei...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Appears to be caused by the switch from saveXML() to save HTML(), resulting in
larger pages in non-English languages.

-- 
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 37050] New: enable jenkins for wikidata extensions

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37050

   Web browser: ---
 Bug #: 37050
   Summary: enable jenkins for wikidata extensions
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: innocentkil...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Please make jenkins run tests against changes to the following repositories: 

mediawiki/extensions/WikibaseLib
mediawiki/extensions/WikidataClient
mediawiki/extensions/WikidataRepo

How do tests for extensions work anyway? The extensions would need to be
configured into LocalSettings.php, so their own test cases get hooked and
executed...

-- 
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 37048] video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-05-23 10:47:31 
UTC ---
https://gerrit.wikimedia.org/r/8585

-- 
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 37047] gerrit-wm no more notify on comment

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37047

--- Comment #1 from Chad H. innocentkil...@gmail.com 2012-05-23 11:08:00 UTC 
---
I thought we wanted to silence the bot on new comments? See bug 35427.

-- 
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 37043] backport ffmpeg packages to Ubuntu lucid

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

--- Comment #2 from Faidon Liambotis fai...@wikimedia.org 2012-05-23 11:08:49 
UTC ---
Thanks for the backporting. Any reason to not upgrade the transcoders to
precise instead, though?

-- 
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 37007] verify /mnt/upload6 user rights

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37007

--- Comment #3 from Peter Bena benap...@gmail.com 2012-05-23 11:14:46 UTC ---
We definitely need to make this accessible to users which apache run on
(default www-data or apache) and mwdeploy, but there is no simple way to do
this on unix. Especially because we use ldap, but we can't manage it (having
all 3 users in same default group would solve the issue).

-- 
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 37007] verify /mnt/upload6 user rights

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37007

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

 CC||rlan...@gmail.com

--- Comment #4 from Peter Bena benap...@gmail.com 2012-05-23 11:15:37 UTC ---
Inserted Ryan because he can update ldap if needed

-- 
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 37048] video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

--- Comment #2 from Peter Bena benap...@gmail.com 2012-05-23 11:19:47 UTC ---
/dev/vdb is mounted as /mnt by default

-- 
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 37048] video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from Peter Bena benap...@gmail.com 2012-05-23 11:20:17 UTC ---
which instance is this

-- 
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 37046] fix apache monitoring

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37046

--- Comment #1 from Peter Bena benap...@gmail.com 2012-05-23 11:21:05 UTC ---
which service is supposed to be checked? Why standard check doesn't work. Can
you write a nagios module to use?

-- 
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 37034] thumb URL gives a 403 forbidden

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37034

--- Comment #1 from Peter Bena benap...@gmail.com 2012-05-23 11:22:13 UTC ---
most of apaches return 403 for unknown reason

-- 
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 37046] fix apache monitoring

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37046

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2012-05-23 
11:32:38 UTC ---
(In reply to comment #1)
 which service is supposed to be checked? Why standard check doesn't work. Can
 you write a nagios module to use?

It is better to use the puppet classes since those are more maintained.

-- 
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 37046] fix apache monitoring

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37046

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

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

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


[Bug 37048] video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37043] backport ffmpeg packages to Ubuntu lucid

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37047] gerrit-wm no more notify on comment

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37047

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 37050] enable jenkins for wikidata extensions

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37050

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 37049] Non-latin characters get converted into entities

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37049

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37044] Fix typo in GeSHi HTML5 definition file

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||upstream
   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37042] Remove source syntax from SyntaxHighlight (GeSHi)

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37042

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 CC||m...@everybody.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 37041] Can't hilight code containing source if passed as template param

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37041

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Normal  |Lowest
 CC||m...@everybody.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 37040] Multi-file selection is broken in Opera

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37040

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.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 37039] UploadWizard should ignore filename conflicts with previously deleted files

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37039

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37036] Thumbnail missing on upload

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37036

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37037] Big Upload Request to Commons

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37037

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 36973] Deletion log excerpt contains bogus checkboxes for revdel

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36973

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37030] Allow caching for Revision::newFromTitle to reduce database load

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37030

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37033] Accessing Special:OATH as an anonymous results in a fatal error

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37033

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37009] Javascript error in Chromium

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37009

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37029] Legend box jumps around

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37029

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37026] Puzzling code in Interwiki

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37026

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 37023] PageTriage causing javascript problems in firefox plugins

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37023

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 37044] Fix typo in GeSHi HTML5 definition file

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

--- Comment #2 from Danny B. dann...@email.cz 2012-05-23 11:49:59 UTC ---
Although it's upstream, we can simply fix it ourselves.

Besides the demo on the site hilites correctly, so it obviously has already
been fixed in some newer version we don't use yet.

-- 
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 37042] Remove source syntax from SyntaxHighlight (GeSHi)

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37042

--- Comment #2 from Danny B. dann...@email.cz 2012-05-23 11:51:44 UTC ---
What backwards compatibility if you run a replace bot?

Besides isn't full functionality more important than backward compatibility?

-- 
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 37041] Can't hilight code containing source if passed as template param

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37041

Danny B. dann...@email.cz changed:

   What|Removed |Added

   Priority|Lowest  |Normal

--- Comment #1 from Danny B. dann...@email.cz 2012-05-23 11:53:41 UTC ---
Definitely not lowest priority as it breaks many pages already.

-- 
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 37042] Remove source syntax from SyntaxHighlight (GeSHi)

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37042

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #3 from p858snake p858sn...@gmail.com 2012-05-23 11:56:34 UTC ---
(In reply to comment #2)
 What backwards compatibility if you run a replace bot?

So you want to advice everyone that has syntax setup on their wikis to
a. learn how to operate a bot
b. run the bot and make the changes

I doubt many people/other users care about not being able to use the output in
xml based format/exports etc...

-- 
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 37050] enable jenkins for wikidata extensions

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37050

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Keywords||wikidata
 CC||daniel.kinz...@wikimedia.de

-- 
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 745] RTL/bidirectional issues (tracking)

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Depends on||37051

-- 
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 37051] New: Filter list label and menu are broken in RTL

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37051

   Web browser: ---
 Bug #: 37051
   Summary: Filter list label and menu are broken in RTL
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: PageTriage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: fflo...@wikimedia.org, rkald...@wikimedia.org
Blocks: 745
Classification: Unclassified
   Mobile Platform: ---


I installed PageTriage and tried it with interface in Hebrew. It's mostly fine,
but there's a big RTL display problem with the Filter list menu.

The Filter list menu label has an arrow (id=mwe-pt-dropdown-arrow), which
is placed on the wrong side of the label and points the wrong way.

The background of the menu itself has the wrong width and it doesn't appear
properly behind begind the menu items.

Finally, the arrow at the Set filters button has a similar problem to the
arrow at the Filter list label.

-- 
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 37042] Remove source syntax from SyntaxHighlight (GeSHi)

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37042

--- Comment #4 from Danny B. dann...@email.cz 2012-05-23 12:17:30 UTC ---
(In reply to comment #3)
 I doubt many people/other users care about not being able to use the output in
 xml based format/exports etc...

That's not about XML format/export at all.

It's about displaying XML (eg. HTML5) syntactically hilited source on wikis
without hacks.

-- 
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 37043] backport ffmpeg packages to Ubuntu lucid

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

--- Comment #3 from j^ j...@v2v.cc 2012-05-23 12:27:03 UTC ---
It was not clear so far if that is an option for deployment, versions in
precise are known to work so that would be the best solution if possible.

-- 
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 37052] New: Page Triage tags descriptions should have the ability to easily include links to policy and help pages

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37052

   Web browser: ---
 Bug #: 37052
   Summary: Page Triage tags descriptions should have the ability
to easily include links to policy and help pages
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: PageTriage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: fflo...@wikimedia.org, rkald...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


There are some messages in PageTriage tag descriptions, which explain the
problem with the page.

Such messages are frequently customized on the projects, because local admins
add links to the relevant policy pages. Obviously, the titles would be
different in every project. The simplest solution would be to create generic
policy page names, that the projects would be able to create and redirect to
the real pages, although something more clever can be done, 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 37052] Page Triage tags descriptions should have the ability to easily include links to policy and help pages

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37052

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-05-23 
12:32:38 UTC ---
Examples of messages that need this treatment are
* pagetriage-tags-externallinks-desc
* pagetriage-tags-refimprove-desc

There are more.

-- 
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 35538] Commits from the l10n-bot should not spam IRC channels

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35538

--- Comment #19 from Antoine hashar Musso has...@free.fr 2012-05-23 
12:50:29 UTC ---
maybe the field as a trailing space or some invisible char?

the hookconfig.l10nuser field could be made to only be the email address and
then use a regex match. That will discard various issues.

Are you sure there is a subject?

I would add a logging/debugging infrastructure to write some informations to
some /var/log/gerrit/ log file. That will help a bit.

-- 
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 37007] verify /mnt/upload6 user rights

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37007

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-05-23 12:59:37 
UTC ---
Here is the current situation:

/mnt/upload6 
 Access: (0775/drwxrwxr-x)  Uid: (   48/  apache)   Gid: ( 1075/ UNKNOWN)

Files below are usually 0777 and sometime 0775. The later should probably be
preferred.


Anyway, regardless of the situation, as long as the file is owned by user
apache id 48, we are fine. mwdeploy does not need access.

-- 
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 37048] video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-05-23 13:03:15 
UTC ---
That would be the jobrunner boxes. But I am probably going to need a new puppet
class and create new instances named something like deployment-transcoding

-- 
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 37047] gerrit-wm no more notify on comment

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37047

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-05-23 13:11:53 
UTC ---
(In reply to comment #1)
 I thought we wanted to silence the bot on new comments? See bug 35427.

And:
New Review should be sent to #mediawiki-codereview

Anyway, I think the lack of comment is a side effect of some change or a bug
and that was not intentionally done. Hence this bug request ;-]

-- 
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 35427] tweak gerrit IRC bot to be less verbose in #mediawiki

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35427

--- Comment #9 from Antoine hashar Musso has...@free.fr 2012-05-23 13:13:21 
UTC ---
Comments notification suddenly stopped for no reason, probably by mistake:

Bug 37047 - gerrit-wm no more notify on comment

New Review should be sent to #mediawiki-codereview

-- 
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 37046] fix apache monitoring

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37046

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-05-23 13:15:21 
UTC ---
(In reply to comment #1)
 which service is supposed to be checked?

That the apache serves a web page.

 Why standard check doesn't work.

Reread my first comment. The check is hardcoded to use en.wikipedia.org which
is not available on beta.

 Can you write a nagios module to use?

There is already the check_http_url plugin.

-- 
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 37046] fix apache monitoring

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37046

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-05-23 13:15:50 
UTC ---
I forgot to post the change number:

https://gerrit.wikimedia.org/r/8575/

-- 
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 37043] backport ffmpeg packages to Ubuntu lucid

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-05-23 13:19:06 
UTC ---
Since we want the 'beta' cluster to be on par with production, we are blocked
with lucid.

The backports from https://launchpad.net/~j/+archive/timedmediahandler would
probably need to be rebuild on WMF boxes and made available on
apt.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 37034] thumb URL gives a 403 forbidden

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37034

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-05-23 13:20:55 
UTC ---
(In reply to comment #1)
 most of apaches return 403 for unknown reason

What do you mean?

-- 
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 33560] Maps input broken

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33560

--- Comment #9 from Dave Anderson wikime...@accounts.davious.org 2012-05-23 
14:09:49 UTC ---
OK. I appreciate your offer. Please release a dev version; I'd like to try it
out.

(In reply to comment #8)
 The fix is non-trivial, so making a patch is not going to happen on my side.
 However, I can release a dev version of the relevant extensions, but that will
 be unstable and might include other bugs. I do not know when the issue got
 introduced.

-- 
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 37053] New: UploadAvatar

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37053

   Web browser: ---
 Bug #: 37053
   Summary: UploadAvatar
   Product: MediaWiki extensions
   Version: REL1_18 branch
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: SocialProfile
AssignedTo: j...@countervandalism.net
ReportedBy: carolusmagnusmeis...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


I use MediaWiki 1.18.2 on localhost (with $wgEnableEmail = false;)
I have all rights

I use the new trunk version of SocialProfile extension (Revision 115416)

Problem: When I try to upload a technically correct (under 100Kb with enabled
extensions) avatar picture, the upload page disappears, and I get the following
message:

Strict Standards: Declaration of SpecialUploadAvatar::loadRequest() should be
compatible with that of SpecialUpload::loadRequest() in
C:\xampp\htdocs\mediawiki\extensions\SocialProfile\UserProfile\SpecialUploadAvatar.php
on line 18

Fatal error: Call to undefined method User::getEditToken() in
C:\xampp\htdocs\mediawiki\extensions\SocialProfile\UserProfile\SpecialUploadAvatar.php
on line 192

When I use the 1.18.x version, the upload simply doesn't work, but the upload
page is viewable.

-- 
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 37047] gerrit-wm no more notify on comment or merge

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37047

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

Summary|gerrit-wm no more notify on |gerrit-wm no more notify on
   |comment |comment or merge

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-05-23 14:34:43 
UTC ---
It is also missing notifications on merge which make that bugs very annoying.

-- 
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 37053] UploadAvatar

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37053

Jack Phoenix j...@countervandalism.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WONTFIX

--- Comment #1 from Jack Phoenix j...@countervandalism.net 2012-05-23 
14:38:08 UTC ---
Upgrade to MediaWiki 1.19.0.

-- 
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 37054] New: Rendering issue with long page titles

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37054

   Web browser: ---
 Bug #: 37054
   Summary: Rendering issue with long page titles
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: PageTriage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: oke...@wikimedia.org
CC: fflo...@wikimedia.org, rkald...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


See https://skitch.com/tommorris/8hy6t/newpagesfeed-rendering-issue

-- 
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 37055] New: PageTriage incompatible with Twinkle

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37055

   Web browser: ---
 Bug #: 37055
   Summary: PageTriage incompatible with Twinkle
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: PageTriage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: oke...@wikimedia.org
CC: fflo...@wikimedia.org, rkald...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


When taking an action, twinkle patrols the page that action is taken on. This
patrol action isn't working in PageTriage; someone CSDs a page through twinkle
and it doesn't patrol 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 37056] New: Error in Number of Articles on mk.wikisource

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37056

   Web browser: ---
 Bug #: 37056
   Summary: Error in Number of Articles on mk.wikisource
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: nikolau...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Something is not OK with the statistics on mk.wikisource. On
[http://mk.wikisource.org/wiki/Wikisource:%D0%A2%D0%B5%D0%BA%D0%BE%D0%B2%D0%BD%D0%B8_%D0%BD%D0%B0%D1%81%D1%82%D0%B0%D0%BD%D0%B8
27.3.2011] the number of articles on mk.wikisource was more than 2.000. Few
days ago I noticed that the number of articles dropped to
[http://mk.wikisource.org/wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D1%98%D0%B0%D0%BB%D0%BD%D0%B0:%D0%A1%D1%82%D0%B0%D1%82%D0%B8%D1%81%D1%82%D0%B8%D0%BA%D0%B8
1800]. What's the problem?

Best

-- 
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 34754] Collapsible navigation elements are no links

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34754

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

   Keywords|patch, patch-need-review|
 CC||jrob...@wikimedia.org

--- Comment #5 from Jon jrob...@wikimedia.org 2012-05-23 14:55:08 UTC ---
https://gerrit.wikimedia.org/r/8605
One last thought.. it is the href required?

-- 
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 34754] Collapsible navigation elements are no links

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34754

--- Comment #6 from Kai Nissen kn.bugzi...@gmail.com 2012-05-23 15:16:20 UTC 
---
Yes, links missing the href attribute are not recognized by screen readers.

-- 
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 37057] New: Parse error: syntax error, unexpected T_FUNCTION in extensions/SemanticImageInput/SemanticImageInput.php on line 58

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37057

   Web browser: ---
 Bug #: 37057
   Summary: Parse error: syntax error, unexpected T_FUNCTION in
extensions/SemanticImageInput/SemanticImageInput.php
on line 58
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wikime...@accounts.davious.org
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


svn info
http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticImageInput/REL_0_1
Revision: 115383

Hi,

I installed SemanticImageInput as part of the google code project semantic
bundle. When I enabled SemanticImageInput, I received the following error.

Parse error: syntax error, unexpected T_FUNCTION in
extensions/SemanticImageInput/SemanticImageInput.php on line 58

To stop the error message, I modified 

$wgExtensionFunctions[] = function () {
global $sfgFormPrinter;
$sfgFormPrinter-registerInputType( 'InstantImageInput' );
};

to

function registerInstantImageInput() {
global $sfgFormPrinter;
$sfgFormPrinter-registerInputType( 'InstantImageInput' );
}
$wgExtensionFunctions[] = registerInstantImageInput;

-- 
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 37048] video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-05-23 15:44:31 
UTC ---
I thought we could use /dev/vdb to mount it on /tmp, but that just screwed
everything.  I have reverted my changes with
https://gerrit.wikimedia.org/r/8610 (pending merge right now).

Will have to find a better solution, I guess TMH should be made to use a
subdirectory in /mnt as a temporary directory.

-- 
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 37036] Thumbnail missing on upload

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37036

Terry Chay tc...@wikimedia.org changed:

   What|Removed |Added

 CC||tc...@wikimedia.org

--- Comment #3 from Terry Chay tc...@wikimedia.org 2012-05-23 15:50:56 UTC ---
Discussion on adding the right ffmpeg2theora libraries to puppet manifest

http://lists.wikimedia.org/pipermail/wikivideo-l/2012-May/000106.html
http://lists.wikimedia.org/pipermail/wikivideo-l/2012-May/000109.html
http://lists.wikimedia.org/pipermail/wikivideo-l/2012-May/000110.html

-- 
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 37058] New: TMH need a way to configure temporary path

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37058

   Web browser: ---
 Bug #: 37058
   Summary: TMH need a way to configure temporary path
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TimedMediaHandler
AssignedTo: d...@ucsc.edu
ReportedBy: has...@free.fr
Classification: Unclassified
   Mobile Platform: ---


TMH is going to transcoder video using a job which use MediaWiki temporary
directory as a working directory.

The job is WebVideoTranscode, definition of path is done by
getTargetEncodePath(). It eventually call TempFSFile::factory() to get a
temporary file.

This part of the code need to be adapted so we could set the working directory.
For example, to use a dedicated disk partition.

-- 
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 37048] video transcoding boxes needs a large temporary directory

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37048

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Blocks||37058

--- Comment #6 from Antoine hashar Musso has...@free.fr 2012-05-23 15:53:16 
UTC ---
The feature need to be added to the TMH extension. See:

Bug 37058 - TMH need a way to configure temporary path

-- 
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 37058] TMH need a way to configure temporary path

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37058

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Depends on||37048

-- 
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 37012] malfunction of udp2log on deployment-feed

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37012

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-05-23 16:00:55 
UTC ---
There was an issue with /home/wikipedia/logs belonging to the wrong users, that
might have confused log rotate too. 

I have not seen that behavior today, so closing as worksforme.

-- 
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 37036] Thumbnail missing on upload

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37036

--- Comment #4 from Terry Chay tc...@wikimedia.org 2012-05-23 16:05:23 UTC ---
For ffmpeg stuff, see https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

-- 
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 37043] backport ffmpeg packages to Ubuntu lucid

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37043

Terry Chay tc...@wikimedia.org changed:

   What|Removed |Added

 CC||tc...@wikimedia.org

--- Comment #5 from Terry Chay tc...@wikimedia.org 2012-05-23 16:05:29 UTC ---
Discussion on adding the right ffmpeg2theora libraries to puppet manifest

http://lists.wikimedia.org/pipermail/wikivideo-l/2012-May/000106.html
http://lists.wikimedia.org/pipermail/wikivideo-l/2012-May/000109.html
http://lists.wikimedia.org/pipermail/wikivideo-l/2012-May/000110.html


Blocks https://bugzilla.wikimedia.org/show_bug.cgi?id=37036

-- 
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 37059] New: Sections cannot be opened on blackberry

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37059

   Web browser: ---
 Bug #: 37059
   Summary: Sections cannot be opened on blackberry
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: MobileFrontend
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jrob...@wikimedia.org
CC: aricha...@wikimedia.org, prei...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


On Blackberry Curve clicking a section to open it causes an infinite loop of
page refreshes.

Reported here:
https://twitter.com/thomaspashko/status/205232285266612225

Looking into this, this is because of the use of window.location.replace as
introduced by the fix in bug 36848
Using window.location.hash doesn't have this problem

User agent is BlackBerry8530/5.0.0.654 Profile/MIDP-2.1 Configuration/CLDC-1.1
VendorID/109

-- 
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 37031] OATHAuth breaks API login

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37031

--- Comment #6 from Ryan Lane rlan...@gmail.com 2012-05-23 16:38:49 UTC ---
Yes. She also likely runs it the most.

-- 
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 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261

Chris Steipp cste...@wikimedia.org changed:

   What|Removed |Added

 CC||cste...@wikimedia.org

--- Comment #15 from Chris Steipp cste...@wikimedia.org 2012-05-23 16:54:02 
UTC ---
A related side effect of this bug is that setting $wgServer in
LocalSettings.php to an RFC2732 address breaks some auto-generated urls.

The unknown page message has broken links for search and edit:

There is currently no text in this page. You can search for this page title in
other pages, [http://[::1]/wiki/index.php?title=Special:Logpage=DOESNOTEXIST
search the related logs], or
[http://[::1]/wiki/index.php?title=DOESNOTEXISTaction=edit edit this page].

-- 
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 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261

Liangent liang...@gmail.com changed:

   What|Removed |Added

   Priority|Low |Normal

--- Comment #16 from Liangent liang...@gmail.com 2012-05-23 17:03:40 UTC ---
(In reply to comment #15)
 A related side effect of this bug is that setting $wgServer in
 LocalSettings.php to an RFC2732 address breaks some auto-generated urls.
 
 The unknown page message has broken links for search and edit:
 
 There is currently no text in this page. You can search for this page title 
 in
 other pages, [http://[::1]/wiki/index.php?title=Special:Logpage=DOESNOTEXIST
 search the related logs], or
 [http://[::1]/wiki/index.php?title=DOESNOTEXISTaction=edit edit this page].

So it is more important than a missing parser feature?

-- 
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 37059] Sections cannot be opened on blackberry

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37059

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Jon jrob...@wikimedia.org 2012-05-23 17:10:23 UTC ---
Suggested fix in https://gerrit.wikimedia.org/r/8620

Hopefully if this is merged this will be fixed by Monday latest depending on
the next deployment window.

-- 
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 37060] New: Ugly reviewing interaction

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37060

   Web browser: ---
 Bug #: 37060
   Summary: Ugly reviewing interaction
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: PageTriage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: oke...@wikimedia.org
CC: fflo...@wikimedia.org, rkald...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10644
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10644
screenshot

As a fix to the problem of people being able to review their own articles, if
you look at your own (unpatrolled) article you now see you cannot review your
own articles.

The problem is that now you get that big ugly text every time you look at your
own articles, which is confusing as hell for a lot of people who have *no
interest* in reviewing them. Can it just...not appear at all for the authors?

-- 
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 37059] Sections cannot be opened on blackberry

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37059

--- Comment #2 from Tomasz Finc tf...@wikimedia.org 2012-05-23 17:14:53 UTC 
---
Lets not wait a full week to get this out. We can't leave blackberry browsing
broken like this for a whole week.

-- 
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 36142] Suppressed edit summary remains cached in revision view while not logged in

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36142

--- Comment #5 from Aaron Schulz aschulz4...@gmail.com 2012-05-23 17:18:36 
UTC ---
https://gerrit.wikimedia.org/r/#/c/8622/1

-- 
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 37040] Multi-file selection is broken in Opera

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37040

Mark Holmquist mtrac...@member.fsf.org changed:

   What|Removed |Added

   Keywords||patch, patch-need-review

--- Comment #1 from Mark Holmquist mtrac...@member.fsf.org 2012-05-23 
17:38:32 UTC ---
Patch submitted, need review: https://gerrit.wikimedia.org/r/8626

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


  1   2   3   >