[Bug 53687] LinksDeletionUpdate skipped, causing revisions to disappear on undelete

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53687

--- Comment #19 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88686 merged by jenkins-bot:
Fix revision table cleanup on delete

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

-- 
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 55498] New: Webserver is down

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55498

   Web browser: ---
Bug ID: 55498
   Summary: Webserver is down
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: critical
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: bgwh...@gmail.com
CC: benap...@gmail.com, t...@tim-landscheidt.de
Classification: Unclassified
   Mobile Platform: ---

Showing a 500 Internal Server Error error on any page I've tried except the
main page.  Went down around 10:40pm Pacific

-- 
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 55497] Vector experiments opt-out preference not working

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55497

--- Comment #6 from Steven Walling swall...@wikimedia.org ---
(In reply to comment #5)
 (In reply to comment #4)
  In general, it seems like this preference was removed prematurely.
 
 I can't imagine the number of people opting out of using the Thanks extension
 is more than a few dozen users across Wikimedia wikis, though maybe you can
 gather proper stats?

I don't know how preference data such as from the database reports is
generated, but my lazy late-night data gathering can say this...

Schema:PrefUpdate seems to have been logging preference updates from July until
the present. If I am understanding the schema correctly, it looks like since
the start of logging, 370 enwiki users have turned on the vector-noexperiments
preference while 44 turned it off. The total for all wikis is 944 turned it on,
while 97 turned it off. 

Now, for many of these updates, Thanks was clearly not the reason, since it
wasn't deployed everywhere for this duration. But it gives you an idea of how
often the preference was being fiddled with by users.

-- 
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 53241] Use Map and Set instead of plain objects / ES6 shim cleanup

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53241

--- Comment #17 from C. Scott Ananian canan...@wikimedia.org ---
wrt (b) https://github.com/cscott/es6-shim/tree/faster-map recovers the lost
speed:

$ time tests/parserTests.js --quiet
real0m38.924s
user0m38.896s
sys0m0.464s

-- 
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 54967] ? as value of properties results blank page

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54967

heinen321 heinen...@gmx.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #4 from heinen321 heinen...@gmx.de ---
(In reply to comment #0)
 in an article I wrote:
 {{test | car=?Toyota}}
 
 template test:
 [[street::{{{street}}}]]
 
 Problem: When I call the article - I only can see a blank page (no output)
 
 The ? means that I am not shure if it is realy a Toyota. 
 
 
 What I recognized:
 
 If I delete the ? the article ist ok.
 
 If I put the ? behind Toyota there is no problem.

Excuse me very much! I wrote a mistake in the template above: Instead of
street ther should be car:

template test:
[[car::{{{car}}}]]

Is this helpful for you, to resolve the bug?

-- 
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 55499] New: Support some form of AutoSettings.php like our mw-config/overrides.php to hook in after DefaultSettings but before LocalSettings.

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55499

   Web browser: ---
Bug ID: 55499
   Summary: Support some form of AutoSettings.php like our
mw-config/overrides.php to hook in after
DefaultSettings but before LocalSettings.
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mediawiki-b...@nadir-seen-fire.com
Classification: Unclassified
   Mobile Platform: ---

Reading over Google App Engine's PHP environment, how things like the
Memcache(d) libraries are setup so configuration is automatically injected
under-the-hood, and looking at our mw-config/overrides.php for distributors
hosts. I thought it might be useful to have some sort of AutoSettings for hosts
that give explicit support for MediaWiki.

AutoSettings.php would be loaded after DefaultSettings.php but before
LocalSettings.php. The file itself – like mw-config/overrides.php – would be a
mere stub and explicitly declared as something it's ok for 3rd parties to
modify.

Hosts could include documentation like 'Replace .../AutoSettings.php with the
contents ?php require_once( /node/path/to/some/common/AutoSettings.php );' –
and perhaps do that for mw-config/overrides.php too – which would contain some
extra code added by the host.

