[Bug 66564] New: [Javascript bug]: Some image descriptions show [object Object]

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66564

Bug ID: 66564
   Summary: [Javascript bug]: Some image descriptions show
[object Object]
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: m...@tgries.de
CC: aarcos.w...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

see screenshot and DOM/Firebug:

img src=https://i.imgur.com/rsafvCX.png;

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


[Bug 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64554

--- Comment #10 from Tisza Gergő gti...@wikimedia.org ---
The image should be generated by the imageinfo API request AFAIK. Might try to
set $wgMediaViewerUseThumbnailGuessing = false although in theory that should
still work without a 404 handler, just less efficiently.

-- 
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 55772] Consider adding a Back button along with Next/Okay

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55772

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 137837 had a related patch set uploaded by Robmoen:
Add back button functionality.

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

-- 
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 55772] Consider adding a Back button along with Next/Okay

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55772

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

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 63224] review backend part of entity suggester (php code)

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63224

--- Comment #15 from Chris Steipp cste...@wikimedia.org ---
(In reply to Christian Dullweber from comment #14)
 So the solution is to just remove the file_exists condition?
 
 All other issues should be fixed now. Changes are here:
 https://github.com/Wikidata-lib/PropertySuggester/compare/2c409e676...
 269a1734a

Regarding the escaping in SimpleSuggester.php, can you use addQuotes()? The
threat is an attacker finds a string that satisfies is_float criteria, but
allows adding extra commands when it's cast back to a string. Scientific
notation is handled correctly, but I'm not sure if php accepts other formats
that might include a space, and strencode won't help in that situation.

-- 
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 65796] HHVM segfaults when calling Parser-callParserFunction

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65796

--- Comment #7 from Tim Starling tstarl...@wikimedia.org ---
Slightly reduced test case:

mwscript eval.php --wiki=elwiktionary
$out =
$wgParser-parse('{{#invoke:Kleida-el|kleida}}{{#invoke:Kleida-el|reverseit}}',
Title::newMainPage(), new ParserOptions);

-- 
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 66564] [Javascript bug]: Some image descriptions (class mv-mmv-author) show [object Object]

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66564

T. Gries m...@tgries.de changed:

   What|Removed |Added

Summary|[Javascript bug]: Some  |[Javascript bug]: Some
   |image descriptions show |image descriptions (class
   |[object Object]   |mv-mmv-author) show
   ||[object Object]

-- 
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 65850] Security review of Petition extension before WMF deployment

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65850

--- Comment #6 from Peter Coombe pcoo...@wikimedia.org ---
(In reply to Chris Steipp from comment #2)
 At an architectural level, there's a couple of things that concern me:
 * It seems like a violation of least privilege / separation of duty that
 those who can view results always get 100% of them, and have to do their own
 analysis to figure out which petition was signed.
I'm not sure this is such a big deal for us, since there's only plans for one
petition at the moment. Being able to filter the output by petition would be
nice, but doesn't strike me as a security issue (unless we want to introduce
per-petition rights, which will get complicated)

 * If we get hit with spam (obviously not visible to the public, so low
 value to the spamer.. but a user could easily write javascript to submit the
 form 10M times), there's no way to delete it other than deleting rows in the
 DB. That seems like it will come back to bite us.
Based on this and feedback elsewhere I'm going to add rate-limiting, which
should mitigate this.

 * Similarly, if we notice abuse, the extension doesn't respect user blocks.
It's going to be installed on the wikimediafoundation.org site, where editing
is locked down so the only current blocks are of former staff. I think abuse is
unlikely, but agree that it would be good to have some way to stop it just in
case, and will look into adding a check for blocks.

 * The extension doesn't integrate with abusefilter / spam blacklist or
 Checkuser. The spam ones, again, we probably don't need. If someone starts
 submitting death threats in the petition comments, then we will want
 Checkuser integration.
I guess we'll need this in order to determine who to block if it gets to that.
Is there documentation somewhere on how to integrate with Checkuser?

-- 
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 66565] New: enwp10 tool is down

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66565

Bug ID: 66565
   Summary: enwp10 tool is down
   Product: Tool Labs tools
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: [other]
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: brassratg...@gmail.com
   Web browser: ---
   Mobile Platform: ---

