[Bug 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||design
 CC||federicol...@tiscali.it
   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 22783] edit conflict while editing the last section of a page

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22783

Wikid77 bswanber...@gmail.com changed:

   What|Removed |Added

 CC||bswanber...@gmail.com

--- Comment #4 from Wikid77 bswanber...@gmail.com ---
When 2 users run section=new within a minute of each other, then the 2nd new
section sometimes overwrites the 1st new section. The result seems to be 2
different updates to the prior (base) revision, rather than a series of 2
updates, in tandem. I think the option for section=new must issue a read-lock
of the page, then append and unlock, to let the 2nd editor read-lock, append
and unlock the page as appending to the lastest prior revision, ensured by a
read-lock, or semaphore lock, until each section=new is completed.

-- 
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 47742] Support simple source code editing tools for the VisualEditor plugin for the SyntaxHighlight extension

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47742

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68615 (Gerrit Change
I4adede9e05fd2236cee50ce03f597e8ff6b1914d)

-- 
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 47506] Toolbar icons overlap edit box in IE8

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47506

--- Comment #4 from Thorsten thorste...@web.de ---
Unchanged with IE 8.0 on Win XP.

-- 
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 49556] Link to revert to the earlier display language inside the tooltip cannot be clicked

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49556

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

-- 
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 49556] Link to revert to the earlier display language inside the tooltip cannot be clicked

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49556

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68616 (Gerrit Change
If536142fd61aa191601262dbfec6de960c167081)

-- 
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 47977] [INTERLANG] Use Tipsy on Language settings tooltip

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47977

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|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 34580] Prepending or appending text should not throw edit conflicts (action=edit)

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34580

Wikid77 bswanber...@gmail.com changed:

   What|Removed |Added

 CC||bswanber...@gmail.com

--- Comment #4 from Wikid77 bswanber...@gmail.com ---
This bug is easy to reproduce, by running section=new when another user is
editing under the bottom section ==Header==. So, UserA begins editing bottom
section, UserB runs section=new and saves to append, then UserA gets
edit-conflict because the prior bottom section has new section appended.

The general fix for all these edit conflicts is to write a variation of the GNU
diff3 file-merge program to allow multiple inserts (or multiple replies) at the
same line number, such as the final line of a page, and to stack the multiple
new entries in LIFO order (list-in, first-out) so that insertions or replies
in the prior bottom section get stacked above (LIFO order) the newly appended
section=new. At the top of a page, the 2nd editor's insertion would get
stacked above any prior insertions, as the new top text in the page. By always
using LIFO order (to stack multiple insertions after the same line), then any
new text which contains a new section ==Topic== would appear after the text
inserted by the next editor, unaware that a new Topic had been created below
the current line of the insertion (or reply). That ensures that the second
editor's insertion is never appended into a different section, but always
immediately after the line which the 2nd editor had viewed. -Wikid77

-- 
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 34580] Prepending or appending text should not throw edit conflicts (action=edit)

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34580

--- Comment #5 from Liangent liang...@gmail.com ---
btw prepending or appending text SHOULD throw conflicts when basetimestamp is
set.

-- 
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 46174] Check that schema name matches revid

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46174

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68617 (Gerrit Change
I4f17633726d0ac393bfe3dc2937738f50be38291)

-- 
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 47449] {{#special:}} parser function should not return textual error message for unknown special pages

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47449

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

-- 
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 45886] Add API method for recursively expanding JSON Schema

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45886

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68617 (Gerrit Change
I4f17633726d0ac393bfe3dc2937738f50be38291)

-- 
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 45886] Add API method for recursively expanding JSON Schema

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45886

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68617 (Gerrit Change
I4f17633726d0ac393bfe3dc2937738f50be38291)

-- 
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 46174] Check that schema name matches revid

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46174

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68617 (Gerrit Change
I4f17633726d0ac393bfe3dc2937738f50be38291)

-- 
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 49548] ULS triggers aren't shown in IE8 in Windows XP on Wikimedia sites

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49548

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com ---
Works on beta and translatewiki.net, so something special about WMF production
is going on. Also loading of translations fails. No JavaScript errors shown.

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


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

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34580

--- Comment #6 from Wikid77 bswanber...@gmail.com ---
(In reply to comment #5)
 btw prepending or appending text SHOULD throw conflicts when basetimestamp is
 set.

Why not just stack the 2nd editor's insertion *above* the other prepended or
appended text? -Wikid77

-- 
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 48980] VisualEditor: Attribute order preservation is hopeless, get rid of it

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48980

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68618 (Gerrit Change
I1463d06db4900083dd4c565292bbabef09194b43)

