[Bug 28601] EtherPad 1.1 sucks

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

Nemo_bis  changed:

   What|Removed |Added

  Component|General/Unknown |Etherpad

-- 
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 16504] Less obtrusive anti-spam box on text browsers

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

--- Comment #5 from Nemo_bis  2012-08-24 06:29:55 UTC 
---
Sorry, I meant [[mw:Extension:SimpleAntiSpam]]. No component 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 29137] LiquidThreads labs wiki disappeared

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

Nemo_bis  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com,
   ||tstarl...@wikimedia.org

--- Comment #7 from Nemo_bis  2012-08-24 06:26:58 UTC 
---
Ariel says that the mentioned bug is fixed but dumps can't be run if the wiki
is in deleted.dblist, at least the DB is still there.
Roan, Tim, can the wiki be restored as read-only (like the other labs wikis)?
If it can't be maintained in the long term, at least for the time needed to
generate a dump?

-- 
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 39611] New: unclear title casing behaviour of generatePageEventName()

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

   Web browser: ---
 Bug #: 39611
   Summary: unclear title casing behaviour of
generatePageEventName()
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: E3 Experiments
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: sp...@wikimedia.org
CC: asha...@wikimedia.org, kgladst...@wikimedia.org,
oliv...@wikimedia.org, sp...@wikimedia.org,
swall...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


I don't understand the intent of the case-munging code in
experiments/communityClicks.js.

Given the page
https://www.mediawiki.org/wiki/Requests_for_comment/Account_creation

mw.config.get( 'wgTitle' ) 
  -> "Requests for comment/Account creation"

toTitleCase(  mw.config.get( 'wgTitle' ) )
  -> "Requests For Comment/account Creation" , which won't work as a wiki link.

generatePageEventName( 'click' )
  -> "requestsForComment/accountCreationClick"


Could mw.config.get( 'wgRelevantPageName' ) as used in
experiments/trackEdits.js replace this code ?  That produces
  -> "Requests_for_comment/Account_creation"

I'd love to write tests for it if I knew what it was trying to do ;-)

-- 
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 29137] LiquidThreads labs wiki disappeared

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

--- Comment #6 from Ariel T. Glenn  2012-08-24 05:44:57 
UTC ---
For some period of time dumps failed due to a bug in lqt; that's why we don't
have any complete dump more recent than 2010.

-- 
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 39610] Scribunto should support global module invocations

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

--- Comment #1 from Tim Starling  2012-08-24 05:04:36 
UTC ---
Option 2 was the way I was leaning, I already mentioned it on


-- 
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 39494] Shared global scope + implicit globals are a bad fit for wiki templates

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

Ori Livneh  changed:

   What|Removed |Added

Summary|Export inelegant|Shared global scope +
   ||implicit globals are a bad
   ||fit for wiki templates

-- 
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 39610] New: Scribunto should support global module invocations

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

   Web browser: ---
 Bug #: 39610
   Summary: Scribunto should support global module invocations
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Scribunto
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
CC: tstarl...@wikimedia.org, vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Scribunto should support global module invocations. There are two basic ways to
implement this, I think.

