[Bug 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #8 from Moriel Schottlender  ---
The comparison to wikitext functionality should be something like:
* In line: frameless/basic without alignment
* Wrap text: thumb/frame/frameless/basic with explicit right/left alignment
* Break line: thumb/frame/frameless/basic with either "center" or "none"
alignments. No float, no text wrap.

The only problem in that case would be to adjust the fine print of the
behavior, but in general terms it would be more or less consistent to the user.

-- 
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 21206] Log of title blacklist hits

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

Nemo  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #22 from Nemo  ---
> Make logging of IPs for account creations optional, default disabled
> 
> https://gerrit.wikimedia.org/r/138745

That's sensible. Once merged, extension page needs to be updated.

Actually, after bug 66450 is fixed, we should think of making the log enabled
by default, because it's an extension we bundle with core. Separate bug for
that?

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


[Bug 46640] Add proper email bounce handling to MediaWiki (with VERP)

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

Gerrit Notification Bot  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 46640] Add proper email bounce handling to MediaWiki (with VERP)

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

--- Comment #22 from Gerrit Notification Bot  ---
Change 138655 had a related patch set uploaded by 01tonythomas:
Implementing VERP functionality to alter Return Path

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

-- 
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 59937] Add intermediate screen to warn logged-out editors similar to 'anoneditwarning' message

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

--- Comment #14 from Jon  ---
I think for the purposes of alpha we could either simply kill the anonymous CTA
drawer, or update it to include a link in the drawer to "I want to edit
anonymously". When clicked, the drawer would close and the editor would open
and the workflow would be exactly the same.

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


[Bug 66258] Regression: popup windows go beyond right margin, hiding most recent data

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

--- Comment #1 from Alvaro  ---
Ok, the problem is with the new labels that are longer.

Probably the best solution is to cut the name of the label.

We will try options and share in this ticket!

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


[Bug 66465] Don't manipulate site_stats table manually

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

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

   Assignee|m...@tgries.de  |legoktm.wikipe...@gmail.com

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


[Bug 66465] Don't manipulate site_stats table manually

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

Gerrit Notification Bot  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 66465] Don't manipulate site_stats table manually

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

--- Comment #1 from Gerrit Notification Bot  ---
Change 138778 had a related patch set uploaded by Legoktm:
Use SiteStatsUpdate instead of manually updating the table

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

-- 
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 66465] New: Don't manipulate site_stats table manually

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

Bug ID: 66465
   Summary: Don't manipulate site_stats table manually
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: performance
  Severity: normal
  Priority: Unprioritized
 Component: UserMerge
  Assignee: m...@tgries.de
  Reporter: legoktm.wikipe...@gmail.com
   Web browser: ---
   Mobile Platform: ---

In UserMerge::deleteUser:

$users = $dbw->selectField(
'user',
'COUNT(*)',
array()
);
$dbw->update( 'site_stats',
array( 'ss_users' => $users ),
array( 'ss_row_id' => 1 )
);

Needs to use SiteStatsUpdate.

-- 
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 66366] Error handling: api-error-unknownerror

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

Fastily  changed:

   What|Removed |Added

 CC||fast...@yahoo.com

--- Comment #4 from Fastily  ---
Overly frequent breakage has been persistent issue which has hampered the
upload process for nearly two years now.  It's frustrating enough for seasoned
users, and I can only imagine the grievances it causes for newbies
(*especially* those on slower internet connections and/or those with
bandwidth/data caps).

This could possibly be related to bug 36587, which, AFAIK still results in
failures when upload speed is throttled to < 1mpbs second.

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


[Bug 63444] Switch i18n JSON files to use tabs instead of spaces

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

--- Comment #18 from Siebrand Mazeland  ---
(In reply to Kevin Israel (PleaseStand) from comment #17)
> is there a plan to do this for the en.json files of the various
> extensions?

No. When I come across a file I have to make changes to, I change it. I haven't
planned addressing it in bulk.

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


[Bug 49188] Schema changes for Wikimedia wikis (tracking)

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

Bug 66446 Summary: Add centralauth.renameuser_status table
https://bugzilla.wikimedia.org/show_bug.cgi?id=66446

   What|Removed |Added

 Status|ASSIGNED|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 14862] Allow global renaming of global users

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

