[Bug 48075] Localizing dv.wikipedia namespace and sitename

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48075

--- Comment #12 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 156821 had a related patch set uploaded by Florianschmidtwelzow:
Fix typos in various localizations of dvwiki configurations

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

-- 
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 70820] Add ability to ignore SSL certificate errors for compatibility

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70820

--- Comment #4 from Amir Ladsgroup ladsgr...@gmail.com ---
You can't ignore errors because they are errors what you can ignore are
warnings.

-- 
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 49131] Add composer.json to LocalisationUpdate extension

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49131

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 105514 restored by Nikerabbit:
Prepare for composer

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

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


[Bug 70837] New: Autocompletion fails for a category with lowercase first letter ($wgCapitalLinks=false)

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70837

Bug ID: 70837
   Summary: Autocompletion fails for a category with lowercase
first letter ($wgCapitalLinks=false)
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SemanticForms
  Assignee: yaro...@gmail.com
  Reporter: planeten...@web.de
   Web browser: ---
   Mobile Platform: ---

Semantic Forms parameter 'values from category' does not return autocomplete
values for a category with lowercase first letter (e.g. Category:test) if
$wgCapitalLinks=false.

MW 1.19.x
SMW 1.8.0.5
SF 2.7

-- 
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 70764] [jquery.textSelection] Select sample text when splitlines is true

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70764

--- Comment #2 from Michael M. listenle...@gmail.com ---
Hm. Blame tells me that I reported the bug for which this was changed: Bug
29105. Of course, when the sample text can't be selected (because it is
splitted into multiple parts) it shouldn't be selected. But if it can, it
should, and in most cases there shouldn't be newlines in the sample text, so it
won't get split up.
When you use WikiEditor to insert a list, you want to override the sample text.
Why should you have to select it yourself to do so?

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


[Bug 35534] Free-form tagging in gerrit

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35534

--- Comment #19 from Nemo federicol...@tiscali.it ---
!!! https://code.google.com/p/gerrit/issues/detail?id=287 is marked fixed !!!

Upgrade upgrade upgrade upgrade upgrade upgrade upgrade

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


[Bug 70838] New: The message wikibase-propertyedittool-counter-entrieslabel needs to include the number itself

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70838

Bug ID: 70838
   Summary: The message
wikibase-propertyedittool-counter-entrieslabel needs
to include the number itself
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: amir.ahar...@mail.huji.ac.il
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

The current value of the wikibase-propertyedittool-counter-entrieslabel message
is {{PLURAL:$1|entry|entries}}.

The actual number is inserted using other messages:
wikibase-ui-pendingquantitycounter-nonpending and
wikibase-ui-pendingquantitycounter-pending.

In some languages the number affects not just the form of the subject (entry
or entries), but also the place of the number in the expression. For example,
in Hebrew one comes after the word, but other number come before it.

By itself this could be fixed by translating
ibase-ui-pendingquantitycounter-nonpending and
wikibase-ui-pendingquantitycounter-pending to Hebrew, but these messages can
have not only entries (wikibase-propertyedittool-counter-entrieslabel), but
also references
(wikibase-statementview-referencesheading-pendingcountersubject), and the
grammar of numbers used for the words entries and references is different.

The best solution would be to let MediaWiki handle the grammar and the number
using the messages wikibase-propertyedittool-counter-entrieslabel and
wikibase-statementview-referencesheading-pendingcountersubject, rather than
doing it in functions in the Wikibase extension (the one I found is
wb.utilities.ui.buildPendingCounter(), and it gets complicated further).

-- 
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 35534] Free-form tagging in gerrit

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35534

