[Bug 43694] update.php fails to either update account_requests table, or create a new one (mw 1.20)

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43694

--- Comment #12 from grant...@gmail.com ---
Several times in this bug and in the bug marked as a duplicate of this bug this
error popped up that I think is creating the problem. 

Database returned error 1170: BLOB/TEXT column 'acr_email' used in key
specification without a key length (localhost)

I am not sure how to specify a key length manually for that key.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42198] Cancel Button saves text, Publish Button does nothing

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42198

--- Comment #11 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #2)
 While waiting for a fix, I modified modules/jquery.wikiEditor.publish.js

No recent changes as per
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/WikiEditor.git;a=history;f=modules/jquery.wikiEditor.publish.js;h=bb631cf22bd0e48f0117fdd5d4d431a7beedfbba;hb=refs/heads/master
and WikiEditor code in that place has not been changed since 2010 (except for
coding style cleanups):
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/WikiEditor.git;a=blame;f=modules/jquery.wikiEditor.publish.js;h=bb631cf22bd0e48f0117fdd5d4d431a7beedfbba;hb=HEAD

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44192] ApiCreateAccountTest::testValid() sends confirmation mail to invalid address

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44192

--- Comment #6 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com ---
Oh yes, I forgot about $wgEmailConfirmToEdit...

In this case the easiest seems to force $wgEmailAuthentication to false so that
it won't send any mail away during the tests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43694] update.php fails to either update account_requests table, or create a new one (mw 1.20)

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43694

--- Comment #13 from Aaron Schulz aschulz4...@gmail.com ---
(In reply to comment #12)
 Several times in this bug and in the bug marked as a duplicate of this bug
 this
 error popped up that I think is creating the problem. 
 
 Database returned error 1170: BLOB/TEXT column 'acr_email' used in key
 specification without a key length (localhost)
 
 I am not sure how to specify a key length manually for that key.

In
https://github.com/wikimedia/mediawiki-extensions-ConfirmAccount/blob/master/backend/schema/mysql/ConfirmAccount.sql
the statement CREATE UNIQUE INDEX /*i*/acr_email ON /*_*/account_requests
(acr_email(255)); creates a prefix index (only on the first 255 chars, which
defines the key length). It's on old problem that this doesn't work on some
mysql versions (giving the same error as if no key length was given).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43694] update.php fails to either update account_requests table, or create a new one (mw 1.20)

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43694

--- Comment #14 from grant...@gmail.com ---
So this extensions's code is no longer compatible some some versions of MySQL?
What if our hosting provider does not support a newer MySQL? Which versions of
MySQL do not support a limit on TEXT or BLOB so that TEXT(88) simply won’t
work?

http://iderror.com/errors/mysql/mysql-server/error-1170-sqlstate-42000-er_blob_key_without_length/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40586] Chunked uploads: fails immediately when trying to upload large JPEG due to binReader.result being undefined

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40586

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=35354,
   ||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=36587
Summary|Chunked uploads: fails  |Chunked uploads: fails
   |immediately when trying to  |immediately when trying to
   |upload large JPEG   |upload large JPEG due to
   ||binReader.result being
   ||undefined
   Severity|normal  |major

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35354] Problems with UploadWizard stash moving to the target

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35354

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=40586

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36587] Chunked upload fails with internal_api_error_UploadStashFileNotFoundException

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36587

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=40586

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43746] File [mwe-upwiz-queued] shown above Remove button

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43746

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
Summary|File [mwe-upwiz-queued] |File [mwe-upwiz-queued]
   ||shown above Remove button
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43408] UploadWizard Flickr on Wikimedia Commons should use {{Flickr source}} and {{Flickr author}} templates

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43408

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43244] Selecting an option, then choosing another still requires you to fill in the first option's info. Also, bad help messages

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43244

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42127] memcache on labsconsole.wikimedia.org craps out pretty often

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42127

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||fai...@wikimedia.org,
   ||has...@free.fr
  Component|General |Infrastructure
   Assignee|wikibugs-l@lists.wikimedia. |rlan...@gmail.com
   |org |

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
The memcached instance on virt0 dies like twice per day, that causes the
labsconsole to be practically unusable and also drop any user session.

