[Bug 43056] New: phantoms should be wrapped into a span instead a div

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43056

   Web browser: ---
Bug ID: 43056
   Summary: phantoms should be wrapped into a span instead a div
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: raimond.spekk...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

phantoms text is wrapped into a div class=ve-ce-phantoms  which adds a
linebreak because div is a  block element, see
https://en.wikipedia.org/wiki/User:Raymond/nowiki

Better to use a span I think.

-- 
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 43057] New: Spacing between elements too large in IE6 and IE7

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43057

   Web browser: ---
Bug ID: 43057
   Summary: Spacing between elements too large in IE6 and IE7
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Onboarding
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: swall...@wikimedia.org
CC: mflasc...@wikimedia.org, oliv...@wikimedia.org,
sp...@wikimedia.org, swall...@wikimedia.org,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Created attachment 11505
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11505action=edit
IE6

Minor ui fix-up needed, where in IE6 and IE7 only, there is too much
whitespace. See attached screenshot.

-- 
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 43058] New: math is unparsed but shown as plain wikitext

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43058

   Web browser: ---
Bug ID: 43058
   Summary: math is unparsed but shown as plain wikitext
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: raimond.spekk...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

math is unparsed but shown as plain wikitext:
https://en.wikipedia.org/wiki/User:Raymond/Math

-- 
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 42953] Git submodules initialized with wrong URL

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42953

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
The workaround is to disable submodule processing in the Git plugin and process
them manually using:  git submodule sync  git submodule update --init.

I have done so for the webstatscollector and udp-filters project of the
Analytics team: https://gerrit.wikimedia.org/r/38497

-- 
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 43059] New: enable full stack trace for PHPUnit jobs

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43059

   Web browser: ---
Bug ID: 43059
   Summary: enable full stack trace for PHPUnit jobs
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Testing Infrastructure
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: has...@free.fr, innocentkil...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Whenever the PHPUnit jobs have a fatal error, we do not output a full stack
trace which is not really helpfull (ex:
https://gerrit.wikimedia.org/r/#/c/38155/ ).

We need to inject $wgShowExceptionDetails = true; in the configuration.

-- 
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 43056] Things sometimes alienated as block when they should be inline

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43056

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com,
   ||tpars...@wikimedia.org
  Component|General |Data Model
   Assignee|jforres...@wikimedia.org|roan.katt...@gmail.com
Summary|phantoms should be|Things sometimes alienated
   |wrapped into a span instead |as block when they should
   |a div   |be inline

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com ---
Fixing summary. Editable nodes are called aliens. The phantom is the green
hatched-out overlay that appears when mousing over an alien. It's an absolutely
positioned div that exists outside of the main editor DOM. Because of the
mouseover effect, you can't actually inspect the aliens themselves easily, but
when you do, you'll find that the actual uneditable content is in div
class=ve-ce-alienBlock or span class=ve-ce-alienInline as appropriate.

The issue here is that some things (nowikis in Raymond's example, and I've seen
some references do it in the wild) are alienated as alienBlock nodes by
ve.dm.Converter when they should really be alienInline nodes.

-- 
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 42508] After move with redirect properties are not set

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42508

Ad Strack van Schijndel ad.strackvanschijn...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |major

--- Comment #1 from Ad Strack van Schijndel ad.strackvanschijn...@gmail.com 
---
Hi guys, 
this seems to me an important enough bug, but nothing is happening. Why is
that?

-- 
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 43060] New: When uploading files to web, in network activity is twice of out

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43060

   Web browser: ---
Bug ID: 43060
   Summary: When uploading files to web, in network activity is
twice of out
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
   URL: http://ganglia.wmflabs.org/latest/?r=daycs=ce=c=dum
psh=dumps-1tab=mvn=mc=2z=mediummetric_group=ALLG
ROUPS
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Infrastructure
  Assignee: rlan...@gmail.com
  Reporter: federicol...@tiscali.it
CC: abog...@wikimedia.org, fai...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

This is something I observe very regularly: I'm uploading a file from dumps-1
(projectstorage.pmtpa.wmnet:/dumps-project) to archive.org, at the
(astonishingly low) speed of 650 KiB/s, and this is ok; what I don't understand
is why ganglia's network graph shows 700 kB/s out and 1,4 MB/s in, am I reading
every byte I send twice from glusterfs or what else?

