[Bug 70153] New: MessageGroupStats co-operative deadlock with transactions and GET_LOCK

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70153

Bug ID: 70153
   Summary: MessageGroupStats co-operative deadlock with
transactions and GET_LOCK
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sprin...@wikimedia.org
CC: da...@sheetmusic.org.uk, jsahl...@wikimedia.org,
niklas.laxst...@gmail.com, siebr...@kitano.nl
   Web browser: ---
   Mobile Platform: ---

This is related to bug 51410, but looks like a new form of the old problem
introduced by that fix.

On mediawikiwiki master queries experience lock-wait-timeout in what looks like
an effective deadlock between transactions and co-operative locks.

SELECT /* MessageGroupStats::forItemInternal */
GET_LOCK('MessageGroupStats:modify:page-MediaWiki-Vagrant', 1) AS lockstatus;

UPDATE /* LinksUpdate::updateLinksTimestamp */  `page` SET page_links_updated =
'20140829051059' WHERE page_id = '226112';

The queries are unrelated. The LinksUpdate query is perfectly ok until
MessageGroupStats appears.

From the database end, it looks like MessageGroupStats get_lock() is called in
a loop by a connection which can already have an open transaction with row
locks on the page and translate_groupstats tables.

When the co-op lock is not acquired quickly, MessageGroupStats transactions
bottleneck and queue up, collectively holding many row locks and blocking other
queries like LinksUpdate *and whichever MessageGroupStats connection already
holds the co-op lock*.

We should not be combining transactions and co-operative locking in this
manner.

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


[Bug 70153] MessageGroupStats co-operative deadlock with transactions and GET_LOCK

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70153

Sean Pringle sprin...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |major

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


[Bug 70153] MessageGroupStats co-operative deadlock with transactions and GET_LOCK

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70153

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 CC||aschulz4...@gmail.com

--- Comment #1 from Aaron Schulz aschulz4...@gmail.com ---
Some of this code runs in autocommit mode by runners but other times it still
happens in a big transaction. I've mentioned that all of this needs to be move
to the job queue.

A quick work around would be to not use GET_LOCK for web requests or to use
some MW transaction hook to push this all post-COMMIT for web requests.

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


[Bug 70153] MessageGroupStats co-operative deadlock with transactions and GET_LOCK

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70153

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157040 had a related patch set uploaded by Aaron Schulz:
Avoid GET_LOCK in non-autocommit mode

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

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


[Bug 70153] MessageGroupStats co-operative deadlock with transactions and GET_LOCK

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70153

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 68488] ResourceLoaderWikiModule::isKnownEmpty does not check whether the page is empty

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68488

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157043 had a related patch set uploaded by Legoktm:
Check page_len in ResourceLoaderWikiModule::isKnownEmpty() for 'user' modules

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

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


[Bug 68488] ResourceLoaderWikiModule::isKnownEmpty does not check whether the page is empty

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68488

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 70154] New: BetaFeatures should have an encouraging message in the beta tab

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70154

Bug ID: 70154
   Summary: BetaFeatures should have an encouraging message in the
beta tab
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: BetaFeatures
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: gryll...@fastmail.fm
CC: fflo...@wikimedia.org, jforres...@wikimedia.org,
legoktm.wikipe...@gmail.com, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

i'd like to see links to documentation on extension writing in the beta tab
somewhere in big fat banner at the bottom
want to add your beta feature? _learn more_  _get involved_, or _request an
idea_

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


[Bug 70155] New: Gadgets should have an encouraging message in the Gadgets

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70155

Bug ID: 70155
   Summary: Gadgets should have an encouraging message in the
Gadgets
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Gadgets
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: gryll...@fastmail.fm
CC: kren...@wikimedia.org, krinklem...@gmail.com,
legoktm.wikipe...@gmail.com, roan.katt...@gmail.com
   Web browser: ---
   Mobile Platform: ---

i'd like to see links to documentation on extension writing in the gadgets tab
somewhere in big fat banner at the bottom
want to add your gadgets? _learn more_  _get involved_, or _request an idea_
linking to [[:mw:Gadget kitchen]] possibly