(1) Follow the Wikimedia Commons model, where you have a single central
repository of modules that can be called on a cluster of wikis. Perhaps include
precedence support, so that {{#invoke:Foo}} tries the central repo first before
looking at the local module name. You could possibly also add local: syntax or
something to be explicit if you always wanted the local module.

(2) Follow the interwiki template transclusion model, where any wiki can call
modules from another wiki using interwiki link syntax. For example,
{{#invoke:w:en:Foo}} would call the Foo module at the English (en) Wikipedia
(w).

Depending on which model is chosen, additional bugs may need to be filed. In
particular, if a central repository model is chosen, there needs to be a
discussion about where to host such modules (for example, scripts.mediawiki.org
or scripts.wikimedia.org) and what to host alongside them (for example,
JavaScript gadgets).

-- 
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 39608] When a single file in a batch is invalid, only that file should be rejected

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

Erik Moeller  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 39609] New: Limit scope of title-based syntax highlighting

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

   Web browser: ---
 Bug #: 39609
   Summary: Limit scope of title-based syntax highlighting
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Scribunto
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
CC: tstarl...@wikimedia.org, vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Currently any page in the Module namespace has its full contents syntax
highlighted. This is problematic as it makes hyperlinking impossible. Every
page in the Module namespace becomes a dead-end page! This is bad.

There has to be some support for including working (i.e., parsed and rendered)
wikitext in Module pages, in some form. I've come up with three different ideas
for doing so. There may be better ideas, but these are a starting point for
thought and discussion.

(1) Explicitly define non-script areas, similar to how templates have a
 area. You could add some markup such as a horizontal rule ("")
or something where text in those sections is not treated as part of the
scripting language (code) and is instead run through the standard MediaWiki
parser.

(2) Implicitly define non-script areas. This would rely on magic transclusion,
for example Module:Foo would have an implicit transclusion of Module:Foo/Header
and Module:Foo/Footer, allowing users to add categories and introductory text
in subpages, but not mess with the Module:Foo page itself.

(3) Create a linking hybrid, where links are clickable and get properly
inserted into link-trakcing tables, but do not alter how the code reads. This
would be similar to Bugzilla's current linking behavior in a lot of ways. This
is my least favorite option.

-- 
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 37144] UploadWizard: Wiki Loves Monuments contest issues (tracking)

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

Bug 37144 depends on bug 37293, which changed state.

Bug 37293 Summary: Make it possible to pass description language in the 
UploadWizard
https://bugzilla.wikimedia.org/show_bug.cgi?id=37293

   What|Old Value   |New Value

 Status|ASSIGNED|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 37293] Make it possible to pass description language in the UploadWizard

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

Mark Holmquist  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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

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


[Bug 37293] Make it possible to pass description language in the UploadWizard

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

Mark Holmquist  changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |

-- 
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 37293] Make it possible to pass description language in the UploadWizard

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

--- Comment #5 from Mark Holmquist  2012-08-24 
02:36:34 UTC ---
Done, merged, deployed. Reopen if you see it being not fixed and can confirm
that it's the latest version.

Thanks, all!

-- 
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 38022] Getting "Warn me when I leave an edit page with unsaved changes"

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

Erik Moeller  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||e...@wikimedia.org

--- Comment #1 from Erik Moeller  2012-08-24 02:36:06 UTC 
---
Confirmed. This is annoying and we'll get it fixed soon.

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

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


[Bug 39608] New: When a single file in a batch is invalid, only that file should be rejected

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

   Web browser: ---
 Bug #: 39608
   Summary: When a single file in a batch is invalid, only that
file should be rejected
   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: mtrac...@member.fsf.org
Classification: Unclassified
   Mobile Platform: ---


Steps to reproduce:

1) Rename a valid jpg to something invalid, like "test.bork".

2) Upload a batch which includes that file.

Expected behavior:

The test.bork file is rejected, but the other files are uploaded.

Actual behavior:

Some files in the batch are left in an invalid state (upload never starts).
Tested in Chrome.

Hypothesis: Potentially related to https://gerrit.wikimedia.org/r/#/c/7149/

-- 
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 37303] Additional configurable campaign field

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

Erik Moeller  changed:

   What|Removed |Added

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

--- Comment #6 from Erik Moeller  2012-08-24 02:27:20 UTC 
---
This is now deployed, marking as fixed. The field should only be shown in the
wizard when it's configured for a campaign.

-- 
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 37144] UploadWizard: Wiki Loves Monuments contest issues (tracking)

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

Bug 37144 depends on bug 37303, which changed state.

Bug 37303 Summary: Additional configurable campaign field
https://bugzilla.wikimedia.org/show_bug.cgi?id=37303

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 39607] New: Upload Wizard: User preference for concurrent uploading

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

   Web browser: ---
 Bug #: 39607
   Summary: Upload Wizard: User preference for concurrent
uploading
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: UploadWizard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@wikimedia.org
CC: mtrac...@member.fsf.org
Classification: Unclassified
   Mobile Platform: ---


At least one user has noted that the concurrent uploading of multiple files
saturates his Internet connection and slows down his overall Internet access
unacceptably when making a large batch upload.

In addition to the site-level configuration to define the number of maximum
simultaneous upload requests, it may be useful to add a user preference for
concurrent uploading to empower users of slower Internet connection to turn off
this future.