-- 
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 43022] SitesArray needs proper serialization

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43022

--- Comment #2 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
merged: 
Change I9844236b: Fixed SiteArray serialization

-- 
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 43044] edit auto summary not substituted in email notification

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43044

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

   What|Removed |Added

   Keywords||need-volunteer
   Priority|Unprioritized   |Normal
 CC||denny.vrandecic@wikimedia.d
   ||e

-- 
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 42758] Enable AbuseFilter events to show up in irc.wikimedia.org for English Wikipedia

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42758

--- Comment #5 from Legoktm legoktm.wikipe...@gmail.com ---
(In reply to comment #3)
 Should be figured out if it would mean only the public ones or also the
 private
 ones.

I submitted gerrit change I433aa0d9 which would only send public filters to the
IRC feed.

-- 
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 42957] Ensure transactional integrity of uniqueness constraints

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42957

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||denny.vrandecic@wikimedia.d
   ||e

-- 
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 43061] New: Redirect loop while trying to view attached PNG file

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43061

   Web browser: ---
Bug ID: 43061
   Summary: Redirect loop while trying to view attached PNG file
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Bugzilla
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: aklap...@wikimedia.org, s...@reedyboy.net,
thehelpfulonew...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

When trying to access the PNG attachment at
https://bugzilla.wikimedia.org/attachment.cgi?id=11489, bugzilla is
generating a redirect loop:


daniel@brightpad ~/tmp LANG=EN wget -S -O /dev/null
http://bugzilla.wikimedia.org/attachment.cgi?id=11489
--2012-12-13 11:55:25--  http://bugzilla.wikimedia.org/attachment.cgi?id=11489
Resolving bugzilla.wikimedia.org... 208.80.152.149
Connecting to bugzilla.wikimedia.org|208.80.152.149|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 302 Found
  Date: Thu, 13 Dec 2012 10:55:25 GMT
  Server: Apache
  Location: https://bugzilla.wikimedia.org/attachment.cgi?id=11489
  Vary: Accept-Encoding
  Content-Length: 310
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=iso-8859-1
Location: https://bugzilla.wikimedia.org/attachment.cgi?id=11489 [following]
--2012-12-13 11:55:25--  https://bugzilla.wikimedia.org/attachment.cgi?id=11489
Connecting to bugzilla.wikimedia.org|208.80.152.149|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 302 Found
  Date: Thu, 13 Dec 2012 10:55:26 GMT
  Server: Apache
  X-xss-protection: 1; mode=block
  X-frame-options: SAMEORIGIN
  X-content-type-options: nosniff
  Location: https://bug-attachment.wikimedia.org/attachment.cgi?id=11489
  Content-Length: 0
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Content-Type: text/plain
Location: https://bug-attachment.wikimedia.org/attachment.cgi?id=11489
[following]
--2012-12-13 11:55:26-- 
https://bug-attachment.wikimedia.org/attachment.cgi?id=11489
Resolving bug-attachment.wikimedia.org... 208.80.152.149
Connecting to bug-attachment.wikimedia.org|208.80.152.149|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 302 Found
  Date: Thu, 13 Dec 2012 10:55:27 GMT
  Server: Apache
  Location: https://bugzilla.wikimedia.org/attachment.cgi?id=11489
  Vary: Accept-Encoding
  Content-Length: 317
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=iso-8859-1
Location: https://bugzilla.wikimedia.org/attachment.cgi?id=11489 [following]
--2012-12-13 11:55:27--  https://bugzilla.wikimedia.org/attachment.cgi?id=11489
Connecting to bugzilla.wikimedia.org|208.80.152.149|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 302 Found
  Date: Thu, 13 Dec 2012 10:55:28 GMT
  Server: Apache
  X-xss-protection: 1; mode=block
  X-frame-options: SAMEORIGIN
  X-content-type-options: nosniff
  Location: https://bug-attachment.wikimedia.org/attachment.cgi?id=11489
  Content-Length: 0
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Content-Type: text/plain
...
...
...

-- 
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 42994] flagged revs cron job on hume fails due to missing Memcached class in MemcachedPeclBagOStuff.php

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42994

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

   What|Removed |Added