Bug 66446 Summary: Add centralauth.renameuser_status table
https://bugzilla.wikimedia.org/show_bug.cgi?id=66446

   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 66446] Add centralauth.renameuser_status table

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

Sean Pringle  changed:

   What|Removed |Added

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

--- Comment #3 from Sean Pringle  ---
Done.

-- 
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 66446] Add centralauth.renameuser_status table

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

--- Comment #2 from Sean Pringle  ---
Correct definition:

CREATE TABLE renameuser_status (
  -- Old name being renamed from
  ru_oldname varchar(255) binary not null,
  -- New name being renamed to
  ru_newname varchar(255) binary not null,
  -- WikiID
  ru_wiki varchar(255) binary not null,
  -- current state of the renaming
  ru_status enum ('queued', 'inprogress', 'failed'),

  UNIQUE KEY `ru_oldname` (`ru_oldname`, `ru_wiki`)
) /*$wgDBTableOptions*/;

-- 
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 66454] VisualEditor: the edit summary dialog is annoyingly big

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

--- Comment #2 from Elitre  ---
Is it? I was still talking about the edit summary field. Thanks for fixing the
title.

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


[Bug 66455] Thumbnails for search results don't make sense for most projects

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

--- Comment #2 from Florian  ---
+1 from me for this, this will be a good feature for third-party non-Wikimedia
Wikis, too, i think.

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


[Bug 56870] Add DOM support for {{DISPLAYTITLE:xxx}}

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

Arlo Breault  changed:

   What|Removed |Added

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

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


[Bug 56868] VisualEditor: Allow users to set/edit {{DISPLAYTITLE:xxx}} in the page metadata panel

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

Bug 56870 Summary: Add DOM support for {{DISPLAYTITLE:xxx}}
https://bugzilla.wikimedia.org/show_bug.cgi?id=56870

   What|Removed |Added

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

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


[Bug 56870] Add DOM support for {{DISPLAYTITLE:xxx}}

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

--- Comment #5 from Gerrit Notification Bot  ---
Change 138768 merged by jenkins-bot:
Rename page property to displaytitle

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

-- 
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 66464] mediawiki.notification: Use CSS instead of javascript for upwards animation

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

Krinkle  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 66464] New: mediawiki.notification: Use CSS instead of javascript for upwards animation

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

Bug ID: 66464
   Summary: mediawiki.notification: Use CSS instead of javascript
for upwards animation
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: easy, performance
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: krinklem...@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When a notification automatically hides, it uses a javascript animation
(jQuery) to fade out and move up about 35px upwards.

The animation feels a bit sluggish and just in general we should avoid using
javascript repaints for this.

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


[Bug 63444] Switch i18n JSON files to use tabs instead of spaces

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

Kevin Israel (PleaseStand)  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
   Assignee|pleasest...@live.com|wikibugs-l@lists.wikimedia.
   ||org

--- Comment #17 from Kevin Israel (PleaseStand)  ---
[Patch merged a while ago, so resetting Status and Assignee fields]

In core, space indents were changed to tabs on master (in separate changes)
though not on REL1_23.

Siebrand, is there a plan to do this for the en.json files of the various
extensions?

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


[Bug 63936] Drop some Jenkins jobs history

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

--- Comment #3 from Krinkle  ---
I'm curious why mwcore and puppet specifically. Maybe do it from the default
settings in jjb-config for all jobs?

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


[Bug 700] Code quality issues (tracking)

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

Bug 63755 Summary: Remove RC_MOVE and RC_MOVE_OVER_REDIRECT rc_types
https://bugzilla.wikimedia.org/show_bug.cgi?id=63755

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 63755] Remove RC_MOVE and RC_MOVE_OVER_REDIRECT rc_types

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

JuneHyeon Bae (devunt)  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||dev...@gmail.com
 Resolution|--- |FIXED

--- Comment #4 from JuneHyeon Bae (devunt)  ---
Patch successfully merged.

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


[Bug 63755] Remove RC_MOVE and RC_MOVE_OVER_REDIRECT rc_types

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 137519 merged by jenkins-bot:
Remove obsolete RC_MOVE and RC_MOVE_OVER_REDIRECT rc types

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

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


[Bug 66446] Add centralauth.renameuser_status table

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