this needs to be done sometime around gadgets 3.0, as folks suggested it'll
have a better, centralised infrastructure / place for gadgets (dunno what these
branches mean tho)

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


[Bug 70153] MessageGroupStats co-operative deadlock with transactions and GET_LOCK

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70153

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #3 from Nemo federicol...@tiscali.it ---
A bit off topic, sorry...

(In reply to Aaron Schulz from comment #1)
 I've mentioned that all of this needs to
 be move to the job queue.

Using the job queue however can be disruptive sometimes when it gets in the way
of editing, as I think bug 69669 may show (panic for some minutes while a
translation-admin-related action was being completed). It would be nice to have
a write-up of what should be moved to the job queue, but also of what actions
should be high priority in the job queue.

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


[Bug 70156] New: Generate only one notification if multiple pages are linked in one edit

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70156

Bug ID: 70156
   Summary: Generate only one notification if multiple pages are
linked in one edit
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: listenle...@gmail.com
CC: agarr...@wikimedia.org, bs...@wikimedia.org,
dh...@wikimedia.org, legoktm.wikipe...@gmail.com,
pandiculat...@gmail.com
   Web browser: ---
   Mobile Platform: ---

For this edit [1] I got 10 notifications, because I created 10 articles linked
in that navigation bar. Instead only one notification should be generated.

In the flyout it should say something like $article and $n other articles you
started were linked from [[$page]], on Special:Notifications $n articles you
started were linked from [[$page]]: [[$article1]] ([[all links to this page]]),
[[$article2]] ([[all links to this page]]), ...

[1]
https://de.wikipedia.org/w/index.php?title=Leerraumdiff=nextoldid=133391436

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


[Bug 70157] New: Provide sensible defaults for tableSorterCollation used by jquery.tablesorter

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70157

Bug ID: 70157
   Summary: Provide sensible defaults for tableSorterCollation
used by jquery.tablesorter
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Keywords: i18n
  Severity: enhancement
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: listenle...@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com,
tpars...@wikimedia.org
Blocks: 31601
   Web browser: ---
   Mobile Platform: ---

Currently the variable tableSorterCollation has to be set in
MediaWiki:Common.js by every wiki, for example [[de:MediaWiki:Common.js]] and
[[pl:MediaWiki:Common.js]]. MediaWiki should provide sensible,
language-depended defaults for that variable instead of forcing every wiki to
do so on its own.

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


[Bug 31601] tablesorter (tracking)

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31601

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 Depends on||70157

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


[Bug 70158] New: Provide preview of description on Special:Upload

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70158

Bug ID: 70158
   Summary: Provide preview of description on Special:Upload
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Uploading
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: listenle...@gmail.com
CC: aarcos.w...@gmail.com, bawolff...@gmail.com,
bryan.tongm...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

[[Special:Upload]] should have a way to show a preview of the description the
user entered. This probably has to be done using Javascript, as submitting the
form would upload the file directly, even if the user just wanted a preview.
de.wikipedia.org has a script to do so on [[de:MediaWiki:Onlyifuploading.js]],
which could be used as a basis.

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


[Bug 70145] Unable to log in to beta labs on iOS devices (mobile web)

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70145

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
The beta cluster was barely available since last friday so that might be
related.  Do you reproduce the issue using a desktop browser?

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


[Bug 70159] New: Forward according to user's preferred language on Special:GoToLinkedPage

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70159

Bug ID: 70159
   Summary: Forward according to user's preferred language on
Special:GoToLinkedPage
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: dacu...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

A suggested improvement to Special:GoToLinkedPage is to add an option to
automatically link to the user's preferred language (Accept-Language header?).
This method when the wiki sitelink group (without language code) is passed as
argument. Example:
Special:GoToLinkedPage/wiki/Qxxx

If no language was detected or there were no language links present in the item
for the detected language, the fallback behavior should be to forward to the
corresponding sitelink section of the item page.

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


[Bug 69342] Wild card '*' for lang in user_config does not allow login

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69342

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 70161] New: ZeroBanner browser tests does not pass due to X-CS field renaming

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70161