--- Comment #20 from Nemo federicol...@tiscali.it ---
(Or maybe it's a misunderstanding?)

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


[Bug 70756] MediaViewer: Closing MediaViewer results in black, undismissable page

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70756

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160028 merged by jenkins-bot:
Make sure event handlers are set up even if onready handler is lost

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

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


[Bug 70839] New: Add convenience links for accessing the extension

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70839

Bug ID: 70839
   Summary: Add convenience links for accessing the extension
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: UserMerge
  Assignee: m...@tgries.de
  Reporter: gonoszt...@amule.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16466
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16466action=edit
Patch to add 'merge' and 'delete' links to users

While using the extension I found it very frustrating that I had to manually
type the usernames of to-be-deleted spammers. Or copy  paste, which still
involved page switching back and forth.

The attached patch places 'merge' and 'delete' links to the user's
contributions page and to the user tools link set, with the following
restrictions:
- links are only added if the current user has the 'usermerge' right
- links are not added for non-mergeable users (i.e. current user, already
deleted user and users in protected groups)
- 'delete' link is only generated if $wgUserMergeEnableDelete is set to true

Following the generated links will only prefill the form fields in
Special:Usermerge, so each action must still be confirmed by clicking the
'Merge' button.

-- 
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 70839] Add convenience links for accessing the extension

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70839

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

  Attachment #16466|0   |1
   is patch||
  Attachment #16466|application/octet-stream|text/plain
  mime type||
 CC||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 60245] TMH offers VP9 source file to browsers only supporting VP8

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60245

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 108482 merged by jenkins-bot:
Let TMH detect webm files using opus and VP9 codecs

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

-- 
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 29923] Install QA system at ask.wikimedia.org

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29923

--- Comment #18 from Quim Gil q...@wikimedia.org ---
For what is worth, Phabricator has an application called Ponder that pretty
much covers what is requested here: posting questions in relation to projects
(topics) and allow people to reply and +1/-1 questions and answers. It would be
trivial to enable it in our upcoming Wikimedia Phabricator if this is what we
want to do.

See an example at https://secure.phabricator.com/ponder/

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


[Bug 29272] Implement Gadgets 2.0 (tracking)

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29272

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 Blocks||37230

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


[Bug 37230] Provide standard way to create/run QUnit tests for Gadgets and user scripts

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37230

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 CC||kren...@wikimedia.org,
   ||legoktm.wikipe...@gmail.com
   ||, roan.katt...@gmail.com
  Component|Unit tests  |Gadgets
Version|1.20.x  |unspecified
 Depends on||29272
Product|MediaWiki   |MediaWiki extensions

--- Comment #2 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
We can probably do this once the Gadgets 2.0 infrastructure is in
place...making this depend upon 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 70771] Please add the domain *.scienceimage.csiro.au to the wgCopyUploadsDomains whitelist

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70771

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 15 merged by jenkins-bot:
Please add the domain *.scienceimage.csiro.au to the wgCopyUploadsDomains
whitelist.

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

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


[Bug 66653] GeoCoordinateFormatter interprets precision as number of decimal places

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66653

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

   What|Removed |Added

 CC||tobias.gritschacher@wikimed
   ||ia.de
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=64820

--- Comment #1 from tobias.gritschac...@wikimedia.de ---
potentially duplicate of https://bugzilla.wikimedia.org/show_bug.cgi?id=64820

-- 
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 64820] coordinate precision issue

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64820

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

   What|Removed |Added

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

-- 
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 70771] Please add the domain *.scienceimage.csiro.au to the wgCopyUploadsDomains whitelist

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70771

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||has...@free.fr
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |d_ent...@yahoo.com
   |org |

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Thanks for the patch. I have deployed the configuration change:

hashar@tin:/srv/mediawiki-staging$ sync-file wmf-config/InitialiseSettings.php
'*.scienceimage.csiro.au to the wgCopyUploadsDomains {{gerrit|15}}
{{bug|70771}}'
No syntax errors detected in
/srv/mediawiki-staging/wmf-config/InitialiseSettings.php
09:20:04 Started sync-proxies
sync-proxies: 100% (ok: 4; fail: 0; left: 0)
09:20:04 Finished sync-proxies (duration: 00m 00s)
09:20:04 Started sync-apaches
sync-common: 100% (ok: 229; fail: 0; left: 0)   
09:20:10 Finished sync-apaches (duration: 00m 05s)
09:20:10 Synchronized wmf-config/InitialiseSettings.php:
*.scienceimage.csiro.au to the wgCopyUploadsDomains {{gerrit|15}}
{{bug|70771}} (duration: 00m 06s)
hashar@tin:/srv/mediawiki-staging$ 


Please reopen if there is any problem.

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


[Bug 70395] Displaying (and editing) the calendar model of time values is confusing

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70395

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

   What|Removed |Added

   Severity|normal  |critical

-- 
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 70278] Volume of open changesets graph should show reviews pending every month

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70278

--- Comment #29 from Alvaro a...@bitergia.com ---
Quim, we plan to add the Verified -1 and -2 filtering today but the generation
of the new metrics won't be available until this night.