Summary|flagged revs cron job on|flagged revs cron job on
   |hume fails due to missing   |hume fails due to missing
   |Memcache class in   |Memcached class in
   |MemcachedPeclBagOStuff.php  |MemcachedPeclBagOStuff.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 41347] make repository url path available via client wiki's API

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41347

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

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
Summary|add repository url path |make repository url path
   ||available via client wiki's
   ||API

-- 
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 42955] API displays html in error messages

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42955

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||denny.vrandecic@wikimedia.d
   ||e

-- 
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 42950] Special:SetLabel does not have autocomment

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42950

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||denny.vrandecic@wikimedia.d
   ||e

-- 
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 37633] Add an edit link to the languages

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37633

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

   What|Removed |Added

Summary|Add an edit link to the |Add an edit link to the
   |languages (3)   |languages
 Whiteboard||storypoints: 3

-- 
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 42917] Can't run rebuild entity per page script twice

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42917

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

   What|Removed |Added

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

--- Comment #2 from denny vrandecic denny.vrande...@wikimedia.de ---
Daniels comment could be described in the error message, but otherwise it works
as described.

-- 
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 42917] Can't run rebuild entity per page script twice

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42917

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 38948] Set up all relevant extensions on the test client

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38948

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

   What|Removed |Added

Summary|Set up all relevant |Set up all relevant
   |extensions on the test  |extensions on the test
   |client (8)  |client
 Whiteboard||storypoints: 8

-- 
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 38956] Refactor and clean the client

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38956

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

   What|Removed |Added

Summary|Refactor and clean the  |Refactor and clean the
   |client (13) |client
 Whiteboard||storypoints: 13

-- 
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 38957] Investigate what is going wrong in the replication system between client and repo

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38957

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

   What|Removed |Added

Summary|Investigate what is going   |Investigate what is going
   |wrong in the replication|wrong in the replication
   |system between client and   |system between client and
   |repo (8)|repo
 Whiteboard||storypoints: 8

-- 
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 38959] Dependence on ll_local

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38959

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

   What|Removed |Added

Summary|Dependence on ll_local (3)  |Dependence on ll_local
 Whiteboard||storypoints: 3

-- 
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 38972] Rethink shared table configuration setup for synching repo and client

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38972

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

   What|Removed |Added

Summary|Rethink shared table|Rethink shared table
   |configuration setup for |configuration setup for
   |synching repo and client|synching repo and client
   |(8) |
 Whiteboard||storypoints: 8

-- 
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 39304] Double language links should not be displayed several times

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39304

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

   What|Removed |Added

Summary|Double language links   |Double language links
   |should not be displayed |should not be displayed
   |several times (3)   |several times
 Whiteboard||storypoints: 3

-- 
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 39384] Language-Links are not updated on client when corresponding links are removed from the repo unless you do a purge

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39384

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

   What|Removed |Added

Summary|Language-Links are not  |Language-Links are not
   |updated on client when  |updated on client when
   |corresponding links are |corresponding links are
   |removed from the repo   |removed from the repo
   |unless you do a purge (5)   |unless you do a purge
 Whiteboard||storypoints: 5

-- 
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 39585] Add more verbose messages to pollForChanges script

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39585

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

   What|Removed |Added

Summary|Add more verbose messages   |Add more verbose messages
   |to pollForChanges script|to pollForChanges script
   |(2) |
 Whiteboard||storypoints: 2

-- 
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 39924] language link edit link leads to wrong page on repo

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39924

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

   What|Removed |Added

Summary|language link edit link |language link edit link
   |leads to wrong page on repo |leads to wrong page on repo
   |(5) |
 Whiteboard||storypoints: 5

-- 
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 40069] Noexternalinterlang behaving eratically

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40069

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

   What|Removed |Added

Summary|Noexternalinterlang |Noexternalinterlang
   |behaving eratically (8) |behaving eratically
 Whiteboard||storypoints: 8

-- 
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 40102] Wikidata compatibility: Math extension is not configured on the client

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40102

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

   What|Removed |Added

Summary|Wikidata compatibility: |Wikidata compatibility:
   |Math extension is not   |Math extension is not
   |configured on the client|configured on the client
   |(1) |
 Whiteboard||storypoints: 1

-- 
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 40228] Make sure there's only one pollForChanges process per client

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40228

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

   What|Removed |Added