-- 
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 16504] Less obtrusive anti-spam box on text browsers

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

--- Comment #4 from jida...@jidanni.org 2012-08-24 02:17:07 UTC ---
(In reply to comment #3)
> This is about the AntiBot extension, right?
I do not know.

-- 
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 39606] New: Auto-categorize pages containing script errors from Scribunto module invocations

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

   Web browser: ---
 Bug #: 39606
   Summary: Auto-categorize pages containing script errors from
Scribunto module invocations
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Scribunto
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
CC: tstarl...@wikimedia.org, vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


If I add "{{#invoke:#h}}" to a page, it results in a script error, as this is
invalid invocation code. Pages such as this should be auto-categorized by
MediaWiki, in the same way that pages containing malformed references from the
Cite extension are auto-categorized. This will allow script writers and users
to more easily find pages that contain broken invocation code.

-- 
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 39605] New: Auto-categorize Scribunto module pages that contain errors

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

   Web browser: ---
 Bug #: 39605
   Summary: Auto-categorize Scribunto module pages that contain
errors
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Scribunto
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
CC: tstarl...@wikimedia.org, vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Scribunto module pages that contain errors should be auto-categorized by
MediaWiki, in the same way that pages containing (for example) malformed
references using the Cite extension are auto-categorized. This automatic
category will allow script writers to track down broken modules more easily.
Depending on where modules end up being hosted, the category name may or may
not need to be localized.

-- 
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 38154] VisualEditor: Build out support for Monobook

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

--- Comment #6 from MZMcBride  2012-08-24 01:27:15 UTC ---
(In reply to comment #4)
> I've added support for Monobook in Ia39e034229204ae5f1f70dce5d74c6c4db42277b

Awesome. Thank you, Trevor!

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

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


[Bug 34787] Sanity check before $wgHooks['UserLoadAfterLoadFromSession'] doesn't validate all the required settings

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

--- Comment #1 from Damian Z  2012-08-24 01:27:11 
UTC ---
https://gerrit.wikimedia.org/r/#/c/21309/

-- 
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 39604] Selecting photo from picassa in my gallery causes app to crash

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

--- Comment #1 from Arthur Richards  2012-08-24 
00:39:08 UTC ---
PS this is happening on my Galaxy Nexus running Android 4.0.4

-- 
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 39571] Long file names

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

Arthur Richards  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |major

-- 
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 2219] Incorrect revision dates on some revisions in various Wikimedia Foundation wikis

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

Graham87  changed:

   What|Removed |Added

Summary|Incorrect history date on   |Incorrect revision dates on
   |Portuguese Wikipedia|some revisions in various
   ||Wikimedia Foundation wikis

--- Comment #6 from Graham87  2012-08-24 00:32:36 UTC ---
Yes, marked as such.

-- 
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 39604] New: Selecting photo from picassa in my gallery causes app to crash

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

   Web browser: ---
 Bug #: 39604
   Summary: Selecting photo from picassa in my gallery causes app
to crash
   Product: WikiLoves Monuments Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Upload
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aricha...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


To reproduce:
* Select to upload a photo for a monument
* Select to upload photo from gallery
* Select a photo from picassa in you gallery

App crashes :(

-- 
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 39571] Long file names

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

--- Comment #5 from Arthur Richards  2012-08-24 
00:28:08 UTC ---
The current behavior is to surface an error to the user that the filename is
too long, but there is no way to resolve the error since the user has no
control over the filename. No good.

-- 
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 16660] Database table cleanup (tracking)

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

Bug 16660 depends on bug 4744, which changed state.

Bug 4744 Summary: Error in editing timestamp?
https://bugzilla.wikimedia.org/show_bug.cgi?id=4744

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

-- 
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 2219] Incorrect history date on Portuguese Wikipedia

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

Graham87  changed:

   What|Removed |Added

 CC||huai...@singnet.com.sg

--- Comment #5 from Graham87  2012-08-24 00:28:00 UTC ---
*** Bug 4744 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 4744] Error in editing timestamp?

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

Graham87  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||graha...@jazi.net
 Resolution||DUPLICATE

--- Comment #2 from Graham87  2012-08-24 00:28:00 UTC ---


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

-- 
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 39571] Long file names

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

