[Bug 31828] Set up a file dropbox or similar

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31828

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||dereck...@espace-win.org,
   ||rlan...@gmail.com
 Resolution|WONTFIX |

--- Comment #8 from Dereckson dereck...@espace-win.org 2012-10-02 06:03:44 
UTC ---
I don't agree with Nemo's bug resolution.

(1) Despite chunked uploads, we still have upload request bugs

(2) Fastily today has still an issue

(3) We now have a Labs infrastructure.

If I've a feu vert to use Labs for this use, I'm willing to create an instance
to allow such uploads in the commons-dev project: with 3 features:
* like all media agencies do - a public FTP to upload files, with the password
given to every interested people
* for power users working in console world - the possibility to request a shell
account socially restricted to use wget/fetch/curl-like commands.
* a web download form allowing to instruct the server to download a remote file

[ Adding Ryan Lane in cc. Ryan  would this be acceptable to use a m1.xsmall
instance for this 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 31828] Set up a file dropbox or similar

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31828

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||benap...@gmail.com,
   ||dz...@wikimedia.org
  Component|General/Unknown |(other)
Product|Wikimedia   |Wikimedia Labs

-- 
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 31828] Set up a file dropbox or similar for temporary storage of files pending server-side upload

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31828

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

URL||https://commons.wikimedia.o
   ||rg/wiki/Help:Server-side_up
   ||load
Summary|Set up a file dropbox or  |Set up a file dropbox or
   |similar |similar for temporary
   ||storage of files pending
   ||server-side upload

--- Comment #9 from Nemo_bis federicol...@tiscali.it 2012-10-02 06:16:20 UTC 
---
Clarified summary for what appears to be the use case according to Dereckson:
it's an extremely limited one, not a general-purpose file dropbox as the
previous summary suggested.
[Personal opinion: archive.org has everything you need.]

-- 
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 40679] $wgServer with protocol causes HTTP links in HTTPS

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40679

--- Comment #14 from Krinkle krinklem...@gmail.com 2012-10-02 06:35:13 UTC ---
(In reply to comment #13)
 My general feeling is that whenever $wgServer is mentioned (in discussions or
 in code), it's always a guessing game with its value is. HTTP, HTTPS,
 protocol-relative? And this guessing game has a cost. An alternative approach
 is to be explicit in the variable name itself, so that there's less ambiguity.
 

I don't see the problem here. $wgServer is a configuration variable to set how
MediaWiki should represent self-reference urls. If only HTTP or HTTPS is
supported (most common) it is set to one of those. Having a $wgHTTPSServer
variable doesn't make sense. What would you set it to if a server only supports
HTTP, I guess you'll have to set it to http:// then because the server doesn't
have https. And what if both are supported (like on Wikipedia), which does it
use in the parser? Neither, because those urls can (and should be) without
protocol so that they are relatively interpreted by the browser, because the
visitor can be on either http or https.

$wgServer indicates what the server supports. http, https or both.

And in most cases $wgServer can/should be used as-is (without trying to expand
it). And if a server preference is needed, then it can be ran through
wfExpandUrl (e.g. for wgSecureLogin it will expand to HTTPS if the server
supports that. Obviously if the server doesn't support HTTPS it shouldn't try
to link there as it would be a broken link pointing to a server error. And if
you don't support HTTPS, well, then it doesn't make sense to enable
wgSecureLogin. Either way enabling wgSecureLogin when not supported is harmless
afaik, it simply maintains http as it would other wise).

Before we get into a very generic discussion, what is the actual bug here? What
is the problem? How to reproduce this redirect problem?

-- 
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 31828] Set up a file dropbox or similar for temporary storage of files pending server-side upload

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31828

