[Bug 44161] IPv6 at some places lower case and at other places in upper case

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44161

Legoktm  changed:

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com
   See Also||https://github.com/azatoth/
   ||twinkle/issues/145

-- 
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 44161] IPv6 at some places lower case and at other places in upper case

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44161

Jasper Deng  changed:

   What|Removed |Added

 CC||jas...@jasperswebsite.com

--- Comment #3 from Jasper Deng  ---
It is important to note that if MediaWiki completely converted to the proper
standard, thousands of IP talk pages and many more database entries would have
to be updated.

I'm fine any way for prettifyIP, but others do find collapsed addresses more
convenient.

-- 
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 48362] Gerrit Loops on HTTP Authentication

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48362

--- Comment #4 from christ...@quelltextlich.at ---
(In reply to comment #1)
> https://code.google.com/p/gerrit/issues/detail?id=1862
> 
> which was fixed later for the 2.6 release. Would it be possible to upgrade
> the installation?

The patch for this issue has already been included in our gerrit
some time ago.

(In reply to comment #3)
> > Which URL does not work for you?
> [...]
> I found this issue while trying to connect my Eclipse Mylyn.

Is the bug about Mylyn's Gerrit connector not being able to
validate
  http://gerrit.wikimedia.org/r
as task repository?

If so, our gerrit isn't too old, but to new :-)
The (still open) bug at
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=395059
that you mentioned states that Mylyn's Gerrit connector has not yet
been ported to the new RPC infrastructure that comes with Gerrit 2.6.

-- 
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 47239] getEditToken in mediawiki.api.edit.js should try to use mw.user.tokens first

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47239

This, that and the other  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |DUPLICATE

--- Comment #1 from This, that and the other  ---


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

-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34733

This, that and the other  changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #8 from This, that and the other  ---
*** Bug 47239 has been marked as a duplicate of this 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 48371] New: RequestContext::importSessionData doesnt work with php default sessions

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48371

   Web browser: ---
Bug ID: 48371
   Summary: RequestContext::importSessionData doesnt work with php
default sessions
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bawolff...@gmail.com
CC: aschulz4...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

ImportSession doesnt seem to actually import the session data if using native
php session support. Furthermore, in that case it seems to delete the existing
session, changing the users tokens (which can be annoying)

Given we already have to store request info to make this scheme work, im not
sure why we don't just store this info in the db (or even just in memcache if
something more ephemeral is wanted.)

-- 
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 48371] RequestContext::importSessionData doesnt work with php default sessions

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48371

Daniel Friesen  changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

--- Comment #1 from Daniel Friesen  ---
Yeah, RequestContext was built so that code could create new contexts and build
the output for certain requests (like special pages inside parser outputs and
maintenance scripts dumping offline versions by creating contexts for pages and
grabbing the output). It was NOT built to allow cli scripts to access sessions
attached to requests made from the browser.

If this chunked upload job stuff wants to work with data attached to some
session. Instead of using RequestContext it should create some class were some
new session id is setup, a container is registered inside of either a cache or
the database. And the browser session gets an id telling what one of those
cache/db containers is being used. Then the job works with the data that is put
into that container for it's use.

After that I think we should delete RequestContext::exportSession and
RequestContext::importScopedSession.

-- 
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 48371] RequestContext::importSessionData doesnt work with php default sessions

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48371

--- Comment #2 from Bawolff (Brian Wolff)  ---
As an additional comment, im not overly a fan of storing ip addresses in the db
for purposes such as this if it can be avoided.

-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34733

Liangent  changed:

   What|Removed |Added

   Keywords||performance

-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34733

Liangent  changed:

   What|Removed |Added

Version|1.19|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 48301] Please temporary lift the IP cap in en.wiki, he.wiki, es.wiki, fr.wiki, ru.wiki, and pl.wiki

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48301

--- Comment #6 from Tomer A.  ---
Has this been integrated? It is for today.

-- 
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 1495] Improve message source fallback flow

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1495

--- Comment #28 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63365 (Gerrit Change
I5ea8af299a14e052b265ebf9f21914ab0a4eb922)

-- 
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 46608] mw.uri.anchorEncode returns false on empty string

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46608

--- Comment #3 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63366 (Gerrit Change
I97556dbc4dcc1f102f6fed499d43dada388cdc5d)

-- 
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 47604] Score should support note names in other languages

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47604