I would say that is part of the Infrastructure component. Please ping either
Ryan Lane or Andrew Boggott (ops team) to get this issue resolved.

Possible culprit: virt0 going out of memory and memcached being killed by Linux
out of memory killer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43009] This title contains some undesirable characters. Please remove them. is not helpful

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43009

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42964] Add support for more types of Flickr URLs to UploadWizard

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42964

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #5)
 I would like to give it a try. Where's the existing Flickr-related code (i.e.
 what files need to be edited)?

Mostly under mediawiki/extensions/UploadWizard/resources/mw.FlickrChecker.js in
gerrit.wikimedia.org (see http://www.mediawiki.org/wiki/Gerrit ) plus general
settings in mediawiki/extensions/UploadWizard/UploadWizard.config.php

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
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)

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37144

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37352] Boolean option issue when using sqlite

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37352

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Blocks||20257

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20257] SQLite support (tracking)

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20257

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Depends on||37352

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37468] Add step-backwards from thanks with file errors to describe to allow changes if necessary

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37468

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
Twice no feedback = Assuming this is FIXED as per merged Gerrit patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37925] Extract heading (=Direction of image) from EXIF/metadata and add it to location template

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37925

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37462] Allow providing image information (categories/description) while still uploading

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37462

Bug 37462 depends on bug 37468, which changed state.

Bug 37468 Summary: Add step-backwards from thanks with file errors to 
describe to allow changes if necessary
https://bugzilla.wikimedia.org/show_bug.cgi?id=37468

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38576] Merge MediaWiki:Wm-license-self-one-license and MediaWiki:Wm-license-self-multiple-licenses

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38576

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38707] Failed uploads flag not cleared after restarting wizard ?

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38707

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #1)
 This seems fixed with the following patch applied:
 https://gerrit.wikimedia.org/r/20814

DJ: That patch has been merged - can this bug report be closed as FIXED?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39642] blank title throws error: mw.Title: Could not parse title .jpg

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39642

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39682] UploadWizard reports phantom error when mixing copyright style

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39682

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39746] UploadWizard needs to quit using funky array magic for upload lists

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39746

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39802] Upload Wizard licensing tutorial could use an overhaul

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39802

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39900] UW should not mark as uncategorized images which include categories from template

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39900

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39910] Template call as headerLabelPage

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39910

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39911] Accept wikitext in idFieldLabelPage

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39911

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40109] UploadWizard: Try to publish files after error again only works once

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40109

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40147] Copy metadata feature does not copy custom fields

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40147

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40158] improve workflow when multi upload hits 50 item barrier

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40158

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40233] Prefilled values such as date, should not be marked for copy by default

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40233

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40189] api-error-internal_api_error_UploadStashBadPathException

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40189

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40234] UW should copy date in the details in the Commons standard way

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40234

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Translation:

For the function Copy information on below listed file to upload … and the
selection Copy date the date format should be the same as the Commons
standard, otherwise a bot would have to fix that again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40472] MediaWiki:Mwe-upwiz-license-custom gets wrong $2 passed OR Link to custom copyright tag select invalid due to deed appended to URL

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40472

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40647] UploadWizard extension should allow a custom default license for new uploads in UploadWizard tab of Special:Preferences

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40647

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42554] Title Blacklist changes are no longer performed in real-time

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42554

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42736] deploy to test2 broke UploadWizard in IE7 at least

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42736

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42813] Descriptions and titles from Flickr should be unescaped

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42813

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44116] Start at 1 % and no go on

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44116

--- Comment #2 from ttiesse...@gmx.de ---
Hay,
the wiki is in the LAN not from the internet accessible.
To reprduce it do this:
- install Mediawiki 20.2
- create an article with some letters
- install the extension Collection
http://www.mediawiki.org/wiki/Extension:Collection
- install Pdf Writer
http://www.mediawiki.org/wiki/Extension:PDF_Writer
- set in LocalSettings.php 
$wgCollectionMWServeURL = http://tools.pediapress.com/mw-serve/;;
The Page isn't large and it happens with any page.
No error messages, it just stop at 1 %.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44198] New: include(__DIR__/Poem.i18n.php) [function.include]: failed to open stream

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44198

   Web browser: ---