Sean Pringle  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Sean Pringle  ---
On hold pending more info. The change set patch file has UNIQUE KEY
(ru_oldname, ru_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 66187] Weird "Â" appears on pages in the app

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

--- Comment #2 from Liangent  ---
I want to prioritize this, because this affects Chinese Wikipedia main page.

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


[Bug 56870] Add DOM support for {{DISPLAYTITLE:xxx}}

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 56870] Add DOM support for {{DISPLAYTITLE:xxx}}

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 138768 had a related patch set uploaded by Arlolra:
Rename page property to displaytitle

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

-- 
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 56868] VisualEditor: Allow users to set/edit {{DISPLAYTITLE:xxx}} in the page metadata panel

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

Bug 56870 Summary: Add DOM support for {{DISPLAYTITLE:xxx}}
https://bugzilla.wikimedia.org/show_bug.cgi?id=56870

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 66441] Create a "MediaWiki skins" product, with a component for each of the core skins

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

Isarra  changed:

   What|Removed |Added

 CC||zhoris...@gmail.com

--- Comment #1 from Isarra  ---
YES. YES. YES.

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


[Bug 19938] last search results page contains next page link if result count is multiple of limit

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

--- Comment #11 from Gerrit Notification Bot  ---
Change 54317 merged by jenkins-bot:
Final page of search results sometimes having erroneous "next" link

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

-- 
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 66446] Add centralauth.renameuser_status table

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

Sean Pringle  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |sprin...@wikimedia.org
   |org |

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


[Bug 49193] Add ContentHandler columns to Wikimedia wikis, and set $wgContentHandlerUseDB = true

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

Sean Pringle  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |sprin...@wikimedia.org
   |org |

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


[Bug 66462] VisualEditor: Swapping an existing reference scrolls viewport to top

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
 CC||da...@sheetmusic.org.uk
  Component|Editing Tools   |ContentEditable
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=65882
   Severity|normal  |minor

-- 
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 65882] VisualEditor: Viewport scrolls to top after drag-and-dropping image

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

James Forrester  changed:

   What|Removed |Added

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

-- 
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 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #7 from James Forrester  ---
(In reply to Moriel Schottlender from comment #6)
> Interestingly enough, in Google Docs you seem to have three main alignment
> options:
> 
> * In line - an inline image
> * Wrap text - Block image with floating, you can then drag/drop it either
> left, center or right in the text and choose how small the margin to the
> text is.
> * Break text - this is just like our "none" option, it's an image in its own
> line that is automatically aligned to the text (so, left in LTR)
> 
> The functionality (drag/drog) and some options aren't all relevant, but
> maybe we could get some ideas from the naming of the features.

Dragging to the left/right/centre actually could be really nice, but we'd
probably want both that and a way to set it in the dialog I think.

"Inline" vs. "Break text" vs. "Wrap text" seems reasonable language…

-- 
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 57670] Stack overflow/long parse times parsing {{中央線経路図}}

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

--- Comment #14 from Gerrit Notification Bot  ---
Change 138763 had a related patch set uploaded by GWicke:
Bug 57670: Limit template expansion depth similar to the PHP parser

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

-- 
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 57670] Stack overflow/long parse times parsing {{中央線経路図}}

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |1

-- 
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 37870] VisualEditor: Support media (tracking)

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

Bug 55789 Summary: VisualEditor: Highlights, resize handles, etc. not 
repositioned on window resize
https://bugzilla.wikimedia.org/show_bug.cgi?id=55789

   What|Removed |Added

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

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


[Bug 55789] VisualEditor: Highlights, resize handles, etc. not repositioned on window resize

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

James Forrester  changed:

   What|Removed |Added

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

--- Comment #5 from James Forrester  ---
At least the first part of this is done.

-- 
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 66083] VisualEditor: Issues with shields/highlights/phantoms (tracking)

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

Bug 64563 Summary: VisualEditor: The highlight boxes for templates/images/cite 
notes/math/references inside the caption of an image are appearing on hovering 
over the image inside VE
https://bugzilla.wikimedia.org/show_bug.cgi?id=64563

   What|Removed |Added

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

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


[Bug 64563] VisualEditor: The highlight boxes for templates/images/cite notes/math/references inside the caption of an image are appearing on hovering over the image inside VE

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