--- Comment #2 from Ayack  ---
It would be great!

The files "italiano.ly" and "gregorian.ly" (imho the most useful) are standard
LilyPond files, so they shouldn't be a security problem.

-- 
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 45677] CSSJanus mishandles box-shadow and text-shadow

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45677

--- Comment #21 from Gerrit Notification Bot  ---
https://gerrit.wikimedia.org/r/52611 (Gerrit Change
I97ee7431e1a5acb35d594076a88a0f9acf290402) | change RESTORED [by Matmarex]

-- 
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 48301] Please temporary lift the IP cap in en.wiki, he.wiki, es.wiki, fr.wiki, ru.wiki, and pl.wiki

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48301

Ori Livneh  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||o...@wikimedia.org
 Resolution|--- |FIXED

--- Comment #7 from Ori Livneh  ---
(In reply to comment #6)
> Has this been integrated? It is for today.

I just merged it. Thanks for the patch, Krenair.

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


wikibugs-l@lists.wikimedia.org

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48372

   Web browser: ---
Bug ID: 48372
   Summary: Missing information in action=parse&prop=links
   Product: MediaWiki
   Version: 1.19
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: lamb...@orange.fr
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

There is some information missing from result of the API call to
action=parse&prop=links

Example:
https://en.wikipedia.org/w/api.php?action=parse&prop=links&format=json&text=[[foo]]%20[[API:Query|bar]]%20[[API:Query|other]]%20[http://www.example.com/%20baz]

The result of such call contains link list, but there is missing information:
- The text for each link would be useful for some bot actions
- The offset of the link should also be given

Each link may appear multiple times in the parsed wiki page, so the above
missing information would need to be repeated for each instance of the link.

For the JSON format the result for the above example would be:

{"parse":{"title":"API","links":[{"ns":0,"*":"Foo","exists":"",[{offset:0}]},{"ns":0,"*":"API:Query"},[{offset:8,text="bar"},{offset:26,text="other"}]]}}

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


wikibugs-l@lists.wikimedia.org

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48372

--- Comment #1 from DavidL  ---
(the above link didn't rendered correctly, so I try to post an encoded one)


https://en.wikipedia.org/w/api.php?action=parse&prop=links&format=json&text=%5B%5Bfoo%5D%5D%20%5B%5BAPI:Query|bar%5D%5D%20%5B%5BAPI:Query|other%5D%5D%20%5Bhttp%3A%2F%2Fwww.example.com/%20baz%5D

-- 
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 46937] Missing or useless links in Echo notification e-mails

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46937

Nemo  changed:

   What|Removed |Added

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

-- 
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 48183] Show diff link when appropriate on talk page notifications

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48183

Nemo  changed:

   What|Removed |Added

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

-- 
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 48373] New: add createuser to $wgRateLimits

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48373

   Web browser: ---
Bug ID: 48373
   Summary: add createuser to $wgRateLimits
   Product: MediaWiki
   Version: 1.21-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: da...@daschmedia.de
Classification: Unclassified
   Mobile Platform: ---

I thin it could be useful to restrict usercreation from ip or subnet. This
maybe could be done in $wgRateLimits.
I often observe mass creation of user on my wiki and would like to prevent
this.

-- 
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 47617] It should be possible to use cascading protection with non-"sysop" protection level

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47617

Bartosz Dziewoński  changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Bartosz Dziewoński  ---
Merged.

-- 
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 8575] Cascading Page Protection (tracking)

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8575

Bug 8575 depends on bug 47617, which changed state.

Bug 47617 Summary: It should be possible to use cascading protection with 
non-"sysop" protection level
https://bugzilla.wikimedia.org/show_bug.cgi?id=47617

   What|Removed |Added

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

-- 
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 48374] New: Add 'editor' to $wgCascadingRestrictionLevels for the Polish Wikipedia

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48374

   Web browser: ---
Bug ID: 48374
   Summary: Add 'editor' to $wgCascadingRestrictionLevels for the
Polish Wikipedia
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: matma@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

As a followup to bug 46990, please enable cascade-protecting pages with
'editor' restriction level on the Polish Wikipedia.

($wgCascadingRestrictionLevels has just been implemented per bug 47617 and
should be deployed on pl.wikipedia on May 22, 2013 with 1.22wmf4.)

-- 
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 31736] Use transparent images for hiero

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31736