Bug ID: 44198
   Summary: include(__DIR__/Poem.i18n.php) [function.include]:
failed to open stream
   Product: MediaWiki extensions
   Version: REL1_19 branch
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: Poem
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bruno.de...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

In Poem.php, line 29, the line: 

$dir = __DIR__ . '/';

should be 

$dir = dirname( __FILE__ ) . '/';


Otherwise I get this error message:

Warning: include(__DIR__/Poem.i18n.php) [function.include]: failed to open
stream: No such file or directory in /xxx/includes/LocalisationCache.php on
line 455

Warning: require(/opus-info/__DIR__/Poem.class.php) [function.require]: failed
to open stream: No such file or directory in /xxx/includes/AutoLoader.php on
line 1007

Warning: require(/opus-info/__DIR__/Poem.class.php) [function.require]: failed
to open stream: No such file or directory in /xxx/includes/AutoLoader.php on
line 1007

Warning: call_user_func_array() [function.call-user-func-array]: First argument
is expected to be a valid callback, 'Poem::init' was given in
/xxx/includes/Hooks.php on line 216

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44198] include(__DIR__/Poem.i18n.php) [function.include]: failed to open stream

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44198

bruno.de...@gmail.com changed:

   What|Removed |Added

 CC||bruno.de...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43977] Grouped edits not patrollable

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43977

jc8136 jc8...@gmail.com changed:

   What|Removed |Added

 CC||jc8...@gmail.com

--- Comment #14 from jc8136 jc8...@gmail.com ---
Hi! This bug causes some major additional work at Wikivoyage. We have just
started and to patrol every single (and often multiple) edit is very tiresome.
Could you please give it a higher priority?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43977] Grouped edits not patrollable

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43977

Marius Hoch h...@online.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |h...@online.de
   |org |

--- Comment #15 from Marius Hoch h...@online.de ---
(In reply to comment #14)
 Hi! This bug causes some major additional work at Wikivoyage. We have just
 started and to patrol every single (and often multiple) edit is very
 tiresome.
 Could you please give it a higher priority?

I'm working on this as a volunteer, so I can't work/ don't want to work on this
all day. Doing this properly on the server side isn't trivial for several
reasons so it will take some time and code review will take even more time.
Thanks for your patience ;)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44199] New: Page without history

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44199

   Web browser: ---
Bug ID: 44199
   Summary: Page without history
   Product: MediaWiki
   Version: 1.21-git
  Hardware: All
   URL: http://www.wikidata.org/wiki/Help:Test2
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: History/Diffs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: l.rabinelli+bugzi...@gmail.com
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The page [[:d:Help:Test2]] exists, but there aren't revision in its history.
And no record in deletion log.

Please fix it. Thanks
Any idea how it could have happened?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43899] DataValues test failures

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43899

--- Comment #12 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
That's an exception in core - not DataValues

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43941] A few more duplicates

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43941

--- Comment #1 from Nemo federicol...@tiscali.it ---
Also: replace #9474, http://www.let.ru.nl/greeksong/api.php with new location
http://greeksong.ruhosting.nl/api.php

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44104] SF query string not passing values containing apostrophes properly

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44104

--- Comment #3 from Neill Mitchell mitchell_ne...@hotmail.com ---
Ditto for + char. So you cannot pass field values such as Age 21+.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44200] New: Link using Special:MyLanguage and REDIRECT dont work for source language

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44200

   Web browser: ---
Bug ID: 44200
   Summary: Link using Special:MyLanguage and REDIRECT dont work
for source language
   Product: MediaWiki extensions
   Version: REL1_19 branch
  Hardware: PC
OS: Windows Server 2008
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: karin.jepps...@hotmail.se
CC: asha...@wikimedia.org, niklas.laxst...@gmail.com,
s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---

I have a translated page with a #REDIRECT to another page.
In the link to that page I use the function Special:MyLanguage to be linked to
the correct language.

For pages in other languages than the source language(en) it redirects to the
correct page but when using source language you only end up at the page
containg the REDIRECT.

How is this? How are you supposed to work with Special:MyLanguage and
#REDIRECT in combination?