The file would allow the defaults in DefaultSettings.php to be overridden with
defaults that work better in the hosting environment.
For some examples of what a hosting environment could do inside of an
AutoSettings.php:
- Auto configure caching to use a series of Memcached servers they offer.
- Change the defaults for $wgUseImageMagick $wgImageMagickConvertCommand
$wgImageMagickIdentifyCommand to automatically point to the system installed
ImageMagick instead of using gd by default.
- Change the defaults for $wgJpegTran, $wgExiv2Command, $wgSVGConverters, the
tidy executable, $wgDiff3, $wgDiff, $wgGitBin, and $wgPhpCli to use the correct
paths.
- Set $wgDirectoryMode to a default value that's more secure in the hosting
environment.
- Auto-configure $wgSMTP to send emails in a way that works efficiently for the
hosting environment.
- Auto-configure database settings for things like database host/port/type so
only minimal config is required. Or auto-config DBservers or the load-balancer
if they offer a standard cluster of replicated SQL servers.
- Auto-configure squid if they offer it on behalf of the users.

I suppose rather than simple AutoSettings.php another possibility might be for 
a host to use auto_prepend_file, a custom php extension, etc... and for us to
provide an API the host can have it's PHP environment automatically hook into.

-- 
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 55399] timestamp retrieved by special:export on bulk is no longer yyyymmddhhmmss

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55399

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88235 merged by Xqt:
Bug 55399 Timestamp retrieved by special:export on bulk is no longer
mmddhhmmss

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

-- 
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 55399] timestamp retrieved by special:export on bulk is no longer yyyymmddhhmmss

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55399

xqt i...@gno.de 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 55500] New: sub in red links is missing in mobile view

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55500

   Web browser: ---
Bug ID: 55500
   Summary: sub in red links is missing in mobile view
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, mgro...@wikimedia.org,
mpinc...@wikimedia.org, rkald...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

See:

* https://zh.wikipedia.org/wiki/User:Liangent/sub
* https://zh.m.wikipedia.org/wiki/User:Liangent/sub

-- 
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 55500] sub in red links is missing in mobile view

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55500

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1297

-- 
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 47779] VisualEditor: Provide a way for the user to switch between VisualEditor and wikitext source editor modes without saving

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47779

--- Comment #12 from John Mark Vandenberg jay...@gmail.com ---
This functionality was requested back in December 2011 in bug 33124.

-- 
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 33124] Make wikitext pane of visual editor editable, not just preview.

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33124

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com

--- Comment #3 from John Mark Vandenberg jay...@gmail.com ---
Fwiw, this functionality is now being tracked in the new VE as bug 47779.

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


[Bug 55501] New: the change made to fix Bug 46864 needs to be undone so that the banners would appear properly in Hebrew Wikivoyage

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55501

   Web browser: ---
Bug ID: 55501
   Summary: the change made to fix Bug 46864 needs to be undone so
that the banners would appear properly in Hebrew
Wikivoyage
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: TocTree
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: wikijunkiem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

There is now a consensus in the Hebrew Wikivoyage community to switch to the
Panoramic banners which have an embedded TOC instead of the standard gray TOC
(the same banners which are currently used in the English Wikivoyage). See
discussion at
https://he.wikivoyage.org/wiki/%D7%95%D7%99%D7%A7%D7%99%D7%9E%D7%A1%D7%A2:%D7%A7%D7%A8%D7%95%D7%9F_%D7%94%D7%9E%D7%96%D7%A0%D7%95%D7%9F#.D7.91.D7.90.D7.A0.D7.A8.D7.99.D7.9D

Apparently the banners would only work properly for everyone by default if the
change made to fix Bug 46864
(https://bugzilla.wikimedia.org/show_bug.cgi?id=46864) is undone.

-- 
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 55289] wikipedia.py

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55289

xqt i...@gno.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||i...@gno.de
 Resolution|--- |WORKSFORME

-- 
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 55502] New: Add phase 1 support to Wikisource

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55502

   Web browser: ---
Bug ID: 55502
   Summary: Add phase 1 support to Wikisource
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: thoma...@hotmail.fr
Classification: Unclassified
   Mobile Platform: ---