--- Comment #7 from Amir E. Aharoni  ---
Created attachment 12298
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=12298&action=edit
an image of a hieroglyph on grey background

This is how the suggested image looks on a grey background.

-- 
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 48374] Add 'editor' to $wgCascadingRestrictionLevels for the Polish Wikipedia

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48374

Tomasz W. Kozlowski  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 48375] New: missing (404 Not found) chick/main.css for monobook skin

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48375

   Web browser: ---
Bug ID: 48375
   Summary: missing (404 Not found) chick/main.css for monobook
skin
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: wikipe...@se4598.eu
CC: krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

on loading https://de.wikipedia.org/wiki/Schach?useskin=monobook&debug=1
I get "NetworkError: 404 Not Found -
https://bits.wikimedia.org/static-1.22wmf3/skins/chick/main.css?303-4";
HTML in head is ''

-- 
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 48375] missing (404 Not found) chick/main.css for monobook skin

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48375

Bartosz Dziewoński  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński  ---
That's because Chick is no more. Ia8d79b4a should fix this.

-- 
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 48375] missing (404 Not found) chick/main.css for monobook skin

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48375

--- Comment #2 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63371 (Gerrit Change
Iad1ac93bd54ad7c1bf4a7f8631e5697da8ae5350)

-- 
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 47622] Bugzilla gerrit bot should mention patch author when notifying about a new changeset

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47622

Bartosz Dziewoński  changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński  ---
Any progress on this?

-- 
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 47621] Bugzilla gerrit bot should use a shorter format

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47621

Bartosz Dziewoński  changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński  ---
Any progress on this?

-- 
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 48375] missing (404 Not found) chick/main.css for monobook skin

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48375

Jesús Martínez Novo (Ciencia Al Poder)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |
 Ever confirmed|0   |1

-- 
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 48376] New: Switch wikimaniateamwiki logo to public one

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

   Web browser: ---
Bug ID: 48376
   Summary: Switch wikimaniateamwiki logo to public one
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Keywords: easy
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: thehelpfulonew...@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

From InitialiseSettings.php:

'wikimania'=>
'//upload.wikimedia.org/wikipedia/wikimania2006/c/c0/Mania-logo.gif',
'wikimaniateamwiki'=>
'//wikimaniateam.wikimedia.org/w/img_auth.php/b/bc/Wiki.png',

The team wiki's logo is exactly the same as the public wikimania wikis, but
isn't visible unless you're logged in. I'm don't think is intended behaviour,
as the same isn't true for other private wikis, so please can we switch the
logo for the team wiki to also be
'//upload.wikimedia.org/wikipedia/wikimania2006/c/c0/Mania-logo.gif'?


Previous bugs for logos switches were bug 25893 and bug 12155.

-- 
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 48376] Switch wikimaniateamwiki logo to public one

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

Thehelpfulone  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 12155] Change logo for Wikimania Team wiki

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12155

Thehelpfulone  changed:

   What|Removed |Added

 CC||benap...@gmail.com,
   ||dereck...@espace-win.org,
   ||thehelpfulonew...@gmail.com
   ||, tom...@twkozlowski.net,
   ||wikimedia.b...@snowolf.eu
  Component|General/Unknown |Site 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 48376] Switch wikimaniateamwiki logo to public one

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

Tomasz W. Kozlowski  changed:

   What|Removed |Added

   Keywords||shell
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |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 48369] Special:Tags - Tagged changes to show total of only currently visible loged numbers

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48369

Alex Monk (Krenair)  changed:

   What|Removed |Added

 CC||kren...@gmail.com
  Component|AbuseFilter |Special pages
Product|MediaWiki extensions|MediaWiki

-- 
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 48377] New: Videos ALWAYS should have [Play ▶] triangle in center to distinguish from photographs

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48377

   Web browser: ---
Bug ID: 48377
   Summary: Videos ALWAYS should have [Play ▶] triangle in center
to distinguish from photographs
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
   URL: http://en.wikipedia.org/wiki/Brewster_Kahle#Digitizati
on_advocacy
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jida...@jidanni.org
Classification: Unclassified
   Mobile Platform: ---

At
http://en.wikipedia.org/wiki/Brewster_Kahle#Digitization_advocacy
we observed a curious photograph. Its caption mentions a man, but no man is to
be seen.