--- Comment #10 from Dereckson dereck...@espace-win.org 2012-10-02 06:36:39 
UTC ---
Nemo pointed to me on IRC this bug missed any actual description [of the
service, what purpose it would serve and how it would look like.

Use case

Commons contributors have sometimes to upload big files. They can't do that on
Commons, whether their own bandwidth capability doesn't allow that, whether the
file is greater than 500 Mb.

In such cases, the contributor files a bug on Bugzilla giving the file URL.

Sometimes, some users have problems to store files.

Alternative ways are to use services like Vimeo, Dropbox (Nemo also suggested
to use archive.org) but they all have drawbacks, the least being to have to
review, analyse and accept a 3rd party agreement, the worst being usability and
space or bandwidth limitation.

Rationale
=
* Would ease the life of contributors
* Would allow niceties like a bug publishing wizard.
* Would increase Commons participation

Service description
===

In a nutshell
-
A transitional service to host large files having to be published on Wikimedia
Commons.

Phase 1
---
* Public FTP protected by a semi public password, given to everyone having to
upload a file (the only goal is to restrict people scanning IP ranges ; that
works very well with graphics or media agencies, VICE magazine for example
publishes on the Ads section their password in a specifications PDF, without
any major issue).
* Shell access for power users
* Web form to download file from remote place

Socially, FTP and shell access are restricted to download files to be published
on Wikimedia Commons.

Phase 2
---
* Create a dedicated Bugzilla account to allow users not having one to use this
service (it would rely on TUSC authentication) through a bug publishing wizard.
It would fill a bug with the upload request, a standardized format.

-- 
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 40679] Setting $wgServer with protocol causes redirect loops when redirecting to HTTPS

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40679

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|$wgServer with protocol |Setting $wgServer with
   |causes HTTP links in HTTPS  |protocol causes redirect
   ||loops when redirecting to
   ||HTTPS

-- 
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 40690] Upload Request to Commons

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40690

--- Comment #3 from Dereckson dereck...@espace-win.org 2012-10-02 06:40:17 
UTC ---
I reopened bug 31828, I agree with you it would be more practical.

* * *

To address your third paragraph, this is the case, my server is semi-public.
http://grip.espace-win.org/ contains a section Get an account..

I'm creating you one and sending credentials by mail.

-- 
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 31828] Set up a file dropbox or similar for temporary storage of files pending server-side upload

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31828

--- Comment #11 from Fastily fast...@yahoo.com 2012-10-02 06:43:53 UTC ---
I definitely strongly support the creation of a labs instance with a public
ftp.  That would greatly simplify the large file contribution process, not only
for me, but for editors in general. 

On a related note, chunked uploads is still broken and waiting on bug 36587.

-- 
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 31828] Set up a file dropbox or similar for temporary storage of files pending server-side upload

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31828

--- Comment #12 from Nemo_bis federicol...@tiscali.it 2012-10-02 07:00:09 UTC 
---
(In reply to comment #10)
 * Would increase Commons participation [...]
 Phase 2
 ---
 * Create a dedicated Bugzilla account to allow users not having one to use 
 this
 service (it would rely on TUSC authentication) through a bug publishing 
 wizard.
 It would fill a bug with the upload request, a standardized format.

Of course this part belongs to another bug or new project proposal or whatever:
it assumes WMF sysadmins will process an unlimited amount of server-side upload
requests, which is not the case right now.

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

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


[Bug 40377] Transaction warning: EditPage::commitWatch (SMWStore::updateData)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40377

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

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-02 
07:12:02 UTC ---
This is the remaining high-flood notice from the transaction debugging which is
preventing us from restoring IRC relay.

Of last 1000 lines of error log there are 686 instances of this warning.

-- 
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 40693] New: Refactor font selector creation code

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40693

   Web browser: ---
 Bug #: 40693
   Summary: Refactor font selector creation code
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: aloli...@gmail.com, amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


TODO reminder for Santhosh

-- 
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 40694] New: Translatable page header is at the bottom of the page

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40694

   Web browser: ---
 Bug #: 40694
   Summary: Translatable page header is at the bottom of the page
   Product: MediaWiki extensions
   Version: master
  Platform: All
   URL: https://www.mediawiki.org/wiki/Help:Extension:Translat
e
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: niklas.laxst...@gmail.com
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When I visit https://www.mediawiki.org/wiki/Help:Extension:Translate logged
out. The header Translate this page; This page contains changes which are
not marked for translation. is at the bottom of the page. When I am logged
in it is displayed correctly at the top of the page.

-- 
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 40694] Translatable page header is at the bottom of the page

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40694

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-02 
07:39:25 UTC ---
This works as expected on translatewiki.net, so I have no idea what is going
on. Maybe the WMF setup is doing something weird that breaks the output hook?

-- 
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 40695] New: [[Commons:File:St Clement Eastcheap - sword rest - front, close-up - 1394055.duplicate.jpg]] won't delete

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40695

   Web browser: ---
 Bug #: 40695
   Summary: [[Commons:File:St Clement Eastcheap - sword rest -
front, close-up - 1394055.duplicate.jpg]] won't delete
   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: billinghu...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Error deleting file: St Clement Eastcheap - sword rest - front, close-up -
1394055.duplicate.jpg

Error deleting file: Could not read or write file
mwstore://local-multiwrite/local-deleted/9/s/x/9sxx9zn5em6vz2dnvz365h7bm7qo2g5.jpg
due to insufficient permissions or missing directories/containers.