Bug ID: 70161
   Summary: ZeroBanner browser tests does not pass due to X-CS
field renaming
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ZeroBanner
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: ab...@wikimedia.org, yu...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

The browser tests for ZeroBanner pass some X-CS headers to verify free access
is provided on the production mobile enwiki.  The job has been failing since
day one:

https://integration.wikimedia.org/ci/job/browsertests-ZeroBanner-en.m.wikipedia.org-linux-phantomjs/105/testReport/(root)/

Looking at the feature code, the test still pass X-CS headers when it has been
renamed X-CS2.  Low hanging fruit.

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


[Bug 70161] ZeroBanner browser tests does not pass due to X-CS field renaming

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70161

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

   What|Removed |Added

 CC||cmcma...@wikimedia.org,
   ||zfili...@wikimedia.org

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
+ QA

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


[Bug 70161] ZeroBanner browser tests does not pass due to X-CS field renaming

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70161

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 70161] ZeroBanner browser tests does not pass due to X-CS field renaming

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70161

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157047 had a related patch set uploaded by Hashar:
Browser tests: rename X-CS to X-CS2

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

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


[Bug 1] Documentation is out of date, incomplete (tracking)

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

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

   What|Removed |Added

 Depends on||70162

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


[Bug 70162] New: ZeroBanner doc still reference X-CS header when it is now X-CS2

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70162

Bug ID: 70162
   Summary: ZeroBanner doc still reference X-CS header when it is
now X-CS2
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ZeroBanner
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: ab...@wikimedia.org, yu...@wikimedia.org
Blocks: 1
   Web browser: ---
   Mobile Platform: ---

Looking at ZeroBanner source code, it still talk about X-CS header which has
been renamed X-CS2.  All occurrences probably need to be updated.

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


[Bug 70160] Writing extensions in JS

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70160

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
   Severity|normal  |enhancement

--- Comment #1 from Peter Bena benap...@gmail.com ---
some suggestion how would that be done? is there some open source cross
platform JS interpretor library for C or C++?

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


[Bug 70161] ZeroBanner browser tests does not pass due to X-CS field renaming

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70161

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
I have filled another bug to get the rest of the code updated: Bug 70162 -
ZeroBanner doc still reference X-CS header when it is now X-CS2

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


[Bug 10573] Edit conflict after deletion should not show a diff between contents and missingarticle message

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10573

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

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


[Bug 23044] Edit conflicts when a page is moved with suppressredirect result in silent recreation of the page

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23044

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

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


[Bug 4745] Section edit conflict expands edit box to entire article

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4745

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 70163] New: Edit conflicts (tracking)

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70163

Bug ID: 70163
   Summary: Edit conflicts (tracking)
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: tracking
  Severity: normal
  Priority: Unprioritized
 Component: Page editing
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: jforres...@wikimedia.org
Depends on: 4745, 5408, 8171, 10573, 11922, 12013, 13462, 13466,
17467, 21494, 22783, 23018, 23044, 23868, 26821,
32037, 34423, 34580, 42053, 42163, 45226, 52315,
53446, 53646, 56849, 62698, 64237, 64281, 69920, 1175,
2572, 41338
Blocks: 2007
   Web browser: ---
   Mobile Platform: ---

Tracking bug for better handling edit conflicts, particularly for content
namespace wikitext editing: reduce conflicts, resolve them automatically more
often, make manual resolution less painful.

Closely related to diff algorithms (diff3 is key here); I'll add some of those
bugs too but let's see if that expands the scope too much.

This is NOT about radical restructuring of the editing workflow (examples:
just use Google Docs; bug 1898; ditch talk pages).

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