Thanks in advance,
Karin

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43977] Grouped edits not patrollable

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43977

Ikan Kekek sepuluhring...@yahoo.com changed:

   What|Removed |Added

 CC||sepuluhring...@yahoo.com

--- Comment #16 from Ikan Kekek sepuluhring...@yahoo.com ---
I am an admin at English Wikivoyage. This bug really makes patrolling at
Wikivoyage untenable, especially with the increase in traffic since the site
was publicly launched. There is no way I am going to patrol 12 recent edits in
one article individually. Marius, like you, I am a volunteer. I am not a
software maven, so I don't know how easy or difficult this problem is to fix,
but I do appreciate your attention to it. Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44200] Link using Special:MyLanguage and REDIRECT dont work for source language

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44200

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
   Hardware|PC  |All
 OS|Windows Server 2008 |All

--- Comment #1 from Nemo federicol...@tiscali.it ---
Thanks for the report.
I don't understand, where did you place the redirect? On the translatable page
(source language) or in a translation page?
Making a translatable page into a redirect worked for me, see
https://translatewiki.net/wiki/Web%20interface?action=history

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44201] New: Category page containging duplicate pagelink for source language

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44201

   Web browser: ---
Bug ID: 44201
   Summary: Category page containging duplicate pagelink for
source language
   Product: MediaWiki extensions
   Version: REL1_19 branch
  Hardware: PC
OS: Windows Server 2008
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: karin.jepps...@hotmail.se
CC: asha...@wikimedia.org, niklas.laxst...@gmail.com,
s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---

Created attachment 11657
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11657action=edit
Duplicate category listing

Hi,
How do I get rid of the duplicate listing in a Category page 
of all pages in source language? 
First you see the page with no suffix and then the same page with /en(source
language)suffix. See attached picture.

ex:

M
--
Mypage
Mypage/en --REMOVE HOW??

The page /en is not editable so I cant remove the category there.
Bug?

Thanks for all help, 
Karin

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43162] Prevent users from submitting blank feedback

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43162

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44201] Category page containing duplicate pagelink for source language

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44201

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
   Hardware|PC  |All
Summary|Category page containging   |Category page containing
   |duplicate pagelink for  |duplicate pagelink for
   |source language |source language
 OS|Windows Server 2008 |All

--- Comment #1 from Nemo federicol...@tiscali.it ---
How are you adding the category to that page?

Docs explain what's currently supported in Translate:
https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_administration#Markup_examples
(in short, all in same category or template wizardry that you have to find out
yourself).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43497] Change name of {{noexternallanglinks}} to {{NOSITELINKS}}

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43497

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||denny.vrandecic@wikimedia.d
   ||e
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43497] Change name of {{noexternallanglinks}} to {{NOSITELINKS}}

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43497

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44202] New: Account creation through API leaks account creator's IP address

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44202

   Web browser: ---
Bug ID: 44202
   Summary: Account creation through API leaks account creator's
IP address
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: API
  Assignee: ialex.w...@gmail.com
  Reporter: ialex.w...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net,
tylerro...@gmail.com, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

When creating an account through the API from an anonymous user, its IP address
is publicly accessible the new users log as action performer. In such case, it
contains entries like this:

User account TestApiCreate (Talk | contribs | block) was created by ::1 (Talk |
block)

It should be instead:

User account TestApiCreate (Talk | contribs | block) was created

and the user itself should be logged as action performer.

A patch will come soon to fix this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44202] Account creation through API leaks account creator's IP address

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44202

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 Status|NEW |ASSIGNED

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com ---
Proposed fix in Gerrit change #44966.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42198] Cancel Button saves text, Publish Button does nothing

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42198

--- Comment #12 from nikus0po...@gmail.com ---
Andre,

I think you misundertood me, when I wrote :  
While waiting for a fix, I modified modules/jquery.wikiEditor.publish.js  
It was about my local file on my mediawiki server.

I didn't commit my changes to the git repo because I was not sure that my fix
was good (it works, but as I don't underdand the original code I don't know why
this fix is needed)