Only if we accidentally slide the mouse pointer over the picture do the video
controls appear and it all suddenly makes sense.

Please take a lesson from YouTube and Facebook, and everybody else, and always
have the familiar
"play triangle" [▶] in the center of the picture... yes despite the symbols at
the lower right.

-- 
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 48377] Videos ALWAYS should have [Play ▶] triangle in center to distinguish from photographs

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48377

Alex Monk (Krenair)  changed:

   What|Removed |Added

 CC||jger...@wikimedia.org,
   ||kren...@gmail.com
  Component|General/Unknown |TimedMediaHandler
Version|1.22-git|unspecified
   Assignee|wikibugs-l@lists.wikimedia. |d...@ucsc.edu
   |org |
Product|MediaWiki   |MediaWiki extensions

-- 
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 48377] Videos ALWAYS should have [Play ▶] triangle in center to distinguish from photographs

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48377

Liangent  changed:

   What|Removed |Added

   Keywords||design
 CC||liang...@gmail.com

-- 
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 48377] Videos ALWAYS should have [Play ▶] triangle in center to distinguish from photographs

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48377

--- Comment #1 from jida...@jidanni.org ---
Holy smokes there is in fact a triangle there!
But it happens to have some transparency / contrast problem!
Please make it 100% white on black!

-- 
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 48377] Videos' [Play ▶] center triangle transparency / contrast problems

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48377

jida...@jidanni.org changed:

   What|Removed |Added

Summary|Videos ALWAYS should have   |Videos' [Play ▶] center
   |[Play ▶] triangle in center |triangle transparency /
   |to distinguish from |contrast problems
   |photographs |

-- 
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 48377] Videos' [Play ▶] center triangle transparency / contrast problems

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48377

jida...@jidanni.org changed:

   What|Removed |Added

   Keywords||accessibility

-- 
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 48057] Request for new mailing list: qa@lists

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48057

--- Comment #13 from Sumana Harihareswara  ---
Krinkle: agreed, we should cross-post announcements to wikitech-l.

Thehelpfulone: the intervening 20 minutes contained the discussion with Quim
and Chris where we agreed to create a qa@ list and focus it at first on the
browser automation community, especially people new to Wikimedia, and
reevaluate in six months.  So yes, confirmed, go ahead.

-- 
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 48377] Videos' [Play ▶] center triangle transparency / contrast problems

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48377

--- Comment #2 from jida...@jidanni.org ---
Hmmm, this YouTube one isn't perfect either.
http://www.youtube.com/embed/mdK-goYjtFA

-- 
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 47228] morebots has gone missing from #wikimedia-operations

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47228

jeremyb  changed:

   What|Removed |Added

 CC||bbl...@wikimedia.org,
   ||bugzilla+org.wikimedia@tuxm
   ||achine.com

--- Comment #6 from jeremyb  ---
(In reply to comment #3)
> Is morebots still on a wmf box, or the bots lab project?

It's on wikitech-static.wm.o which is at rackspace. Fixed by bblack.

-- 
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 47228] morebots has gone missing from #wikimedia-operations

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47228

jeremyb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |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 47228] morebots has gone missing from #wikimedia-operations

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47228

jeremyb  changed:

   What|Removed |Added

   Keywords||ops

-- 
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 48378] New: Why use gsub in mw.text.trim?

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48378

   Web browser: ---
Bug ID: 48378
   Summary: Why use gsub in mw.text.trim?
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: Unprioritized
 Component: Scribunto
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: francois.melch...@belgacom.net
CC: bjor...@wikimedia.org, tstarl...@wikimedia.org,
vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Hi!
I don't know why gsub is used in function mw.text.trim in mw.text.lua; I would
have written that function as following:

function mwtext.trim( s, charset )
charset = charset or '\t\r\n\f '
return mw.ustring.match( s, '^[' .. charset .. ']*(.-)[' .. charset ..
']*$' )
end

Also I would have made a mw.text.trim using the string library, and a
mw.text.utrim using ustring, since it would probably be used most of the time
with 1-byte characters...

-- 
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 48371] RequestContext::importScopedSession doesn't work with php default sessions

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48371

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

Summary|RequestContext::importSessi |RequestContext::importScope
   |onData doesnt work with php |dSession doesn't work with
   |default sessions|php default sessions

--- Comment #3 from Bawolff (Brian Wolff)  ---
Hmm, now its not working even though I'm using $wgSessionsInObjectCache = true;

