[Bug 55261] Page.fullVersionHistory() does not return edit comments

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55261

xqt i...@gno.de changed:

   What|Removed |Added

 CC||i...@gno.de
   Assignee|pywikipedia-b...@lists.wiki |i...@gno.de
   |media.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 65796] HHVM segfaults when calling Parser-callParserFunction

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

--- Comment #2 from Tim Starling tstarl...@wikimedia.org ---
This is mostly a LuaSandbox bug.

LuaSandbox::setCPULimit() calls convert_to_double_ex() on its argument, which
decrefs the original zval and creates a new one that is a double.
convert_to_double_ex() callers in the PHP source tree invariably use the Z
type character in zend_parse_parameters(), which is what LuaSandbox used to do,
but I changed it to z to support HHVM. With Z, a zval** is returned, and so
convert_to_double_ex() will leave the newly-allocated zval* in the stack, which
will be decref'd on return. But with z, the newly-allocated zval leaks, since
the pointer is only stored in a local variable, and the argument zval is
decref'd, which apparently breaks HHVM's frame cleanup.

-- 
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 65475] Resized raster image does not succeed metadata of the original file

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65475

--- Comment #5 from Thomash Lee ifurk...@hotmail.com ---
There is already the discussion 17503 about generating metadata by checking
licensing/author info or information template from the media description page,
but the progress is disappointingly slow. Rubbish or not, it's still better
than containing no metadata at all in the resized file. Please prove that
metadata is ever the culprit of oversized media file.

-- 
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 35342] WikiEditor: Add SVG versions of editing toolbar icons

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

--- Comment #22 from PRO perheli...@gmail.com ---
Created attachment 15497
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15497action=edit
button-sprite.svg fixed

I've optimized the button-sprite and also converted all text to path. Check it
out.

-- 
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 35342] WikiEditor: Add SVG versions of editing toolbar icons

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

--- Comment #23 from PRO perheli...@gmail.com ---
Comment on attachment 15497
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15497
button-sprite.svg fixed

All GaussianBlur filter are still present although this is very unusual for
small icons. I would make a version without GaussianBlur. (File size before
152.841 Bytes after my optimation = 34.961, SVGZ compression = 10.918 Bytes)

-- 
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 53008] MediaWiki:Autoblocker etc. reveals to third party that a (blocked) user has used the same IP address

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53008

--- Comment #44 from Nemo federicol...@tiscali.it ---
(In reply to Jackmcbarn from comment #43)
 Then what procedure should be followed to unblock a user who is autoblocked?

Autoblock ID is the only really necessary one.
# $wgAutoblockExpiry is variable; it would probably not be that hard (though
not trivial either) to make MediaWiki silently reduce it temporarily (even to 0
seconds) for a specific block once a dependent autoblock is manually revoked.
# Otherwise, to keep it manual: on unblocking, Special:Block could simply offer
a checkbox to also unblock the autoblock's parent blocks (or the block's
dependent autoblocks), a feature sysops would appreciate because they often
forget.
#* If the block-autoblock connection is shown to the unblocking sysop, well
that's only one person. Not strictly necessary anyway, but unblocking sysop
probably wants to know.
#* If both block and autoblock changes are logged, anyone can draw the
connection from log timestamps. Do they both need to be logged?

(In reply to Jackmcbarn from comment #30)
 is visible at Special:BlockList.

Which IIRC just reuses the same message, hence would automatically be fixed if 
MediaWiki:Autoblocker was.

-- 
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 65736] Id and class names for Special:PageMigration need to be fixed as per the standards followed

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65736

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135750 had a related patch set uploaded by BPositive:
ID and class names altered with mw-tpm-sp prefix

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

-- 
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 65736] Id and class names for Special:PageMigration need to be fixed as per the standards followed

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65736

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 65640] Link is missing from the 'Create the page ...' text on the search result page

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65640

--- Comment #26 from Istvan Bujdoso st...@marketingcommando.co.uk ---
I've found it. The doFlattenRedLinks() function in the MobileFormatter.php.

Thank you for your help.