So the best this to do now is understanding once and for all the original code.
According to the blame, Trevor Pascal made this code. Do you have a way to ask
him about his code?
For instance :
# what is the meaning of an action function that does nothing
# what is the meaning of an action function that returns false (or true)
# what is the meaning of :  #dialogID.dialog( 'open' )

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44203] New: Special:Ask missing results

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44203

   Web browser: ---
Bug ID: 44203
   Summary: Special:Ask missing results
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Semantic MediaWiki
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: contrafibular...@hotmail.com
CC: jamesin.hongkon...@gmail.com, jeroen_ded...@yahoo.com,
mar...@semantic-mediawiki.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

A query on string-type properties now appears to be missing results when a
comparator and wildcard are used ([[someproperty::~*somevalue*]]). I found
that the first part of a property value is still taken into acccount (which can
be around 60 characters in length or even less), but that the remainder is
ignored by the query. In other words, the query does not cover the complete
range of characters used in a property value. Could this be a bug or a
performance issue? 

Specifications:
MW 1.19.2
SMW 1.8
PHP 5.3.3-7 
MySQL 5.1.66

I'm writing here anonymously, but if you need a link, I can send one in
private.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44204] New: Duplicate results after upgrade to SMW 1.8

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44204

   Web browser: ---
Bug ID: 44204
   Summary: Duplicate results after upgrade to SMW 1.8
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: contrafibular...@hotmail.com
CC: jamesin.hongkon...@gmail.com, jeroen_ded...@yahoo.com,
mar...@semantic-mediawiki.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

After upgrading my site to SMW 1.8 with Store3, I noticed that queries often
produce duplicate results. Refreshing the page or the browser does not help,
though in one case, I was able to solve it by moving the page back and forth. 

Specifications:
MW 1.19.2
SMW 1.8
PHP 5.3.3-7 
MySQL 5.1.66

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41994] No easy way to view all content of all languages of a newly-created entry

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41994

--- Comment #3 from Wikidata Bot wikidata-b...@wikimedia.de ---
Change I33ea4cae: (bug 41994) display labels and descriptions in user languages

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25319] Make Special:UserRights available to everyone

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25319

Waldir wal...@email.com changed:

   What|Removed |Added

 CC||wal...@email.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44205] New: rename userrights to usergroups

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44205

   Web browser: ---
Bug ID: 44205
   Summary: rename userrights to usergroups
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: wal...@email.com
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Several variables and strings should be changed to clarify that bureaucrats
(and other users with the so-called userrights permission) can only change user
*groups*, not user rights individually.

- the userrights permission should be renamed to usergroups
- the description of that permission in Special:ListGroupRights
  should be changed from Edit all user rights to Edit user groups
- Special:UserRights should be changed to Special:UserGroups
  or even better, Special:ManageUserGroups (with aliases in place
  for backward compatibility)
- Special:UserRights should mention that user groups can be created or edited
  by changing the definitions in LocalSettings.php, and provide a link to
  [[mw:Manual:User rights]] for instructions on how to do so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43694] update.php fails to either update account_requests table, or create a new one (mw 1.20)

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43694

--- Comment #15 from Gregor Hagedorn g.m.haged...@gmail.com ---
if the mysql version is the root cause, then a very widely used version (the
current debian lastest stable distributed MySQL 5.1.66-0+squeeze1) is causing
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44206] New: interaction with mail server should be stubbed during unit tests

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44206

   Web browser: ---
Bug ID: 44206
   Summary: interaction with mail server should be stubbed during
unit tests
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Email
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: m...@everybody.org
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

From Bug 44192, ApiCreateAccountTest::testValid() can result in emails being
sent.  This sort of thing should really be stubbed out.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44192] ApiCreateAccountTest::testValid() sends confirmation mail to invalid address

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44192

--- Comment #7 from Mark A. Hershberger m...@everybody.org ---
(In reply to comment #6)
 In this case the easiest seems to force $wgEmailAuthentication to false so
 that it won't send any mail away during the tests.

I've opened Bug 44206 to stub out email handling.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37546] Filter timestamps less-than-ideal: Should use date when post was hidden, not date it was posted on

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37546

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Summary|Filter timestamps   |Filter timestamps
   |less-than-ideal |less-than-ideal: Should use
   ||date when post was hidden,
   ||not date it was posted on

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44129] CORE repo broken ? git pull fails: fatal: pack has 14 unresolved deltas - fatal: index-pack failed

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44129

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Highest |Normal
 CC||aklap...@wikimedia.org
   Severity|blocker |critical