--- Comment #4 from Jon  2012-08-24 00:23:18 UTC ---
To be clear the monument in question is called:


 Аўгустоўскі канал:водны шлях, які ўключае зарэгуляваны ўчастак
р. Чорная Ганча ад Дзяржаўнай граніцы з Рэспублікай Польшча да в. Сонічы (13
км), штучны ўчастак канала ад в. Сонічы да шлюза«Нямнова» (6,5 км)гідравузел
«Нямнова»: 
 Гарадзенскі раён. Тэрыторыя ў межах матэрыяльнай нерухомай
гісторыка-культурнай каштоўнасьці, устаноўленых праектам «Зоны аховы і рэжымы
іх утрыманьня гісторыка-культурнай каштоўнасьці «Аўгустоўскі канал»

-- 
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 39571] Long file names

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

--- Comment #3 from Arthur Richards  2012-08-24 
00:17:15 UTC ---
My bad, I went through the steps to reproduce since the change you mentioned
had been merged and had no problems uploading an image (everything uploaded
fine to testwiki), so it seemed this had been resolved.

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

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


[Bug 39571] Long file names

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

Jon  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #2 from Jon  2012-08-24 00:13:46 UTC ---
How was this resolved?
We are showing the error but not preventing this from happening in future.
We need to rethink our filenames.

-- 
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 8475] On-demand proxy scanning

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

Jasper Deng  changed:

   What|Removed |Added

 CC||jas...@jasperswebsite.com

--- Comment #3 from Jasper Deng  2012-08-24 00:12:48 
UTC ---
Not all IP addresses that pass the test or fail the test are proxies, so human
judgement is needed.

-- 
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 38924] Cannot sort by distance on campaign page unless have previously clicked use my location

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

Jon  changed:

   What|Removed |Added

 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 39601] WLMMobile: list rows for campaign regions are too easy to misclick

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

Jon  changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #1 from Jon  2012-08-24 00:08:37 UTC ---
bang https://github.com/wikimedia/WLMMobile/pull/179

-- 
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 8475] On-demand proxy scanning

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

--- Comment #2 from Chris Steipp  2012-08-24 00:01:35 
UTC ---
Thanks Nemo!

Is the thought that a User is blocked (by name), this check runs to see if they
were using an open proxy, and then the block would be extended to that ip
address as well, if it turns out to be a proxy?

Or that this would automatically un-block an ip address when it was no longer
an open proxy?

The previous scanning disallowed the edit if it came from an open proxy. I'm
not sure what the desired output from this would be.

-- 
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 39603] New: DOM out of sync with data model when typing next to a link

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

   Web browser: ---
 Bug #: 39603
   Summary: DOM out of sync with data model when typing next to a
link
   Product: VisualEditor
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
AssignedTo: i...@wikia-inc.com
ReportedBy: rm...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
or...@framezero.com
Classification: Unclassified
   Mobile Platform: ---


Reproduce by placing cursor just to the right of a link.  Start typing.  Force
the node to re-render by changing the formatting to a heading. OR just save the
page.  Notice that the new text is now part of the link.

-- 
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 38851] No feedback to user that new markers are being loaded

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

--- Comment #2 from Jon  2012-08-23 23:47:03 UTC ---
I implemented a solution https://github.com/wikimedia/WLMMobile/pull/178

-- 
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 38322] Add Hungary to the monuments database

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

--- Comment #2 from Samat  2012-08-23 23:46:35 UTC ---
(In reply to comment #1)
> http://hu.wikipedia.org/wiki/Kiskunf%C3%A9legyh%C3%A1za_m%C5%B1eml%C3%A9keinek_list%C3%A1ja
> 
> -> seems that we have wikitables only here, is there a template in use?

We still haven't got a signed contract with our local agancy (KÖH), therefore
we haven't got permission to upload the database to Wikipedia. I will come back
with news in a few days.

-- 
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 39602] New: Number 9 does not work on latest Wikipedia Beta (1.3beta1)

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

   Web browser: ---
 Bug #: 39602
   Summary: Number 9 does not work on latest Wikipedia Beta
(1.3beta1)
   Product: Wikipedia App
   Version: 3.2 (iOS) / 1.2 (Android)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Generic
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