requires to be manually deleted in shell, by the looks of 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 40693] Refactor font selector creation code

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40693

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

   Keywords||i18n
 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

-- 
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 40493] JsonFFS exports broken

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40493

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-02 
08:07:40 UTC ---
https://gerrit.wikimedia.org/r/26001

-- 
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 39279] Review statistics should be added to Special:LanguageStats and Special:MessageGroupStats

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39279

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

   What|Removed |Added

 CC||pgi...@wikimedia.org

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-02 
08:09:53 UTC ---
Pau might have some suggestions.

-- 
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 38009] enable mobile redirect broken (Certain iOS users getting served desktop site - reports of mobile view not sticking)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38009

--- Comment #23 from Jakob Unterwurzacher jakob...@gmail.com 2012-10-02 
08:16:20 UTC ---
For other testers, I think http://simple.wikipedia.org/ was meant.
And it works for me there!

-- 
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 40696] New: Upload Request to Commons

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40696

   Web browser: ---
 Bug #: 40696
   Summary: Upload Request to Commons
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: fast...@yahoo.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


Could someone please upload 

http://bots.wmflabs.org/~fastily/MrFluffyRabbit20121001.ogv

to Commons with the text

http://bots.wmflabs.org/~fastily/MrFluffyRabbit20121001.txt

under the username Fastily?

Thanks!

-- 
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 40696] Upload Request to Commons

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40696

Fastily fast...@yahoo.com changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 CC||s...@reedyboy.net

-- 
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 40690] Upload Request to Commons

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40690

Fastily fast...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #4 from Fastily fast...@yahoo.com 2012-10-02 08:21:23 UTC ---
It just occurred to me that I could use labs to host files.  How silly of me. 
Thanks for the account on your server!  I'll put it to good use if labs stops
working for me

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

-- 
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 40696] Upload Request to Commons

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40696

--- Comment #1 from Fastily fast...@yahoo.com 2012-10-02 08:21:23 UTC ---
*** Bug 40690 has been marked as a duplicate of this bug. ***

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

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


[Bug 36597] Switch from jpeg to png for thumbnailing pdfs

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36597

--- Comment #6 from Antoine hashar Musso has...@free.fr 2012-10-02 08:22:48 
UTC ---
Copy paste from a comment I made on Gerrit change #6802 :

--
We could add a parameter to the thumb syntax to let the user choose the
rendered. Something like:

 [[File:foo.pdf|thumb|png]]
 [[File:foo.pdf|thumb|jpg]]

And have the default set by a global configuration variable such as
$wgPdfThumbOutputFormat or something.  Would get us the best of both worlds :-]
--

That is definitely an easy change to the current patchset I will be more than
happy to review 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 34495] Patrol log should refer to the user performing the action instead of the user who made the patrolled edit

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34495

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

   What|Removed |Added

   Target Milestone|Future release  |1.20.0 release

--- Comment #11 from Antoine hashar Musso has...@free.fr 2012-10-02 
08:43:24 UTC ---
Although this bug fix missed the 1.19 releases, it is already in 1.20. I have
added a release notes entry for 1.20 with Gerrit change #26004 (master) and
Gerrit change #26006 (REL1_20).

I guess that will solve 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 40697] New: move integration site from mediawiki.org to wikimedia.org

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40697

   Web browser: ---
 Bug #: 40697
   Summary: move integration site from mediawiki.org to
wikimedia.org
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Testing Infrastructure
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: has...@free.fr, innocentkil...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Jenkins was originally set up at http://integration.mediawiki.org/ . Over time
it has extended to generate Mobile nighty builds and testing WMF repositories.

We could move the site to the wikimedia.org since it is more generic. Redirects
will have to be set on the integration.mediawiki.org site.

-- 
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 40697] move integration site from mediawiki.org to wikimedia.org

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40697

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
   Severity|normal  |enhancement

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-10-02 08:47:55 
UTC ---
Lowest priority, this is not that important.

-- 
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 40698] New: Add Javanese map to Narayam

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40698

   Web browser: ---
 Bug #: 40698
   Summary: Add Javanese map to Narayam
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
   URL: http://jv.wikipedia.org/wiki/Panganggo:Bennylin/Naraya
m
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Narayam
AssignedTo: srik@gmail.com
ReportedBy: srik@gmail.com
CC: asha...@wikimedia.org, bknl...@yahoo.com,
junu.pv+pub...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com, srik@gmail.com
Blocks: 39960
Classification: Unclassified
   Mobile Platform: ---


Map in URL. Add map + tests to Narayam

-- 
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 39960] Enable Narayam on the Javanese projects

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39960