--- Comment #17 from Andre Klapper aklap...@wikimedia.org ---
Decreasing priority as nobody can reproduce this, and severity as there is a
workaround (clone a fresh copy).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44196] a three-item list with only 2 items

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44196

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e, silke.me...@wikimedia.de

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44041] Adapt varnish mobile puppet class on beta

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44041

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Puppet change is https://gerrit.wikimedia.org/r/44709

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44196] a three-item list with only 2 items

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44196

silke.me...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from silke.me...@wikimedia.de ---
Fixed. I meant *two* parts.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 13862] Add a horizontal table of contents to Special:SpecialPages

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13862

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords|bugsmash|
   Priority|Normal  |Low
Version|unspecified |1.21-git

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44041] Adapt varnish mobile puppet class on beta

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44041

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
Patchset 13 let puppet run properly on the instance and also have the
backend/frontend varnish services to run.
Things that are still lacking:
varnishncsa is not running so we have no log at all. We need a varnishncsa that
write logs to the local filesystem under /var/log/varnish/
varnish gives out a 503 error:
 $ curl -x 208.80.153.143:80 'http://en.wikipedia.beta.wmflabs.org/'
 ?xml version=1.0 encoding=utf-8?
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
 html
  head
title503 Service Unavailable/title
  /head
  body
h1Error 503 Service Unavailable/h1
pService Unavailable/p
h3Guru Meditation:/h3
pXID: 1535339352/p
hr
pVarnish cache server/p
  /body
 /html

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44041] Adapt varnish mobile puppet class on beta

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44041

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Mailed Andrew / Mark to get more clue :-]

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44118] lint Python scripts using pyflakes

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44118

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
https://gerrit.wikimedia.org/r/#/c/44974/ installs pyflakes on gallium (already
did that manually).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43936] High priority jobs like enotifs are executed very slowly

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43936

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
One day when https://ganglia.wikimedia.org will be accessible again I could
even look at the JobQueue graph...

Nemo, is the lag of ~20min still a problem?

/me looking at
https://gerrit.wikimedia.org/r/#/q/project:mediawiki/core+-owner:L10n-bot+message:jobqueue,n,z

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44207] New: id-xor-wikititle error message confusing

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44207

   Web browser: ---
Bug ID: 44207
   Summary: id-xor-wikititle error message confusing
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: jarry1...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The error message Either provide the item id or pairs of site and title
for a corresponding page. is confusing when the parameters are in fact titled
sites and titles.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44202] Account creation through API leaks account creator's IP address

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44202

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
Version|unspecified |1.21-git

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44205] rename userrights to usergroups

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44205

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
  Component|General/Unknown |Special pages
Version|unspecified |1.21-git
 Blocks||38638
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Depends on||44205

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36432] Normalize titles and namespaces

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36432

Jarry1250 jarry1...@gmail.com changed:

   What|Removed |Added

 CC||jarry1...@gmail.com

--- Comment #6 from Jarry1250 jarry1...@gmail.com ---
Shouldn't
https://wikidata.org/w/api.php?action=wbgetentitiessites=enwikititles=Ren%C3%A9_Vautier
work now then? Why isn't the underscore understood as a space?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44206] interaction with mail server should be stubbed during unit tests

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44206

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.21-git

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44199] Specific Wikidata Help Page without history

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44199

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |NEW
Version|1.21-git|wmf-deployment
   Keywords||wikidata
  Component|History/Diffs   |General/Unknown
 CC||aklap...@wikimedia.org,
   ||wikidata-bugs@lists.wikimed
   ||ia.org
 Ever confirmed|0   |1
Summary|Page without history|Specific Wikidata Help Page
   ||without history
Product|MediaWiki   |Wikimedia

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Also, the text seems to be in Italian always even if I add ?uselang=fr to the
URL.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44208] New: problems displaying pages and saving edits

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44208

   Web browser: Google Chrome