ryasm...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #4 from ryasm...@wikimedia.org ---
This seems to be working fine now.There is one single shield appearing over the
image even if it has different nodes inside the caption

-- 
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 57670] Stack overflow/long parse times parsing {{中央線経路図}}

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

--- Comment #13 from Gabriel Wicke  ---
Looking at the source at
http://es.wikisource.org/w/index.php?title=Usuario:C%C3%A1rdenas/PRUEBAS&action=edit&oldid=651094,
there's *a lot* of unclosed template calls, which means that the tokenizer is
(correctly) trying to parse this as deeply nested templated parameters.

The PHP parser handles this page without crashing. The reason for this is that
it sets $wgMaxTemplateDepth = 40; by default, and aborts a recursion beyond
that point without crashing.

I'll see if I can add a similar mechanism in the tokenizer.

-- 
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 56870] Add DOM support for {{DISPLAYTITLE:xxx}}

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

Arlo Breault  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||abrea...@wikimedia.org
 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 56868] VisualEditor: Allow users to set/edit {{DISPLAYTITLE:xxx}} in the page metadata panel

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

Bug 56870 Summary: Add DOM support for {{DISPLAYTITLE:xxx}}
https://bugzilla.wikimedia.org/show_bug.cgi?id=56870

   What|Removed |Added

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

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


[Bug 56213] VisualEditor: Wikitext warning not triggered when editing image captions, references

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

Gerrit Notification Bot  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 56213] VisualEditor: Wikitext warning not triggered when editing image captions, references

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 138761 had a related patch set uploaded by Alex Monk:
Show wikitext warnings in the reference dialog

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

-- 
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 56213] VisualEditor: Wikitext warning not triggered when editing image captions, references

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

Alex Monk  changed:

   What|Removed |Added

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

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


[Bug 66463] UserMerge::movePages makeList using duplicate array keys

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

--- Comment #1 from Kunal Mehta (Legoktm)  ---
Cleaner code paste:

$dbr->makeList( array(
'page_title' => $dbr->buildLike( $oldusername->getDBkey() . '/',
$dbr->anyString() ),
'page_title' => $oldusername->getDBkey()
),
LIST_OR
)

-- 
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 66463] New: UserMerge::movePages makeList using duplicate array keys

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

Bug ID: 66463
   Summary: UserMerge::movePages makeList using duplicate array
keys
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UserMerge
  Assignee: m...@tgries.de
  Reporter: legoktm.wikipe...@gmail.com
   Web browser: ---
   Mobile Platform: ---

$dbr->makeList( array(
'page_title' => $dbr->buildLike( $oldusername->getDBkey() .
'/', $dbr->anyString() ),
'page_title' => $oldusername->getDBkey()
),
LIST_OR
)


Can't use page_title as an array key twice.

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

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

PiRSquared17  changed:

   What|Removed |Added

   Keywords||shell

--- Comment #15 from PiRSquared17  ---
oops

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66450

PiRSquared17  changed:

   What|Removed |Added

   Keywords|shell   |

--- Comment #14 from PiRSquared17  ---
If I85717770c9885b48f128474aad77833994714778 is merged, then the community and
the legal team can choose whether to include IPs in the log.

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


[Bug 56870] Add DOM support for {{DISPLAYTITLE:xxx}}

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 138493 merged by jenkins-bot:
Add DOM support for {{DISPLAYTITLE}}

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

-- 
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 57670] Stack overflow/long parse times parsing {{中央線経路図}}

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

--- Comment #12 from Gabriel Wicke  ---
(In reply to Arlo Breault from comment #11)
> @gwicke: did you try with the right oldid?

I assumed that the issue was still there in the latest revision, which
evidently wasn't true. I now got a stack trace with node 0.11. This is the
loop:

 at peg$parsetemplate (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:6695:26)
at peg$parsetplarg_or_template (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:6315:20)
at peg$parsetplarg_or_template_or_broken (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:6337:12)
at peg$parseinline_element (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:3418:16)
at peg$parseinlineline (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:3257:18)
at peg$parseblock (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:2269:20)
at peg$parsenested_block (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:2330:14)
at peg$parsetemplate_param_text (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:7297:18)
at peg$parsetemplate_param_name (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:7169:14)
at peg$parsetemplate_param (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:6985:12)
at peg$parsetemplate (eval at 
(/home/gabriel/src/parsoid/lib/mediawiki.tokenizer.peg.js:80:38),
:6695:26)

-- 
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 57670] Stack overflow/long parse times parsing {{中央線経路図}}

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