The tool http://tools.wmflabs.org/enwp10/ is not working. All of the
assessments in WikiProjects on the English Wikipedia depend on this tool (for
instance, see
https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Plants#Assessment -- all
the links are to queries run by this tool) so it's important for maintenance
and project work. Thanks!

-- 
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 63513] Make ETLZeroData.php work with JSON i18n

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63513

Kevin Israel (PleaseStand) pleasest...@live.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||pleasest...@live.com
 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 65849] Review and deploy Petition extension to wikimediafoundation.org

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65849

--- Comment #5 from Peter Coombe pcoo...@wikimedia.org ---
Okay, change of plan: we're now intending to launch the campaign the week of
July 7th. Which gives a bit more time for changes, and aim to deploy late June.

-- 
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 66552] VisualEditor: Gallery and Math inspector closes with an animation from right to left after clicking on to close them

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66552

--- Comment #1 from ryasm...@wikimedia.org ---
This is also on test with wmf9

-- 
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 53846] Migrate current special-page selenium tests to cucumber

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53846

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121393 abandoned by Aude:
Cucumber tests for Special:SetSiteLink

Reason:
now to submit on github

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

-- 
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 57370] Fatal error: ParserCache::getKey() : The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition 'params' of the object you

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57370

Kevin Israel (PleaseStand) pleasest...@live.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 CC||pleasest...@live.com

--- Comment #7 from Kevin Israel (PleaseStand) pleasest...@live.com ---
[Patch was abandoned, resetting status]

-- 
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 60220] Move wiki.toolserver.org to WMF

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60220

--- Comment #31 from MZMcBride b...@mzmcbride.com ---
(In reply to Silke Meyer (WMDE) from comment #28)
 * We questioned the importance of keeping the wiki again if no one has the
 resources to move it somewhere.
 * If no one does, we'll keep a backup dump for later ressurrection.

Someone should just write and run a bot to transwiki (export and import, maybe)
all the content from wiki.toolserver.org to Meta-Wiki. Then we can go through
it on Meta-Wiki at a leisurely pace. If we wait for the wiki to only be
available as an SQL dump, it will be significantly more annoying and painful to
retrieve the contents and its history.

I might be able to help write such a bot if it's not trivial. I assume some of
the larger MediaWiki bot code libraries such as pywikibot have built-in
functions to do imports and exports, but even doing it with requests to the
MediaWiki API directly shouldn't be too difficult.

As I recall, a potential blocker here might be that user auth seemed to have
broken for the wiki at some point for scripts. I ran a script under my main
account for years, but at some point it developed an issue where it always had
trouble logging in, so it would just update the wiki page as an IP address (cf.
https://wiki.toolserver.org/history/Wiki_server_assignments). I assumed it
was something to do with the shared auth system in place there.

-- 
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 66222] VisualEditor: [Regression wmf8] TypeError:this.documentView is null appearing after saving an edit and then reopening the VE again, also cannot switch to edit source mode after that in Fir

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66222

--- Comment #14 from ryasm...@wikimedia.org ---
Not yet fixed in en.wiki

-- 
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 61069] VisualEditor: Link inspector is appearing broken or towards the end of the page while applying link by selecting a whole link

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61069

ryasm...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 61069] VisualEditor: Link inspector is appearing broken or towards the end of the page while applying link by selecting a whole link

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61069

--- Comment #3 from ryasm...@wikimedia.org ---
Created attachment 15640
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15640action=edit
12thjune

The broken UI issue seems like got fixed, but if a gallery follows a line and I
select the whole line and try to open the link inspector , it still opens at
the end of the page after the gallery.
See the recent screesnhot attached:12thjune

-- 
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 48789] VisualEditor: Improvements and behaviour changes to the link input widget (tracking)

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48789
Bug 48789 depends on bug 61069, which changed state.

Bug 61069 Summary: VisualEditor: Link inspector is appearing broken or towards 
the end of the page while applying link by selecting a whole link
https://bugzilla.wikimedia.org/show_bug.cgi?id=61069

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64554