-- 
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 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 49559] Keyboard shortcut for IME creates new tab

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49559

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

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

--- Comment #3 from Siebrand s.mazel...@xs4all.nl ---
Closing again per comment 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 49556] Link to revert to the earlier display language inside the tooltip cannot be clicked

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49556

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com ---
Clarification: this only affects the interlanguage position.

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


[Bug 48952] Show debug output in toolbar

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48952

Matthew Flaschen mflasc...@wikimedia.org changed:

   What|Removed |Added

   Keywords|patch-need-review   |
 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |phy...@ckurs.de
   |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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

--- Comment #5 from Dmitriy Sintsov ques...@rambler.ru ---
No, the subobject property with value containing A HREF is still not being
stored in

mw.1.22wmf6  600734e5bcb259f8ec270a2023110e3ddcc4a91a
SemanticMediaWiki 1.9a  e9e681c19aa940ebea12d139a96d64b9369e2121
DataValues  9379abf42b47c65438a29cc3605c8a7c450fdfe0
Validator  d47e6803e2d8e4c96392fe2ddd0f83c99b83bbc8

All are master of very close to master.

How can I run SMW unit tests at my hosting? I see that unit testing for MW
gives very cumbersome restrictions:

Make sure your LocalSetting.php has language set to English. (This is bug
26464):

$wgLanguageCode = en;

Unit tests fail might when run with locale enabled, therefore you should unset
LANG, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_MONETARY, LC_NUMERIC,
LC_TIME environment variables or make sure they are set to C (This is bug
35114).

My wiki is $wgLanguageCode = ru;

But I believe the tests will probably pass, unlikely they are to fail.

I suspect that Parser does something with A HREF links which SMW does not like.

-- 
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 47506] Toolbar icons overlap edit box in IE8

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47506

--- Comment #5 from Filzstift filzst...@gmail.com ---
I don't have anymore an IE 8 environment so I cannot test it 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 41551] Add 6 fonts for Arabic WebFonts

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41551

--- Comment #3 from Siebrand s.mazel...@xs4all.nl ---
I don't think it is a good idea to add 6 fonts. It leads to choice overload for
users, and consequently to more users making no choice at all and being
dissatisfied. I think we should offer between 0 and 3 web fonts maximum.

Would it be possible to make an informed choice on which of the fonts in the
list, and possible already present in the font repo are most suitable for
screen display, and should be offered as web fonts for Arabic text, and
secondly, which font should be used as the default font for Arabic text?

-- 
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 49567] New: Update Lohit fonts in ULS font repo

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49567

   Web browser: ---
Bug ID: 49567
   Summary: Update Lohit fonts in ULS font repo
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: s.mazel...@xs4all.nl
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

https://fedorahosted.org/lohit/ has a list with a latest Lohit font versions
for many languages.

We are often using version 2.5.1 at the moment, and 2.5.3 seems to be the
latest version for the Lohit fonts at the moment.

Please update all used Lohit fonts in the ULS font repo to the latest version.

-- 
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 49567] Update Lohit fonts in ULS font repo

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49567

Siebrand s.mazel...@xs4all.nl 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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

--- Comment #6 from Dmitriy Sintsov ques...@rambler.ru ---
I installed phpunit and it's dependencies.

Please give me a hint how to run
/extensions/SemanticMediaWiki/tests/phpunit/includes/SubobjectTest.php locally.

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

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

--- Comment #7 from MWJames jamesin.hongkon...@gmail.com ---
Well, the test does work as specified and so does the text storage. You might
have a look at [1] which does exactly what the unit test does by storing [2]
and using a #ask query to display the stored value [3].

[1] http://www.semantic-mediawiki.org/wiki/Demo:Subobject