-- 
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 48379] New: Create custom logos for new private wikis

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48379

   Web browser: ---
Bug ID: 48379
   Summary: Create custom logos for new private wikis
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
  Assignee: tom...@twkozlowski.net
  Reporter: thehelpfulonew...@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

Please create custom logos for the newest private wikis: fdcwiki, iegcomwiki,
ombudsmenwiki and transitionteamwiki.

All should use the Wikimedia logo (similar to other private wikis), with the
following text underneath the word "Wikimedia"

fdcwiki - Funds Dissemination Committee
iegcomwiki - Individual Engagement Grants Committee
ombudsmenwiki - Ombudsmen
transitionteamwiki - Executive Director Transition Team 

If this text is too long then feel free to abbreviate, perhaps:

fdcwiki - FDC
iegcomwiki - IEG Com
transitionteamwiki - ED Transition Team

-- 
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 48379] Create custom logos for new private wikis

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48379

Thehelpfulone  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 48378] Why use gsub in mw.text.trim?

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48378

--- Comment #1 from François  ---
Forgotten: I would have written "s or ''" in place of simply "s" so it would
not fail if given nil.

-- 
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 48331] mw.ustring.gsub doesn’t support %f (“frontier”) search pattern

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48331

--- Comment #2 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63381 (Gerrit Change
Ie0b95ef5b734db53d6adc9de5dae4874f8944c08)

-- 
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 48331] mw.ustring.gsub doesn’t support %f (“frontier”) search pattern

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48331

Brad Jorsch  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

-- 
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 48379] Create custom logos for new private wikis

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48379

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle  ---
Though they're defaulting to something appropriate (neutral Wikimedia logo) the
favicon seems wrong.

https://fdc.wikimedia.org/wiki/Main_Page is showing a Wikipedia favicon.

-- 
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 34666] generateSitemap.php got error when language set to chinese

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34666

Liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com
  Component|General/Unknown |Maintenance scripts

-- 
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 45492] [SF 2.5.2] Undefined variable: pageTitle in ... SF_FormEdit.php on line 122

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45492

f.trott  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from f.trott  ---


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

-- 
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 47606] Special:EditForm by itself shows PHP warning instead of standard error message

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47606

f.trott  changed:

   What|Removed |Added

 CC||ste...@giprs.net

--- Comment #5 from f.trott  ---
*** Bug 45492 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 39480] Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking)

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39480

Bug 39480 depends on bug 45492, which changed state.

Bug 45492 Summary: [SF 2.5.2] Undefined variable: pageTitle in ... 
SF_FormEdit.php on line 122
https://bugzilla.wikimedia.org/show_bug.cgi?id=45492

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

-- 
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 48381] New: Remove MediaWiki:Monobook.css and MediaWiki:Monobook.js from wgWhitelistRead in InitialiseSettings.php

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48381

   Web browser: ---
Bug ID: 48381
   Summary: Remove MediaWiki:Monobook.css and
MediaWiki:Monobook.js from wgWhitelistRead in
InitialiseSettings.php
   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: thehelpfulonew...@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

Specifically for 

'private' => array( 'Main Page', 'Special:Userlogin', 'Special:Userlogout',
'-', 'MediaWiki:Monobook.css', 'MediaWiki:Monobook.js' ),

I don't think that those two pages need to be seen by users without an account
because Vector is the default skin now. I believe we use MediaWiki:Common.js
throughout wikis now instead of skin specific common files, but I'm not sure we
need to allow people without accounts to see those either.

-- 
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 48381] Remove MediaWiki:Monobook.css and MediaWiki:Monobook.js from wgWhitelistRead in InitialiseSettings.php

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48381

Thehelpfulone  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 34666] generateSitemap.php got error when language set to chinese

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34666

Liangent  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |liang...@gmail.com
   |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 48382] New: Customise Wikimania wiki logos with years

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48382

   Web browser: ---
Bug ID: 48382
   Summary: Customise Wikimania wiki logos with years
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
  Assignee: tom...@twkozlowski.net
  Reporter: thehelpfulonew...@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
Blocks: 48376
Classification: Unclassified
   Mobile Platform: ---

Currently each public Wikimania wiki from 2006 has been set to use a standard
logo:

'wikimania'  =>
'//upload.wikimedia.org/wikipedia/wikimania2006/c/c0/Mania-logo.gif',