Bug ID: 44208
   Summary: problems displaying pages and saving edits
   Product: MediaWiki
   Version: 1.21-git
  Hardware: Macintosh
   URL: http://yi.wikipedia.org
OS: Mac OS X 10.6
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Interface
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: wiki.pe...@ntlworld.com
CC: krinklem...@gmail.com, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Created attachment 11658
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11658action=edit
Screenshot of page on yi.wikipedia

Under Snow Leopard Mac OS 10.6 I am experiencing problems with accessing the yi
Wikpedia under all browsers:

Chrome will not open any page.
Opera shows additional large text items on most pages.
Firefox  Safari open pages and save edits, but do not return the saved page
after submitting an edit.

I cannot fathom what is going on.

Everthing seems to be OK under Mac OS 10.7 (different hardware)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43008] [Regression] MWException when saving section=new on .css and .js pages

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43008

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||ialex.w...@gmail.com
 Resolution|--- |FIXED

--- Comment #5 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com ---
Change merged.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44206] interaction with mail server should be stubbed during unit tests

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44206

Tyler Romeo tylerro...@gmail.com changed:

   What|Removed |Added

 CC||tylerro...@gmail.com

--- Comment #1 from Tyler Romeo tylerro...@gmail.com ---
This is the problem with entirely static classes. Stubbing UserMailer is almost
impossible since it's always called statically. Either we can add a conditional
inside UserMailer to check for unit tests, or we can turn UserMailer into an
actual class, deprecate the static methods, and then stub it out for unit
tests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44197] Category text Pages in category foo does not use DISPLAYTITLE

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44197

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Created attachment 11659
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11659action=edit
Opera 12.02 screenshot

Not sure if I understand the bug description correctly. 
Outcome in Opera 12.02 is that Pages in category Burmese words suffixed with
-မား looks correct while the Category: looks wrong.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43536] Widget namespace not registering

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43536

--- Comment #1 from Jamie Thingelstad ja...@thingelstad.com ---
I downgraded from 0.10.0 to 0.9.2 to continue to use this for now, but
definitely could not get 0.10.0 to work right. I also observed similar issues
on other sites running 0.10.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43006] [statements-ui] PropertyValueSnak's value inputs and related toolbars should be disabled when hitting 'save'

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43006

--- Comment #5 from Wikidata Bot wikidata-b...@wikimedia.de ---
Change If4e672f4: (bug 43006) Replace toolbar with message while
saving/removing

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44209] New: Semantic Maps specifying center parameter breaks map display

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44209

   Web browser: ---
Bug ID: 44209
   Summary: Semantic Maps specifying center parameter breaks map
display
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: SemanticMaps
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: ja...@thingelstad.com
CC: jeroen_ded...@yahoo.com,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Using current code pulled straight from Git and displaying ask results using
googlemaps format breaks if center parameter is specified.

You can see the problem live here:

http://roadsignmath.com/wiki/Welcome

The query is:

{{#ask: [[Category:Signs]]
| ?Coordinates
| format=googlemaps
| limit=1000
| height=500
| zoom=4
| autozoom=off
| center=39.828175, -98.5795
}}

which produces a broken map display. If I change it to

{{#ask: [[Category:Signs]]
| ?Coordinates
| format=googlemaps
| limit=1000
| height=500
| zoom=4
| autozoom=off
}}

The map renders properly. I also tried entering the center location in a
non-decimal version but had the same problem. 

Versions: http://roadsignmath.com/wiki/Special:Version

Oddly enough, I don't see anything in my PHP error log to indicate a problem
nor do I see anything in the Javascript console. :-\

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43620] Semantic Maps Query via Ask API causes exception

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43620

--- Comment #2 from Jamie Thingelstad ja...@thingelstad.com ---
I upgraded to Semantic Maps 6f4d86358db4bf9b6e098b90f8ea01fb7474cbea and that
query now works properly. Confirmed. Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44208] problems displaying pages and saving edits

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44208

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Cannot reproduce the problem with Firefox 17.0.1 and Opera 12.02 on
https://yi.wikipedia.org/wiki/קענסער?uselang=yi 

Reminds me of bug 43805.