User report: "I am contacting just to inform of the fact that the number 9 does
not work on the Beta Wiki App" - HTC one x, ICS

-- 
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 39601] New: WLMMobile: list rows for campaign regions are too easy to misclick

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

   Web browser: ---
 Bug #: 39601
   Summary: WLMMobile: list rows for campaign regions are too easy
to misclick
   Product: WikiLoves Monuments Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Browse
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


It's too easy to accidentally hit the next item in the list when you're trying
to select some campaign (eg try for Belarus and get Belgium).

If we make the list items taller with more space, they should be easier to
click reliably...

Visual feedback on touch may also help, since you could tell you're on the
wrong item and move your finger off.

-- 
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 34670] Check all wikis for inclusions of http resources on https

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it,
   ||h...@online.de

--- Comment #6 from Nemo_bis  2012-08-23 23:28:53 UTC 
---
Reference to the cleanup mentioned above:
[[m:Stewards'_noticeboard/Archives/2012-04#Fixing_HTTPS_on_Wikimedia_wikis]].

(In reply to comment #5)
> A quick check of the first few dozen results yields some suspicious links:
> 
> http://toolserver.org
> http://stats.wikimedia.org
> http://s23.org/wikistats/wmspecials_html.php
> http://www.wikilovesmonuments.be

What do you mean suspicious? 
Hoo, in the link above, said that Commons had already taken care of the
problem. Most URLs in the search results, from a cursory reading, seem simple
external links which can't always be replaced (although interwikis can be used
for many toolserver.org URLs and all stats.wikimedia.org resources).
I'm not sure, however, if anyone went through all of them.

-- 
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 39275] "WLMMobile_latest.apk" link gives a "Forbidden" error

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

Arthur Richards  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Arthur Richards  2012-08-23 
23:25:47 UTC ---
mutante and ^demon actually just fixed this:

From #wikimedia-operations:
4:15 ^demon: You know what'd be even easier...just copy twice.
Copy the _latest, which would be overwritten on the next run
4:16 mutante: true
4:17 ^demon: Can you remove the symlink?
4:18 mutante: done
4:19 ^demon: Works 
4:20 mutante: ^demon: nice:) well... and we could have also used -t with ln :p
specify the DIRECTORY in which to create the links
without having to cd
4:20 awjr: wait… did you guys just fix the issue with the latest link?
4:20 mutante: yea

-- 
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 34505] Problem with edits after rename

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

Nemo_bis  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 34505] Problem with edits after rename

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

Nemo_bis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution||FIXED

--- Comment #2 from Nemo_bis  2012-08-23 23:22:58 UTC 
---
Looks ok.

-- 
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 29757] Incomplete user renames (and other username discrepancies) (tracking)

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

Bug 29757 depends on bug 34505, which changed state.

Bug 34505 Summary: Problem with edits after rename
https://bugzilla.wikimedia.org/show_bug.cgi?id=34505

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 34505] Problem with edits after rename

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

Nemo_bis  changed:

   What|Removed |Added

 Blocks||29757

-- 
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 27846] Account inconsistencies after Wikimedia error during renameuser

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

Nemo_bis  changed:

   What|Removed |Added

 Blocks||29757

-- 
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 26793] Mis-attributed edits after move into and out of SUL'ed account

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

Nemo_bis  changed:

   What|Removed |Added

 Blocks||29757

-- 
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 29757] Incomplete user renames (and other username discrepancies) (tracking)

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Depends on||26793, 27846, 34505

-- 
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 27846] Account inconsistencies after Wikimedia error during renameuser

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

Nemo_bis  changed:

   What|Removed |Added

 Blocks|38402   |

-- 
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 26793] Mis-attributed edits after move into and out of SUL'ed account

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

Nemo_bis  changed:

   What|Removed |Added

 Blocks|38402   |

-- 
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 17313] Moving edits incomplete and stalled after renaming a user on the WMF's wikis

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

Nemo_bis  changed:

   What|Removed |Added

 Blocks|38402   |

-- 
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 38402] Tracking bug for incomplete renames

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

Nemo_bis  changed:

   What|Removed |Added

 Depends on|26793, 17313, 27846 |

-- 
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-08-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

Bug 2007 depends on bug 38402, which changed state.