-- 
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 65522] Add separate database tables for LaTeXML

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65522

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135693 had a related patch set uploaded by Physikerwelt:
Add separate database table for LaTeXML (step 4)

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

-- 
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 65831] Rollback does not work on items

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65831

--- Comment #4 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
It seems like WikiPage::commitRollback() calls WikiPage::doEditContent() with
$baseRevId set to the ID of the revision to be rolled back to, instead of the
current revision before the rollback. It's unclear what the idea behind this
is, and WikiPage::doEditContent() does not specify what exactly $baseRevId is
defined to mean, or what it is used for. In fact, it's not used at all per
default, just passed on to some hooks and Content::prepareSave, which itself
doesn't use it per default either. The revision ID recorded as the revision's
parent ID is *not* the one passed via $baseRevId, but the ID returned by
WikiPage::getLatest().

This is woefully underspecified. I'll write to the list and ask for
clarification.

-- 
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 63895] Change Sanskrit transliteration rules

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63895

--- Comment #46 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135738 merged by jenkins-bot:
Update jquery.ime from upstream

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

-- 
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 65846] New: wbeditentity: try to use appropriate autocomment instead of the generic one

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65846

Bug ID: 65846
   Summary: wbeditentity: try to use appropriate autocomment
instead of the generic one
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: ricordisa...@live.it
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When changing an item's content with the wbeditentity API, the extension always
uses 'wikibase-item-summary-wbeditentity-update' as autocomment, while it
should autodetect changes and use, e.g. 'wikibase-item-summary-wbsetlabel-add',
'wikibase-item-summary-wbsetdescription-set', etc.
Also for adding/editing claims, references and qualifiers.

so we could avoid workarounds like Gerrit change 130811

*not* a duplicate of bug 42947

-- 
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 64344] An edit is made by the first person editing a Flow-occupied page

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64344

wctai...@gmail.com 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 65522] Add separate database tables for LaTeXML

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65522

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135693 merged by Frédéric Wang:
Add separate database table for LaTeXML (step 4)

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

-- 
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 65847] New: not possible to switch to Julian calendar model

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65847

Bug ID: 65847
   Summary: not possible to switch to Julian calendar model
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: lydia.pintsc...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

We broke switching calendar model it seems. One example is the date of birth in
https://www.wikidata.org/wiki/Q1977210. Clicking change to Julian in the
input expander does nothing.

-- 
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 65847] not possible to switch to Julian calendar model

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65847

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

   What|Removed |Added

   Keywords||need-volunteer

-- 
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 65847] not possible to switch to Julian calendar model

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65847

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||adrian.l...@wikimedia.de,
   ||thiemo.maet...@wikimedia.de
 Whiteboard||u=dev c=frontend p=0

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


[Bug 65724] Chunked upload of large SVGs (~70mb) triggers INVALIDXML exception, but file is valid

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65724

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #6 from Derk-Jan Hartman hartman.w...@gmail.com ---
http://lists.wikimedia.org/pipermail/wikitech-l/2014-May/076691.html

-- 
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 65831] Rollback does not work on items

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65831

--- Comment #5 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
I wrote some more details to the list:
http://lists.wikimedia.org/pipermail/wikitech-l/2014-May/076712.html

-- 
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 65816] References drawer doesn't work after editing

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65816

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 CC||florian.schmidt.welzow@t-on
   ||line.de

--- Comment #2 from Florian florian.schmidt.wel...@t-online.de ---
In bet mode the references are handeled by mf-toggle-dynamic
(https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/blob/b94649e6ae9d0a3d02c002873ac29046cb1f1dc2/javascripts/modules/mf-toggle-dynamic.js).
I'm don't know, how the roadmap is, but maybe we can wait, until
mf-toggle-dynamic is enabled in stable?

-- 
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 35342] WikiEditor: Add SVG versions of editing toolbar icons

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |hartman.w...@gmail.com
   |org |

--- Comment #24 from Derk-Jan Hartman hartman.w...@gmail.com ---
Thank you PRO, i'll get on this in the next week.