Summary|Make sure there's only one  |Make sure there's only one
   |pollForChanges process per  |pollForChanges process per
   |client (5)  |client
 Whiteboard||storypoints: 5

-- 
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 40387] Rename noexternalinterlang to noexternallanglinks

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40387

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

   What|Removed |Added

Summary|Rename noexternalinterlang  |Rename noexternalinterlang
   |to noexternallanglinks (1)  |to noexternallanglinks
 Whiteboard||storypoints: 1

-- 
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 40388] Tests for noexternallanglinks

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40388

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

   What|Removed |Added

Summary|Tests for   |Tests for
   |noexternallanglinks (5) |noexternallanglinks
 Whiteboard||storypoints: 5

-- 
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 40562] Document how our replication is planned to work in a Wiki page so that it can be discussed

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40562

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

   What|Removed |Added

Summary|Document how our|Document how our
   |replication is planned to   |replication is planned to
   |work in a Wiki page so that |work in a Wiki page so that
   |it can be discussed (3) |it can be discussed
 Whiteboard||storypoints: 3

-- 
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 40564] Check if watchlists work

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40564

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

   What|Removed |Added

Summary|Check if watchlists work|Check if watchlists work
   |(3) |
 Whiteboard||storypoints: 3

-- 
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 40566] Link to the correct user on the repository

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40566

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

   What|Removed |Added

Summary|Link to the correct user on |Link to the correct user on
   |the repository (13) |the repository
 Whiteboard||storypoints: 13

-- 
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 40570] Link to the diff in the comment

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40570

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

   What|Removed |Added

Summary|Link to the diff in the |Link to the diff in the
   |comment (2) |comment
 Whiteboard||storypoints: 2

-- 
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 40951] Move the sitelink-widget into WikibaseLib

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40951

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

   What|Removed |Added

Summary|Move the sitelink-widget|Move the sitelink-widget
   |into WikibaseLib (2)|into WikibaseLib
 Whiteboard||storypoints: 2

-- 
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 43049] [Regression] Allow moving of pages between models (wikitext - js - css)

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43049

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||denny.vrandecic@wikimedia.d
   ||e

-- 
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 42915] ContentHandler's inability to create redirects for certain content models should be reflected in the UI

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42915

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||denny.vrandecic@wikimedia.d
   ||e

-- 
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 43009] This title contains some undesirable characters. Please remove them. is not helpful

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43009

--- Comment #2 from Željko Filipin zfili...@wikimedia.org ---
The error message could then contain only undesirably characters from the
title, not the entire list.

-- 
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 37939] VisualEditor: Make it hard for users to partially-select some text for linking

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37939

Gregor Hagedorn g.m.haged...@gmail.com changed:

   What|Removed |Added

 CC||g.m.haged...@gmail.com

--- Comment #4 from Gregor Hagedorn g.m.haged...@gmail.com ---
I would warn about automatic changes here. Partially linked words are a
standard feature of Wikipedia, especially to link the singular substring of
plural words in languages that generally allow that.

A nice-to-have feature may be to provide a dialogue box asking: you have only
marked a part of the word -  do you want to link the entire word?.

I consider this a low priority enhancement however.

-- 
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 43062] New: [statements-ui] use proper revision ids in API requests

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43062

   Web browser: ---
Bug ID: 43062
   Summary: [statements-ui] use proper revision ids in API
requests
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: tobias.gritschac...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

We should use the correct revision ids in the API requests in the statements
UI. Right now we're always using just 0 as baserevid parameter.

-- 
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 42913] Better error message if default MW main page already exists

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42913

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||denny.vrandecic@wikimedia.d
   ||e
   Severity|normal  |major

--- Comment #2 from denny vrandecic denny.vrande...@wikimedia.de ---
Or a script that moves all pages out of the offending-to-be namespace before
switching it. A Wikibase installer script could also resolve that (among other
things), how it is done in SMW e.g.

-- 
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 42911] wikidata.org changes do not get injected into recentchanges on client (test2)

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42911

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

   What|Removed |Added

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

-- 
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 42911] wikidata.org changes do not get injected into recentchanges on client (test2)

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42911

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

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 43050] Replace gerrit

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43050

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
A bug report could be filed once this has been discussed on a broader level and
seen agreemtn, but it's not the way to start pushing a replacement of some
bigger complex infrastructure, I'd say. :)