--- Comment #11 from Arlo Breault  ---
@gwicke: did you try with the right oldid?

-- 
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 38916] Oracle DB support (tracking)

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

Bug 64970 Summary: errors using Oracle DB with oci8
https://bugzilla.wikimedia.org/show_bug.cgi?id=64970

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 64970] errors using Oracle DB with oci8

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

TeleComNasSprVen  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 56213] VisualEditor: Wikitext warning not triggered when editing image captions, references

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

--- Comment #1 from Alex Monk  ---
I started looking at this. It's annoying because the code to do the wikitext
detection is already there and working for the main surface. It would be
trivial to do the absolutely wrong way (i.e. copy the existing code to the
reference surface or image caption surface and just change the reference to the
Surface object), but it's a pain to fix the proper way.

One of the problems lies in the differences between normal surfaces (i.e. the
main one) and surface widgets. It was suggested that we could implement
MWSurfaceWidget which does the wikitext warning, but the main surface is not a
widget and would still need it's own version of the code.

Also, we can't just shove the wikitext detection code in the ve.ui.Surface
class and guard it with some config, because the Surface code lives in VE core
which does not deal with MediaWiki features (wikitext) - the VE MediaWiki
extension deals with that.

Roan suggested we could make the main surface be a surface widget and then
create an MWSurfaceWidget, but that apparently has issues involving toolbar
floating (I'm not familiar with this, perhaps it could be fixed in some way).

I think that for now, we can probably change the wikitext detection function to
accept a surface parameter, then make it static somewhere and have each
wikitext-free surface to set up an event handler for it.

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


[Bug 55789] VisualEditor: Highlights, resize handles, etc. not repositioned on window resize

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 134363 merged by jenkins-bot:
[BREAKING CHANGE] Merge ProtectedNode into FocusableNode

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

-- 
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 64563] VisualEditor: The highlight boxes for templates/images/cite notes/math/references inside the caption of an image are appearing on hovering over the image inside VE

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 134363 merged by jenkins-bot:
[BREAKING CHANGE] Merge ProtectedNode into FocusableNode

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

-- 
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 65616] VisualEditor: [Regression wmf6] Hovering over any right aligned and frameless image throws error:Uncaught TypeError: Cannot read property 'getSurface' of null

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

--- Comment #9 from Gerrit Notification Bot  ---
Change 134363 merged by jenkins-bot:
[BREAKING CHANGE] Merge ProtectedNode into FocusableNode

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

-- 
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 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #6 from Moriel Schottlender  ---
Interestingly enough, in Google Docs you seem to have three main alignment
options:

* In line - an inline image
* Wrap text - Block image with floating, you can then drag/drop it either left,
center or right in the text and choose how small the margin to the text is.
* Break text - this is just like our "none" option, it's an image in its own
line that is automatically aligned to the text (so, left in LTR)

The functionality (drag/drog) and some options aren't all relevant, but maybe
we could get some ideas from the naming of the features.

-- 
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 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #5 from Moriel Schottlender  ---
Created attachment 15627
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15627&action=edit
Image alignment in Google Docs

-- 
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 66462] New: VisualEditor: Swapping an existing reference scrolls viewport to top

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

Bug ID: 66462
   Summary: VisualEditor: Swapping an existing reference scrolls
viewport to top
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: roan.katt...@gmail.com
CC: jforres...@wikimedia.org, rm...@wikimedia.org,
ryasm...@wikimedia.org, tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

* Create two references, one above the fold and one below
* Scroll down to the one below the fold, inspect it, and use the "Use existing
reference" feature to swap it out for the first one
* The page is now scrolled to the top

I think this might be because we delete and reinsert the reference?

-- 
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 57670] Stack overflow/long parse times parsing {{中央線経路図}}

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

Gabriel Wicke  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #10 from Gabriel Wicke  ---
Seems to work fine with both node 0.10 and 0.11:

[info][eswikisource/Usuario:Cárdenas/PRUEBAS] starting parsing
[info][eswikisource/Usuario:Cárdenas/PRUEBAS] completed parsing in 2094 ms

-- 
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 62160] Style the alias field value differently

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

Mark Holmquist  changed:

   What|Removed |Added

 CC||mtrac...@member.fsf.org
  Alias||alias-style

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


[Bug 66456] VisualEditor: GeneratedContentNode rerenders with double-escaped HTML entities

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED

-- 
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 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #4 from Moriel Schottlender  ---
Created attachment 15626
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15626&action=edit
Word 2013 image wrap text menu

-- 
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 66461] Vector should use prefixed classes like .mw-body instead of deprecated ids like #content

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

Gabriel Wicke  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 66461] New: Vector should use prefixed classes like .mw-body instead of deprecated ids like #content

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

Bug ID: 66461
   Summary: Vector should use prefixed classes like .mw-body
instead of deprecated ids like #content
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: gwi...@wikimedia.org
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

We are trying to apply the Vector styles to raw Parsoid output for render
testing. There are a few prefixed rules that don't apply as they are overly
specific to some elements and ids in the old-style HTML output. Afaik #content
et al is deprecated, and the better way to do this is to match on .mw-body and
.mw-body-content etc. Similar with #footer.

It would also be great if the selector didn't require a div wrapper. In Parsoid
HTML the content is directly inside the body & the classes are set on the body.
Things will work just fine if the selector was just on the class, without
requiring a div.

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


[Bug 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #3 from Moriel Schottlender  ---
Created attachment 15625
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15625&action=edit
Word 2013 image position menu

-- 
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 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #2 from Moriel Schottlender  ---
Created attachment 15624
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15624&action=edit
Word 2013 image popup menu

-- 
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 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

--- Comment #1 from Moriel Schottlender  ---
Created attachment 15623
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15623&action=edit
Word 2013 image alignment menu

-- 
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 62160] Style the alias field value differently

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 124140 merged by Dzahn:
Styled the alias field value differently

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

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


[Bug 66460] VisualEditor: Design a good solution for image alignment "none" vs "default"

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
 Blocks||37870
Summary|Design a good solution for  |VisualEditor: Design a good
   |image alignment "none" vs   |solution for image
   |"default"   |alignment "none" vs
   ||"default"
   Severity|normal  |enhancement

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


[Bug 37870] VisualEditor: Support media (tracking)

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

James Forrester  changed:

   What|Removed |Added

 Depends on||66460

-- 
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 57670] Stack overflow/long parse times parsing {{中央線経路図}}

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

ssas...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #9 from ssas...@wikimedia.org ---
New errors from production logs:

[fatal][eswikisource/Usuario:Cárdenas/PRUEBAS?oldid=651050] Maximum call stack
size exceeded
[fatal][eswikisource/Usuario:Cárdenas/PRUEBAS?oldid=651060] Maximum call stack
size exceeded
[fatal][eswikisource/Usuario:Cárdenas/PRUEBAS?oldid=651091] Maximum call stack
size exceeded
[fatal][eswikisource/Usuario:Cárdenas/PRUEBAS?oldid=651094] Maximum call stack
size exceeded

-- 
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 60077] CSSMin url() value remapping not working in certain obscure cases (braces in comments inside declarations: background: /*{test}*/ url(image.png) )

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

Bartosz Dziewoński  changed:

   What|Removed |Added

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

--- Comment #11 from Bartosz Dziewoński  ---
Reverted in https://gerrit.wikimedia.org/r/#/c/138739/ :(

-- 
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 59845] Server errors: WikiEditor tries to access missing jQuery UI images ui-bg_*.png

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

Bug 60077 Summary: CSSMin url() value remapping not working in certain obscure 
cases (braces in comments inside declarations: background: /*{test}*/ 
url(image.png) )
https://bugzilla.wikimedia.org/show_bug.cgi?id=60077

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 66460] New: Design a good solution for image alignment "none" vs "default"

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

Bug ID: 66460
   Summary: Design a good solution for image alignment "none" vs
"default"
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: mor...@gmail.com
CC: jforres...@wikimedia.org, rm...@wikimedia.org,
ryasm...@wikimedia.org, tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