[2] {{#subobject:|Has demo=text property|Has description=a
href=http://usern...@example.org/path;Example/a}}

[3] {{#ask: [[Has demo::text property]]|?Has description}}

-- 
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 48800] Narayam switches off on index pages of Proofread extension

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48800

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #7 from Niklas Laxström niklas.laxst...@gmail.com ---
XHR finished loading:
http://te.wikisource.org/w/api.php?action=ulslocalizationlanguage=ennamespace=ext-uls;

Uncaught TypeError: Cannot read property 'addEventListener' of null
load.php:242
addTranslit load.php:242
addTextEvent load.php:260
jQuery.Callbacks.fire load.php:974
jQuery.Callbacks.self.add load.php:1020
jQuery.fn.jQuery.ready load.php:246
(anonymous function) load.php:392

Looks like they still have some remnants of local transliteration script which
breaks a lot of JS, including ULS, on those pages.

I can try to clean it up.

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

--- Comment #8 from MWJames jamesin.hongkon...@gmail.com ---
(In reply to comment #6)
 I installed phpunit and it's dependencies.
 
 Please give me a hint how to run
 /extensions/SemanticMediaWiki/tests/phpunit/includes/SubobjectTest.php
 locally.

See [1], [2]

[1] https://www.mediawiki.org/wiki/Unit_test

[2] http://www.semantic-mediawiki.org/wiki/Category:Testing

-- 
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 48962] localize display of time values

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||tobias.gritschacher@wikimed
   ||ia.de

-- 
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-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48962

--- Comment #3 from tobias.gritschac...@wikimedia.de ---
https://gerrit.wikimedia.org/r/#/c/67431/

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

Dmitriy Sintsov ques...@rambler.ru changed:

   What|Removed |Added

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

--- Comment #9 from Dmitriy Sintsov ques...@rambler.ru ---
Can I add my own test pages to http://www.semantic-mediawiki.org ?

Perhaps there is test.semantic-mediawiki.org ?

I use template, not direct #subobject

-- 
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 30396] Form popup does not work with IE7.

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30396

Neill Mitchell mitchell_ne...@hotmail.com changed:

   What|Removed |Added

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

--- Comment #15 from Neill Mitchell mitchell_ne...@hotmail.com ---
Recent fix seem to have sorted 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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

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

--- Comment #10 from MWJames jamesin.hongkon...@gmail.com ---
You can use [1] but as far as I know those are not operating with the current
master (SMW 1.9) and therefore might not be comparable with any findings stated
in this bug.

#subobject (it classes and parser function) does not account for any custom
specific interaction and therefore are not part of the specification nor its
tests.

[1] http://www.semantic-mediawiki.org/wiki/Sandbox

PS: Please only re-open the bug in case where the notion that href is not
supported by #subobject is valid but given the unit test result and the cited
example this bug is invalid due to the given examples.

-- 
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 49568] New: history links throw internal error

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49568

   Web browser: ---
Bug ID: 49568
   Summary: history links throw internal error
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
   URL: https://git.wikimedia.org/history/mediawiki%2Fcore.git
/7fadd2c9f3fb8914f5ac4aabddbb761d66427c64/resources
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: listenle...@gmail.com
CC: christ...@quelltextlich.at, innocentkil...@gmail.com,
marcin.cies...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Steps to reproduce:

1. Go to https://git.wikimedia.org/tree/mediawiki%2Fcore.git
2. Click a history link for a folder (it works for files).

This results in an error page (it just says Internal error, without any
helpful information).

These links (including links like
https://git.wikimedia.org/history/mediawiki%2Fcore.git/HEAD/resources) used to
work after gitblit was introduced, but stopped working some days ago.

-- 
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 47506] Toolbar icons overlap edit box in IE8

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47506

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||listenle...@gmail.com
 Ever confirmed|0   |1

--- Comment #6 from Michael M. listenle...@gmail.com ---
I can reproduce with IE9 in compatibility mode on Windows 7.

Just open the advanced bar. In the groups with labels (format and insert), the
icons will show below the label and overlap the textbox.

-- 
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 49569] New: IME not working with Visual Editor fields

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49569

   Web browser: ---
Bug ID: 49569
   Summary: IME not working with Visual Editor fields
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: vss...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

ULS IME not working with Visual Editor fields

-- 
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 49515] IME fails to re enable by keyboard shortcut

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49515

--- Comment #5 from sunil vss...@gmail.com ---
Firefox 19.0.2

-- 
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 49570] New: Pages within radius don't get listed

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49570

   Web browser: ---
Bug ID: 49570
   Summary: Pages within radius don't get listed
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: blocker
  Priority: Unprioritized
 Component: GeoData
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: gerberma...@gmx.net
CC: maxsem.w...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Hello everybody

While playing around with the geo api, I came across the following issue:

The Prime Tower of Zurich [1] as well as the Letzigrund Zurich [2] are in a
distance of less than 1m. If I use the coordinates from the Prime Tower
Zurich with a gsradius set to 1m [3] then I don't get the Letzigrund Zurich
listed. However, when I use the coordinates of the Letzigrund Zurich with a
gsradius of 1m then I don't get the Prime Tower Zurich listed [4].

I recognized this problem today 14.June 2013 and as far as I can say this
hasn't happened the day before (just to isolate the bug).