The discussion about how phase 1 should be done for Wikisource is, I believe,
pretty consensual (see: https://www.wikidata.org/wiki/Wikidata:Wikisource ) It
would be nice to add support of Wikisources to Wikidata. This includes all the
languages Wikisource and oldWikisource that should be outputted in the UI in
the same box as the other Wikisources, with the language code mul and the
alias old.

-- 
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 55502] Add phase 1 support to Wikisource

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55502

Tpt thoma...@hotmail.fr changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 55153] sortkeyprefix: r11013 breaks catlib.py with mw 1.16

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55153

xqt i...@gno.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||i...@gno.de
 Resolution|--- |FIXED

--- Comment #1 from xqt i...@gno.de ---
fixed in gerrit 86388

-- 
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 55492] Disable jquery.IME operating on VisualEditor surfaces

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55492

--- Comment #1 from Siebrand Mazeland s.mazel...@xs4all.nl ---
Not sure I like the framing. VE mangles IME input horribly and horrendously,
not the other way around may be more accurate.

We can disable jQuery.IME in content editable divs of VisualEditor because it
cannot handle input methods. Which class identifies editable divs of
VisualEditor?

-- 
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 35122] pdftotext should be poppler version not xpdf version on wikisource

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35122

Pikne pi...@hot.ee changed:

   What|Removed |Added

 CC||pi...@hot.ee

--- Comment #16 from Pikne pi...@hot.ee ---
Yes, looks fine now. I didn't realize that sort of things could be cached too.

-- 
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 53648] Disable mentions by bots

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53648

Benoît Evellin benoit.evel...@wikimedia.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Benoît Evellin benoit.evel...@wikimedia.fr ---
Wonderful ! :)

Thanks a lot, we didn't know this feature.

-- 
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 48389] login issue with add language links widget

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48389

--- Comment #10 from Tristan Miller psychon...@nothingisreal.com ---
Yes, I've got third-party cookies disabled, though I'd hardly call this an
unusual configuration.  It's useful and common enough that Mozilla is
considering making it the default setting for its browsers.  If accepting
third-party cookies is required to add interwiki links now, then if/when
Mozilla makes the switch, it's going to stop working for some 20% of all
Wikimedia users.

In the meantime, if third-party cookies are required, please update the You
need to be logged in message to say so.

-- 
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 55185] cosmetic_changes bug on citation's number and punctuation

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55185

xqt i...@gno.de changed:

   What|Removed |Added

 CC||i...@gno.de
  Component|General |Cosmetic changes

-- 
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 53408] Search update is not called anymore when creating an entity

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53408

tobias.gritschac...@wikimedia.de 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 48962] localize display of time values

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48962

Bug 48962 depends on bug 48937, which changed state.

Bug 48937 Summary: Implement value formatter for time data type
https://bugzilla.wikimedia.org/show_bug.cgi?id=48937

   What|Removed |Added

 Status|NEW |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 48937] Implement value formatter for time data type

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48937

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

   What|Removed |Added

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

--- Comment #8 from Henning (WMDE) henning.sna...@wikimedia.de ---
The basic formatter is implemented. Additional improvements (e.g. proper
localization) is tracked in bug 48962.

-- 
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 55502] Add phase 1 support to Wikisource

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55502

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||lydia.pintscher@wikimedia.d
   ||e
   Severity|enhancement |normal

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Wikisource is currently planned to be the next sister project to be integrated
in Wikidata. However I want this to still wait a bit to give the Wikidata
community time to adjust to Commons. I have the feeling that adding another one
right now would be harmful. In a few weeks I think we are good to go.

-- 
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 41852] Title is missing on latest item revision

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41852

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

   What|Removed |Added

   Priority|Normal  |Low

-- 
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 48748] Edit-mode is not closed when using the enter-key to save qualifiers

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48748

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

   What|Removed |Added

   Severity|normal  |major

-- 
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 45197] Dismiss Licensing message is not working when changing the language

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45197

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Henning (WMDE) henning.sna...@wikimedia.de ---


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