There is a difference in behavior between explicitly stating "none" in the
image wikitext and setting no alignment (which is usually default) This
difference is especially complicated when we're dealing with switching between
block to inline, as inline images basic/frameless have no initial alignment
(attrs.align = undefined) but if an alignment is chosen in basic/frameless they
turn into blocks.

There is no real way to choose "none" alignment for inline blocks with our
current GUI.

You can see the outcome and differences between default/no alignment to 'none'
and other alignments in each of the different image types in this table:
https://www.mediawiki.org/wiki/User:Mooeypoo/VE_ImageAlignment


I've tried to explore what other programs do in this case, but there doesn't
seem to be a good analogy for the difference between having 'float' value and
not having a float value while mixing block with inline. 

In Microsoft Word 2013, images are inserted as block image with default
alignment that is the direction of the text (left for ltr, right for rtl) *BUT*
without text wrapping - so no float. You can change the image to inline ("In
Line with Text") or to be wrapped ("With Text Wrapping") but the wrapping
options are limited to how close the text is around the image; the user is then
allowed to manually drag the image wherever they want ti to be (no actual
'left' / 'center' / 'right')

We should find a working solution to let users decide between having 'none'
alignment explicitly while still having the default value available for both
inline and block images.

-- 
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 66459] New: Production log errors: Failed template encapsulations

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

Bug ID: 66459
   Summary: Production log errors: Failed template encapsulations
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: DOM
  Assignee: gwi...@wikimedia.org
  Reporter: ssas...@wikimedia.org
CC: jforres...@wikimedia.org, ssas...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Newer errors from logs.

[error][ruwiki/Грибоедов,_Александр_Сергеевич?oldid=63284402] Do not have
necessary info. to encapsulate Tpl: 4
[error][ruwiki/Гуэрра,_Тонино?oldid=62647768] Do not have necessary info. to
encapsulate Tpl: 2
[error][ruwiki/Давыдов,_Юрий_Владимирович?oldid=61263157] Do not have necessary
info. to encapsulate Tpl: 2
[error][ruwiki/Друцэ,_Ион_Пантелеевич?oldid=59823035] Do not have necessary
info. to encapsulate Tpl: 2
[error][ruwiki/Катаев,_Валентин_Петрович?oldid=63400424] Do not have necessary
info. to encapsulate Tpl: 4
[error][ruwiki/Паустовский,_Константин_Георгиевич?oldid=63352162] Do not have
necessary info. to encapsulate Tpl: 2
[error][ruwiki/Шагинян,_Мариэтта_Сергеевна?oldid=63090812] Do not have
necessary info. to encapsulate Tpl: 2

-- 
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 21206] Log of title blacklist hits

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 41492] Steward, global sysop and SWMT tasks bugs (tracking)

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

Bug 21206 Summary: Log of title blacklist hits
https://bugzilla.wikimedia.org/show_bug.cgi?id=21206

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 21206] Log of title blacklist hits

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

--- Comment #21 from Gerrit Notification Bot  ---
Change 138745 had a related patch set uploaded by Gerrit Patch Uploader:
Fixes regarding title blacklist log

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66450
Bug 66450 depends on bug 21206, which changed state.

Bug 21206 Summary: Log of title blacklist hits
https://bugzilla.wikimedia.org/show_bug.cgi?id=21206

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 61758] "GettingStarted requires CentralAuth" error on WMF wikis although they have CentralAuth

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

Gerrit Notification Bot  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 65619] Make CentralAuth an optional dependency

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 135888 had a related patch set uploaded by Robmoen:
Optionally depend on CentralAuth's redirect hook

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

-- 
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 61758] "GettingStarted requires CentralAuth" error on WMF wikis although they have CentralAuth

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

--- Comment #6 from Gerrit Notification Bot  ---
Change 135888 had a related patch set uploaded by Robmoen:
Optionally depend on CentralAuth's redirect hook

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

-- 
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 66458] New: Service diamond creates 500+ MByte /var/log/diamond/diamond.log

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

Bug ID: 66458
   Summary: Service diamond creates 500+ MByte
/var/log/diamond/diamond.log
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: t...@tim-landscheidt.de
CC: abog...@wikimedia.org, benap...@gmail.com,
m...@uberbox.org, rlan...@gmail.com,
t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

I had to delete those files and restart the diamond service on the Tools host
because they were clogging up /var/log.