--- Comment #11 from T. Gries m...@tgries.de ---
(In reply to Tisza Gergő from comment #10)
 The image should be generated by the imageinfo API request AFAIK. Might try
 to set $wgMediaViewerUseThumbnailGuessing = false although in theory that
 should still work without a 404 handler, just less efficiently.

+1

Confirmed! 

Your tip saved my live: setting this to false solved definitely all these
problems on my servers. 

Perhaps, the extension developers should set the default value as indicated by
you to:

 $wgMediaViewerUseThumbnailGuessing = false;

@Jean-Fred: you originally reported this bug. Please can you try the setting
and then report here (and close the issue, if solved)?

-- 
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 64554] MultimediaViewer fails with “Impossible to load thumbnail data, could not load image from etc.”

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64554

--- Comment #12 from T. Gries m...@tgries.de ---
@Tisza, @Mark:
was my test and reply quick enough? ;-)

-- 
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 65793] Add separate database tables for Mathoid

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65793

Ori Livneh o...@wikimedia.org changed:

   What|Removed |Added

 CC||o...@wikimedia.org

--- Comment #15 from Ori Livneh o...@wikimedia.org ---
I reverted to 1bb3bfa3b5656 because the exception log was flooded with errors
related to the math extension. I also revoked +2 rights on extension/Math from
Physikerwelt and Frédéric Wang until Greg has had a chance to review exactly
what happened.

-- 
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 65793] Add separate database tables for Mathoid

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65793

--- Comment #16 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Exception rate has gone down since Ori's revert, but users who have MathJax and
source Tex mode enabled in their preferences will still see errors:

in math source mode no database caching should happen 
#0
/usr/local/apache/common-local/php-1.24wmf8/extensions/Math/MathRenderer.php(297):
MathSource-getMathTableName() 
#1
/usr/local/apache/common-local/php-1.24wmf8/extensions/Math/MathRenderer.php(359):
MathRenderer-writeToDatabase() 
#2
/usr/local/apache/common-local/php-1.24wmf8/extensions/Math/Math.hooks.php(130):
MathRenderer-writeCache() 
#3 [internal function]: MathHooks::mathTagHook('\omega_0', Array,
Object(Parser), Object(PPFrame_DOM)) 
#4
/usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(4102):
call_user_func_array(Array, Array) 
#5
/usr/local/apache/common-local/php-1.24wmf8/includes/parser/Preprocessor_DOM.php(1242):
Parser-extensionSubstitution(Array, Object(PPFrame_DOM)) 
#6
/usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(3227):
PPFrame_DOM-expand(Object(PPNode_DOM), 0) 
#7
/usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(1239):
Parser-replaceVariables('{{Other uses}}?...') 
#8 /usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(405):
Parser-internalParse('{{Other uses}}?...') 
#9 [internal function]: Parser-parse('{{Other uses}}?...', Object(Title),
Object(ParserOptions), true, true, 612692326)

(easy article to reproduce on is https://en.wikipedia.org/wiki/Omega)

-- 
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 66492] Add mathoid database table

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66492

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||o...@wikimedia.org

--- Comment #10 from MZMcBride b...@mzmcbride.com ---
(In reply to Greg Grossmeier from comment #9)
 This has caused headaches all day. There is a reason we have a process for
 adding new tables in production. We don't just run install.php in production.
 
 In the future, if you don't follow
 https://wikitech.wikimedia.org/wiki/Schema_changes we'll have to fully
 revert the math extension or completely turn it off. Continued recklessness
 in this area is not sustainable.

(In reply to Ori Livneh from bug 65793 comment #15)
 I reverted to 1bb3bfa3b5656 because the exception log was flooded with
 errors related to the math extension. I also revoked +2 rights on
 extension/Math from Physikerwelt and Frédéric Wang until Greg has had a
 chance to review exactly what happened.

I may be turned around and confused about the order of events here and I'll be
interested to read Greg's formal review.

That said, I get the impression that both of these quoted comments are placing
the responsibility of deploying code and maintaining Wikimedia Foundation
servers on the shoulders of two particular extension authors. This seems a
bit... wrong and backward to me.

It looks to me like one of these two volunteers was kind enough to (promptly!)
provide a Wikimedia-specific patch after being asked to, which he was under no
obligation to do, and that patch then didn't get merged and deployed until some
16 hours later. This issue was causing problems all day, eh?

If the Wikimedia Foundation isn't reviewing extension code before merging it
into the release branches and shipping it to the servers, that sounds like a
pretty major bug to me... but I'm not sure why people are calling the volunteer
behavior here reckless and revoking access when it's the non-volunteer behavior
here that seems to need investigation.

-- 
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 66450] Set $wgTitleBlacklistLogHits = true on WMF wikis

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66450

--- Comment #34 from PiRSquared17 pirsquare...@gmail.com ---
I wonder if it would be possible to somehow give admins access to a redacted
version of the logs, and give checkusers the ability to see the IPs.

-- 
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 52784] Trouble with inserted apostrophe in italics/bold running text not getting nowiki /'ed.

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52784

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

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 52784] Trouble with inserted apostrophe in italics/bold running text not getting nowiki /'ed.

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52784

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139313 had a related patch set uploaded by Arlolra:
Nowiki wrap new text w/ pre|post-apost. adjacent to i|b

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