-- 
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 52412] Copyright warning will only be dismissed in the current interface language

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52412

--- Comment #5 from Henning (WMDE) henning.sna...@wikimedia.de ---
*** Bug 45197 has been marked as a duplicate of this bug. ***

-- 
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 54493] Add a few more sitelinks browsertests

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54493

tobias.gritschac...@wikimedia.de 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 55462] RSVG does not render Sinhala Unicode characters for thumbnails.

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55462

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #5 from Daniel Zahn dz...@wikimedia.org ---
Sampath, i'll claim it's resolved :) I purged and reloaded
https://si.wikipedia.org/wiki/%E0%B6%9C%E0%B7%9C%E0%B6%B1%E0%B7%94%E0%B7%80:Geoz_wb_si.svg
and i see the characters now and afaict it looks good. please confirm. --
Daniel

-- 
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 41882] Check for login on Special:CreateItem

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41882

--- Comment #8 from tobias.gritschac...@wikimedia.de ---
this is still open. we have to insert a check for sufficent user rights in
Special:NewItem and Special:NewProperty BEFORE the form is shown.

-- 
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 40723] Selenium tests for read permission

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40723

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

   What|Removed |Added

   Priority|Low |Lowest

-- 
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 49111] tests needed for Special:SetSiteLink

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49111

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

   What|Removed |Added

 Status|NEW |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 42576] [statements-ui] Qunit tests for the creation and display of statements

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42576

--- Comment #2 from tobias.gritschac...@wikimedia.de ---
tests foer claimview and statementview still missing

-- 
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 55481] AJAXpoll doesn't create database tables when update.php is called

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55481

--- Comment #3 from T. Gries m...@tgries.de ---
(In reply to comment #2)
 Oh, yes, just assume I'm wrong. That's endearing.
 
 As I selected above, it's the git master, with the current mediawiki release,
 1.21.

That looks fine to me.

Thanks for letting me know. I don't know, why I did not work for you, as the
subroutine 'AJAXPoll::onLoadExtensionSchemaUpdates' looks fine.

Perhaps, can you invest a minute and check in your installation:

- delete the two tables ajaxpoll-vote and ajaxpoll-info in your database
- run again then in your maintenance folder

php update.php

- check, whether the two tables have then be created.

Let me know your findings. If you can - I suggest this - update your MediaWiki
core to the latest MediaWiki version from git master, I always run this.

-- 
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 55492] Disable jquery.IME operating on VisualEditor surfaces

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55492

--- Comment #2 from David Chan da...@sheetmusic.org.uk ---
Just to be clear, VE and jQuery.IME are making incompatible assumptions about
the javascript event sequences expected when entering text in an IME.

To be fair, that's not really anyone's fault because (a) de jure, the standards
are still emerging, and (b) de facto, every single browser/OS/IME combination
seems to generate a different weird and wonderful sequence of events.

We're currently refactoring the VE CE Surface code to make as few assumptions
as possible about IME events. I expect we can do work from the jQuery.IME side
too, to bring the two into line.

-- 
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 54885] MobileFrontend doesn't remember user choice (mobil/desktop)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54885

--- Comment #5 from Kelson [Emmanuel Engelhart] kel...@kiwix.org ---
@Arthur
Thank you for your comment. Give me please a little bit time to lead this
investigation and deliver the results here.

-- 
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 54885] MobileFrontend doesn't remember user choice (mobil/desktop)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54885

Kelson [Emmanuel Engelhart] kel...@kiwix.org changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |kel...@kiwix.org
   |org |

-- 
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 44678] allow to change the order of statements

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44678

zoloinw...@gmail.com changed:

   What|Removed |Added

 CC||zoloinw...@gmail.com

--- Comment #9 from zoloinw...@gmail.com ---
I think the user should be able to change the order, and that it should change
the key associated with the statement in the Lua table. Alphabetical order is
not enough. See the architects in this infobox:
https://fr.wikipedia.org/w/index.php?title=Arsenal_Stadiumoldid=97323308 The
architect of the renovation appears before the architect of the original
building, and that is hard to reliably fix through a client-side heuristic.
Wikidata should directly provide a sensible order.