[Bug 5408] Edits conflicting with a page move should follow the redirect

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5408

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 8171] Pressing 'show changes' button shows intermediate changes to other sections as well

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8171

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 12013] Failure of software to indicate some edit conflicts

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12013

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 10573] Edit conflict after deletion should not show a diff between contents and missingarticle message

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10573

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 17467] Edit conflict notification on Preview/Show Changes

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17467

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 21494] Edits are overwriting text without user notification

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21494

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 42053] Line matching in diffs favours similar line length over words similarity

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42053

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 23018] Edit conflict when page was reverted while editing

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23018

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 11922] Edit conflict not detected, middle edit reverted

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11922

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 26821] Edit conflict appearing when there is none: self-conflict in section edit not suppressed

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26821

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 13466] Design of diffs should be improved to indicate white space changes better

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13466

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 22783] edit conflict while editing the last section of a page

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22783

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 13462] Enhance line matching in diffs

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13462

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 23868] No warning before saving if page is deleted during editing: should raise an edit conflict

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23868

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 32037] API: Allow edit conflict detection based on revid

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32037

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 53646] Edit conflict when trying to save a long page

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53646

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 34580] Prepending or appending text should not throw edit conflicts (action=edit) when basetimestamp is not provided

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34580

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 42163] edit conflict sometimes does not show the current text - new text not loaded from master?

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42163

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 56849] Edit conflict detection suffers a race condition

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 45226] Edit conflict not detected when changes are made between undo and save page

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45226

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 34423] Edit conflicts with yourself are not detected when doing no section edit - inconsistent behavior

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34423

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 64281] Handle Edit Conflicts on the Mobile App in some way

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64281

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 23044] Edit conflicts when a page is moved with suppressredirect result in silent recreation of the page

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23044

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 1175] Frequent editing conflicts using preview on first edit

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1175

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 2007] Tracking bug (tracking)

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||70163

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


[Bug 41338] Reduce edit conflicts by either telling users to edit a section only, or to have better logic to treat paragraphs, categories, templates independently

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41338

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 53446] Edit conflicts for editing different sections on popular article

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53446

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 64237] Warns about nonexistent edit conflicts

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64237

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 2572] Edit conflicts saving before they should

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2572

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 52315] action=rollback shouldn't throw an edit conflict

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52315

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 69920] new section not added on edit conflict

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69920

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 62698] Make it possible to specify what to do on edit conflict on action=edit

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62698

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||70163

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


[Bug 54328] Make it possible for edit diff to be provided as a raw text

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54328

--- Comment #3 from Aaron Halfaker aaron.halfa...@gmail.com ---
1. Character vs. line offset
I'd much rather represent diffs based on a character offset I'm afraid of
representing position with something like lineno since linebreaks are
differently defined between systems.  Character offsets would also allow us to
make changes to our diff detection strategy without changing the output.

2. Machine readable vs. human readable diffs
Machine readable diff opcode formats tend to represent the full set of
operations used to recreate a revision -- not just the context.  A common
format that I'm familiar with would something like this:

a = These are wrd.
b = These are words.
{
  diff: [
{
  op: equal,
  a_start: 0,
  a_end: 10,
  b_start: 0
  b_end: 10
},
{
  op: remove,
  a_start: 10,
  a_end: 13,
  b_start: 10,
  b_end: 10,
  content: wrd,
},
{
  op: insert,
  a_start: 13,
  a_end: 13,
  b_start: 10,
  b_end: 15,
  content: words,
},
{
  op: equal,
  a_start: 13,
  a_end: 14,
  b_start: 15,
  b_end: 16
}
  ]
}

3. compressed format:
I don't see the value in compressing the format given that the API doesn't
really let you query for more than one diff at a time and diffs tend to be
represented in few operations.  However, we could simply represent each
operation as a tuple with agreed upon field order:


{
  op: insert,
  a_start: 13,
  a_end: 13,
  b_start: 15,
  b_end: 18,
  content: foo
}

could be 

[
  insert,
  13,
  13,
  15,
  18,
  foo
]

or if we really want to get a tight format (since the rest of the fields are
derivable in a sequence of operations).

   [
 insert,
 15,
 foo
   ]

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


[Bug 70160] Writing extensions in JS

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70160

--- Comment #2 from Eran Roz eran@outlook.com ---
https://code.google.com/p/v8/ ?

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