This bug can be reproduced

[1] https://en.wikipedia.org/wiki/Prime_Tower_%28Zurich%29
[2] https://en.wikipedia.org/wiki/Letzigrund
[3]
http://en.wikipedia.org/w/api.php?action=queryformat=xmllist=geosearchgsradius=1gscoord=47.386|8.5165gsprop=type
[4]
http://en.wikipedia.org/w/api.php?action=queryformat=xmllist=geosearchgsradius=1gscoord=47.382794|8.504364gsprop=type

Cheers, Marco

-- 
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 49571] New: Auto summary for coordinates dataype incomplete

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49571

   Web browser: ---
Bug ID: 49571
   Summary: Auto summary for coordinates dataype incomplete
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
   URL: https://www.wikidata.org/w/index.php?title=Q821332act
ion=history
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: raimond.spekk...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Auto summary for coordinates dataype incomplete:

(‎Created claim: Property:P625:)

Suggestion: Add after the last : either a) the coordinates or b) write plain
coordinates. Otherwise it's very hard to guess what is P625?

-- 
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-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48962

--- Comment #4 from tobias.gritschac...@wikimedia.de ---
There is a partial solution implemented in the frontend in Change-Id:
I093af8477b1bba7ea3fca497d03561a9c52b8d93.

This does reordering of day, month and year according to the user preference.
However this does not support all available settings in MW and will fall back
to mdy for  not supported settings.

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

Dmitriy Sintsov ques...@rambler.ru changed:

   What|Removed |Added

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

--- Comment #11 from Dmitriy Sintsov ques...@rambler.ru ---
http://sandbox.semantic-mediawiki.org/wiki/Special:Version

MediaWiki 1.19alpha
Semantic MediaWiki (Version 1.8 alpha)

http://sandbox.semantic-mediawiki.org/wiki/%D0%93%D0%B5%D1%80%D0%BC%D0%B0%D0%BD%D0%B8%D1%8F

{{СтранаТипИнформации|Посольства РФ за рубежом|a
href=http://slashdot.org/;slashdot.org/a}}
{{СтранаТипИнформации|Посольства иностранных государств в РФ|test}}


http://sandbox.semantic-mediawiki.org/wiki/Property:%D0%97%D0%B0%D0%B3%D0%BE%D0%BB%D0%BE%D0%B2%D0%BE%D0%BA_%D1%82%D0%B5%D0%BC%D1%8B

[[Has type::text]]


http://sandbox.semantic-mediawiki.org/wiki/Property:%D0%9E%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5_%D1%82%D0%B5%D0%BC%D1%8B

[[Has type::text]]

https://mediawiki.dev.travelsystem.ru/index.php/%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:%D0%A1%D1%82%D1%80%D0%B0%D0%BD%D0%B0%D0%A2%D0%B8%D0%BF%D0%98%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%86%D0%B8%D0%B8

http://sandbox.semantic-mediawiki.org/wiki/Template:%D0%A1%D1%82%D1%80%D0%B0%D0%BD%D0%B0%D0%A2%D0%B8%D0%BF%D0%98%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%86%D0%B8%D0%B8

includeonly{{#subobject:|
|Заголовок темы={{{1|}}}
|Описание темы={{{2|}}}
}}

{| border=2
!{{{1|}}}
|-
|{{{2|}}}
|}/includeonly


It does NOT WORK. A HREF is NOT being stored as value of subobject text type
property. NEITHER in sandbox wiki NOR in local MW / SMW master.

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

--- Comment #12 from MWJames jamesin.hongkon...@gmail.com ---
If this is true then what is displayed in [1] as property Has description?

[1] http://www.semantic-mediawiki.org/wiki/Demo:Subobject

-- 
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 49569] IME not working with Contenteditable divs

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49569

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|IME not working with Visual |IME not working with
   |Editor fields   |Contenteditable divs
   Severity|normal  |enhancement

--- Comment #1 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
This is part of a GSOC2013 project and tracked here
https://github.com/wikimedia/jquery.ime/issues/136

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

--- Comment #13 from Dmitriy Sintsov ques...@rambler.ru ---
Please convert that to template call similar to my first original example at
top.

My site requires Semantic Forms, which cannot manipulate #subobject function
calls directly.

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

--- Comment #14 from MWJames jamesin.hongkon...@gmail.com ---
I rest my case, the smw-core has an unit test that covers the example cited in
[1] which does what is expected of, beyond this point I will excuse myself from
this discussion.

[1] http://www.semantic-mediawiki.org/wiki/Demo:Subobject

-- 
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 49570] Pages within radius don't get listed

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49570