-- 
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 48891] Translate extension's translate and tvar fail to appear in extensiontags

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48891

--- Comment #24 from Siebrand Mazeland s.mazel...@xs4all.nl ---
This issue appears to suffer from scope creep. The requirements of the current
summary have been met. See
https://translatewiki.net/wiki/Special:Version?uselang=en: Section Parser
extension tags now shows translate and tvar

-- 
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 55503] New: Extend Kiwix mirroring

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55503

   Web browser: ---
Bug ID: 55503
   Summary: Extend Kiwix mirroring
   Product: Datasets
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: ar...@wikimedia.org
  Reporter: kel...@kiwix.org
Classification: Unclassified
   Mobile Platform: ---

The WMF hosts a mirror of the ZIM files we generate at Kiwix at
http://dumps.wikimedia.org/kiwix/. This is a great value for us.

Since 6 months, we have been advertising in priority portable packages
on our web site. They are big zip files containing (Kiwix+ZIM+fulltext
index). This is really easier to use and well appreciated by Windows and
Linux users.

Our problem is that we have a growing traffic and a important part of
the traffic is generated by these portable packages. These zip files are
available at http://download.kiwix.org/portable/ and this would be great if
this directory could be also be mirrored.

You can consider that this repertory is around 2 times bigger than the zim
directory. Currently 239G for the zim directory and 329G for the portable
directory.

We are also reorganizing the directory structure to create thematic
sub-directories, so the directories which should be mirrored additionally to
the current zim/0.9/ one would be:
zim/wikipedia
zim/wikisource
zim/wiktionary
zim/wikivoyage
portable/wikipedia
portable/wikisource
portable/wiktionary
portable/wikivoyage

-- 
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 53416] Change English label of datatypes-type-globe-coordinate to Geographic coordinates (note plural)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53416

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||henning.sna...@wikimedia.de
 Resolution|--- |INVALID
   Assignee|wikibugs-l@lists.wikimedia. |wikidata-bugs@lists.wikimed
   |org |ia.org

--- Comment #1 from Henning (WMDE) henning.sna...@wikimedia.de ---
I am afraid the Wikidata usage is incorrect. In general, data type labels
feature the singular form: The data type of a coordinate is Geographic
coordinate. If, for some reason, plurals should be used on Wikidata, the other
data type labels would needed to be changed as well: String - Strings,
Time - Times, ...

-- 
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 55464] MediaWiki:Recentchanges-label-unpatrolled doesn't disappear after revert the revision

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55464

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

   What|Removed |Added

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

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
On which Wikimedia wikis did this happen? Or is this your own wiki?

-- 
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 55495] Various user rights configuration changes on Wikidata

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55495

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW
 CC||addshorew...@gmail.com

--- Comment #1 from Addshore addshorew...@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/88694/

-- 
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 55480] Allow bureaucrats on Wikimania 2014 wiki to remove rights

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55480

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 CC||at.li...@live.com.au

--- Comment #1 from This, that and the other at.li...@live.com.au ---
[[m:Bureaucrat]] shows that this is not a common configuration (requests are
normally to be made to stewards for these kinds of rights removals), and since
no previous wikimania20xx wikis had this configuration, a community consensus
would be required. 

Actually, is there even a community on this wiki, or are decisions made by fiat
of some committee or group?

-- 
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 55351] Add Bugzilla component for mediawiki/tools/grabbers

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55351

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

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
https://git.wikimedia.org/summary/?r=mediawiki/tools/grabbers.git

I'm not entirely convinced that Tools is a great name either (see bug 53986)
but this sounds like the way to go for the time being, indeed.

-- 
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 55440] Rename CoreEvents component to WikimediaEvents

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55440

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

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

-- 
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 44717] empty aliases array on the API on some format like JSON or PHP

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44717

--- Comment #3 from Jitrixis j.gardet.wikime...@orange.fr ---
Update discussion link from archive : 
https://www.wikidata.org/wiki/Wikidata:Contact_the_development_team/Archive/2013/02#Can.27t_delete_languages_from_an_item