[Bug 70163] Edit conflicts (tracking)

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70163

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 70160] New: Writing extensions in JS

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70160

Bug ID: 70160
   Summary: Writing extensions in JS
   Product: Huggle
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Application
  Assignee: benap...@gmail.com
  Reporter: eran@outlook.com
CC: benap...@gmail.com, mmovc...@wikipedia.de,
se4...@se4598.eu
   Web browser: ---
   Mobile Platform: ---

It should be possible to write extensions to Huggle also in JS rather than c++
and python. Some advantages of doing so:
1. It could be awesome to reuse gadgets and user-scripts code. (such as
twinkle)
2. It can be deployed/installed in much more dynamic sense 

Design
1. User:MyUseName/huggle3.css - add some section for JS extensions
2. On application load those extensions JS
3. Use some JS engine (V8??) to run them independently of the view (or
dependently with the browser object?) and once regular extensions are called,
evaluate in the JS engine to call the scripts.

An example to JS:
huggle.hook('delete').add(function(e){
var api=new mw.Api({...});//or huggle.Api that already fills the tokens?
api.post({
action: 'edit',
...
text: e.title,
token: e.token
})
});
e.preventDefault();//override default behavior of huggle delete
});

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


[Bug 70164] New: CirrusSearch should be able to sort results by time

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70164

Bug ID: 70164
   Summary: CirrusSearch should be able to sort results by time
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: CirrusSearch
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: gryll...@fastmail.fm
CC: dga...@wikimedia.org, innocentkil...@gmail.com,
neverett+bugzi...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

I would like to see fresh results on a query occasionally. For instance, at
Commons -- fresh images related to a certain geographical location.

Please consider providing sort functionality to CirrusSearch.

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


[Bug 70161] ZeroBanner browser tests does not pass due to X-CS field renaming

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70161

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157047 abandoned by Hashar:
Browser tests: rename X-CS to X-CS2

Reason:
That change is wrong, the tests pass on my local setup when using X-CS.  Must
be some issue with our phantomjs.

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

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


[Bug 61010] Add IE7-9 support to .vertical-gradient mixin

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61010

--- Comment #14 from Erwin Dokter er...@darcoury.nl ---
Applying the MS filter has been proven to be agressively regressive, simply due
to incompaticle parameter requirements. Unless that can be fixed within LESS, I
don't see a solution.

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


[Bug 70161] ZeroBanner browser tests does not pass due to X-CS field renaming

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70161

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #5 from Antoine hashar Musso has...@free.fr ---
The test pass on my machine with phantomjs 1.9.7.  Seems to be some problem
with our Jenkins job.

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


[Bug 61010] Add IE7-9 support to .vertical-gradient mixin

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61010

Erwin Dokter er...@darcoury.nl changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #15 from Erwin Dokter er...@darcoury.nl ---
Patch was abandoned.

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


[Bug 65847] not possible to switch to Julian calendar model

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65847

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 70165] New: tables are (translated) completely broken

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70165

Bug ID: 70165
   Summary: tables are (translated) completely broken
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentTranslation
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kartik.mis...@gmail.com
CC: amir.ahar...@mail.huji.ac.il, asha...@wikimedia.org,
da...@sheetmusic.org.uk, jsahl...@wikimedia.org,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
pgi...@wikimedia.org, run...@gmail.com,
santhosh.thottin...@gmail.com,
sucheta.ghos...@gmail.com
   Web browser: ---
   Mobile Platform: ---

How to reproduce?

1. Open Special:ContentTranslationpage=Debianfrom=esto=ca in CX.
2. Click to translate table in article.
3. Result: https://i.imgur.com/2AGnmhE.png

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


[Bug 70166] New: Replace spaces with underscores for wiki usernames in URL

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70166

Bug ID: 70166
   Summary: Replace spaces with underscores for wiki usernames in
URL
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Quarry
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aaron.halfa...@gmail.com
CC: yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

http://quarry.wmflabs.org/Halfak%20(WMF)

should be 

http://quarry.wmflabs.org/Halfak_(WMF)

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