Srikanth Logic srik@gmail.com changed:

   What|Removed |Added

 Depends on||40698

-- 
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 35942] Implement unit test to compare MessagesEn, MessagesQqq and messages.inc

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35942

--- Comment #6 from Antoine hashar Musso has...@free.fr 2012-10-02 08:53:02 
UTC ---
I have updated Gerrit change #5550. I have hacked the l10n cache to let us
rebuild a cache without extension messages. That let us test only core
messages.

The tests testLanguagesAreCompletelyTranslated are failing since some messages
are not translated and we only test out a subset of languages for now.

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

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


[Bug 39227] action=mobileview override parameter is not described

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39227

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-10-02 09:12:14 
UTC ---
Api test help page thing

getParamDescription needs something like:

'override' = 'Foobar text goes here',

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

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


[Bug 40555] Change type wikibase-item to item (2)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40555

Anja Jentzsch anja.jentz...@wikimedia.de changed:

   What|Removed |Added

 CC||anja.jentz...@wikimedia.de

--- Comment #1 from Anja Jentzsch anja.jentz...@wikimedia.de 2012-10-02 
09:29:23 UTC ---
Fixed in I28eed930

-- 
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 40659] label description input field stay disabled when editing the value twice in a row without reloading the page

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40659

Henning (WMDE) henning.sna...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||henning.sna...@wikimedia.de

-- 
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 40698] Add Javanese map to Narayam

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40698

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||i18n
   Severity|normal  |enhancement

-- 
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 40377] Transaction warning: EditPage::commitWatch (SMWStore::updateData)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40377

--- Comment #3 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-02 
09:34:21 UTC ---
If SMWStore::updateData calls EditPage::commitWatch from within a transaction,
that needs to be fixed. I'm not familiar enough with SMW to have an opinion on
how to best do this. I guess the new onTransactionIdle function in Database
could help, ask Aaron about 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 40681] deploy Zuul (tracking)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40681

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||tracking
 Blocks||2007
   Severity|normal  |enhancement

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

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||40681

-- 
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 40690] Upload Request to Commons

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40690

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|major   |enhancement

-- 
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 40685] Puppetize Zuul

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40685

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 40684] Jenkins: write new jobs for Zuul

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40684

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 40688] write Zuul layout configuration

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40688

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 40683] [OPS] get python zuul dependencies backported in Lucid/Precise

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40683

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 40699] New: Bundling of external dependencies

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40699

   Web browser: ---
 Bug #: 40699
   Summary: Bundling of external dependencies
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: niklas.laxst...@gmail.com
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Since we currently bundle Solarium and spyc, we should also consider bundling
the PHPlot library.

Alternatively Solarium should be puppetized by WMF and dropped from Translate.

-- 
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 40698] Add Javanese map to Narayam

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40698

--- Comment #1 from Srikanth Logic srik@gmail.com 2012-10-02 09:46:00 UTC 
---
I have added the map and few tests in gerrit change I586fbc31. More tests would
be good. The map is marked as beta, please test the keymap in translatewiki.net
before it can be deployed.

-- 
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 40389] Set up and test the pretty URLs for Wikidata (5)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40389

--- Comment #5 from silke.me...@wikimedia.de 2012-10-02 09:56:10 UTC ---
OK, I applied these changes. Nevertheless, calling the Special:ItemByTitle
seems to redirect to http://wikidata-dev-repo.wikimedia.de/wiki/Data:Q3. This
is not due to the rewrite rules any more.

-- 
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 40700] New: Complete migration of check-blacklist to local configuration

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40700

   Web browser: ---
 Bug #: 40700
   Summary: Complete migration of check-blacklist to local
configuration
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: s.mazel...@xs4all.nl
ReportedBy: niklas.laxst...@gmail.com
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Right now we have two files: one in Translate and one in twn-config. I updated
the wrong one. Only one should exist, preferable the latter.

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 CC||jeroen_ded...@yahoo.com

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-10-02 
10:10:09 UTC ---
We also have a clash with the Property namespace.

-- 
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 40282] Update Amharic mapping

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40282

Srikanth Logic srik@gmail.com changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |
 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

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

   What|Removed |Added

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

--- Comment #5 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-02 
10:20:09 UTC ---
(In reply to comment #3)
 What about Special:Create_Property?

No, obscure minor differences are only going to cause confusion and pain in the
future.

-- 
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 39960] Enable Narayam on the Javanese projects

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39960

Srikanth Logic srik@gmail.com changed:

   What|Removed |Added

   Keywords|shell   |
   Priority|Unprioritized   |Normal
 CC||srik@gmail.com