-- 
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 42911] wikidata.org changes do not get injected into recentchanges on client (test2)

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42911

--- Comment #3 from denny vrandecic denny.vrande...@wikimedia.de ---
Change I14a7ebb8aa31a4e50735db9c28ff8d2759cd872c and
I86d0868aac210be608c04a3df9ea11eaa0f2e785 should help with resolving the
problem.

-- 
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 43050] Replace gerrit

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43050

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.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 38703] Transclusion Syntax

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38703

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

   What|Removed |Added

Summary|Transclusion Syntax (5) |Transclusion Syntax
 Whiteboard||storypoints: 5

-- 
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 40054] Extend the poll script to update several clients

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40054

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

   What|Removed |Added

Summary|Extend the poll script to   |Extend the poll script to
   |update several clients (13) |update several clients
 Whiteboard||storypoints: 13

-- 
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 40055] Add a new job type to update items

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40055

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

   What|Removed |Added

Summary|Add a new job type to   |Add a new job type to
   |update items (5)|update items
 Whiteboard||storypoints: 5

-- 
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 40567] Custom rendering of recent changes in the client with incoming data

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40567

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

   What|Removed |Added

Summary|Custom rendering of recent  |Custom rendering of recent
   |changes in the client with  |changes in the client with
   |incoming data (5)   |incoming data
 Whiteboard||storypoints: 5

-- 
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 40568] User preferences for viewing recent changes with external updates

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40568

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

   What|Removed |Added

Summary|User preferences for|User preferences for
   |viewing recent changes with |viewing recent changes with
   |external updates (13)   |external updates
 Whiteboard||storypoints: 13

-- 
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 40948] Confirmation dialog after setting a language link

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40948

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

   What|Removed |Added

Summary|Confirmation dialog after   |Confirmation dialog after
   |setting a language link (8) |setting a language link
 Whiteboard||storypoints: 8

-- 
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 40949] Create “add link” dialog

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40949

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

   What|Removed |Added

Summary|Create “add link” dialog|Create “add link” dialog
   |(5) |
 Whiteboard||storypoints: 5

-- 
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 40950] Make the sitelink-widget reusable in other context

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40950

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

   What|Removed |Added

Summary|Make the sitelink-widget|Make the sitelink-widget
   |reusable in other context   |reusable in other context
   |(8) |
 Whiteboard||storypoints: 8

-- 
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 36417] Research and design search for Wikidata

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36417

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

   What|Removed |Added

Summary|Research and design search  |Research and design search
   |for Wikidata (21)   |for Wikidata
 Whiteboard||storypoints: 21

-- 
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 36421] Automatic disambiguation pages

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36421

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

   What|Removed |Added

Summary|Automatic disambiguation|Automatic disambiguation
   |pages (5)   |pages
 Whiteboard||storypoints: 5

-- 
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 36424] Simple language switcher

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36424

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

   What|Removed |Added

Summary|Simple language switcher|Simple language switcher
   |(5) |
 Whiteboard||storypoints: 5

-- 
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 36426] Design multilingual interface for phase I

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36426

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

   What|Removed |Added

Summary|Design multilingual |Design multilingual
   |interface for phase I (5)   |interface for phase I
 Whiteboard||storypoints: 5

-- 
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 36428] Handle item deletion in secondary storage

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36428

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

   What|Removed |Added

Summary|Handle item deletion in |Handle item deletion in
   |secondary storage (5)   |secondary storage
 Whiteboard||storypoints: 5

-- 
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 36429] Research hosting for Selenium test swarm

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36429

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

   What|Removed |Added

Summary|Research hosting for|Research hosting for
   |Selenium test swarm (5) |Selenium test swarm
 Whiteboard||storypoints: 5

-- 
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 42868] MediaWiki:Wikibase-error-relational-save-failed is impossible to understand

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42868

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||denny.vrandecic@wikimedia.d
   ||e
 Resolution|--- |FIXED

-- 
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 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Bug 38638 depends on bug 42868, which changed state.

Bug 42868 Summary: MediaWiki:Wikibase-error-relational-save-failed is 
impossible to understand
https://bugzilla.wikimedia.org/show_bug.cgi?id=42868

   What|Removed |Added

 Status|ASSIGNED|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 36430] Specify language fallback

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36430

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

   What|Removed |Added