-- 
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 65138] Hovercards: Fix the bracket removal code

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65138

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 65138] Hovercards: Fix the bracket removal code

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65138

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135759 had a related patch set uploaded by Prtksxna:
render.article: Remove brackets using code instead of RegExp

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

-- 
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 65831] Rollback does not work on items

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65831

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135696 merged by jenkins-bot:
Fix rollback by re-adding baseRevIdForSaving in EntityContent

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

-- 
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 44874] Full support for wikibase edits in enhanced changes format (Group changes by page in recent changes and watchlist [usenewrc])

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44874

Sergey Vladimirov vlser...@gmail.com changed:

   What|Removed |Added

 CC||vlser...@gmail.com

--- Comment #8 from Sergey Vladimirov vlser...@gmail.com ---
(Up)

-- 
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 63458] allow removing impossible page-actions

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63458

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||florian.schmidt.welzow@t-on
   ||line.de
   Assignee|wikibugs-l@lists.wikimedia. |florian.schmidt.welzow@t-on
   |org |line.de

--- Comment #7 from Florian florian.schmidt.wel...@t-online.de ---
I will try my luck and implement the solution as Jon has proposed :) Have we a
look what i can :D

-- 
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 65831] Rollback does not work on items

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65831

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135760 had a related patch set uploaded by Thiemo Mättig (WMDE):
Fix rollback by re-adding baseRevIdForSaving in EntityContent

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

-- 
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 65849] New: Review and deploy Petition extension to wikimediafoundation.org

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

Bug ID: 65849
   Summary: Review and deploy Petition extension to
wikimediafoundation.org
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Extension setup
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pcoo...@wikimedia.org
CC: dereck...@espace-win.org
Blocks: 31235
   Web browser: ---
   Mobile Platform: ---

This extension will be used for a petition to encourage mobile operators to
join Wikipedia Zero. It only needs to be deployed on wikimediafoundation.org,
not any other sites.

Would like to get this deployed as soon as possible, since we are aiming to
launch the petition in June. The code has had some review already, but still
needs a formal security and performance review.

mediawiki.org: https://www.mediawiki.org/wiki/Extension:Petition
bugzilla: https://bugzilla.wikimedia.org/buglist.cgi?component=Petition
gerrit:
https://gerrit.wikimedia.org/r/#/admin/projects/mediawiki/extensions/Petition

-- 
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 31235] Extensions awaiting code review to be deployed on Wikimedia wikis (tracking)

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31235

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 Depends on||65849

-- 
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 55377] API: Implement rctitles parameter in query=recentchanges

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55377

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 92654 abandoned by Krinkle:
[WIP] recentchanges: Implement support for pagesets

Reason:
Meh, no longer cool. Going to use rcstream instead with a live page filter on
the client-side.. Can't wait for the new API to happen with the app I'm working
on.

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

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

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

Bug ID: 65850
   Summary: Security review of Petition extension before WMF
deployment
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Petition
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pcoo...@wikimedia.org
CC: pcoo...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

https://www.mediawiki.org/wiki/Extension:Petition

-- 
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-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65849

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 Depends on||65850

-- 
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-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65850

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 Blocks||65849

-- 
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 65846] wbeditentity: try to use appropriate autocomment instead of the generic one

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65846

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

   What|Removed |Added

 CC||addshorew...@gmail.com,
   ||daniel.kinz...@wikimedia.de
   ||, h...@online.de,
   ||lydia.pintscher@wikimedia.d
   ||e,
   ||tobias.gritschacher@wikimed
   ||ia.de
 Whiteboard||u=dev c=backend p=0

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Guys: Can you say something about how hard/time-consuming this is to do?

-- 
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 65807] Incorrect integer value: '' for column 'af_hidden'

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65807

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 65805] notice when creating new filter

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65805

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135761 had a related patch set uploaded by Matthias Mullie:
(bug 65805) Fix notice when creating new filter

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

-- 
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 65805] notice when creating new filter

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65805

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 65807] Incorrect integer value: '' for column 'af_hidden'

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65807

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135762 had a related patch set uploaded by Matthias Mullie:
(bug 65807) Fix for tinyint(1)'s not accepting ''

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