--- Comment #1 from Srikanth Logic srik@gmail.com 2012-10-02 10:21:32 UTC 
---
Once the patch for bug 40698 is merged and deployed to translatewiki.net, it
needs to tested and the beta status needs to be removed before it can be
deployed. Removing shell for now, please add them later when its ready

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

--- Comment #6 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-02 
10:24:35 UTC ---
The obvious solution is to use a prefix for the special page names and also for
the namespaces. That will work, but it's horribly ugly and should at least be
optional. Can we make the names for the special page and the namespace
configurable? Will this cause problems with transalatewiki?

I don't think there is any mechanism to avoid such conflicts between
extensions. Do we really need to? I don't see how SemanticForms, or even SMW,
could sensibly be deployed on the same wiki as Wikibase.

-- 
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 39557] CodeEditor does not work with Narayam

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39557

Srikanth Logic srik@gmail.com changed:

   What|Removed |Added

   Priority|High|Normal
   Severity|critical|major

--- Comment #4 from Srikanth Logic srik@gmail.com 2012-10-02 10:29:42 UTC 
---
Lowering Importance now that workaround is merged. But this can be looked at
later(may be after jquery.ime?). *Some* module writers may want both to work
together.

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

--- Comment #7 from jeb...@gmail.com 2012-10-02 10:30:05 UTC ---
Special:NewProperty perhaps?

Namespaces are a bigger problem as they are a real showstopper when mixing
extensions. But as Daniel says, mixing Wikidata and SMW doesn't make sense.

-- 
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 36597] Switch from jpeg to png for thumbnailing pdfs

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36597

--- Comment #7 from Dmitriy Sintsov ques...@rambler.ru 2012-10-02 10:41:20 
UTC ---
It is better to calculate the number of color in PDF page, because one PDF file
may combine low-color text pages and colorful illustrations. Or, if the color
range calculation is too expensive, one may compress to lossless png and to 95%
jpeg the same page and choose which image is smaller. For a wide-color images,
lossless png will be MUCH larger than high-quality 95% jpeg.

-- 
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 40698] Add Javanese map to Narayam

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40698

--- Comment #2 from bennylin bknl...@yahoo.com 2012-10-02 10:49:35 UTC ---
I tried in translatewiki, Select font for Basa Jawa, the only option
available is System font. 

In the future, does the core messages in translatewiki need to be translated
(or transliterated) to this script?

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 CC||aude.w...@gmail.com

--- Comment #8 from Aude aude.w...@gmail.com 2012-10-02 10:56:03 UTC ---
Special:NewProperty sounds good to me

(It would be nice in the future to have some way to handle conflicts between
extensions for special pages.)

-- 
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 40701] New: Utils::insertDefaultSites sometimes fails when using https

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40701

   Web browser: ---
 Bug #: 40701
   Summary: Utils::insertDefaultSites sometimes fails when using
https
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Reportedly, Idf0a6547 causes insertDefaultSites to fail with an error:

Warning: Invalid argument supplied for foreach() in
/Library/WebServer/Documents/wikidata-repo/extensions/Wikibase/lib/includes/Utils.php
on line 88

I was not able to reproduce this, but to allow for easier investigation of the
issue, I have submitted changes that report more meaningful errors on failure:
Iab7e750e for Wikibase and Iad3995a6 for core. If you experience the problem
described above, please patch these in and report your findings.

-- 
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 40698] Add Javanese map to Narayam

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40698

--- Comment #3 from bennylin bknl...@yahoo.com 2012-10-02 11:06:39 UTC ---
Oh, I just read your comment on [[bug:39960]], it hasn't been merged. I'll wait
then.

-- 
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 40701] Utils::insertDefaultSites sometimes fails when using https

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40701

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

   What|Removed |Added

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

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-02 
11:07:09 UTC ---
The problem seems to be cause by CRUL not trusting any SSL CA by default on
some systems:

http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/

We may need a configuration setting to allow people to disable the HTTPS per
default behavior.

-- 
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 40680] Feedback page - 'Oversight requested' appears twice in 'More filters' drop down menu

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40680

--- Comment #1 from Matthias Mullie mmul...@wikimedia.org 2012-10-02 11:07:24 
UTC ---
The first one (with the most entries) is visible only to oversighters and
contains all posts that have been oversight-requested.
The second one is also visible to monitors and contains all posts that have
been oversight-requested, but have not yet been oversighted.

Which should be removed? Personally, I don't think the first one makes a lot of
sense, as these entries are all in the oversighted filter as well, and I
don't really see how this additional filter for their origin (they were
requested for oversight) would matter.
I've removed the first one (Gerrit: https://gerrit.wikimedia.org/r/#/c/26032/,
prototype as well), is that OK?