Chase explained in #wikimedia-operations:

|  chasemp: What is /var/log/diamond/diamond.log and is it necessary?
|  scfc_de: it's the local log of the statistics polling, it's not
|   necessary in that it won't work without it, but it doesn't logging
|   those details to stdout seemingly so upstart logging isn't useful
in
|   those cases.  it's handy but not could-never-live-without

So I'd propose that on Labs, by default this log isn't generated.  A Puppet
variable could override this default if there is wider demand for that.

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


[Bug 66453] Add t...@tim-landscheidt.de to Default CC of all components of the product Wikimedia Labs

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

Andre Klapper  changed:

   What|Removed |Added

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

--- Comment #1 from Andre Klapper  ---
Done except for "bots" which is closed for new tickets anyway:
https://bugzilla.wikimedia.org/describecomponents.cgi?product=Wikimedia%20Labs

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


[Bug 64970] errors using Oracle DB with oci8

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 133412 merged by jenkins-bot:
Fetch string to pass through writeTemporary() in DatabaseOracle.php

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66450

--- Comment #13 from James Alexander  ---
(In reply to PiRSquared17 from comment #11)
> (In reply to James Alexander from comment #10)
> > (In reply to Ajraddatz from comment #7)
> > > The log would show hits of users attempting to create accounts which 
> > > trigger
> > > the TBL (global or local). An example log entry:  20:28, 9 June 2014
> > > 99.99.99.99 (talk | block) attempted to create "Account name" (rule:
> > > whatever rule prevents it). The formatting would be slightly different but
> > > that is the info that would be included. I've requested Pir2 to set up a
> > > test instance to confirm.
> > > 
> > > Unfortunately, this log is needed for the TBL to be usable. Currently 
> > > there
> > > is no way to see what impact the TBL is having, and this would allow
> > > CheckUsers at least to confirm the impact of it.
> > > 
> > > An alternative would be to somehow take out the initiator from the log,
> > > listing only the name and which rule blocked it.
> > 
> > I think without the IP completely eliminates the concern, with the IP
> > however is concerning and would want to be limited to just Checkusers (and
> > related, stewards obviously count as well). 
> > 
> > The major use case that I've seen listed in the request is to see whether
> > the filter is successful/useful (and potentially I guess if people are
> > trying, and being blocked, from making legitimate accounts). Is that the
> > main use case? For that use case having the IP/requester doesn't actually
> > seem horribly useful and we should only reveal an IP if we have a strong use
> > case for it.
> > 
> > Do the stewards or others believe that the IP/requester would be useful
> > itself? (and what would be the primary use case for it).
> 
> It would be easy to remove the IP from the log. That would mean CUs could
> not find it if they need it, however. It may be best to remove IPs from the
> log even if it prevents CUs from finding it, as they could CheckUser any
> successfully created accounts.

In the long run, if it's useful for checkusers, it is probably best going into
the checkuser log database anyway (so if they CU'd the IP the attempts to
create an account would come up). Without it going into the CU log table it is
likely to be less useful just because it's "another" place that would need to
be checked.

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


[Bug 52274] parser tests should die, when test printed something

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

--- Comment #1 from Gerrit Notification Bot  ---
Change 138740 had a related patch set uploaded by Aaron Schulz:
Improved DB handling in LCStoreDB

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66450

--- Comment #12 from Ajraddatz  ---
We can already CheckUser any successfully created accounts, so no change from
the status quo there. 

I would argue it is needed. If I globally blacklist a common string found in
usernames being created by an LTA, being able to see the IPs he is using to try
and create new accounts could allow for a proactive response - being able to
block before they have even made an account to vandalize with. This is
especially important if they are creating attack names. 

Even modified to not include the IP, the log would be useful to ensure that
entries aren't blocking obvious good-faith names. This would also mean that
sysops could view it. I'd certainly be fine with either option.

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


[Bug 52274] parser tests should die, when test printed something

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

Gerrit Notification Bot  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 66430] [RDFIO] Fatal error: Class 'SMWSQLStore3' not found

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

--- Comment #2 from moissinac  ---
SMW 1.8.0.4

OK for MediaWiki
I will update it tomorrow
Here, it's time to sleep for me
Thank's

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


  1   2   3   4   5   >