As soon as it it available, I will inform you.

-- 
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 69130] Create Jenkins job for Echo browser tests

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69130

--- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157804 merged by jenkins-bot:
Run Ruby syntax check for Echo

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

-- 
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 69130] Create Jenkins job for Echo browser tests

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69130

--- Comment #12 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 157806 merged by jenkins-bot:
Run Ruby syntax check for Echo

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

-- 
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 69622] SpecialPages should be added to $wgNamespacesWithSubpages

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69622

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 154306 abandoned by Florianschmidtwelzow:
Add SpecialPage namespace to namespaces with support for subpages

Reason:
See change:
Idd06ef0661875756fd3ce94c86b575edf63f0579

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

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


[Bug 70401] Dropdown Input type is not picking up all property values

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70401

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

   What|Removed |Added

   Severity|normal  |critical

-- 
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 70401] Dropdown Input type is not picking up all property values

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70401

--- Comment #1 from Neill Mitchell mitchell_ne...@hotmail.com ---
Seeing this a lot now with SMW 3.0 and SMW 1.9.2. Makes properties with defined
values unusable.

-- 
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 59678] Implement badtoken detection and recovery

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59678

--- Comment #8 from John Mark Vandenberg jay...@gmail.com ---
There is another patch going through review, which will help organise the
framework for this.

https://gerrit.wikimedia.org/r/#/c/159394/

-- 
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 70756] MediaViewer: Closing MediaViewer results in black, undismissable page

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70756

--- Comment #12 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160415 had a related patch set uploaded by Gergő Tisza:
Make sure event handlers are set up even if onready handler is lost

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

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


[Bug 70756] MediaViewer: Closing MediaViewer results in black, undismissable page

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70756

--- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160413 had a related patch set uploaded by Gergő Tisza:
Make sure event handlers are set up even if onready handler is lost

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

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


[Bug 70756] MediaViewer: Closing MediaViewer results in black, undismissable page

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70756

--- Comment #13 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160413 merged by jenkins-bot:
Make sure event handlers are set up even if onready handler is lost

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

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


[Bug 70756] MediaViewer: Closing MediaViewer results in black, undismissable page

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70756

--- Comment #14 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160415 merged by jenkins-bot:
Make sure event handlers are set up even if onready handler is lost

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

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


[Bug 70401] Dropdown Input type is not picking up all property values

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70401

--- Comment #2 from Neill Mitchell mitchell_ne...@hotmail.com ---
I've hardcoded values= for now and will probably downgrade to 1.8.0.5. 

Going to wait until final version of SMW 2.0 (not 3.0 as stated above!) and
test again.

-- 
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 69740] Categories don't react well to their members moving between special-cased namespaces (Category ↔ File ↔ (other))

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69740

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||matma@gmail.com
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |
   Target Milestone|--- |1.24.0 release

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


[Bug 70840] New: please add *.beeldbank.cultureelerfgoed.nl to the wgCopyUploadsDomains whitelist

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70840

Bug ID: 70840
   Summary: please add *.beeldbank.cultureelerfgoed.nl to the
wgCopyUploadsDomains whitelist
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: johanmmul...@hotmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
steinsplit...@wikipedia.de, wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

Please add the following domain to the wgCopyUploadsDomains whitelist:

*.beeldbank.cultureelerfgoed.nl

for http://beeldbank.cultureelerfgoed.nl