-- 
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 40698] Add Javanese map to Narayam

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40698

--- Comment #4 from bennylin bknl...@yahoo.com 2012-10-02 11:08:24 UTC ---
Amir Aharoni is also helping with the map and testing. He might have different
version from http://jv.wikipedia.org/wiki/Panganggo:Bennylin/Narayam. Haven't
heard from him for a while.

-- 
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 40673] Feedback Page: Show 'Most relevant' filter by default to all users

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40673

--- Comment #1 from Matthias Mullie mmul...@wikimedia.org 2012-10-02 11:19:22 
UTC ---
Pushed to Gerrit (https://gerrit.wikimedia.org/r/#/c/26033/)  prototype

Note that we currently track which filter you used last for any given article,
and show you that filter the next time you visit that page (using a cookie, I
believe).
 I just doublechecked  this is not entirely correct. The cookie is only used 
 to preserve one's user interface (e.g. when you've changed your filter, then 
 go feedback permalink, than return - it will re-use the filter using what's 
 saved in a cookie). Once a person has moved on to another page, it overwrites 
 that cookie (because the cookie would grow too large)
So basically, every new page a person starts looking at, he used to be greeted
with the default all comments filter, and will now be presented the most
relevant filter


Personal opinion: wouldn't it make sense to display the all comments filter
to anonymous users instead? They could pre-filter the most recent feedback by
marking it as helpful/unhelpful. This would surface helpful feedback even more
to editors. And anonymous users don't really have much benefit from the most
relevant filter anyway, they're no so much the people who should act upon it,
do something with 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 35429] Setup external git mirrors/clones

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35429

--- Comment #10 from Tim Landscheidt t...@tim-landscheidt.de 2012-10-02 
11:49:37 UTC ---
Any update on this?

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

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


[Bug 40462] Category sorting broken on pt.wikipedia.org

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40462

--- Comment #6 from Faidon Liambotis fai...@wikimedia.org 2012-10-02 11:57:00 
UTC ---
This is now built and deployed in apt.

I'm leaving the ticket open, to remind us to rebuild indexes and revert that
change, when all appservers are precise.

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

--- Comment #9 from [[kgh]] mediaw...@kghoffmeyer.de 2012-10-02 11:59:47 UTC 
---
I think it is more than hazardous to postulate that certain constellations will
not appear in the future. To knowingly create or accept conflicts between
extensions appears to be a painful approach, too.

However, currently it is not possible to translate special pages in any
language until this is resolved. So either the translate extension or this one
gets fixed. I can live with both approaches as long as it is not on the back
burner. :)

-- 
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 40642] Publish Bugzilla customizations on Gerrit

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40642

--- Comment #4 from Tim Landscheidt t...@tim-landscheidt.de 2012-10-02 
12:05:17 UTC ---
How are patches usually puppetized at WMF?  À la puppetmaster::dashboard?  Or
is Bugzilla packaged as a customized .deb?

-- 
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 35429] Setup external git mirrors/clones

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35429

--- Comment #11 from Waldir wal...@email.com 2012-10-02 12:16:13 UTC ---
(In reply to comment #10)
 Any update on this?

According to the current status at
http://www.mediawiki.org/wiki/Git/Conversion/status#2012-09-monthly, WMF will
begin replication to Github in early October.

-- 
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 40702] New: Mark DataValues as @since 0.2

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40702

   Web browser: ---
 Bug #: 40702
   Summary: Mark DataValues as @since 0.2
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: jeb...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


The DataValues was not part of our 0.1 release and should be marked as 0.2.

-- 
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 40703] New: Divide css into shared css and vector (skin) specific css

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40703

   Web browser: ---
 Bug #: 40703
   Summary: Divide css into shared css and vector (skin) specific
css
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: danwe...@web.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Right now 'wikibase.css' styles our whole UI to look nice with Vector. E.g. on
entity pages it hides the original h1 and displays our entity label in the same
place and attempts to style it look the same.

It would be easier for implementing and maintaining other skins if the above
were done in two separate files. The first file would be a
'wikibase.shared.css', equivalent to core's shared.css. On top of that there
could be individual styles per skin. The only skin specific file we would have
right now would be a 'wikibase.vector.css'.

-- 
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 40704] New: Style wikibase entity views for monobook skin

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40704

   Web browser: ---
 Bug #: 40704
   Summary: Style wikibase entity views for monobook skin
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: danwe...@web.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Right now Wikibase is styled specifically for the vector skin. Making it work
with monobook would require some additional css with some detail adjustments.