-- 
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 66393] beforeunload event fires in IE 7, IE 8, and IE 9 upon clicking Okay button on guider attached to save button in 'firstedit' tour

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66393

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

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 66393] beforeunload event fires in IE 7, IE 8, and IE 9 upon clicking Okay button on guider attached to save button in 'firstedit' tour

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66393

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139315 had a related patch set uploaded by Mattflaschen:
Add preventDefault so beforeunload popup doesn't show in IE

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

-- 
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 66566] VisualEditor: crash with Models must be subclasses of ve.dm.Model

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66566

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 66566] New: VisualEditor: crash with Models must be subclasses of ve.dm.Model

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66566

Bug ID: 66566
   Summary: VisualEditor: crash with Models must be subclasses of
ve.dm.Model
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Data Model
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: gwi...@wikimedia.org
CC: esand...@wikimedia.org, jforres...@wikimedia.org,
roan.katt...@gmail.com, ryasm...@wikimedia.org,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

On
https://www.mediawiki.org/wiki/Architecture_meetings/RFC_review_2014-06-11?veaction=edit
I am getting this stack trace from VE:

Error: Models must be subclasses of ve.dm.Model
at VeDmModelRegistry.ve.dm.ModelRegistry.register (eval at anonymous
(https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=falselang=enm…Cmw.MwEmbedSupportonly=scriptsskin=vectorversion=20140612T192101Z:4:670),
anonymous:276:655)
at mw.loader.implement.math-visualeditor-mwmathinspector-title
(https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=falselang=enmodules=ext.math.visualEditorskin=vectorversion=20140613T004358Z*:1:363)
at runScript
(https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=falselang=enm…w.MwEmbedSupportonly=scriptsskin=vectorversion=20140612T192101Z:171:201)
at checkCssHandles
(https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=falselang=enm…w.MwEmbedSupportonly=scriptsskin=vectorversion=20140612T192101Z:171:602)
at execute
(https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=falselang=enm…w.MwEmbedSupportonly=scriptsskin=vectorversion=20140612T192101Z:172:384)
at Object.mw.loader.implement
(https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=falselang=enm…w.MwEmbedSupportonly=scriptsskin=vectorversion=20140612T192101Z:178:208)
at
https://bits.wikimedia.org/www.mediawiki.org/load.php?debug=falselang=enmodules=ext.math.visualEditorskin=vectorversion=20140613T004358Z*:1:11

Chromium 35.0.1916.153, Linux

-- 
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 49975] MediaWiki PHP 5.5 compatibility (tracking)

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49975

deanato...@yahoo.com changed:

   What|Removed |Added

 CC||deanato...@yahoo.com

--- Comment #5 from deanato...@yahoo.com ---
The PHP website contains upgrade notes in PHP 5.5 a
href=http://www.php.net/migration55;here/a and the ones that affect
compatibility is a
href=http://www.php.net/manual/en/migration55.incompatible.php;here/a.
Notable functions that have breaking changes in PHP 5.5 are pack() and unpack()
functions.

-- 
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 49267] Add Brazilian Portuguese translations to MathJax

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49267

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Assignee|mflasc...@wikimedia.org |he7...@gmail.com

--- Comment #14 from Matthew Flaschen mflasc...@wikimedia.org ---
Yes, it came in along with MathJax 2.3, along with a bunch of other languages
(https://git.wikimedia.org/tree/mediawiki%2Fextensions%2FMath.git/8fe1de94d67e845186192afd168dc11c1b6bb0e1/modules%2FMathJax%2Funpacked%2Flocalization%2Fpt-br).
 I tested in production with uselang, and it works fine.

-- 
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 44881] Vector skin issues (tracking)

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44881
Bug 44881 depends on bug 44591, which changed state.