The Wikimania team wiki also uses this logo, but in bug 48376 I requested for
the word "Team" to be added to the logo. To ensure the logos are a consistent
size across each wiki, please could you create logos for the Wikimania 2006 ->
Wikimania 2014 wikis with a customised year for each, and change them as
appropriate in InitialiseSettings.php?

It might be useful to create a few more logos too for future years.

-- 
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 48376] Switch wikimaniateamwiki logo to public one

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

Thehelpfulone  changed:

   What|Removed |Added

 Depends on||48382

-- 
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 48378] Why use gsub in mw.text.trim?

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48378

--- Comment #2 from Brad Jorsch  ---
(In reply to comment #0)
> I don't know why gsub is used in function mw.text.trim in mw.text.lua; 

No particular reason.

> I would have written that function as following:

Any reason? In some quick testing here, they're both about the same speed
(180-200µs each).

> Also I would have made a mw.text.trim using the string library, and a
> mw.text.utrim using ustring, since it would probably be used most of the time
> with 1-byte characters...

OTOH, that would require callers to know whether they should call mw.text.trim
or mw.text.utrim.

-- 
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 34666] generateSitemap.php got error when language set to chinese

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34666

--- Comment #1 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63383 (Gerrit Change
Ifb6ddb0bc6ca03c411f938837b2f89a5a30e4fc3)

-- 
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 48382] Customise Wikimania wiki logos with years

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48382

Thehelpfulone  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 48376] Customise wikimaniateamwiki logo and make it public

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

Thehelpfulone  changed:

   What|Removed |Added

Summary|Switch wikimaniateamwiki|Customise wikimaniateamwiki
   |logo to public one  |logo and make it public

--- Comment #1 from Thehelpfulone  ---
Changing title because this request has changed slightly now as Tomasz is able
to create custom logos, so this bug is a request for a custom "Wikimania Team"
logo for the team wiki, and bug 48382 is a request for custom Wikimania
2006->2014 logos for each of the public wikis.

-- 
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 48381] Remove MediaWiki:Monobook.css and MediaWiki:Monobook.js from wgWhitelistRead in InitialiseSettings.php

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48381

Liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #1 from Liangent  ---
I believe these entries were needed in the age when site CSS and JS were loaded
with index.php?action=raw&ctype= so people can load them before logging in.
With the introduction of ResourceLoader I don't think this and similar items
are still 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 48114] VisualEditor: [Regression] Link insertion annotation makes it difficult to add plain text after a link

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48114

Ed Sanders  changed:

   What|Removed |Added

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

--- Comment #2 from Ed Sanders  ---
Fixed by https://gerrit.wikimedia.org/r/#/c/62481/

-- 
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 46404] added_lines does not work in AbuseFilter, need to use to new_wikitext

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46404

Liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #7 from Liangent  ---
(In reply to comment #6)
> http://wiki.moegirl.org/Special:
> %E9%98%B2%E6%BB%A5%E7%94%A8%E8%BF%87%E6%BB%A4%E5%99%A8/examine/137386

It looks annoying that I can't view this page without logging in, but when I
try to create an account, it gives me a question and I have no idea about its
answer. :(

(specifically it asks me for the name of something in an image that I've never
seen)

-- 
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 31162] Min Nan Chinese - Bân-lâm-gú localisation on Taiwan (new language code: nan-tw)

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31162

Liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com
Summary|Min Nan Chinese -   |Min Nan Chinese -
   |Bân-lâm-gú localisation on  |Bân-lâm-gú localisation on
   |Taiwan. |Taiwan (new language code:
   ||nan-tw)

-- 
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 28276] Inconsistently named IRC recent changes channels

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28276

Thehelpfulone  changed:

   What|Removed |Added

 CC||thehelpfulonew...@gmail.com

--- Comment #18 from Thehelpfulone  ---
(In reply to comment #15)
> Well, it actually *can* be merged *if* there are manually created redirects
> (/mode +if) from old names, which can then stay for a even longer period
> than a
> month.
> 

Who can create these redirects on our IRC server?

-- 
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 27838] Variants not sticky on zhwiki

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27838

--- Comment #2 from Liangent  ---
I'm considering storing user preference automatically on variant switch. Maybe
this can be a solution for this bug?