-- 
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 40704] Style wikibase entity views for monobook skin

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40704

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

   What|Removed |Added

 Depends on||40703

-- 
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 40703] Divide css into shared css and vector (skin) specific css

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40703

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

   What|Removed |Added

 Blocks||40704

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

--- Comment #10 from Aude aude.w...@gmail.com 2012-10-02 12:49:43 UTC ---
https://gerrit.wikimedia.org/r/#/c/26036/

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 40704] Style wikibase entity views for monobook skin

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40704

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

   What|Removed |Added

   Keywords||need-volunteer

-- 
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 40705] New: Style wikibase entity views for other skins than vector

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40705

   Web browser: ---
 Bug #: 40705
   Summary: Style wikibase entity views for other skins than
vector
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: danwe...@web.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Right now Wikibase is styled specifically for the vector skin. Making it work
with other skins would require some additional css with some detail adjustments
per skin.

-- 
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 40705] Style Wikibase entity views for other skins than vector

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40705

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

   What|Removed |Added

Summary|Style wikibase entity views |Style Wikibase entity views
   |for other skins than vector |for other skins than vector

-- 
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 40704] Style Wikibase entity views for monobook skin

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40704

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

   What|Removed |Added

Summary|Style wikibase entity views |Style Wikibase entity views
   |for monobook skin   |for monobook skin

-- 
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 40705] Style Wikibase entity views for other skins than vector (tracking)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40705

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

   What|Removed |Added

   Keywords||need-volunteer, tracking
 Depends on||40703
Summary|Style Wikibase entity views |Style Wikibase entity views
   |for other skins than vector |for other skins than vector
   ||(tracking)

-- 
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 40703] Divide css into shared css and vector (skin) specific css

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40703

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

   What|Removed |Added

 Blocks||40705

-- 
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 40705] Style Wikibase entity views for other skins than vector (tracking)

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40705

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

   What|Removed |Added

 Depends on|40703   |40704

-- 
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 40703] Divide css into shared css and vector (skin) specific css

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40703

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

   What|Removed |Added

 Blocks|40705   |

-- 
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 40704] Style Wikibase entity views for monobook skin

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40704

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

   What|Removed |Added

 Blocks||40705

-- 
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 40706] New: Fatal error in Special:AdvancedTranslate for special pages aliases

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40706

   Web browser: ---
 Bug #: 40706
   Summary: Fatal error in Special:AdvancedTranslate for special
pages aliases
   Product: MediaWiki extensions
   Version: master
  Platform: All
   URL: https://translatewiki.net/w/i.php?title=MediaWiki%3ASp
-translate-data-SpecialPageAliases%2Fbadiff=4246696o
ldid=3572132
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Alias translation fatal error if first special page alias translation is the
same as an element in the fallback chain: Exception: Something missing from
values: Array

This happens only if the aliases have been translated manually rather than
using the special page as one should, but following translators are very
confused.

See recent example (I think) in URL; old example was
http://translatewiki.net/w/i.php?title=MediaWiki:Sp-translate-data-SpecialPageAliases/iddiff=1662616oldid=1662279curid=894890

-- 
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 40706] Fatal error in Special:AdvancedTranslate for special pages aliases

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40706

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 40635] Special:CreateProperty already in use

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40635

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

   What|Removed |Added

 CC||danwe...@web.de

--- Comment #11 from Daniel Werner danwe...@web.de 2012-10-02 13:03:47 UTC ---
I think the way to go would be fixing the translate extension.
What if someone makes a fork of any existing extension and moves it into its
own repository? Wouldn't that break translate wiki horribly?

-- 
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 40707] New: Ditch Special:AdvancedTranslate and have the special features act as normal message groups

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40707

   Web browser: ---
 Bug #: 40707
   Summary: Ditch Special:AdvancedTranslate and have the special
features act as normal message groups
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


This is relevant only for those few aspects of MediaWiki localisation on
translatewiki.net; it would also solve bug 40706 I suppose.
Maybe can be useful also for other possible projects using some similar format?
Maybe could cover other things currently not translatable on translatewiki.net?

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

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


[Bug 40707] Ditch Special:AdvancedTranslate and have the special features act as normal message groups

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40707

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

-- 
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 40708] New: Add report on inactive languages

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40708

   Web browser: ---
 Bug #: 40708
   Summary: Add report on inactive languages
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


There needs to be a way to report all language codes that have had e.g. fewer
than 25 edits in the past 3 months (bot edits excluded).

Rationale: translators in a language are usually active across multiple
projects or message groups; by easily identifying less active languages, it's
possible to reach out to (potential) translators for that language and help all
projects.