-- 
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 55462] RSVG does not render Sinhala Unicode characters for thumbnails.

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55462

Sampath Sitinamaluwa sampaths...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Sampath Sitinamaluwa sampaths...@gmail.com ---
Hi Daniel, I can confirm that the problem is resolved. Apologies for taking
time to confirm.
Sampath

-- 
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 53787] Add Option to Enable Keyword Links

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53787

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 82854 merged by Reedy:
Add Option to Enable Keyword Links

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

-- 
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 53416] Change English label of datatypes-type-globe-coordinate to Geographic coordinates (note plural)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53416

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

   What|Removed |Added

 Resolution|INVALID |FIXED

--- Comment #2 from Henning (WMDE) henning.sna...@wikimedia.de ---
Excuse me, reverting my previous comment after receiving some explanation.
Fixed in https://gerrit.wikimedia.org/r/#/c/88697/

-- 
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 54969] remove component prototype server

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54969

--- Comment #2 from Daniel Zahn dz...@wikimedia.org ---
gotcha, yea, what i really wanted to say then is make it disappear from the
selection list when creating new bugs. so just hide it. and that is in the
case when you enter a new bug, i see. I just keep seeing all the old components
when i do an advanced search and that made me file the ticket, thinking they
could easily be removed and not realizing the difference between what is shown
in advanced search and what is shown when creating a new bug.

-- 
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 54970] remove component WAP mobile gateway

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54970

--- Comment #1 from Daniel Zahn dz...@wikimedia.org ---
when filing the bug i didn't realize it is already hidden when creating a new
bug, because i just saw it in (and other old components) the selection of an
advanced search. So if it's complicated to hide also from there feel free to
reject it.

-- 
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 38524] [OPS] puppet has undefined function get_var

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38524

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88698 had a related patch set uploaded by Ori.livneh:
Remove unused (and broken) labs config from squid manifest

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

-- 
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 38524] [OPS] puppet has undefined function get_var

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38524

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

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|WONTFIX |---

-- 
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 54969] remove component prototype server

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54969

--- Comment #3 from Daniel Zahn dz...@wikimedia.org ---
if you want to move reports i'd suggest moving them to Labs/(Beta project) as
the successor of Prototype. if you don't want to move old reports in general,
i'm fine if you just 'won't fix' it. as i said above it was merely about the
selection in advanced search and not that important.

-- 
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 39174] Wikidata repo MW API (tracking)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39174

Bug 39174 depends on bug 49978, which changed state.

Bug 49978 Summary: API warnings do not provide plain text message
https://bugzilla.wikimedia.org/show_bug.cgi?id=49978

   What|Removed |Added

 Status|NEW |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 49978] API warnings do not provide plain text message

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49978

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from Addshore addshorew...@gmail.com ---
As far as I am aware everything should now be plain text.
If this is not the case please reopen.

-- 
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 45274] add unit tests for API error reports

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45274

Bug 45274 depends on bug 49978, which changed state.

Bug 49978 Summary: API warnings do not provide plain text message
https://bugzilla.wikimedia.org/show_bug.cgi?id=49978

   What|Removed |Added

 Status|NEW |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 42286] API and audience

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42286

--- Comment #2 from Addshore addshorew...@gmail.com ---
GET is public and POST is private (get requirement is read post requirement  is
write) so this is done everywhere


Not sure about the maxage or smaxage

-- 
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 42286] API and audience

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42286

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

   What|Removed |Added

 Status|NEW |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 55495] Various user rights configuration changes on Wikidata

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55495

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

   What|Removed |Added

   Keywords||wikidata
   Priority|Unprioritized   |Normal
 CC||wikidata-bugs@lists.wikimed
   ||ia.org

-- 
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 48891] translate and tvar do not work with Parsoid because they are not normal parser tags

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48891

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

   What|Removed |Added

   Assignee|niklas.laxst...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org
Summary|Translate extension's   |translate and tvar do
   |translate and tvar fail |not work with Parsoid
   |to appear in extensiontags  |because they are not normal
   ||parser tags