(is *.beeldbank.cultureelerfgoed.nl then the correct domain formulation?
Previously, requesting *.eur.nl worked for http://www.eur.nl)

Explanation
---
The Dutch Heritage Organisation (Rijksdienst voor het Cultureel Erfgoed, RCE)
donated already 460,000 images to Commons. They were uploaded by
User:Multichill in 2013 (BotMultichillT), 
https://commons.wikimedia.org/wiki/Category:Images_from_the_Rijksdienst_voor_het_Cultureel_Erfgoed

Now some civil servants of RCE working at their free image database
(beeldbank) would like to do some uploads by themselves, using GWToolset.
(They still have to request permission to use GWToolset for upload to Commons.)

I am temporary wikipedian in special residence at RCE to help them
https://en.wikipedia.org/wiki/Wikipedia:GLAM/Wikipedians_in_Special_Residence_in_the_Netherlands_2013-2014.
 

Thank you for considering this request, 
Kind regards,

Hans Muller (https://commons.wikimedia.org/wiki/User:Hansmuller)

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

--- Comment #43 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160421 had a related patch set uploaded by Paladox:
WikiEditor: Convert .css to .less and also fixes svg issues.

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

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

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

--- Comment #44 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160421 abandoned by Paladox:
WikiEditor: Convert .css to .less and also fixes svg issues.

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

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

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

--- Comment #45 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 151203 had a related patch set uploaded by Paladox:
WikiEditor: Convert .css to .less and also fixes svg issues.

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

-- 
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 42207] Move populateSitesTable.php script to WikimediaMaintenance

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42207

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 145764 abandoned by Hoo man:
Import the populateSitesTable script from Wikibase

Reason:
No consensus for doing this :/

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

-- 
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 42207] Move populateSitesTable.php script to WikimediaMaintenance

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42207

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 145765 abandoned by Hoo man:
Remove the populateSitesTable maintenance script

Reason:
No consensus for doing this :/

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

-- 
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 42207] Move populateSitesTable.php script to MediaWiki

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42207

Marius Hoch h...@online.de changed:

   What|Removed |Added

Summary|Move populateSitesTable.php |Move populateSitesTable.php
   |script to   |script to MediaWiki
   |WikimediaMaintenance|

--- Comment #6 from Marius Hoch h...@online.de ---
We decided it would be best to have this in a component that people installing
Wikibase have around anyway, because of that and due to the fact that the rest
of the site logic is also in core it would be best to have this script in core.

That will need some generalization to get rid of Wikimedia specific things.

-- 
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 42207] Move populateSitesTable.php script to MediaWiki

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42207

Marius Hoch h...@online.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

-- 
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 68908] Section-edit mode for SiteLinks

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68908

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

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 68908] Section-edit mode for SiteLinks

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68908

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159989 had a related patch set uploaded by Tobias Gritschacher:
Moved edit feature from sitelinkview to sitelinkgroupview

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

-- 
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 70841] New: Document best practices for creating local overrides of global gadgets

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70841

Bug ID: 70841
   Summary: Document best practices for creating local overrides
of global gadgets
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Gadgets
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: legoktm.wikipe...@gmail.com
CC: kren...@wikimedia.org, krinklem...@gmail.com,
legoktm.wikipe...@gmail.com, roan.katt...@gmail.com
   Web browser: ---
   Mobile Platform: ---

We don't want people copying entire gadgets just to change one variable or
something.

Instead the core gadget code should accept options via a constructor or
something, and then a local gadget should depend upon that one, and just pass
the local settings to the global gadget's constructor.

Just need to document this somewhere!

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


[Bug 70841] 2.0: Document best practices for creating local overrides of global gadgets

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70841

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 Blocks||29272
Summary|Document best practices for |2.0: Document best
   |creating local overrides of |practices for creating
   |global gadgets  |local overrides of global
   ||gadgets

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


[Bug 29272] Implement Gadgets 2.0 (tracking)

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29272

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 Depends on||70841

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


[Bug 70781] Import failed: Expected mediawiki tag, got

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70781

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

   What|Removed |Added

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

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
I assume that page is
https://en.wikipedia.org/wiki/Talk:The_Girl_with_the_Dragon_Tattoo

As you wrote pages (plural), does that imply this a general problem and you
ran into this also somewhere else? Or only with talk pages? Or only this 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 67540] Produce/preserve the metadata about additional ResourceLoader modules required by extension tags

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67540

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

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

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


[Bug 67540] Produce/preserve the metadata about additional ResourceLoader modules required by extension tags

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67540

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160423 had a related patch set uploaded by Marcoil:
WIP: Bug 67540 - Load extension CSS modules

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

-- 
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 70784] Show warning when user name is not existing or invalid on Special:ListFiles (like already on Special:Contributions)

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70784

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Summary|Show warning when user name |Show warning when user name
   |is not existing or invalid  |is not existing or invalid
   |on Special:ListFiles|on Special:ListFiles (like
   ||already on
   ||Special:Contributions)
   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 70842] New: Allow automatic save of visited pages

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70842