The easiest way would probably be adding the feature to
scripts/languagestats.php. 
Another possibility could be to add an option to the special pages:
LanguageStats gives only completion stats for a single language and
MessageGroupStats the same for any single group; both could maybe have a column
with the number of recent edits so that everyone can find groups or languages
in need of improvement in any language or group.

-- 
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 40708] Add report on inactive languages

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40708

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

-- 
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 40665] Bug with watch and unwatch links

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40665

Andre Klapper andre.klap...@gmx.net changed:

   What|Removed |Added

 CC||andre.klap...@gmx.net

--- Comment #1 from Andre Klapper andre.klap...@gmx.net 2012-10-02 13:27:38 
UTC ---
Which browser is this about / does this happen with several browsers?

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

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


[Bug 40709] New: Add report on recently inactive contributors

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40709

   Web browser: ---
 Bug #: 40709
   Summary: Add report on recently inactive contributors
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


As a translation administrator, I want to identify previously very active
translators who have been inactive for a (quite) long time to get them back to
activity. Ideally, I'd also have a way to email them (semi?) automatically.

For instance it could be a command line script listing previous contributors
with 100+ edits that have not contributed in the past 3 months.

This is somewhat possible by skimming Special:SupportedLanguages for big red
names; it's done on Wikimedia projects by WikiStats
http://stats.wikimedia.org/wikispecial/EN/TablesWikipediaMEDIAWIKI.htm#sleeping
(maybe the reportcard will make this more portable?) and could maybe be done on
twn with some other software, see
https://translatewiki.net/wiki/Thread:Support/More_%28non-live%29_statistics

-- 
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 40709] Add report on recently inactive contributors

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40709

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

-- 
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 40710] New: Caching for language stats is incomplete

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40710

   Web browser: ---
 Bug #: 40710
   Summary: Caching for language stats is incomplete
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Copied from [[Issues and features]]: updating/adding/removing an English
message should invalidate all cached entries for the group; live message groups
like [[MediaWiki:Betawiki-messages]], adding a message to MantisBT and running
createMessageIndex.php for example.

-- 
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 40711] New: Option to get translation memory suggestions while proofreading

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40711

   Web browser: ---
 Bug #: 40711
   Summary: Option to get translation memory suggestions while
proofreading
   Product: MediaWiki extensions
   Version: master
  Platform: All
   URL: https://translatewiki.net/w/i.php?title=Special:Transl
atetaction=proofreadgroup=!recent
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


As a translator, while proofreading, I want to quickly compare translations to
relevant suggestions from the local translation memory in order to improve
consistency.
(This was Self-suggestions from TM in review recent changes in [[Issues and
features]].)

The option is currently provided only in translate mode, while proofreading
allows only to see the source text alongside the translation; I don't know if
TM suggestions should be in addition to or instead of the source text.

-- 
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 40711] Option to get translation memory suggestions while proofreading

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40711

Nemo_bis federicol...@tiscali.it 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 on the CC list for the bug.

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


[Bug 40712] New: JavaFFS doesn't parse fuzzy tags from source files

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40712

   Web browser: ---
 Bug #: 40712
   Summary: JavaFFS doesn't parse fuzzy tags from source files
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


This leads to information loss when the files are modified outside the wiki.

-- 
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 40712] JavaFFS doesn't parse fuzzy tags from source files

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40712

Nemo_bis federicol...@tiscali.it 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 on the CC list for the bug.

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


[Bug 40713] New: All translation pages should get __NOEDITSECTION__ added automatically

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40713

   Web browser: ---
 Bug #: 40713
   Summary: All translation pages should get __NOEDITSECTION__
added automatically
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: federicol...@tiscali.it
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Edit section links are confusing, they only lead users to pages with permission
errors because translation pages can't be edited directly; forcing translation
administrators to add NOEDITSECTION to translatable pages is silly too because
section edit is useful on them.

Unlike in bug 35946, it's (probably) not possible to replace the edit section
links with something which actually works.

-- 
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 40713] All translation pages should get __NOEDITSECTION__ added automatically

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40713

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 40714] New: Remove dependency on freegeoip.net

2012-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40714

   Web browser: ---
 Bug #: 40714
   Summary: Remove dependency on freegeoip.net
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aude.w...@gmail.com
CC: aloli...@gmail.com, amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


For production use, ULS should use an internal system (same as fundraising?)
for geolocation, rather than freegeoip.net.

Wikimedia already has https://bits.wikimedia.org/geoiplookup for central notice
and other stuff and sure it could somehow be adapted for use in the ULS also or
ULS be adapted to use 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


  1   2   3   >