-- 
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-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65849

Peter Coombe pcoo...@wikimedia.org changed:

   What|Removed |Added

 Depends on||65851

-- 
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 65851] New: Performance review of Petition extension before WMF deployment

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65851

Bug ID: 65851
   Summary: Performance review of Petition extension before WMF
deployment
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Petition
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pcoo...@wikimedia.org
CC: pcoo...@wikimedia.org
Blocks: 65849
   Web browser: ---
   Mobile Platform: ---

https://www.mediawiki.org/wiki/Extension:Petition

Note that this only needs to be deployed on https://wikimediafoundation.org not
any other Wikimedia sites.

-- 
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 65831] Rollback does not work on items

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65831

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135760 merged by jenkins-bot:
Fix rollback by re-adding baseRevIdForSaving in EntityContent

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

-- 
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 65831] Rollback does not work on items

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65831

John F. Lewis johnflewi...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #9 from John F. Lewis johnflewi...@gmail.com ---
Patch merged.

Resetting back to open per Daniel's comment about putting this in one of the
next sprints.

-- 
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 65825] iOS App: Bottom of article says 1 other languages

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65825

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

   What|Removed |Added

 Blocks||38781

-- 
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 38781] Messages needing PLURAL support (tracking)

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38781

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

   What|Removed |Added

 Depends on||65825

-- 
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 65765] populateRevisionLength.php displays Content of archive unavailable error when updating ar_len field with text stored in archive table

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65765

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

   What|Removed |Added

  Flags||Backport_to_Stable+

-- 
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 65797] The help section should include a link to more help, ie. Help:Contents by default

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65797

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
 The help section

How to find the help section (to make sure we talk about the same thing)? :)

-- 
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 44874] Full support for wikibase edits in enhanced changes format (Group changes by page in recent changes and watchlist [usenewrc])

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44874

--- Comment #9 from Andre Klapper aklap...@wikimedia.org ---
Sergey: If you have a specific question or a technical comment to make, please
go ahead. Just writing (Up) isn't very helpful or clear. :)

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

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

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

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |cste...@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 65849] Review and deploy Petition extension to wikimediafoundation.org

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||g...@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 65850] Security review of Petition extension before WMF deployment

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

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

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 65851] Performance review of Petition extension before WMF deployment

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65851

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aschulz4...@gmail.com,
   ||o...@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 65807] Incorrect integer value: '' for column 'af_hidden'

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65807

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 65805] notice when creating new filter

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65805

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 65844] Gerrit does not show size differences for binaries

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65844

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

   What|Removed |Added

   Severity|normal  |enhancement

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


[Bug 64557] New England Wikimedians website

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

--- Comment #52 from Pharos pharosofalexand...@gmail.com ---
Maybe the best solution would just be newengland.wikimedia.org ?  They isn't
really a standard official abbreviation for this region anyway, but the actual
name is short enough itself.

-- 
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 65852] New: Empty version dropdown

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65852

Bug ID: 65852
   Summary: Empty version dropdown
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: ExtensionDistributor
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
   Web browser: ---
   Mobile Platform: ---

Since a few days, there are reports of the version dropdown being empty even
though the branches exist. This makes it impossible to download extensions from
ExtensionDistributor.

https://www.mediawiki.org/wiki/Thread:Extension_talk:CirrusSearch/CirrusSearch_download
https://www.mediawiki.org/wiki/Thread:Project:Current_issues/Can%27t_download_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 65796] HHVM segfaults when calling Parser-callParserFunction

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||bjor...@wikimedia.org
Version|unspecified |1.24-git
   Severity|normal  |major

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Tim Starling from comment #2)
 This is mostly a LuaSandbox bug.

CC'ing anomie

-- 
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 65833] Power search form on Special:Search is ugly

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65833

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

   What|Removed |Added

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

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


[Bug 65813] MSSQL installer broken; updateRowExists returns always false

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65813

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||hexm...@gmail.com

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Wondering if this only affects 1.24/git master or also 1.23 stable (which might
be worth to backport then)?