Bug 38402 Summary: Tracking bug for incomplete renames
https://bugzilla.wikimedia.org/show_bug.cgi?id=38402

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

-- 
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 29757] Incomplete user renames (and other username discrepancies) (tracking)

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

Nemo_bis  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #1 from Nemo_bis  2012-08-23 23:20:26 UTC 
---
*** Bug 38402 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 38402] Tracking bug for incomplete renames

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

Nemo_bis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution||DUPLICATE

--- Comment #2 from Nemo_bis  2012-08-23 23:20:26 UTC 
---


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

-- 
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 32411] Transwiki import to multilingual (old) wikisource broken: fix $wgImportSources

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

Nemo_bis  changed:

   What|Removed |Added

 CC||benap...@gmail.com,
   ||federicol...@tiscali.it,
   ||s...@reedyboy.net,
   ||wikimedia.b...@snowolf.eu
  Component|General/Unknown |Site configuration
Summary|Transwiki import to |Transwiki import to
   |multilingual (old)  |multilingual (old)
   |wikisource broken   |wikisource broken: fix
   ||$wgImportSources
   Severity|normal  |major

--- Comment #2 from Nemo_bis  2012-08-23 23:17:49 UTC 
---
I don't understand, does this happen whatever the size of the import?
Ah, now I see it, wgImportSources currently is:

'sourceswiki' => array(
'sa', 's:ang', 's:ar', 's:az', 's:bg', 's:bn', 's:bs', 's:ca', 's:cs',
's:cy',
's:da', 's:de', 's:el', 's:en', 's:es', 's:et', 's:fa', 's:fi', 's:fo',
's:fr', 's:gl', 's:he', 's:hr', 's:ht', 's:hu', 's:hy', 's:id', 's:is',
's:it', 's:ja', 's:kn', 's:ko', 's:la', 's:lt', 's:mk', 's:ml', 's:nl',
's:no', 's:pl', 's:pt', 's:ro', 's:ru', 's:sk', 's:sl', 's:sr', 's:sv',
's:ta', 's:te', 's:th', 's:tr', 's:uk', 's:vi', 's:yi', 's:zh', 'meta',
'commons',
),

so all the s: prefixes must be removed.
Reedy, could you take care of this soonish? It's a simple config change and
this si an actual (quite important) 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 31772] Search (Pool 3) is down (again)

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|General/Unknown |lucene-search-2
 AssignedTo|wikibugs-l@lists.wikimedia. |rain...@eunet.rs
   |org |

--- Comment #5 from Nemo_bis  2012-08-23 23:12:55 UTC 
---
Isn't lucene-search component more relevant?

-- 
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 30723] import and import log error at latin wikisource (la.ws)

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|General/Unknown |Export/Import
Product|Wikimedia   |MediaWiki

--- Comment #2 from Nemo_bis  2012-08-23 23:11:40 UTC 
---
This is a MediaWiki, not a Wikimedia bug, and part of the general issue of
"metadata" (not) generated or considered by import, see also bug 5770.

-- 
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 39275] "WLMMobile_latest.apk" link gives a "Forbidden" error

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

Arthur Richards  changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org

--- Comment #2 from Arthur Richards  2012-08-23 
23:09:01 UTC ---
Apparently that change is not needed, but a change needs to be made to the way
the link gets created. I'll poke hashar.

-- 
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 39273] Stale "Show changes" are displayed in the Live Preview screen

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

Bartosz Dziewoński  changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński  2012-08-23 
23:08:07 UTC ---
Submitted gerrit change Iaf9edf94.

-- 
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 30722] Category sorting should be case-sensitive on iswiktionary

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

Nemo_bis  changed:

   What|Removed |Added

 CC||benap...@gmail.com,
   ||federicol...@tiscali.it,
   ||wikimedia.b...@snowolf.eu
  Component|General/Unknown |Site configuration

-- 
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 24675] Revision error on en.wikipedia.org, Internal error: Unknown cluster "cluster16"

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it,
   ||roan.katt...@gmail.com
   Platform|PC  |All
 OS/Version|Linux   |All

--- Comment #3 from Nemo_bis  2012-08-23 23:07:21 UTC 
---
And it's still like that except that we now are provided only the adorable
clueless "Fatal exception of type MWException".