Bug ID: 70842
   Summary: Allow automatic save of visited pages
   Product: Wikipedia App
   Version: Stable
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Android App
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: florian.schmidt.wel...@t-online.de
CC: bsitzm...@wikimedia.org, dga...@wikimedia.org,
kl...@wikimedia.org, rages...@gmail.com,
yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Actually the user has to tap save, if he want to save a page to the local
storage.

Request: Implement a setting to turn automatic save of pages on (e.g. for the
last 10 vistited pages), so that the pages, the user visited, are automatically
saved to local storage (and can be read offline).

(For OTRS members: Comes from
https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoomTicketID=7806798)

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


[Bug 67540] Produce/preserve the metadata about additional ResourceLoader modules required by extension tags

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67540

Marc Ordinas i Llopis marc...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |ASSIGNED

--- Comment #3 from Marc Ordinas i Llopis marc...@wikimedia.org ---
There's a WIP patch now at https://gerrit.wikimedia.org/r/160423 that adds the
extensions' CSS modules to the style link.

If we also want to load further extension resources, like JS or messages, I
suppose we'll have to add loading ResourceLoader's client first and let it load
everything else. Is this the way we should go?

-- 
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 70842] Allow automatic save of visited pages

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70842

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest

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


[Bug 70793] PHP Fatal error: Class 'BsConfig' not found in skins/BlueSpiceSkin/includes/BlueSpiceSkinHooks.php on line 9

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70793

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

   What|Removed |Added

 CC||gla...@hallowelt.biz

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
Tried to find its bugtracker or exact maintainers. Some files say @author
Radovan Kubani, Robert Vogel, Patric Wirth, Tobias Weichart et. al. and
mention http://www.blue-spice.org/ which links to
http://sourceforge.net/p/bluespice/bugs/. Not sure though as that's not skin
specific.  CC'ing Markus.

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


[Bug 70815] Command-line installer (maintenance/install.php) doesn't discover skins and add them to LocalSettings?

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70815

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Target Milestone|--- |1.24.0 release

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


[Bug 65195] 403 Forbidden when uploading file via AJAX and using hhvm role

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65195

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 Whiteboard||aklapper-moreinfo

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
Reporter left; proposing closing as WORKSFORME if nobody can reproduce.

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

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

--- Comment #46 from Andre Klapper aklap...@wikimedia.org ---
(In reply to paladox2015 from comment #42)
 Merge Failed.
 This change was unable to be automatically merged with the current state of
 the repository. Please rebase your change and upload a new patchset.

So please fix that? :)

-- 
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 70840] please add *.beeldbank.cultureelerfgoed.nl to the wgCopyUploadsDomains whitelist

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70840

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

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

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


[Bug 35342] WikiEditor: Add SVG versions of editing toolbar icons

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

--- Comment #47 from paladox2015 thomasmulhall...@yahoo.com ---
Hi I have fixed 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 66419] Move JS WikibaseAPI code into its own component

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66419

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

   What|Removed |Added

 Whiteboard|u=dev c=frontend p=8|u=dev c=frontend p=8
   |s=2014-07-29|s=2014-09-09

-- 
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 70828] Change $wgAbuseFilterAnonBlockDuration to 3 months on mediawikiwiki

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70828

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

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

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


[Bug 70829] Commons icon on Special:UserLogout not transparent

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70829

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

   What|Removed |Added

   Priority|Unprioritized   |Low
Summary|commons icon on |Commons icon on
   |Special:UserLogout not  |Special:UserLogout not
   |transparent |transparent
   Severity|normal  |minor

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


[Bug 70833] JSONContent should store non-pretty printed JSON, but still show pretty in the edit interface

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70833

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

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


[Bug 70835] Remove assumption from MediaWiki core that JS/CSS are only in MediaWiki namespace or User subpages

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70835

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

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

--- Comment #25 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139592 merged by jenkins-bot:
Create title in file NS and validate as such

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

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


[Bug 70083] configuration problems with windows paths with blanks/spaces

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70083

Tisza Gergő gti...@wikimedia.org changed:

   What|Removed |Added

 CC||cste...@wikimedia.org

--- Comment #14 from Tisza Gergő gti...@wikimedia.org ---
Adding Chris since error messages about C:\Program are, in general, not a
good sign. I have been unable to find any problematic code in PdfHandler,
though.

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


[Bug 70307] Add NeilK to UploadWizard build notifications

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70307

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 159061 merged by jenkins-bot:
Added NeilK to UploadWizard mail notifications

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