-- 
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 65852] Empty version dropdown

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65852

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||florian.schmidt.welzow@t-on
   ||line.de
 Ever confirmed|1   |0

--- Comment #1 from Florian florian.schmidt.wel...@t-online.de ---
- https://www.mediawiki.org/wiki/Special:ExtensionDistributor/CirrusSearch
I see a master and 1.22 branch :/

-
https://www.mediawiki.org/wiki/Special:ExtensionDistributor?extdist_extension=AbuseFilter
Abuse Filter all branches up from 1.19 :) Tested with Firefox 17.0.1 ESR and
Google Chrome 34.0.1847.116m

-- 
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 65852] Empty version dropdown

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65852

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---
I see 1.22 and master for CirrusSearch. Giving me
https://codeload.github.com/wikimedia/mediawiki-extensions-CirrusSearch/legacy.tar.gz/REL1_22
to download

There is no 1.23, but that isn't setup in CommonSettings.php

-- 
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 65830] HHVM: Array to string conversion in Parser.php

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65830

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

   What|Removed |Added

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

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


[Bug 64557] New England Wikimedians website

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #53 from Nemo federicol...@tiscali.it ---
(In reply to Pharos from comment #52)
 Maybe the best solution would just be newengland.wikimedia.org ?

No please. USA chapters certainly must use country/state codes or equivalent
and existing wikis hosted by WMF should at some point be unified. us-ne vs.
ne-us is really a useless debate; can AffCom please flip a coin and declare a
standard for the future? Thanks.

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


[Bug 65826] Recursive parser calls

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65826

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
(Information how often this happens welcome for judging how urgent it is to
fix)

-- 
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 65658] Database tables not created on Postgres: ERROR: relation oathauth_users does not exist

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65658

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 48930] (Tracking) Database replication services

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48930
Bug 48930 depends on bug 64154, which changed state.

Bug 64154 Summary: Replication for enwiki has stopped
https://bugzilla.wikimedia.org/show_bug.cgi?id=64154

   What|Removed |Added

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

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


[Bug 64557] New England Wikimedians website

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

--- Comment #54 from John F. Lewis johnflewi...@gmail.com ---
(In reply to Nemo from comment #53)
 (In reply to Pharos from comment #52)
  Maybe the best solution would just be newengland.wikimedia.org ?
 
 No please. USA chapters certainly must use country/state codes or
 equivalent and existing wikis hosted by WMF should at some point be unified.
 us-ne vs. ne-us is really a useless debate; can AffCom please flip a coin
 and declare a standard for the future? Thanks.

AffCom have agreed to use the us-ne format. The debate at the moment is between
ops of whether to us us-ne or ne-us.

-- 
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 64154] Replication for enwiki has stopped

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64154

Sean Pringle sprin...@wikimedia.org changed:

   What|Removed |Added

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

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


[Bug 65852] Empty version dropdown

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65852

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

URL||https://www.mediawiki.org/w
   ||iki/Special:ExtensionDistri
   ||butor/MaintenanceShell

--- Comment #3 from Nemo federicol...@tiscali.it ---
https://www.mediawiki.org/wiki/Special:ExtensionDistributor/MaintenanceShell
(original report) does have empty dropdown for me, how common is this? How are
they picked?

-- 
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 64557] New England Wikimedians website

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

--- Comment #55 from Pharos pharosofalexand...@gmail.com ---
OK, if AffCom is for us-ne, that's good enough for me.  Don't want to drag this
out unnecessarily.

-- 
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 65853] New: div.vectorTabs li.icon a.loading shows a flashing box when focused in Firefox

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65853

Bug ID: 65853
   Summary: div.vectorTabs li.icon a.loading shows a flashing box
when focused in Firefox
   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: liang...@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

This is talking about the Watch button (tab) in Vector when a page is being
watched (AJAX waiting for response).

Try clicking on it to reproduce and if your network is too fast, $('#ca-watch
a, #ca-unwatch a').addClass('loading') to make it loading forever.

-- 
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 65853] div.vectorTabs li.icon a.loading shows a flashing box when focused in Firefox

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65853

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 CC||florian.schmidt.welzow@t-on
   ||line.de