Roan, who knows enough about external storage and could investigate 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 39377] "dba3" is only understandable to a small number of people in the English Wikipedia

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

bs...@wikimedia.org changed:

   What|Removed |Added

 CC||bs...@wikimedia.org

--- Comment #4 from bs...@wikimedia.org 2012-08-23 23:05:27 UTC ---
(In reply to comment #3)
> Actually, this is not an i18n issue, but a design issue.
> 
> Tags and tag grouping should have been implemented as being configurable in 
> the
> MediaWiki: namespace, and not in default extension messages. This would have
> prevented the whole list of en.wp templates to be translated into other
> languages, and would have made the extension more flexible.
> 
> If now one more tag is added or changed, a developer is needed to change the
> extension code, instead of a sysop changing one or two pages in the MediaWiki
> namespace.

I don't think there is a design issue here. 

The tags configuration can be re-defined in
MediaWiki:PageTriageExternalTagsOptions.js, which will overwrite whatever the
default defined insidethe extension.  That means we can have a sysop add tags
and remove tags from a MediaWiki namespace 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 34697] purging thumbnails via MW action did not purge all thumbnails

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

Ben Hartshorne  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Ben Hartshorne  2012-08-23 
23:04:05 UTC ---
ms5 is no longer in rotation, so this bug (though likely fixed) is no longer
relevant.

-- 
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 15000] Special:Import error: "Import failed: Could not open import file"

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #16 from Nemo_bis  2012-08-23 22:58:02 UTC 
---
(In reply to comment #15)
> This seems to be a Wikimedia problem, moving to the appropriate product.

Are you sure? Import/export via special pages is notoriously unreliable on all
wikis I've heard of.

-- 
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 39434] Needs edit summary specific to nominating articles for deletion

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

Matthias Mullie  changed:

   What|Removed |Added

 CC||rkald...@wikimedia.org
  Component|ArticleFeedbackv5   |PageTriage

-- 
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 39418] Curation Toolbar: Speedy deletion template links

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

Matthias Mullie  changed:

   What|Removed |Added

 CC||fflo...@wikimedia.org,
   ||rkald...@wikimedia.org
  Component|ArticleFeedbackv5   |PageTriage

-- 
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 30072] After password reset user should get at least one extra chance to log in with the new password

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|General/Unknown |General/Unknown
 AssignedTo|asha...@wikimedia.org   |wikibugs-l@lists.wikimedia.
   ||org
Product|Wikimedia   |MediaWiki
Summary|Authentication/password |After password reset user
   |retreival process confusing |should get at least one
   |to end user |extra chance to log in with
   ||the new password
   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 27839] Offer 460px and 620px as thumbnail size preferences

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

Nemo_bis  changed:

   What|Removed |Added

 CC||benap...@gmail.com,
   ||federicol...@tiscali.it,
   ||wikimedia.b...@snowolf.eu
  Component|General/Unknown |Site configuration

-- 
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 36086] re-render pages, at least www.mediawiki.org pages

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

Nemo_bis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution||WORKSFORME

--- Comment #3 from Nemo_bis  2012-08-23 22:47:53 UTC 
---
Probably most those pages got purged in the meanwhile anyway.

-- 
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 39587] Resolved - an exclusion filter or different weighting?

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

--- Comment #2 from Oliver Keyes  2012-08-23 22:47:51 UTC 
---
Guh. Muscle memory. Sorry!

-- 
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 39587] Resolved - an exclusion filter or different weighting?

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

Oliver Keyes  changed:

   What|Removed |Added

 CC||mmul...@wikimedia.org
  Component|PageTriage  |ArticleFeedbackv5

-- 
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 16660] Database table cleanup (tracking)

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

Nemo_bis  changed:

   What|Removed |Added

 Depends on||35123

-- 
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 35123] Need help fixing failed move (database corrupt?)

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||16660

--- Comment #5 from Nemo_bis  2012-08-23 22:47:07 UTC 
---
So can this be closed or do you want to repurpose the bug so that it doesn't
happen again?

-- 
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 39587] Resolved - an exclusion filter or different weighting?

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

bs...@wikimedia.org changed:

   What|Removed |Added

 CC||bs...@wikimedia.org