--- Comment #25 from Niklas Laxström niklas.laxst...@gmail.com ---
Misunderstanding or miscommunication about the actual requirements is not scope
creep. The patch which was made does not add value. I changed the title to
reflect the issue with my understanding of it.

-- 
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 55501] the change made to fix Bug 46864 needs to be undone so that the banners would appear properly in Hebrew Wikivoyage

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55501

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #0)
 Apparently the banners would only work properly for everyone by default if
 the change made to fix Bug 46864
 (https://bugzilla.wikimedia.org/show_bug.cgi?id=46864) is undone.

Could you explain the apparently? :)

CC'ing Amir who was involved in bug 46864.

-- 
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 54780] create pk.wikimedia.org and redirect to wikimediapakistan.org

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54780

--- Comment #7 from Daniel Zahn dz...@wikimedia.org ---
(In reply to comment #6)
 while uk.wikimedia.org redirect to thier UK chapter website.
 it would be great if pk.wikimedia.org be redirect to the meta page :
 https://meta.wikimedia.org/wiki/Wikimedia_Community_User_Group_Pakistan

I have uploaded a new patch set to reflect that and redirect to the meta page
instead.

-- 
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 55504] New: procedure to import XML in WikiMedia

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55504

   Web browser: ---
Bug ID: 55504
   Summary: procedure to import XML in WikiMedia
   Product: Datasets
   Version: unspecified
  Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: ar...@wikimedia.org
  Reporter: rohinipag...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I have a requirement to update multiple pages on Wikimedia.

I have exported existing pages in XML, updated the required fields and imported
it again. The import went successful however the changes did not reflect.

Is there anything I am missing.

-- 
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 55498] Webserver is down

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55498

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Thanks for taking the time to report this!

Which webserver? A URL to reproduce is welcome in bug reports. :)

-- 
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 55496] Missing othe caracters

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55496

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
 Whiteboard||aklapper-moreinfo

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Ahoj Juan, 
unfortunately this report is not very useful because it does not describe the
problem well. If you have time and can still reproduce the problem, please read
https://www.mediawiki.org/wiki/How_to_report_a_bug and add a more useful
description to this report by providing clear steps to reproduce, or a testcase
where the problem can be seen. Thanks!

-- 
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 54198] Article Feedback V5 user account used as account archiving feedback, but doesn't exist on enwiki

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54198

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 84476 merged by jenkins-bot:
Add UserGetReservedNames hook subscriber

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

-- 
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 55487] Center GettingStarted modal in IE7

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55487

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

   What|Removed |Added

Web browser|--- |Internet Explorer

-- 
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 49067] Expandable property information for items

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49067

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

   What|Removed |Added

   Keywords||design

-- 
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 55505] New: VisualEditor: Deprecate 'live' in favor or 'setup' and 'teardown'

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55505

   Web browser: ---
Bug ID: 55505
   Summary: VisualEditor: Deprecate 'live' in favor or 'setup' and
'teardown'
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Technical Debt
  Assignee: roan.katt...@gmail.com
  Reporter: roan.katt...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
roan.katt...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Right now we emit both 'live' and 'setup'/'teardown' , and some classes listen
to 'live' while others use 'setup'/'teardown'. We should converge on using
setup/teardown and remove live.

-- 
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 55401] False thanked confirmation for users with thanks disabled

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55401

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 55413] Add me to default CC for bugs in Datasets

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55413

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Of course - thanks for the interest! Done now; I've added you.

-- 
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 55431] Reupload should purge File page (aka image has malformed dimensions)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55431

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 54492] List site ids and codes for Commons / special sites in wikidata site link section

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54492

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 85982 merged by jenkins-bot:
(bug 54492) Display a custom sitename for specific site groups

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

-- 
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 55506] New: Maintain symlinks to current deployment branch in mediawiki-config/docroot/bits/static-current

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55506

   Web browser: ---
Bug ID: 55506
   Summary: Maintain symlinks to current deployment branch in