Bug 44591 Summary: Add a label or icon to the page tools cactions dropdown menu 
in Vector
https://bugzilla.wikimedia.org/show_bug.cgi?id=44591

   What|Removed |Added

 Status|REOPENED|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 44591] Add a label or icon to the page tools cactions dropdown menu in Vector

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44591

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

   What|Removed |Added

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

--- Comment #23 from Matthew Flaschen mflasc...@wikimedia.org ---
(In reply to Erwin Dokter from comment #22)
 This has broken every gadget and user script (including Twinkle!) that
 depend on the Vector tabs HTML structure. This should have been done without
 changing the structure. Suggest revert.

It's not always possible to change the appearance of the page without
noticeably changing the structure.  Thus, I don't know if it's possible to make
things much easier on userscript writers while still accomplishing this
particular UI change.  I'll leave it to the people who worked on the bug to
say.

The original issue has been fixed, so re-marking as such.  If a clear
enhancement in this regard (reducing HTML structure change in a particular
way/ways) is identified, a separate bug can be opened.

-- 
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 66492] Add mathoid database table

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66492

--- Comment #11 from physikerwelt phy...@ckurs.de ---
I feel sorry for not knowing that there is a page
https://wikitech.wikimedia.org/wiki/Schema_changes .
For the future it might help to add a note to
https://www.mediawiki.org/wiki/Manual:Hooks/LoadExtensionSchemaUpdates
and
https://www.mediawiki.org/wiki/Manual:Developing_extensions#Adding_database_tables
.

-- 
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 66567] New: Line between pokey and guider contents

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66567

Bug ID: 66567
   Summary: Line between pokey and guider contents
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: GuidedTour
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: swall...@wikimedia.org
CC: mflasc...@wikimedia.org, samsm...@wikimedia.org,
swall...@wikimedia.org, tc...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

After bug 63948 has been resolved, some users are seeing a line between the
pokey and the border of the guider. This happens either temporarily as a flash,
or permanently. 

This is apparently due to the following upstream bug in WebKit:
https://bugs.webkit.org/show_bug.cgi?id=61824

-- 
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 66568] New: Exploit Skinning System by setting a skins name to the currently active skin

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66568

Bug ID: 66568
   Summary: Exploit Skinning System by setting a skins name to the
currently active skin
   Product: MediaWiki
   Version: 1.23.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: deanato...@yahoo.com
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

When I use the default skin vector and create a new skin with the name
'mvector' with the base skin file named 'MVector.php' and set it's $skinname
property to 'vector' I can replace the default skin vector without having to go
to localsettings.php and change the default skin.

This was my test skin (MVector.php):


if( !defined( 'MEDIAWIKI' ) )
die( -1 );

//$wgExtensionMessagesFiles['MVector'] = dirname(__FILE__).'/mvector/i18n.php';


/**
 * Inherit main code from SkinTemplate, set the CSS and template filter.
 * @ingroup Skins
 */
class SkinMVector extends SkinVector {
var $skinname = 'vector', $stylename = 'vector',
$template = 'VectorTemplate', $useHeadElement = true;


public function initPage( OutputPage $out ) {
parent::initPage( $out );

global $wgStylePath;
global $wgScriptPath;

$out-addHTML(script src='.$wgStylePath./mvector/MVector.js.'
type='text/javascript'/script);
// Add meta information to optimise for mobile sites
$out-addMeta(viewport, width=device-width; initial-scale=1.0;
maximum-scale=1.0; user-scalable=no;);
$out-addMeta(wgscript, .$wgScriptPath.);
}





function setupSkinUserCss( OutputPage $out ) {
parent::setupSkinUserCss( $out );

//$out-addModuleStyles( 'skins.mvector' );

$out-addStyle( 'mvector/styles/vector-min.css', 'screen' );
//$out-addStyle( 'mvector/print.css', 'print' );

$out-addStyle( 'mvector/ie8fixes.css', 'screen','lte IE 8' );
}
}

/**
 * BaseTemplate class for MVector skin
 * @ingroup Skins
 */