See also:
https://zh.wikipedia.org/w/index.php?oldid=26519379#.E8.AF.AD.E8.A8.80.EF.BC.88.E7.B9.81.E7.AE.80.2F.E5.9C.B0.E5.8C.BA.E8.AF.8D.3Dvariant.EF.BC.89.E8.BD.AC.E6.8D.A2.E5.99.A8.E5.81.8F.E5.A5.BD.E8.AE.BE.E5.AE.9A.E7.9A.84.E8.AE.BE.E8.AE.A1.E4.BF.AE.E6.94.B9

-- 
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 26121] Enable Language Converter for Portuguese in a testwiki

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26121

Liangent  changed:

   What|Removed |Added

 Depends on||15161

-- 
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 15161] A generalized conversion engine

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15161

Liangent  changed:

   What|Removed |Added

 Blocks||26121

-- 
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 42199] Autocomplete interferes with some input methods

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42199

Liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com
Summary|Autocomplete interferes |Autocomplete interferes
   |with Japanese   |with some input methods

--- Comment #2 from Liangent  ---
This bug may also affect some input methods for Chinese.

-- 
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 30759] Languages that need a LanguageConverter implementation (tracking)

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30759

Liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #1 from Liangent  ---
Implementations which also require word segmentation are depending on bug 15161
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 48114] VisualEditor: [Regression] Link insertion annotation makes it difficult to add plain text after a link

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48114

James Forrester  changed:

   What|Removed |Added

   Target Milestone|--- |VE-deploy-2013-05-13

-- 
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 47842] VisualEditor: Message should be displayed for anonymous users in the alerts box

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47842

James Forrester  changed:

   What|Removed |Added

   Target Milestone|--- |VE-deploy-2013-05-13

-- 
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 48236] login.wikimedia.org's logo is weird

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48236

Tomasz W. Kozlowski  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 48376] Customise wikimaniateamwiki logo and make it public

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

Tomasz W. Kozlowski  changed:

   What|Removed |Added

   Priority|Low |Normal

-- 
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 34666] generateSitemap.php got error when language set to chinese

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34666

--- Comment #2 from Gerrit Notification Bot  ---
https://gerrit.wikimedia.org/r/63383 (Gerrit Change
Ifb6ddb0bc6ca03c411f938837b2f89a5a30e4fc3) | change APPROVED and MERGED [by
jenkins-bot]

-- 
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 48383] New: zimdump cannot handle retrieval by url with common "-" namespace

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48383

   Web browser: ---
Bug ID: 48383
   Summary: zimdump cannot handle retrieval by url with common "-"
namespace
   Product: openZIM
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: zimlib
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bradd...@braddock.com
Classification: Unclassified
   Mobile Platform: ---

zimdump does not reliably find articles via url if the namespace is "-", as is
common.  The argument parser seems to get mangled and the result is not
predictable.

For example:
zimdump -i -u -/MediaWiki~KiwixOffline_0.css wikipedia_en_all_nopic_01_2012.zim

-- 
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 48346] Visual editor inserting pawns into articles

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48346

Ed Sanders  changed:

   What|Removed |Added

 CC||esand...@wikimedia.org

--- Comment #6 from Ed Sanders  ---
Can't reproduce this is master. It may have already been fixed, pending
release?

-- 
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 48236] login.wikimedia.org's logo is weird

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48236

--- Comment #5 from Gerrit Notification Bot  ---
https://gerrit.wikimedia.org/r/62817 (Gerrit Change
I0493d70f4e1fe16ef204e5e25a2cc56369e2905f) | change ABANDONED [by Odder]

-- 
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 48236] Update login.wikimedia.org logo to avoid rsvg issues

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48236

Tomasz W. Kozlowski  changed:

   What|Removed |Added

Summary|login.wikimedia.org's logo  |Update login.wikimedia.org
   |is weird|logo to avoid rsvg issues

-- 
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 48367] VisualEditor: Whitespace preservation for auto-links not working sometimes(?)

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48367

Ed Sanders  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Ed Sanders  ---
Confirmed as fixed in master.

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

-- 
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 43543] VisualEditor: Whitespace preservation for list items not working

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43543

--- Comment #6 from Ed Sanders  ---
*** Bug 48367 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 48236] Update login.wikimedia.org logo to avoid rsvg issues

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48236

--- Comment #6 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63384 (Gerrit Change
I43ffba30080589705e231c385911460049e0ecb5)