--- Comment #1 from Florian florian.schmidt.wel...@t-online.de ---
Tested with FF 17.0.1 ESR, it's ugly (sorry for wording). In Chrome it's a
smooth and beautiful spin :)

-- 
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 65828] bugzilla emails do not get delivered to mailing list

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65828

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

   What|Removed |Added

   Priority|Unprioritized   |Highest
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

--- Comment #5 from Andre Klapper aklap...@wikimedia.org ---
Urgh. I am very sorry. :(
The Bugmail disabled field was set for some reason (probably Bugzilla trying
to be smart when disabling the account for login, which needs to be done
because otherwise anybody else could trigger a password reset email that would
go to the email list).
Let's try again with this comment...

-- 
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 65828] bugzilla emails do not get delivered to mailing list

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65828

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

   What|Removed |Added

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

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
Seems to work? Last comment showed:
Email sent to:
..., pywikipedia-b...@lists.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 65811] Special:Upload should remove whitespace before file extension

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65811

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

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Normal
Version|unspecified |1.24-git
   Severity|normal  |enhancement

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


[Bug 36363] Either undo php-php-1.xx symlink messiness, or automate archiving of old MediaWiki versions

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36363

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

   What|Removed |Added

 Depends on||64748

-- 
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 64748] Manage mediawiki-config/php symlink automatically

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64748

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

   What|Removed |Added

 Blocks||36363

-- 
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 65792] LuaSandbox segfaults under HHVM

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65792

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

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 65808] MSSQL allows opening connections without $wgDBuser being set

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65808

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.24-git
   Severity|normal  |major

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


[Bug 65804] JQMIGRATE: jQuery.fn.toggle(handler, handler...) is deprecated

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65804

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

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 65853] div.vectorTabs li.icon a.loading shows a flashing box when focused in Firefox

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65853

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Bug 65434 comes to my mind; similar/same reason?

-- 
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 65853] div.vectorTabs li.icon a.loading shows a flashing box when focused in Firefox

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65853

Liangent liang...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from Liangent liang...@gmail.com ---
The same.

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

-- 
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 65852] Empty version dropdown

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65852

Southparkfan southparkfan...@hotmail.com changed:

   What|Removed |Added

 CC||southparkfan...@hotmail.com

--- Comment #4 from Southparkfan southparkfan...@hotmail.com ---
Problem does also exist for downloading Oversight (is that extension even
downloadable?), see
https://www.mediawiki.org/wiki/Special:ExtensionDistributor/Oversight. Status
can be changed to CONFIRMED.

-- 
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 64541] regex expressions starting with caret (^) not functioning as per instructions say

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64541

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #1 from Liangent liang...@gmail.com ---
I guess it's difficult to fix it now because regexes are now merged (piped)
first; people would modify instructions to fix it now...

Maybe you can use (?!-)\bt\.co\b?

-- 
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 53008] MediaWiki:Autoblocker etc. reveals to third party that a (blocked) user has used the same IP address

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53008

--- Comment #45 from Jackmcbarn jackmcbarn+w...@gmail.com ---
I didn't mean how would an admin be able to hit the unblock button. I meant
how would an admin be able to decide whether or not they should be unblocked.

-- 
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 65434] Weird watchlist star animation on Firefox

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65434

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #8 from Liangent liang...@gmail.com ---
*** Bug 65853 has been marked as a duplicate of this bug. ***

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


[Bug 65805] notice when creating new filter

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65805

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135761 merged by jenkins-bot:
(bug 65805) Fix notice when creating new filter

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

-- 
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 65854] New: Delete unaccessible redirects on Portuguese Wikipedia

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65854

Bug ID: 65854
   Summary: Delete unaccessible redirects on Portuguese Wikipedia
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
   URL: https://meta.wikimedia.org/wiki/Requests_for_comment/W
ikimedia_Commons_interwiki_prefix#2014_RfC
OS: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: he7...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Per RFC linked above, the prefix C: is now used for interwikis point to
Wikimedia Commons, and the pages below can not be deleted by a local sysop[1]:

* C:DER
* C:ESR
* C:FSA
* C:IPE
* C:MATRAD
* C:MPU
* C:P
* C:PD
* C:PER
* C:PERS
* C:PESR
* C:PESRP
* C:PPR
* C:RER
* C:SEMCAT
* C:VDA
* C:WFC

Could someone delete them, and if possibly put a link to the RFC or to the
local discussion ([[pt:Special:PermaLink/39024738]]) in the deletion log?

[1] https://pt.wikipedia.org/w/index.php?diff=39024738

-- 
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 65797] The help section should include a link to more help, ie. Help:Contents by default

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65797

--- Comment #2 from Ian Kelling i...@iankelling.org ---
(In reply to Andre Klapper from comment #1)
  The help section
 
 How to find the help section (to make sure we talk about the same thing)?
 :)

By help section, I mean in the WikiEditor, the link that says Help, which
opens a drop down with sections on the left, Formatting, Links, etc, within
each has help explaining syntax.

-- 
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 65852] Empty version dropdown

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65852

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Bug 65797] The help section should include a link to more help, ie. Help:Contents by default

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65797

--- Comment #3 from Florian florian.schmidt.wel...@t-online.de ---
Hmm, but not all wikis have/want much more explanation pages :) in my opinion
the basic features are enough for in-editor help. For more a link in sidebar is
better :)

-- 
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 44874] Full support for wikibase edits in enhanced changes format (Group changes by page in recent changes and watchlist [usenewrc])

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44874

--- Comment #10 from Sergey Vladimirov vlser...@gmail.com ---
Andre, the specific of question is so obvious for me, so i wrote it in short
form up. I believe it's okay to do it _once a year_.

In full form it looks like how is the progress of this item and is there
anything we can help with?

-- 
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 65852] Empty version dropdown

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65852

--- Comment #5 from Florian florian.schmidt.wel...@t-online.de ---
Created attachment 15498
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15498action=edit
branches exist

Hmm, anything i do false :?

Now i have tested with FF, Chrome and Android/HTC Stock Browser

-- 
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 65291] monitor dispatch stats

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65291

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

   What|Removed |Added

   Keywords||ops

-- 
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 65811] Special:Upload should remove whitespace before file extension

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65811

Rainer Rillke @commons.wikimedia ril...@wikipedia.de changed:

   What|Removed |Added

 CC||ril...@wikipedia.de

--- Comment #1 from Rainer Rillke @commons.wikimedia ril...@wikipedia.de ---
For the client side:

Will be addressed with
https://bugzilla.wikimedia.org/show_bug.cgi?id=64922

specifically
https://gerrit.wikimedia.org/r/#/c/131971/8/resources/src/mediawiki/mediawiki.Title.js
l.569

-- 
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 65298] Rendering a book from plwikisource results in an error

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65298

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

   What|Removed |Added

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

-- 
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 47575] Generating PDFs for books with more than one page fails horribly at pl.wikisource

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47575

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

   What|Removed |Added

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

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

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65851

Greg Grossmeier g...@wikimedia.org changed:

   What|Removed |Added

 CC||g...@wikimedia.org
   Assignee|wikibugs-l@lists.wikimedia. |o...@wikimedia.org
   |org |

--- Comment #1 from Greg Grossmeier g...@wikimedia.org ---
Assigning to Ori. Ori: feel free to punt to someone you pick.

-- 
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 65834] Review deploy mediawiki/extensions/FundraisingChart

2014-05-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65834

Greg Grossmeier g...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||g...@wikimedia.org

--- Comment #2 from Greg Grossmeier g...@wikimedia.org ---
From: https://www.mediawiki.org/wiki/Review_queue

== Checklist ==
=== Done ===
# Create Extension: mediawiki.org page for developers and people who will
install or configure the extension.
# Get the extension code in [[Gerrit]].

=== Not Done ===
(as far as I can tell)

# Request a component in [[Bugzilla]].
# Request (and respond to) a performance review
# Request (and respond to) a security 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


  1   2   3   4   5   >