Marco Gerber gerberma...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Marco Gerber gerberma...@gmx.net ---
Everything is fine. It turned out that the amount of results has been changed
and therefore don't get listed. When specifying gslimit the list can get
extended and everything works as expected.
It's like going on holiday, you recognize that you've something forgotten to
take with you after you've closed the door :-)

Therefore, I resolve the ticket by myself.

Great extension by the way!

Cheers, Marco

-- 
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 49558] IME icon appears outside text box

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49558

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
Web browser|--- |Firefox

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

Dmitriy Sintsov ques...@rambler.ru changed:

   What|Removed |Added

 Resolution|FIXED   |WONTFIX

-- 
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 49530] Subobject text type property value does not permit to store a href links

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49530

Dmitriy Sintsov ques...@rambler.ru changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Dmitriy Sintsov ques...@rambler.ru ---
http://www.semantic-mediawiki.org/wiki/Demo:Subobject_template_with_href

http://www.semantic-mediawiki.org/wiki/Template:SubobjectDemoDesc

Has_description === a href=http://www.mediawiki.org/;MediaWiki/a is not
being created.

But you are probably right - that more looks like MediaWiki Parser issue with A
HREF as template parameter. Need to investigate further. I'll close this bug.

However it's really unfortunate resolution, because that prevents me from using
Semantic Forms.

-- 
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 41150] VisualEditor: Click-dragging of content to move it

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41150

--- Comment #5 from Oliver Keyes oke...@wikimedia.org ---
What's the movement on this? Not trying to rush you guys - we have some users
wondering :).

-- 
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 49551] VisualEditor: Can't paste into a selection covering the end of the document

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49551

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68629 (Gerrit Change
I7497b5195961e46718c7382409a66b7eec1162a9)

-- 
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 49551] VisualEditor: Can't paste into a selection covering the end of the document

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49551

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

   What|Removed |Added

   Assignee|or...@framezero.com |esand...@wikimedia.org

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


[Bug 48980] VisualEditor: Attribute order preservation is hopeless, get rid of it

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48980

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

   What|Removed |Added

 Status|ASSIGNED|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 49541] Add thanks links on Special:Watchlist and Special:Contributions

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49541

--- Comment #4 from Technical 13 technical...@yahoo.com ---
(In reply to comment #3)
 The larger issue is interface clutter.

I don't think that is any more of a concern on these two interfaces than it was
on history and diff pages.  If anything, these two pages were less cluttered to
start with (at least with Twinkle enabled).  Again, like in other things, I
wouldn't be opposed to a JavaScript that will allow editors to add the thanks
links on those pages just for them.

-- 
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 49572] New: Add jquery.i18n, jquery.ime, jquery.uls to plugins.jquery.com

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49572

   Web browser: ---
Bug ID: 49572
   Summary: Add jquery.i18n, jquery.ime, jquery.uls to
plugins.jquery.com
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: http://plugins.jquery.com/docs/publish/
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il, krinklem...@gmail.com,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I don't know anything about the jquery ecosystem, but wouldn't it be desirable
to be on plugins.jquery.com or whatever the official directory for jquery
stuff is?
https://github.com/wikimedia/jquery.i18n
https://github.com/wikimedia/jquery.ime
https://github.com/wikimedia/jquery.uls

http://plugins.jquery.com/docs/publish/ may not be too demanding, though it
requires some permissions on the repo; the main problem may be that we're not
currently using tags?

-- 
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 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

praveenp me.prav...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #2 from praveenp me.prav...@gmail.com ---
Seriously? WORKSFORYOU? Did you use any of these projects? :-( Reopening
(atleast for that explanation)

-- 
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 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Siebrand s.mazel...@xs4all.nl ---
Praveen, you are trolling. Adding a screenshot with letters over the icon is
not a productive use of your or my time. This works for me, and it worked in
our user testing. This issue is 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 49531] MySQL Binary

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49531

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

Summary|MySQL Binary t  |MySQL Binary

--- Comment #1 from Mark A. Hershberger m...@everybody.org ---
Adding this since I think it is relevant and the original poster didn't want to
set up an account here:

Tried another install of 1.19.7 using another table prefix inside same db...

(ENGINE=InnoDB, DEFAULT CHARSET=binary)

This time it didn't give error after the timeout (php-cgi.exe - The FastCGI
process exceeded configured activity timeout) and finished without errors.

But can't browse the site, with error:

A database error has occurred. Did you forget to run maintenance/update.php
after upgrading?
See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: SELECT lc_value FROM `ond_l10n_cache` WHERE lc_lang = 'pt-br' AND lc_key
= 'deps' LIMIT 1
Function: LCStore_DB::get
Error: 1146 Table 'db name.ond_l10n_cache' doesn't exist (the crap db
server)

My solution is to use MyISAM as engine.

(ENGINE=MyISAM, DEFAULT CHARSET=binary)

It doesn't timeout or give errors during install. It creates more tables in DB
(this indicates that after the timeout using InnoDB, the installer did not
create all tables it should and also didn't inform about it).

Yesterday, I installed a 1.16.5 also using MyISAM, without a single error, not
even needing to modify files. How can I trust 1.19 as I don't know what other
error is hidden out there?

-- 
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 49431] VisualEditor: Grunt leaves behind temporary html file if tests fail

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49431

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68631 (Gerrit Change
I5079d00a63d43276a12dd78c306bb3819470631d)

-- 
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 49431] VisualEditor: Grunt leaves behind temporary html file if tests fail

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49431

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

   What|Removed |Added

   Assignee|krinklem...@gmail.com   |esand...@wikimedia.org

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


[Bug 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

praveenp me.prav...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #4 from praveenp me.prav...@gmail.com ---
No I am not. I just shown that icon is too small. Who told you this issue is
done? I doubt you even loaded any ULS enabled wiki pages except meta or
commons. How someone with no idea about ULS (or even webfonts) can fix current
uglyness of pages? You are just familiar with ULS and you are not a regular
user, so this (may) works for you. But Why didn't you force such code on
commons or meta?

I am so part of this community, I must reopen this bug. 

Please see this Tamil wikipedia discussion also:
http://ta.wikipedia.org/wiki/%E0%AE%B5%E0%AE%BF%E0%AE%95%E0%AF%8D%E0%AE%95%E0%AE%BF%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AF%80%E0%AE%9F%E0%AE%BF%E0%AE%AF%E0%AE%BE_%E0%AE%AA%E0%AF%87%E0%AE%9A%E0%AF%8D%E0%AE%9A%E0%AF%81:Request_for_Comment/Web_fonts_implementation_for_Tamil_Wikimedia_projects

-- 
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 49573] New: Template inspector returning mass of code

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49573

   Web browser: ---
Bug ID: 49573
   Summary: Template inspector returning mass of code
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: rm...@wikimedia.org
  Reporter: oke...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
rm...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

See
https://www.mediawiki.org/w/index.php?title=Extension%3ASyntax_Highlightingdiff=711181oldid=706834
- this was an attempt to change the word returns to return. I have
absolutely no idea what happened; all I know is it shouldn't.

-- 
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 49531] MySQL Binary

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49531

--- Comment #2 from Chad H. innocentkil...@gmail.com ---
(In reply to comment #1)
 My solution is to use MyISAM as engine.
 

MyISAM is never a solution, just another problem.

If InnoDB install is broken, then use Sqlite is a far better solution. But I'm
curious why it doesn't work for InnoDB.

-- 
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 19412] #time parser function can't read local language month names

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19412

--- Comment #18 from Jayanta Nath jayanta...@gmail.com ---
Any progress for 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 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

--- Comment #5 from Siebrand s.mazel...@xs4all.nl ---
For the record: No action will be taken on this issue. The report is being
treated as Closed/Worksforme, but not actually closed anymore as the reported
keeps reopening 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 41551] Add 6 fonts for Arabic WebFonts

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41551

--- Comment #4 from Mohamed Ahmed mohahmw...@gmail.com ---
The issue of web fonts has been discussed many times in the Arabic Wikipedia.
After enabling the web fonts extension, a considerable number of users were
unsatisfied with the Amiri font, so  a request
(https://bugzilla.wikimedia.org/show_bug.cgi?id=41359#c18)  was added to make
the system font the default option in the extension, there was no response
here. So please, make the system font a default option as fast as possible,
many are unsatisfied with the Amiri font. There are other ideas related to
fonts that one wishes to come true, like giving users the option to adjust font
size and space between lines, also it would be very good if users were given
clear and straightforward option that enable installing fonts permanently on
the their systems.

So, for now, at least make the system font the default option. I don't think
that 5 more fonts will be a bad addition at all.

-- 
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 19412] #time parser function can't read local language month names

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19412