--- Comment #1 from bs...@wikimedia.org 2012-08-23 22:46:47 UTC ---
This looks like a bug for AFT?

-- 
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 34697] purging thumbnails via MW action did not purge all thumbnails

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

Nemo_bis  changed:

   What|Removed |Added

 CC||bhartsho...@wikimedia.org,
   ||federicol...@tiscali.it
  Component|General/Unknown |Media storage

-- 
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 39596] VisualEditor: Support tables

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

James Forrester  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 39597] VisualEditor: Support categories

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

James Forrester  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 39600] VisualEditor: Support most common citation templates (special-case)

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

James Forrester  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 39599] VisualEditor: Support references

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

James Forrester  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 39598] VisualEditor: Support templates

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

James Forrester  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 4537] Categories created using Tamil words not recognised in stats

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

Nemo_bis  changed:

   What|Removed |Added

   Keywords||analytics
 CC||federicol...@tiscali.it

-- 
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 21556] item counter missing from Special NewPages

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

--- Comment #6 from Nemo_bis  2012-08-23 22:42:31 UTC 
---
(In reply to comment #5)
> Now it makes sense.
> 
> Perhaps the preference message should be changed to make clear that it refers
> to all generated pages, not just Recent changes.

It applies to everything which uses the recent changes table: "recent changes"
appear in many forms, not only Special:RecentChanges. 
If you have a better wording to propose for that preference, please submit it
in a new bug and mark it as blocker of bug 38638.
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 12302] 404 error should be localised

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

Nemo_bis  changed:

   What|Removed |Added

   Keywords||i18n
 CC||federicol...@tiscali.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 14951] Global spam blacklist should have less or no lag time before taking effect

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

Nemo_bis  changed:

   What|Removed |Added

 CC||cste...@wikimedia.org,
   ||federicol...@tiscali.it

--- Comment #3 from Nemo_bis  2012-08-23 22:38:56 UTC 
---
Adding to csteipp's list at least for analysis.

-- 
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 18255] Backup systems (tracking)

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

Nemo_bis  changed:

   What|Removed |Added

   Keywords||ops
 CC||emi...@gmail.com,
   ||federicol...@tiscali.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 39550] Template:Cleanup needs a "reason" parameter

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

--- Comment #9 from bs...@wikimedia.org 2012-08-23 22:36:06 UTC ---
Fixed in: https://gerrit.wikimedia.org/r/#/c/21289/

-- 
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 19079] Unexpected whitespace on the wikipedia.org portal in IE7

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #4 from Nemo_bis  2012-08-23 22:35:36 UTC 
---
Do you still see this? The portals have been changed many times in the
meanwhile (and maybe even IE gets some fixes sometimes).

-- 
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 16660] Database table cleanup (tracking)

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

Nemo_bis  changed:

   What|Removed |Added

 Depends on||22392

-- 
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 22392] Revisions existing in both archive and revision tables

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

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||16660
Summary|Revisions existing in both  |Revisions existing in both
   |archive and revision|archive and revision tables
   |tables. |

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

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


[Bug 23301] Cached animated GIF not animated at several resolutions

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

Nemo_bis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution||FIXED

--- Comment #3 from Nemo_bis  2012-08-23 22:32:55 UTC 
---
(In reply to comment #2)
> As the original submitter, I haven't seen any other occurrence of this problem
> for a long time.

Closing, all examples work 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 39571] Long file names

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

Arthur Richards  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aricha...@wikimedia.org
 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 39593] WLM: Brussels missing from Belgium

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

--- Comment #3 from Arthur Richards  2012-08-23 
22:27:40 UTC ---
Yeah, suboptimal :( To fix this would require significant changes to the data
structure - which probably ought to happen in the future anyway as it would
resolve a lot of other problems/pain points in the API.

-- 
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 38921] Show current user location on map

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

Arthur Richards  changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org

--- Comment #3 from Arthur Richards  2012-08-23 
22:25:47 UTC ---
I've created added a card to the backlog for this:
https://mingle.corp.wikimedia.org/projects/wlm_android_app/cards/187

-- 
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 39574] Map view when switching between map and list

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

Arthur Richards  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aricha...@wikimedia.org
 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


  1   2   3   4   >