-- 
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 70824] 2.0 Figure out how gadget naming collisions should work, and document it

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70824

--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Hmm, something else I thought of. Right now if a user enables a gadget foo,
and a repo higher up in the precedence chain creates a gadget named foo as
well, the user will now get the JS/CSS from the new repo instead of what they
actually enabled. If we make the local repo highest priority, a local
gadget-manager could override popular global gadgets in this form to
hypothetically compromise accounts. Or something not so good.

Possible solution: Embed the repo name in the preference key, so that if the
source of a gadget changes, the user won't keep the same preference value.
Might be a bit confusing from a UX perspective.

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


[Bug 70083] configuration problems with windows paths with blanks/spaces

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70083

--- Comment #15 from Tisza Gergő gti...@wikimedia.org ---
carchaias, can you test the job with no extra  in the paths? That is, using

  $wgPdftoText = 'C:\Program Files\xpdf\bin64\pdftotext.exe';

and not

  $wgPdftoText = 'C:\Program Files\xpdf\bin64\pdftotext.exe';

and same for the other settings. These parameters should work without manual
escaping; if they don't, that's a bug, and I would really like to pinpoint the
cause.

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


[Bug 70839] Add convenience links for accessing the extension

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70839

Dévai Tamás gonoszt...@amule.org changed:

   What|Removed |Added

   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 70843] New: Fatal error, timeout when running composer install

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70843

Bug ID: 70843
   Summary: Fatal error, timeout when running composer install
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: labs-vagrant
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: dduv...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

when running composer install to get fresh install of Wikibase, I get fatal
error due to timeout.

Fatal error: Maximum execution time of 180 seconds exceeded in
phar://composer.phar/bin/../src/../src/Composer/Util/ErrorHandler.php on line
36

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


[Bug 70631] Have Jenkins run a voting PHPUnit job for GettingStarted

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70631

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
The step by step guide at
https://www.mediawiki.org/wiki/Continuous_integration/Tutorials/Adding_a_MediaWiki_extension
should let you craft all the required configuration changes :)

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


[Bug 70463] X-Analytics header is php=zend;php=zend instead of php=zend on bits for some requests

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70463

--- Comment #3 from christ...@quelltextlich.at ---
The 'php=zend;php=zend' is gone. But it seems that now requests to

  https://bits.wikimedia.org/geoiplookup
  https://bits.wikimedia.org/event.gif
  https://geoiplookup.wikimedia.org/

no longer come with any 'php' tag (on bits caches from esams and ulsfo).

(I guess one can make the point that this is ok, as those requests get
handled differently. I just wanted to check that the lack of 'php' tag
is expected here.)

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


[Bug 69869] CodeMirror does not pass jshint

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69869

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160441 had a related patch set uploaded by Hashar:
CodeMirror now pass jshint

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

-- 
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 60619] All repositories should pass jshint test (tracking)

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60619
Bug 60619 depends on bug 69869, which changed state.

Bug 69869 Summary: CodeMirror does not pass jshint
https://bugzilla.wikimedia.org/show_bug.cgi?id=69869

   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 69869] CodeMirror does not pass jshint

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69869

Gerrit Notification Bot gerritad...@wikimedia.org 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 69869] CodeMirror does not pass jshint

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69869

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160441 merged by jenkins-bot:
CodeMirror now pass jshint

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

-- 
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 60619] All repositories should pass jshint test (tracking)

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60619
Bug 60619 depends on bug 69869, which changed state.

Bug 69869 Summary: CodeMirror does not pass jshint
https://bugzilla.wikimedia.org/show_bug.cgi?id=69869

   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 69869] CodeMirror does not pass jshint

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69869

Antoine hashar Musso has...@free.fr 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 69976] hhvm fill up /var/log/upstart/hhvm.log

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69976

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
I think puppet is now passing on the hhvm instances.  I am not sure where the
log are written to though.

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


[Bug 61645] WikiLove should pass jshint

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61645

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 158777 merged by jenkins-bot:
wikilove passes jshint after I0278575

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

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


[Bug 60619] All repositories should pass jshint test (tracking)

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60619
Bug 60619 depends on bug 61645, which changed state.

Bug 61645 Summary: WikiLove should pass jshint
https://bugzilla.wikimedia.org/show_bug.cgi?id=61645

   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 61645] WikiLove should pass jshint

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61645