--- Comment #19 from Pavel Selitskas [wizardist] p.selits...@gmail.com ---
(In reply to comment #18)
 Any progress for this bug??

I wish there was any. Anyway, now with Lua enabled ([[mw:Scribunto]]) you can
parse strings and match their pieces against month names and convert the
original timestamp to a normalized (ISO format, for instance).

-- 
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 49574] New: Changed from language X tooltip disappears to soon if cog icon is hovered multiple times

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49574

   Web browser: ---
Bug ID: 49574
   Summary: Changed from language X tooltip disappears to soon
if cog icon is hovered multiple times
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

This only seems to affect the interlanguage position.

1) hover the icon to get the language change tooltip (with uselang=xx in the
url if necessary to trigger it),
2) move cursor away
3) hover the icon again before the previous tooltip is hidden
4) move cursor away

Observed: if you keep hovering and not hovering the cog it will disappear
rather fast, before you have change to click the language link.

It is a bit contrived case, but not impossible to trigger accidentally if you
are a little clumsy.

-- 
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 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

praveenp me.prav...@gmail.com changed:

   What|Removed |Added

   Priority|Lowest  |Normal
   Severity|enhancement |normal

--- Comment #6 from praveenp me.prav...@gmail.com ---
Wikipedia is not a developers play ground. This system is for users (and even
for anonymous users). Setting priority to normal untill someone can give a
solution or even a credible answer.

-- 
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 49575] New: Set up transwiki import for vec.wiktionary.org

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49575

   Web browser: ---
Bug ID: 49575
   Summary: Set up transwiki import for vec.wiktionary.org
   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: afrighett...@yahoo.com
CC: benap...@gmail.com, dereck...@espace-win.org,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

Please enable Import feature on vec.wiktionary.org.
Transwiki import sources defined that have to be added to $wgImportSources are
as follows: vec.wikipedia, it.wiktionary, en.wiktionary, fr.wiktionary.
You find the consensus reached here:
http://vec.wiktionary.org/wiki/Wikisionario:Ciàcołe#Robe_teniche_da_aministradori

(Global Sysop-Frigotoni)

-- 
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 49531] MySQL Binary

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49531

--- Comment #3 from Mark A. Hershberger m...@everybody.org ---
(In reply to comment #2)
  But I'm
 curious why it doesn't work for InnoDB.

I am, too.  Could you follow up on the thread to see if he can provide more
information?

-- 
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 49574] Changed from language X tooltip disappears too soon if cog icon is hovered multiple times

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49574

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
Summary|Changed from language X   |Changed from language X
   |tooltip disappears to soon  |tooltip disappears too soon
   |if cog icon is hovered  |if cog icon is hovered
   |multiple times  |multiple 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 41551] Add 6 fonts for Arabic WebFonts

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41551

--- Comment #5 from Mohamed Ahmed mohahmw...@gmail.com ---
Correction: the request to make the system default fonts has been added here:
https://bugzilla.wikimedia.org/show_bug.cgi?id=41359#c24 and later
https://bugzilla.wikimedia.org/show_bug.cgi?id=47183. The reason again is
dissatisfaction with the one option available, to be more clear,the Amiri font
does not appear well on Google Chrome, specially on Microsoft Windows.

-- 
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 49572] Add jquery.i18n, jquery.ime, jquery.uls to plugins.jquery.com

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49572

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

-- 
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 49574] Changed from language X tooltip disappears too soon if cog icon is hovered multiple times

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49574

Siebrand s.mazel...@xs4all.nl 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 49548] ULS triggers aren't shown in IE8 in Windows XP on Wikimedia sites

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49548

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest

--- Comment #3 from Siebrand s.mazel...@xs4all.nl ---
(In reply to comment #2)
 loading of translations fails. No JavaScript errors shown.

That's a separate issue. Should be reported and have a high priority. We wrote
an API wrapper especially for this, so it not working is a major issue.

-- 
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 49548] ULS triggers aren't shown in IE8 in Windows XP on Wikimedia sites

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49548

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Severity|normal  |major

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


[Bug 49572] Add jquery.i18n, jquery.ime, jquery.uls to plugins.jquery.com

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49572

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

--- Comment #1 from Nemo federicol...@tiscali.it ---
Hm, Lowest equals WONTFIX because volunteers can't do this. Ok.

-- 
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 49560] ULS icon is too small and unidentifiable

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49560

--- Comment #7 from Nemo federicol...@tiscali.it ---
You seem the one disconnected from community: they voiced different concerns,
which are being addressed elsewhere.

-- 
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 49548] ULS triggers aren't shown in IE8 in Windows XP on Wikimedia sites

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49548