Could you try reloading the page by adding 
?action=purge 
to the web address?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42588] WikiEditor 0.3.1 doesn't work after update to MW1.20

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42588

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
hollosch: Is the wiki installation publicly accessible?
Any output in the debug / JavaScript console of your browser?
Could you attach a screenshot that does not show confidential/private data?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44210] New: Translation notifications should always be delivered via Translation Notification Bot, included Meta

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44210

   Web browser: ---
Bug ID: 44210
   Summary: Translation notifications should always be delivered
via Translation Notification Bot, included Meta
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
   URL: https://meta.wikimedia.org/wiki/Special:Contributions/
Translation_Notification_Bot
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TranslationNotifications
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: maure...@gmx.es
CC: amir.ahar...@mail.huji.ac.il, federicol...@tiscali.it,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I do not know which criteria uses the extension to choose one or another
account but when a translation notification is issued (at Meta, via the
notifytranslators special page) some (most of them) are delivered by the
personal account of the translation administrator who issued the command
https://meta.wikimedia.org?diff=prevoldid=5043916 while others are notified
via the ad hoc account
https://meta.wikimedia.org/wiki/Special:Contributions/Translation_Notification_Bot.

* Notifications should be always sent by the TNBot no matter the project.

* Edits on user talk pages by TNBot should not be marked as minor so it is
possible for the projects to flag the account as bot, to avoid
flooding/cluttering of recentchanges (which already happens now at Meta, each
time a translation notification is issued, recentchanges becomes unusable) 
possibilitating at the same time that the user receives the orange bar you
have new messages (since only bots have the 'nominornewtalk' right).

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43863] Enabling import source on eswikivoyage

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43863

--- Comment #4 from Savh savh.w...@yahoo.es ---
We hadn't thought about other wikis, beside es.wikipedia, but it might possibly
be useful to have, and AFAIK it does no harm, I guess we can allow ourselves to
have the following import sources:
es.wikipedia, meta.wikimedia, commons.wikimedia, en.wikivoyage, de.wikivoyage,
fr.wikivoyage, it.wikivoyage, nl.wikivoyage, pt.wikivoyage, ru.wikivoyage and
sv.wikivoyage.

Thank you very much,
--Savh

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42198] Cancel Button saves text, Publish Button does nothing

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42198

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #13 from Andre Klapper aklap...@wikimedia.org ---
CC'ing Matma.Rex: Do you have any idea what these JS functions are supposed to
do, or maybe even why this fails for several users?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44198] include(__DIR__/Poem.i18n.php) [function.include]: failed to open stream

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44198

Krenair kren...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||kren...@gmail.com
 Resolution|--- |INVALID

--- Comment #1 from Krenair kren...@gmail.com ---
__DIR__ is a valid magic constant, you just don't have a modern PHP version. It
was added in PHP 5.3.0, released 2009-06-30 (that's 3 and a half years ago!).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44197] Category text Pages in category foo does not use DISPLAYTITLE

2013-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44197

--- Comment #2 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
Created attachment 11660
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11660action=edit
Category page rendered by firefox (looking fine)

Hmm, I kind of have a mixed opinion about this bug.
*On one hand from a practical point of view you guys obviously just need this
to work and this is the obvious thing to do to make it work
*OTOH. DISPLAYTITLE changes the title of the page, however it doesn't change
the name of the category. To categorize something you have to use the actual
name of the category. This doesn't make much of a difference on Wikimedia's set
up due to display title restrictions (ignoring lang converter), but if
unrestricted display title was enabled, then the displaytitle need not having
anything to do with the actual category name.

(In reply to comment #1)
 Created attachment 11659 [details]
 Opera 12.02 screenshot
 
 Not sure if I understand the bug description correctly. 
 Outcome in Opera 12.02 is that Pages in category Burmese words suffixed
 with
 -မား looks correct while the Category: looks wrong.

It depends on the fonts you have installed. For me the page title looks
correct, and the subheader is a bunch of missing glyph characters. However your
screen shot looks rather wrong (Are those unattached combining glyphs jammed in
the middle?). But I think that's unrelated, and should maybe be filed as a
separate bug for web fonts on opera. [attached is a screenshot for firefox
16.0.1]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   >