Antoine hashar Musso has...@free.fr 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 69319] Allow option to uncheck Always use a secure connection when logged in at login.wikimedia.org/wiki/Special:Preferences

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69319

--- Comment #4 from Cometstyles cometsty...@yahoo.com ---
And trying to remove the forcedHTTPS cookies kills all my logins and i can no
longer log in and then i'm forced to delete all my cookies related to
centralauth and then i have toi manually log oint oall wikis one by one by
visiting them...I sometimes edit over 40 different wikis a day, this is very
very very irritating..please find a fix fast, Allow users the option to OPT-OUT
of https..FGS!!...

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


[Bug 70328] Doxygen: Duplicate anchor LICENSE found

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70328

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

  Component|Continuous integration  |Documentation
Version|wmf-deployment  |unspecified
Product|Wikimedia   |MediaWiki
   Target Milestone|--- |Future release

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Several files define:

 * @section LICENSE

That causes dupes indeed.  The @section should probably be removed entirely.

Moving under MediaWiki product.

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


[Bug 70781] Import failed: Expected mediawiki tag, got

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70781

--- Comment #2 from Jon jrob...@wikimedia.org ---
I haven't investigated too much but I've hit it on every page I've tried to
import. Seems to be a general issue.

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


[Bug 68944] hphpize inject $PWD used at time of building to HHVM_INCLUDE_DIRS

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68944

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

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

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
I have updated the Trusty Jenkins slave:

Unpacking hhvm-dev (3.3-dev+20140728+wmf7) over (3.3-dev+20140728+wmf5) ...


I have reran a job and it fails:
https://integration.wikimedia.org/ci/job/php-FastStringSearch-hhvm-build/10/console

 00:00:03.176 cc1plus: error: /root/hhvm/joe/hhvm: Permission denied

This reopening.

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


[Bug 68944] hphpize inject $PWD used at time of building to HHVM_INCLUDE_DIRS

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68944

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160447 had a related patch set uploaded by Hashar:
Revert Workaround hphpize injecting some bad include path

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

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


[Bug 68944] hphpize inject $PWD used at time of building to HHVM_INCLUDE_DIRS

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=68944

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

   What|Removed |Added

 Status|REOPENED|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 63120] Set up automatic builds for extensions ported to HHVM

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63120
Bug 63120 depends on bug 68944, which changed state.

Bug 68944 Summary: hphpize inject $PWD used at time of building to 
HHVM_INCLUDE_DIRS
https://bugzilla.wikimedia.org/show_bug.cgi?id=68944

   What|Removed |Added

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

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


[Bug 70827] [1.24wmf20] Fatal error: Call to a member function getProperty() on a non-object, after completely history merging a page

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70827

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160388 merged by jenkins-bot:
Handle return value NULL of GeoCrumbs::getParserCache

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

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


[Bug 70827] [1.24wmf20] Fatal error: Call to a member function getProperty() on a non-object, after completely history merging a page

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70827

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160389 merged by jenkins-bot:
Handle return value NULL of GeoCrumbs::getParserCache

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

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


[Bug 70844] New: LocalisationUpdate failed: mwversionsinuse returned empty list

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70844

Bug ID: 70844
   Summary: LocalisationUpdate failed: mwversionsinuse returned
empty list
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: raimond.spekk...@gmail.com
CC: innocentkil...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

Per Server Admin Log this happens on 14th and 15th of September:

LocalisationUpdate failed: mwversionsinuse returned empty list

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


[Bug 70845] Dashiki build needs to clean up ./dist directory before building

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70845

nuria nu...@wikimedia.org changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |nu...@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 70083] configuration problems with windows paths with blanks/spaces

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70083

--- Comment #16 from carcha...@arcor.de ---
HI, I changed LocalSettings.php to:

$wgPdfProcessor = 'C:\Program Files\gs9.07\bin\gswin64.exe';
$wgPdfPostProcessor = $wgImageMagickConvertCommand; // if defined via
ImageMagick
//$wgPdfPostProcessor = C:\Program Files
(x86)\ImageMagick-6.6.9-Q16\convert.exe; // if not defined via ImageMagick
$wgPdfInfo   = 'C:\Program Files\xpdf\bin64\pdfinfo.exe';
$wgPdftoText = 'C:\Program Files\xpdf\bin64\pdftotext.exe';