-- 
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 48049] Error creating a tool project

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48049

Marc A. Pelletier  changed:

   What|Removed |Added

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

--- Comment #1 from Marc A. Pelletier  ---
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 48236] Update login.wikimedia.org logo to avoid rsvg issues

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48236

--- Comment #7 from Tomasz W. Kozlowski  ---
The other wikis that use this logo — fdcwiki, iegcomwiki, ombudsmenwiki and
transitionteamwiki — are being dealt with in bug 48379.

Since I need to create all those logos first, it'll take at least a couple of
hours before I submit a patch for them.

-- 
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 48334] "jsub -continuous" fails on arguments with "'"s

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48334

Marc A. Pelletier  changed:

   What|Removed |Added

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

--- Comment #3 from Marc A. Pelletier  ---
Fixed by Tim Landscheidt

-- 
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 48384] New: jquery $.ajax() call regression on some wikis

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48384

   Web browser: ---
Bug ID: 48384
   Summary: jquery $.ajax() call regression on some wikis
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: fur.hew...@gmail.com
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

(problem appears on hewiki and arwiki, but not on enwiki or mw)

after upgrade to 1.22wmf3, jquery 1.8.3, a strange problem appears.

the issue materialize when using $.ajax() call to extract the raw content of a
page, using "action=raw".

after upgrade to 1.8.3, jquery returns with error. depending on the page being
read, it's typically "unexpected token".

my conclusion is that jquery decides that page content is XML, and tries to
parse it, causing an "unexpected token" exception.

a workaround is to pass "dataType" explicitly to ajax call. both "text" or
"html" solve the problem.

here is a code snippet that used to work on hewiki, but causes exception now.
adding "dataType:'text' " cures it.
'עמוד ראשי' is hewiki name of main page. in reality, this is not the page i am
trying to read, but it's a good and stable example.

8<--
$.ajax({
url: mw.util.wikiScript(),
data: {title: 'עמוד ראשי', action: 'raw'}, 
success: function(){alert('success')},
error: function(){alert('error')}
}
);
8<-

as mentioned, adding "dataType: 'text'" solves the problem.
this does not happen here or on enwiki, but it does on hewiki and arwiki. not
sure it has anything to do with rtl vs. ltr - my sample set is just too small.

for completeness, here is the workaround:
8<--
$.ajax({
url: mw.util.wikiScript(),
data: {title: 'עמוד ראשי', action: 'raw'}, 
dataType: 'text',
success: function(){alert('success')},
error: function(){alert('error')}
}
);
8<-

-- 
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 48385] New: VisualEditor: Delete contents of slugged paragraph results in double line break visible

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48385

   Web browser: ---
Bug ID: 48385
   Summary: VisualEditor: Delete contents of slugged paragraph
results in double line break visible
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: i...@wikia-inc.com
  Reporter: esand...@wikimedia.org
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com
Classification: Unclassified
   Mobile Platform: ---

* Create a page starting with a list ('* list' is sufficient)
* Enter some text into the slugged paragraph above the list, then delete it
with backspaces
* The paragraph now doubles in height, inspecting the DOM you see a  has
appeared from nowhere:
  

Also this paragraph gets sent to Parsoid resulting in an extra line break.

Removing the text by using undo doesn't result in 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 17099] "Discussion" tab should have indication of inexistent target page (other than color)

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17099

--- Comment #8 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63387 (Gerrit Change
Ie3c12c66989665326cc10ea9a0bc1d569026faa0)

-- 
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 48386] VisualEditor: Lists badly broken [regression

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48386

--- Comment #1 from Ed Sanders  ---
1. Hitting return inside a list item cases the paragraph to split, not the
listitem (that's what shift-return should do)
2. Unlisting the two line list item created in 1. causes the second line to
completely disappear
3. Listing two paragraphs only lists the first one, and adds an extra paragraph
between them

-- 
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 48376] Customise wikimaniateamwiki logo and make it public

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

--- Comment #2 from Gerrit Notification Bot  ---
Related URL: https://gerrit.wikimedia.org/r/63389 (Gerrit Change
I524ea13c66391d35b7e1def04c29a0e1908259ad)

-- 
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 48376] Customise wikimaniateamwiki logo and make it public

2013-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48376

Tomasz W. Kozlowski  changed:

   What|Removed |Added

   Keywords|easy|patch-in-gerrit

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


  1   2   >