mediawiki-config/docroot/bits/static-current
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Apache configuration
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: o...@wikimedia.org
CC: niklas.laxst...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

Extensions like ULS have quite a lot of static assets that don't change very
often. Having stable bits URLs at https://bits.wikimedia.org/static-current/.*
would help in such cases. Would it be feasible to add a step to update these
symlinks to the new-branch-creation process?

-- 
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 55507] New: Emulate site group for special wikis

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55507

   Web browser: ---
Bug ID: 55507
   Summary: Emulate site group for special wikis
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

special wikis like commonswiki, metawiki, mediawikiwiki, etc should show up
in a single section and be treated as belonging to a site group called
special in the UI.

-- 
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 55507] Emulate site group for special wikis

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55507

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

   What|Removed |Added

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

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Note: change Id6ba4e138794ae is related but only replaces the wiki language
with the wiki name in the UI. It does not change the grouping or group title.

-- 
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 55463] LiquidThreads: Live preview of a reply doesn't work anymore

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55463

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 55479] Undefined indexes in MWExceptionHandler::formatRedactedTrace

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55479

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 55478] AFT: Browser should not make separate request for SVG file

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55478

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 55427] DatabaseMysqlBase::addIdentifierQuotes does not properly escape

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55427

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

   What|Removed |Added

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

-- 
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 55475] Make MediaWiki run on Google's App Engine (tracking)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55475

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 Depends on||30092
   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 30092] MediaWiki PHP 5.4 compatibility (tracking)

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30092

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

   What|Removed |Added

 Blocks||55475

-- 
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 55473] [REGRESSION] License select fallback broken at Commons

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55473

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

   What|Removed |Added

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

-- 
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 55472] Add support for editing global abusefilters from local wikis

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55472

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 55441] Closure type hints

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55441

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


[Bug 55439] ProofreadPagePHP Fatal error: Call to a member function normaliseParams() on a non-object in Proofread Page.body.php on line 232

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55439

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 54542] Add multiple values for a claim

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54542

FelixReimann fe...@fex-it.de changed:

   What|Removed |Added

 CC||fe...@fex-it.de
Version|unspecified |compat (1.0)

-- 
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 4883] Usernames with one or more blanks will break the contribs link in Special:Log/Block

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4883

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

   What|Removed |Added

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

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Wrong bug number in patch, hence closing again.

-- 
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 54981] Error deleting file on Commons: A non-identical file already exists

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54981

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aschulz4...@gmail.com,
   ||bawolff...@gmail.com,
   ||fflo...@wikimedia.org,
   ||mtrac...@member.fsf.org
  Component|General/Unknown |Media storage
Summary|Error deleting file: A  |Error deleting file on
   |non-identical file already  |Commons: A non-identical
   |exists  |file already exists

-- 
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 55421] CodeEditor should not override skin font styles for input areas

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55421

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


[Bug 55422] CodeEditor should honour system scrolling settings

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55422

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


[Bug 55423] CodeEditor colours have poor contrast

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55423

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


[Bug 55424] Add a quick link to nuke a user from the #contentsub links on Special:Contributions

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55424

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

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


[Bug 55419] CodeEditor should honour user preferences to disable advanced editing toolbars

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55419

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


[Bug 54617] Replace Tidy with a library that doesn't suck

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54617

--- Comment #9 from Bartosz Dziewoński matma@gmail.com ---
(In reply to comment #8)
 VE is an HTML editor, so can be used without Parsoid.

Well yeah, okay, this could work. VE, however, has certain software and
hardware requirements not all computers meet. And there's the entire issue of
templating which you dismissed with a single word, which I assume is
currently not implemented without wikitext backing it.

VE also currently doesn't work for, say, talk pages (and please don't mention
Flow, it will not be ready by next summer) or edit summaries, and there are
certain pieces of the interface which show raw source code like diffs (I don't
think anybody has implemented rich text diffs yet in MediaWiki, but this is
something I'd really like to see).

Using Parsoid for page view is just not workable in short or mid term, no
matter how much we would want it.

/offtopic

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