class MVectorTemplate extends VectorTemplate {

/**
 * Outputs the entire contents of the page
 */
public function execute() {
parent::execute();
}

}

-- 
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 66567] Line between pokey and guider contents

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66567

Steven Walling swall...@wikimedia.org changed:

   What|Removed |Added

   Keywords||upstream
 CC||rm...@wikimedia.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 66567] Line between pokey and guider contents

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66567

--- Comment #1 from Steven Walling swall...@wikimedia.org ---
Created attachment 15641
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15641action=edit
Example from 'firstedit' tour

-- 
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 66567] Line between pokey and guider contents

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66567

Steven Walling swall...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

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


[Bug 66568] Exploit Skinning System by setting a skins name to the currently active skin

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66568

--- Comment #1 from deanato...@yahoo.com ---
I recently found out that when i changed the skin line in LocalSettings.php to
vector it showed the default skin vector

-- 
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 55876] Add Hakka (hak) to LanguageConverter

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55876

PiRSquared17 pirsquare...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |pirsquare...@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 65793] Add separate database tables for Mathoid

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65793

--- Comment #17 from physikerwelt phy...@ckurs.de ---
I can see the problem on Wikipedia. But I can not reproduce it locally, even if
I delete the matoid table.
The code in the MathSource.php is
protected function getMathTableName() {
throw new MWException ( 'in math source mode no database caching should
happen');
}
Which does not have any function beside preventing unexpected behavior.

-- 
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 44591] Add a label or icon to the page tools cactions dropdown menu in Vector

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44591

--- Comment #24 from Bartosz Dziewoński matma@gmail.com ---
(In reply to Erwin Dokter from comment #22)
 This has broken every gadget and user script (including Twinkle!) that
 depend on the Vector tabs HTML structure. This should have been done without
 changing the structure. Suggest revert.

This *was* done without changing the structure. Can you explain the issue
better?

-- 
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 65793] Add separate database tables for Mathoid

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65793

--- Comment #18 from physikerwelt phy...@ckurs.de ---
@Ori:
Is there a chance to see the reverted change. I do not find anything here
https://git.wikimedia.org/summary/mediawiki%2Fextensions%2FMath

-- 
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 44591] Add a label or icon to the page tools cactions dropdown menu in Vector

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44591

--- Comment #25 from Bartosz Dziewoński matma@gmail.com ---
I figured it out myself and submitted a patch for Twinkle:
https://github.com/azatoth/twinkle/pull/225. It involves removing three
separate weird workarounds that now break stuff.

-- 
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 65793] Add separate database tables for Mathoid

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65793

--- Comment #19 from physikerwelt phy...@ckurs.de ---
OK. The branch used in production is wmf8 not wmf9.
I don't see any problems with wmf9.
With wmf8 I can reproduce the problems locally.
How to make progress on that 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 60220] Move wiki.toolserver.org to WMF

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60220

--- Comment #32 from Nemo federicol...@tiscali.it ---
(In reply to MZMcBride from comment #31)
 I might be able to help write such a bot if it's not trivial.

As I already said multiple times, it is: dumpgenenerator.py
--api=http://wiki.toolserver.org/w/api.php --xml and then Special:Import on the
target wiki, optionally after fancy templates/titles/category/user rewrites.

That's without logs and images of course.

-- 
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 66569] New: Flow: popup message for content edited is not disappearing

2014-06-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66569

Bug ID: 66569
   Summary: Flow: popup message for content edited is not
disappearing
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pandiculat...@gmail.com
CC: dh...@wikimedia.org, ebernhard...@wikimedia.org,
mpinc...@wikimedia.org, pandiculat...@gmail.com,
sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When I mouseover the compare post revisions icon in the header box (and
comments) for posts that have been edited, it displays mouseover text saying
Last edited by XX (br) Show changes. This text stays displayed indefinitely
and blocks the list of commentors below it. Intuitive behavior would be for the
mouseover text to disappear as soon as the mouse moved.

(Filed on behalf of VQuakr, who reported it at
https://en.wikipedia.org/wiki/Wikipedia_talk:Flow#My_feedback ,
Tested/confirmed at http://www.mediawiki.org/wiki/Talk:Flow )

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


<    1   2   3   4   5   6