Did a change to page Datei:0003_1110_Technische_Dokumentation.pdf

As I can see there is no difference.

Results:

No pdf-preview on page
No error message while runjobs.php

C:\Inetpub\Www_root\Testwiki\maintenancephp showjobs.php
1

C:\Inetpub\Www_root\Testwiki\maintenancephp runjobs.php
2014-09-15 13:05:28 refreshLinks Datei:0003_1110_Technische_Dokumentation.pdf
ta
ble=imagelinks recursive=1
rootJobSignature=052088007c075a9829b1876e7fd6770eba89
51a1 rootJobTimestamp=20140915130451 STARTING
2014-09-15 13:05:28 refreshLinks Datei:0003_1110_Technische_Dokumentation.pdf
ta
ble=imagelinks recursive=1
rootJobSignature=052088007c075a9829b1876e7fd6770eba89
51a1 rootJobTimestamp=20140915130451 t=10 good
2014-09-15 13:05:28 refreshLinks Datei:0003_1110_Technische_Dokumentation.pdf
pa
ges=array(1) rootJobSignature=052088007c075a9829b1876e7fd6770eba8951a1
rootJobTi
mestamp=20140915130451 masterPos= STARTING
2014-09-15 13:05:29 refreshLinks Datei:0003_1110_Technische_Dokumentation.pdf
pa
ges=array(1) rootJobSignature=052088007c075a9829b1876e7fd6770eba8951a1
rootJobTi
mestamp=20140915130451 masterPos= t=309 good
2014-09-15 13:05:29 refreshLinks Datei:0003_1110_Technische_Dokumentation.pdf
pa
ges=array(1) rootJobSignature=052088007c075a9829b1876e7fd6770eba8951a1
rootJobTi
mestamp=20140915130451 masterPos= STARTING
2014-09-15 13:05:29 refreshLinks Datei:0003_1110_Technische_Dokumentation.pdf
pa
ges=array(1) rootJobSignature=052088007c075a9829b1876e7fd6770eba8951a1
rootJobTi
mestamp=20140915130451 masterPos= t=34 good

I cant find any real Error within the debug_log.txt file. Only one thing that
occurs on reuploads (it was there before the changes also):

Start request POST /testwiki/index.php?title=Spezial:Hochladen
...
FSFileBackend::getFileListInternal() given directory does not exist:
'd:\MediawikiTestwiki_Images/thumb/f/f0/0003_1110_Technische_Dokumentation.pdf'
...

Which is right: The directory does not exist.

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


[Bug 70846] New: analytics project needs a dashiki 'subproject'

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70846

Bug ID: 70846
   Summary: analytics project needs a dashiki 'subproject'
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Bugzilla
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: nu...@wikimedia.org
CC: aklap...@wikimedia.org, s...@reedyboy.net,
tylerro...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Analytics project needs a dashiki 'subproject. Description of what dashiki is
can be found here:
http://www.mediawiki.org/wiki/Analytics/Dashiki

Dan Andrescu, Toby Negrin, Kevin Leduc and myself should see e-mail about the
bugs generated on this project.

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


[Bug 70083] configuration problems with windows paths with blanks/spaces

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70083

--- Comment #17 from Tisza Gergő gti...@wikimedia.org ---
If there is a problem with a media handler, it will only occur when the file is
changed or reuploaded (or purged, although not 100% sure of that), not when the
file description page is edited.

(In reply to carchaias from comment #16)
 FSFileBackend::getFileListInternal() given directory does not exist:
 'd:\MediawikiTestwiki_Images/thumb/f/f0/0003_1110_Technische_Dokumentation.
 pdf'
 ...
 
 Which is right: The directory does not exist.

Is it possible that the thumbnail directory is misconfigured? Does thumbnailing
work for other file types?

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


[Bug 70744] Create browser test builds for MMV in IE back to IE8

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70744

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 70744] Create browser test builds for MMV in IE back to IE8

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70744

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160018 had a related patch set uploaded by Zfilipin:
Internet Explorer (8, 9, 11) jobs for MultimediaViewer

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

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


[Bug 70102] Searching within History and Saved Pages looks weird when too many characters entered.

2014-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70102

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160217 merged by Dbrant:
Improve layout and searching of History and Saved Pages.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are 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   >