Summary|Specify language fallback   |Specify language fallback
   |(8) |
 Whiteboard||storypoints: 8

-- 
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 36431] Secondary and primary storage go out of sync on constraint violation in secondary storage

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36431

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

   What|Removed |Added

Summary|Secondary and primary   |Secondary and primary
   |storage go out of sync on   |storage go out of sync on
   |constraint violation in |constraint violation in
   |secondary storage (8)   |secondary storage
 Whiteboard||storypoints: 8

-- 
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 36432] Normalize titles and namespaces

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36432

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

   What|Removed |Added

Summary|Normalize titles and|Normalize titles and
   |namespaces (5)  |namespaces
 Whiteboard||storypoints: 5

-- 
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 42868] MediaWiki:Wikibase-error-relational-save-failed is impossible to understand

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42868

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 36436] Internationalization of error handling in the existing AJAX interfaces of the repo

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36436

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

   What|Removed |Added

Summary|Internationalization of |Internationalization of
   |error handling in the   |error handling in the
   |existing AJAX interfaces of |existing AJAX interfaces of
   |the repo (8)|the repo
 Whiteboard||storypoints: 8

-- 
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 36439] Setting labels should normalize some things, API should return the actual label on success

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36439

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

   What|Removed |Added

Summary|Setting labels should   |Setting labels should
   |normalize some things, API  |normalize some things, API
   |should return the actual|should return the actual
   |label on success (5)|label on success
 Whiteboard||storypoints: 5

-- 
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 36450] Content handler for different types of wiki content

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36450

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

   What|Removed |Added

Summary|Content handler for |Content handler for
   |different types of wiki |different types of wiki
   |content (5) |content
 Whiteboard||storypoints: 5

-- 
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 36986] Use database form for encoding Titles in URLs

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36986

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

   What|Removed |Added

Summary|Use database form for   |Use database form for
   |encoding Titles in URLs (8) |encoding Titles in URLs
 Whiteboard||storypoints: 8

-- 
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 37306] add paramter to wbgetitems to make full url optional in the result

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37306

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

   What|Removed |Added

Summary|add paramter to wbgetitems  |add paramter to wbgetitems
   |to make full url optional   |to make full url optional
   |in the result (3)   |in the result
 Whiteboard||storypoints: 3

-- 
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 37312] Display labels in special pages

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37312

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

   What|Removed |Added

Summary|Display labels in special   |Display labels in special
   |pages (13)  |pages
 Whiteboard||storypoints: 13

-- 
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 37509] not obvious you can only add links to existing articles

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37509

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

   What|Removed |Added

Summary|not obvious you can only|not obvious you can only
   |add links to existing   |add links to existing
   |articles (2)|articles
 Whiteboard||storypoints: 2

-- 
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 37497] Automatically created edit summaries to an item in the revision history

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37497

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

   What|Removed |Added

Summary|Automatically created edit  |Automatically created edit
   |summaries to an item in the |summaries to an item in the
   |revision history (8)|revision history
 Whiteboard||storypoints: 8

-- 
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 37541] Remove edit tab when the page shows an item

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37541

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

   What|Removed |Added

Summary|Remove edit tab when the|Remove edit tab when the
   |page shows an item (3)  |page shows an item
 Whiteboard||storypoints: 3

-- 
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 37543] specify site may be changed to language and specify page to article

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37543

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

   What|Removed |Added

Summary|specify site may be   |specify site may be
   |changed to language and   |changed to language and
   |specify page to article |specify page to article
   |(1) |
 Whiteboard||storypoints: 1

-- 
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 37588] make sure page protection works for data items

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37588

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

   What|Removed |Added

Summary|make sure page protection   |make sure page protection
   |works for data items (2)|works for data items
 Whiteboard||storypoints: 2

-- 
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 37625] Site links to some wikipedias can't be added.

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37625

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

   What|Removed |Added

Summary|Site links to some  |Site links to some
   |wikipedias can't be added.  |wikipedias can't be added.
   |(5) |
 Whiteboard||storypoints: 5

-- 
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 37634] Display the label of an item in the Recent Changes

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37634

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

   What|Removed |Added