[Bug 55838] Mention my user name on the user-talk page change email

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55838

--- Comment #4 from Nemo federicol...@tiscali.it ---
(In reply to Liangent from comment #3)
 It's not displayed by default in Gmail (just say me initially).

Ah right, pity. Switch to Thunderbird. ;-)

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


[Bug 70167] New: VisualEditor: Applying a link to an invalid title triggers an undo

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70167

Bug ID: 70167
   Summary: VisualEditor: Applying a link to an invalid title
triggers an undo
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: esand...@wikimedia.org
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

1. Type some text which is an invalid title in MW, e.g. |InvalidTitle
2. Select it and hit link
-  Notice that there are no suggestions, and no initial link is applied
3. Type in a valid page name, e.g. Main page and press Done
-  Notice some of your text has been deleted (by and undo operation) before the
link was applied

The bug is actually in core AnnotationInspector#getTeardownProcess. We call a
surface undo() to remove the initial annotation, but in the case of an invalid
title there is no initial annotation.

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


[Bug 70154] BetaFeatures should have an encouraging message in the beta tab

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70154

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

   What|Removed |Added

   Severity|normal  |enhancement

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


[Bug 70155] Gadgets should have an encouraging message in the Gadgets

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70155

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

   What|Removed |Added

   Severity|normal  |enhancement

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


[Bug 70164] CirrusSearch should be able to sort results by time

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70164

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
   Severity|normal  |enhancement

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
[Bug title does not describe a bug but a new/additional functionality. Hence
setting priority to enhancement.]

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


[Bug 70028] Should Mediawiki UI change font-family for textareas?

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70028

--- Comment #7 from Michael M. listenle...@gmail.com ---
Templates in wikitext are often formated with spaces to align the =-signs (for
example [[de:Special:Upload]]). This doesn't work with proportional fonts. But
for textboxes that don't take wikitext (at least not as the primary input), I
think it is ok to switch to sans-serif (or whatever font is inherited).

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


[Bug 70167] VisualEditor: Applying a link to an invalid title triggers an undo

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70167

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157053 had a related patch set uploaded by Esanders:
Only undo if an initial annotation was applied

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

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


[Bug 70167] VisualEditor: Applying a link to an invalid title triggers an undo

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70167

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 53448] Remove edit toolbar from the editing form

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53448

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157054 had a related patch set uploaded by Tpt:
Adds a method to EditPage that allows extensions to show/hide the toolbar

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

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


[Bug 69447] Unable to get old toolbar in namespace Page: whatsoever the preference request for the old toolbar

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69447

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157054 had a related patch set uploaded by Tpt:
Adds a method to EditPage that allows extensions to show/hide the toolbar

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

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


[Bug 70168] New: VisualEditor: wikitext warning doesn't auto-hide the first time you enter wikimarkup

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70168

Bug ID: 70168
   Summary: VisualEditor: wikitext warning doesn't auto-hide the
first time you enter wikimarkup
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: elitr...@gmail.com
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Verified with Chrome and Safari.
If you type wikitext ( I tried with * ) and then delete it, the wikitext
warning won't go away automatically.
If you click on it to make it disappear, proceed to add more wikitext and
delete this again, then the box will auto-hide correctly.

(Two square parentheses don't seem to trigger the warning at all?)

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


[Bug 70168] VisualEditor: wikitext warning doesn't auto-hide the first time you enter wikimarkup

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70168

Elitre elitr...@gmail.com changed:

   What|Removed |Added

 CC||elitr...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=51701

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


[Bug 51701] VisualEditor: Auto-hide You've entered wikimarkup warning when the user has removed the markup

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51701

Elitre elitr...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 70169] New: Don't hardcode list of linked wikis in the other projects sidebar

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70169

Bug ID: 70169
   Summary: Don't hardcode list of linked wikis in the other
projects sidebar
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: thoma...@hotmail.fr
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
steinsplit...@wikipedia.de, wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

We should remove the hardcoded list of linked projects in the wikis that have
enabled the other projects sidebar by default in order to allows them to link
to not supported by Wikidata yet projects just when they are supported.

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