--- Comment #4 from Siebrand s.mazel...@xs4all.nl ---
I'm considering this a blocker for ULS deployment phase 2. Should be resolved
by Monday end of day, so it can be deployed (and backported) on Tuesday just
before the configuration changes of gerrit 68146.

-- 
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 49515] IME fails to re enable by keyboard shortcut

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49515

--- Comment #6 from Siebrand s.mazel...@xs4all.nl ---
Niklas thinks he has a way to reproduce it, at least he said so on the team
chat. Hope he'll add it 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 49515] IME fails to re enable by keyboard shortcut

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49515

Siebrand s.mazel...@xs4all.nl 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 49511] Update Linux Libertine font to latest version

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49511

Siebrand s.mazel...@xs4all.nl 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 49512] Add small capitals for Linux Libertine font

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49512

Siebrand s.mazel...@xs4all.nl 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 49526] [editEntity API] Refactoring: add parameter new

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49526

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68639 (Gerrit Change
If4a37d5de31c930d9227bdacbddf2fc6b9efa7ae)

-- 
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 49510] Update UnifrakturMaguntia font to latest version

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49510

Siebrand s.mazel...@xs4all.nl 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 49576] New: Editnotice not working Bengali Wikipedia

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49576

   Web browser: ---
Bug ID: 49576
   Summary: Editnotice not working Bengali Wikipedia
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jayanta...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

Editnotice not working Bengali Wikipedia except users page.

I am go through with http://en.wikipedia.org/wiki/Template:Editnotices; no
help.

Example http://bn.wikipedia.org/wiki/Wikipedia:VP has an editnotice
http://bn.wikipedia.org/wiki/Wikipedia:VPN, but when edit VP page notice not
shown.

-- 
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 49471] In sidebar position, the tip of language settings dialog partially covers cog

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49471

--- Comment #1 from Siebrand s.mazel...@xs4all.nl ---
Created attachment 12539
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12539action=edit
Screenshot of icon and window

I've added a screenshot so we can have a discussion about this at least.

First question: Is this what it looks like for you, too, or does it look
differently?

In my case, I have no problem going to the icon again and using it to close the
window. Screenshot was made on OSX 10.8.4 with Firefox 21.0.

-- 
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 40473] Lohit Punjabi font problems

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40473

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Severity|major   |normal

--- Comment #25 from Siebrand s.mazel...@xs4all.nl ---
Lowering priority because this issue has been inactive for months now.

-- 
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 49575] Set up transwiki import for vec.wiktionary.org

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49575

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
URL||https://vec.wiktionary.org/
   ||wiki/Wikisionario:Ciàcołe#R
   ||obe_teniche_da_aministrador
   ||i
   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |org |
   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 49577] New: HTML code left after saving

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49577

   Web browser: ---
Bug ID: 49577
   Summary: HTML code left after saving
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: juandevojni...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I have edited the page w:cs:Banolo Blahnik and after saving HTML code was left
at the page. See this revision:
https://cs.wikipedia.org/w/index.php?title=Manolo_Blahnikoldid=10415532

-- 
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 49505] Allows playing native FLAC files (not in Ogg container)

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49505

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/68642 (Gerrit Change
I7e4d3471832510b2c90a1279514266efd60481cf)

-- 
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 49576] Editnotice not working Bengali Wikipedia

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49576

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

   What|Removed |Added

 CC|bjor...@wikimedia.org,  |
   |bryan.tongm...@gmail.com,   |
   |roan.katt...@gmail.com, |
   |s...@reedyboy.net|
  Component|API |Page editing

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net ---
Not an API 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 49515] IME fails to re enable by keyboard shortcut

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49515

--- Comment #7 from Niklas Laxström niklas.laxst...@gmail.com ---
Can you test this: select system keyboard, reload the page, focus search and
press ctrl+m

-- 
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 49572] Add jquery.i18n, jquery.ime, jquery.uls to plugins.jquery.com

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49572

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com ---
Why can't they?

-- 
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 40760] Bengali Wiki projects (tracking)

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40760

Tanvir Rahman wikitan...@gmail.com changed:

   What|Removed |Added

 Depends on||49576

-- 
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 49576] Editnotice not working Bengali Wikipedia

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49576

Tanvir Rahman wikitan...@gmail.com changed:

   What|Removed |Added

 Blocks||40760

-- 
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 49471] In sidebar position, the tip of language settings dialog partially covers cog

2013-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49471

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com ---
I see the same thing. The parts of the cog that are horizontally on the right
side of tip of the tip are not clickable.

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