Summary|Display the label of an |Display the label of an
   |item in the Recent Changes  |item in the Recent Changes
   |(1) |
 Whiteboard||storypoints: 1

-- 
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 37681] Can't show old revisions of Wikibase Items

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37681

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

   What|Removed |Added

Summary|Can't show old revisions of |Can't show old revisions of
   |Wikibase Items (2)  |Wikibase Items
 Whiteboard||storypoints: 2

-- 
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 37682] ItemViewAction should use Article::view

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37682

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

   What|Removed |Added

Summary|ItemViewAction should use   |ItemViewAction should use
   |Article::view (8)   |Article::view
 Whiteboard||storypoints: 8

-- 
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 37685] detect edit conflicts on entities

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37685

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

   What|Removed |Added

Summary|detect edit conflicts on|detect edit conflicts on
   |entities (13)   |entities
 Whiteboard||storypoints: 13

-- 
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 37689] Prevent direct editing of JSON via the APIs edit action

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37689

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

   What|Removed |Added

Summary|Prevent direct editing of   |Prevent direct editing of
   |JSON via the APIs edit  |JSON via the APIs edit
   |action (2)  |action
 Whiteboard||storypoints: 2

-- 
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 37736] Language specific aliases

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37736

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

   What|Removed |Added

Summary|Language specific aliases   |Language specific aliases
   |(3) |
 Whiteboard||storypoints: 3

-- 
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 37748] refactor Item, split data model from database glue

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37748

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

   What|Removed |Added

Summary|refactor Item, split data   |refactor Item, split data
   |model from database glue|model from database glue
   |(21)|
 Whiteboard||storypoints: 21

-- 
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 37754] Handling for missing language codes

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37754

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

   What|Removed |Added

Summary|Handling for missing|Handling for missing
   |language codes (5)  |language codes
 Whiteboard||storypoints: 5

-- 
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 37987] Hide edit tools if the user can't edit

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37987

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

   What|Removed |Added

Summary|Hide edit tools if the user |Hide edit tools if the user
   |can't edit (8)  |can't edit
 Whiteboard||storypoints: 8

-- 
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 37989] permissions must be checked on item creation

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37989

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

   What|Removed |Added

Summary|permissions must be checked |permissions must be checked
   |on item creation (5)|on item creation
 Whiteboard||storypoints: 5

-- 
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 37991] implement reset for data items

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37991

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

   What|Removed |Added

Summary|implement reset for data|implement reset for data
   |items (5)   |items
 Whiteboard||storypoints: 5

-- 
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 38145] Data Item DOM for description aliases should be integrated into existing DOM properly

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38145

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

   What|Removed |Added

Summary|Data Item DOM for   |Data Item DOM for
   |description  aliases   |description  aliases
   |should be integrated into   |should be integrated into
   |existing DOM properly (8)   |existing DOM properly
 Whiteboard||storypoints: 8

-- 
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 38173] Design grid UI for phase II

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38173

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

   What|Removed |Added

Summary|Design grid UI for phase II |Design grid UI for phase II
   |(8) |
 Whiteboard||storypoints: 8

-- 
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 38174] Design JavaScript API for item

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38174

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

   What|Removed |Added

Summary|Design JavaScript API for   |Design JavaScript API for
   |item (5)|item
 Whiteboard||storypoints: 5

-- 
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 38175] Highlight editing context on selection

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38175

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

   What|Removed |Added

Summary|Highlight editing context   |Highlight editing context
   |on selection (5)|on selection
 Whiteboard||storypoints: 5

-- 
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 38176] Disabel editing actions when editing context is open

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38176

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

   What|Removed |Added

Summary|Disabel editing actions |Disabel editing actions
   |when editing context is |when editing context is
   |open (8)|open
 Whiteboard||storypoints: 8

-- 
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 38177] Wait for AJAX response on editing and reset UI

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38177

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

   What|Removed |Added

Summary|Wait for AJAX response on   |Wait for AJAX response on
   |editing and reset UI (5)|editing and reset UI
 Whiteboard||storypoints: 5

-- 
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 38178] Implement undo for items

2012-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38178

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

   What|Removed |Added

Summary|Implement undo for items|Implement undo for items
   |(13)|
 Whiteboard||storypoints: 13

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


  1   2   3   4   5   6   7   >