[Bug 70169] Don't hardcode list of linked wikis in the other projects sidebar

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70169

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 70169] Don't hardcode list of linked wikis in the other projects sidebar

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70169

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157062 had a related patch set uploaded by Tpt:
Removes hardcoded list of linked wikis in the other projects sidebar

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

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


[Bug 70167] VisualEditor: Applying a link to an invalid title triggers an undo

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70167

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

   Assignee|jforrester+veteambztickets@ |esand...@wikimedia.org
   |wikimedia.org   |

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


[Bug 69312] During media storage failure, MW will still move image pages despite not being able to move the file causing inconsistency

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69312

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
All patches mentioned in this report were merged - is there more work left to
do here (if yes: please reset the bug report status to NEW or ASSIGNED), or can
you close this ticket as RESOLVED FIXED?

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


[Bug 70170] New: Text too small in Monobook

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70170

Bug ID: 70170
   Summary: Text too small in Monobook
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: elitr...@gmail.com
CC: aarcos.w...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

From Meta:
Problem: A lot of the text in MediaViewer is too small if you're using
Monobook. Take a look for yourself:
https://en.wikipedia.org/wiki/Main_Page?useskin=monobook#mediaviewer/File:App-Michigan_Scoreboard.jpg
Proposed solution: Make the text in MediaViewer larger if the user is using
Monobook.
--Deskana (talk) 05:15, 29 August 2014 (UTC)

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


[Bug 68299] Allow change of interface language

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68299

--- Comment #2 from Sundar sundarbe...@yahoo.com ---
(In reply to Yuvi Panda from comment #1)
 This is fairly technically hard to do, since we just use Android's default
 i18n system, which, afaik, does not allow you to programmatically set the
 language (I'll be happy to be proven wrong). This means that the only way to
 implement this is to implement our own i18n system, which is... hard.

Oh, I see.

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


[Bug 70083] configuration problems with windows paths with blanks/spaces

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70083

--- Comment #3 from carcha...@arcor.de ---
You mean like this:

require_once $IP/extensions/PdfHandler/PdfHandler.php;
# Konfiguration von pdfhandler
$wgPdfProcessor = C:\Program Files\gs9.07\bin\gswin64.exe;
$wgPdfPostProcessor = $wgImageMagickConvertCommand; // if defined via
ImageMagick
//$wgPdfPostProcessor = C:\Program Files
(x86)\ImageMagick-6.6.9-Q16\convert.exe; // if not defined via ImageMagick
$wgPdfInfo   = C:\Program Files\xpdf\bin64\pdfinfo.exe;
$wgPdftoText = C:\Program Files\xpdf\bin64\pdftotext.exe;

No, that does not help.

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


[Bug 35342] WikiEditor: Add SVG versions of editing toolbar icons

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

paladox2015 thomasmulhall...@yahoo.com changed:

   What|Removed |Added

 CC||thomasmulhall...@yahoo.com

--- Comment #34 from paladox2015 thomasmulhall...@yahoo.com ---
Comment on attachment 15497
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15497
button-sprite.svg fixed

Hi there is a problem with this image I uploaded to gerrit and this is what
user krinkle said.


format-B is now missing a doctype. And the sprite completely changed. It should
probably only have the bold part replaced.

I mean xml header, not doctype.

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


[Bug 64726] FlaggedRevs for Norwegian (bokmål) Wikipedia

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64726

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords|shell   |community-consensus-needed

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


[Bug 35045] Use history.replaceState to rewrite redirect urls

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35045

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #6 from Derk-Jan Hartman hartman.w...@gmail.com ---
Seems that replaceState on IE10 is not scrolling to the anchor position.

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


[Bug 70029] Search input and search button should have same height

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70029

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 on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17032] Phantom autocreated CentralAuth accounts on some Wikimedia wikis?

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17032

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

   What|Removed |Added

   Keywords||testme
 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0
 Whiteboard|aklapper-moreinfo   |

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


[Bug 70059] Update mediawiki.api for new API token handling

2014-08-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70059

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 on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   4   >