[Bug 62104] FOR UPDATE on postgres added also to read only selects

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62104

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 129936 had a related patch set uploaded by Umherirrender:
Use strict array_search in DatabasePostgres.php

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

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


[Bug 62104] FOR UPDATE on postgres added also to read only selects

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62104

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 62104] FOR UPDATE on postgres added also to read only selects

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62104

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

   Keywords||easy
 CC||umherirrender_de...@web.de

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


[Bug 64495] New: Add missing globes to wikidata_family.py

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64495

Bug ID: 64495
   Summary: Add missing globes to wikidata_family.py
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
   Web browser: ---
   Mobile Platform: ---

These globes are supported right now:

def globes(self, code):
Supported globes for Coordinate datatype
return {
'earth': 'http://www.wikidata.org/entity/Q2',
'mars': 'http://www.wikidata.org/entity/Q111',
'mercury': 'http://www.wikidata.org/entity/Q308',
'mimas': 'http://www.wikidata.org/entity/Q15034',
'moon': 'http://www.wikidata.org/entity/Q405',
'venus': 'http://www.wikidata.org/entity/Q313',
}

This is what I can pull from the database:

MariaDB [enwiki_p] connect enwiki_p enwiki.labsdb;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Connection id:41347153
Current database: enwiki_p

MariaDB [enwiki_p] SELECT DISTINCT(gt_globe) FROM geo_tags LIMIT 100;
++
| gt_globe   |
++
| earth  |
| moon   |
| titan  |
| mars   |
| io |
| mercury|
| venus  |
| europa |
| oberon |
| phobos |
| mimas  |
| ganymede   |
| enceladus  |
| tethys |
| hyperion   |
| miranda|
| umbriel|
| callisto   |
| dione  |
| deimos |
| phoebe |
| ceres  |
| vesta  |
| rhea   |
| iapetus|
| ariel  |
| titania|
| triton |
| pluto  |
| sun|
| terra  |
| luna   |
| ida|
| gaspra |
| eros   |
| golevka|
| borrelly   |
| jupiter|
| metis  |
| adrastea   |
| amalthea   |
| thebe  |
| saturn |
| pan|
| atlas  |
| prometheus |
| pandora|
| epimetheus |
| janus  |
| telesto|
| calypso|
| helene |
| uranus |
| cordelia   |
| ophelia|
| bianca |
| cressida   |
| desdemona  |
| juliet |
| portia |
| rosalind   |
| belinda|
| puck   |
| neptune|
| naiad  |
| thalassa   |
| despina|
| galatea|
| larissa|
| proteus|
| charon |
++
71 rows in set (0.76 sec)

Some statistics:

MariaDB [enwiki_p] SELECT gt_globe, COUNT(gt_globe) FROM geo_tags WHERE NOT
(gt_globe='earth' OR gt_globe='mars' OR gt_globe='mercury' OR gt_globe='mimas'
OR gt_globe='
moon' OR gt_globe='venus') GROUP BY gt_globe ORDER BY COUNT(gt_globe) LIMIT
100;
++-+
| gt_globe   | COUNT(gt_globe) |
++-+
| metis  |   1 |
| charon |   1 |
| sun|   1 |
| belinda|   1 |
| uranus |   1 |
| pan|   1 |
| eros   |   1 |
| despina|   1 |
| desdemona  |   1 |
| janus  |   1 |
| adrastea   |   1 |
| terra  |   1 |
| puck   |   1 |
| cordelia   |   1 |
| atlas  |   1 |
| golevka|   1 |
| galatea|   1 |
| juliet |   1 |
| telesto|   1 |
| amalthea   |   1 |
| luna   |   1 |
| neptune|   1 |
| ophelia|   1 |
| prometheus |   1 |
| borrelly   |   1 |
| larissa|   1 |
| portia |   1 |
| calypso|   1 |
| thebe  |   1 |
| ida|   1 |
| naiad  |   1 |
| bianca |   1 |
| pandora|   1 |
| proteus|   1 |
| rosalind   |   1 |
| helene |   1 |
| saturn |   1 |
| gaspra |   1 |
| thalassa   |   1 |
| cressida   |   1 |
| epimetheus |   1 |
| ceres  |   2 |
| triton |   2 |
| jupiter|   2 |
| pluto  |   2 |
| vesta  |   3 |
| europa |   4 |
| dione  |   5 |
| tethys |   6 |
| deimos |   6 |
| hyperion   |   7 |
| phoebe |   8 |
| oberon |  13 |
| miranda|  14 |
| umbriel|  17 |
| titania|  21 |
| phobos |  27 |
| ariel  |  28 |
| enceladus  |  49 |
| iapetus|  72 |
| rhea   |  95 |
| callisto   | 143 |
| ganymede   | 147 |
| titan  | 150 |
| 

[Bug 64496] New: remove aliases with editAliases()

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64496

Bug ID: 64496
   Summary: remove aliases with editAliases()
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: akkakk_bugzi...@yahoo.de
   Web browser: ---
   Mobile Platform: ---

editLabels and editDescriptions remove labels/descriptions when they are set to
 (empty string). editAliases should do the same when aliases are set to []
(empty list).

-- 
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 64495] Add missing globes to wikidata_family.py

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64495

--- Comment #1 from Maarten Dammers maar...@mdammers.nl ---
Another, more scalable, solution would be to not hard code this list, but to
keep it on Wikidata like we did with the sources.

-- 
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 64497] New: coordinate_import.py crashes on unknown globe

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64497

Bug ID: 64497
   Summary: coordinate_import.py crashes on unknown globe
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
   Web browser: ---
   Mobile Platform: ---

Example:

Working on Abaya Lacus
Found Q194777
Adding 73.2, 45.6 to Q194777
Traceback (most recent call last):
  File /shared/pywikipedia/core/scripts/coordinate_import.py, line 85, in
module
main()
  File /shared/pywikipedia/core/scripts/coordinate_import.py, line 82, in
main
coordbot.run()
  File /shared/pywikipedia/core/scripts/coordinate_import.py, line 65, in run
item.addClaim(newclaim)
  File /shared/pywikipedia/core/pywikibot/page.py, line 2766, in addClaim
self.repo.addClaim(self, claim, bot=bot, **kwargs)
  File /shared/pywikipedia/core/pywikibot/site.py, line 718, in callee
return fn(self, *args, **kwargs)
  File /shared/pywikipedia/core/pywikibot/site.py, line 3788, in addClaim
params['value'] = json.dumps(claim._formatDataValue())
  File /shared/pywikipedia/core/pywikibot/page.py, line 3081, in
_formatDataValue
value = self.getTarget().toWikibase()
  File /shared/pywikipedia/core/pywikibot/__init__.py, line 159, in
toWikibase
raise NotImplementedError(u%s is not supported in Wikibase yet. %
self.globe)
NotImplementedError: titan is not supported in Wikibase yet.

Bot shouldn't crash, just skip 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 64495] Add missing globes to wikidata_family.py

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64495

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

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

-- 
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 64497] coordinate_import.py crashes on unknown globe

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64497

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=64495

-- 
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 28961] $wgUseDumbLinkUpdate and $wgPagePropLinkInvalidations maybe not working

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28961

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||umherirrender_de...@web.de
 Resolution|--- |INVALID

--- Comment #3 from Umherirrender umherirrender_de...@web.de ---
$wgUseDumbLinkUpdate was removed with Gerrit 88789

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


[Bug 63908] File usage links should display namespace prefix

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63908

TeleComNasSprVen drevit...@gmail.com changed:

   What|Removed |Added

 CC||drevit...@gmail.com

--- Comment #1 from TeleComNasSprVen drevit...@gmail.com ---
I think the problem is in
\MultimediaViewer\resources\mmv\ui\mmv.ui.fileUsage.js in line 138,
item.page.getMainText() but I don't know how to fix. Also, the problem is for
both local and global file links.

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


[Bug 27866] Section Other Projects of Wikimedia uses a different anchor name then a normal wiki header

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27866

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 27866] Section Other Projects of Wikimedia uses a different anchor name then a normal wiki header

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27866

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 129939 had a related patch set uploaded by Withoutaname:
i18n: typo fix for SiteMatrix message

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

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


[Bug 27194] SiteMatrix cleanup

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27194

--- Comment #7 from TeleComNasSprVen drevit...@gmail.com ---
(In reply to Sam Reed (reedy) from comment #6)
 We can't just remove them from langlist as the file is used by the DNS
 configuration.

Does it require input from ops then?

 Is it worth just having a blacklist for Special:SiteMatrix? (see above)

What blacklist would you have in mind?

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


[Bug 61147] Extension matrix bot not working

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61147

[[kgh]] mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

 Depends on||46704

--- Comment #10 from [[kgh]] mediaw...@kghoffmeyer.de ---
This [1] will probably be a good replacement for the extension matrix bot which
is in the pipeline even as we write. Adding a reference to bug 46704 here for
this reason.

[1] http://lists.thingelstad.com/pipermail/wikiapiary-l/2014-April/000152.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 46704] A proper catalog of extensions

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46704

[[kgh]] mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

 Blocks||61147

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


[Bug 64493] java.lang.IllegalStateException: Fragment PageViewFragment{42c490f8} not attached to Activity

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64493

--- Comment #2 from Yuvi Panda yuvipa...@gmail.com ---
Yeah, had other things on my plate. I'll look into this the coming 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 59680] SubProperty mechanism

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59680

dacu...@gmail.com changed:

   What|Removed |Added

 Depends on||49554

-- 
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 49554] allow statements on properties

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49554

dacu...@gmail.com changed:

   What|Removed |Added

 Blocks||59680

-- 
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 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||54433

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


[Bug 54433] Messages about talk pages are not completely adapted to non-talk namespaces

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54433

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||38638

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


[Bug 64488] Consecutive rollbacks problem

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64488

--- Comment #2 from Peter Bena benap...@gmail.com ---
loading of next edits happens very fast even when you are disconnected in
huggle 3, so I assume you are on older version

-- 
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 64488] Consecutive rollbacks problem

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64488

--- Comment #1 from Peter Bena benap...@gmail.com ---
Which version of huggle is 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 64488] Consecutive rollbacks problem

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64488

--- Comment #3 from Peter Bena benap...@gmail.com ---
this what you describe can hardly happen on huggle 3, you either load a next
edit (matter of less than a second) which can be immediately rolled back, or in
case you chose to auto-load newer revision, huggle display hold your fire
banner during which the rollback is forbidden and silently ignored, so I am
unable to reproduce this, are you really talking about latest huggle 3.0.0.0
121x+?

-- 
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 61257] Special:Block tabindex order is incorrect

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61257

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

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 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 61257] Special:Block tabindex order is incorrect

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61257

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 129946 had a related patch set uploaded by Umherirrender:
Remove tabindex from Special:Block

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

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


[Bug 62913] Global user contributions: Implement Show blocks feature

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62913

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
Summary|[Global user contributions  |Global user contributions:
   |(guc aka luxo:)] Show   |Implement Show blocks
   |blocks  |feature

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


[Bug 64415] Make Wikibase compatible with HHVM

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64415

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

   What|Removed |Added

 CC||h...@online.de,
   ||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=backend 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 61699] Global user contributions: Namespace problem

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61699

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

URL|http://tools.wmflabs.org/gu |https://tools.wmflabs.org/g
   |c/  |uc/
 CC||krinklem...@gmail.com
Summary|Global user contributions   |Global user contributions:
   |(guc aka luxo:) namespace   |Namespace problem
   |problem |

-- 
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 62913] Global user contributions: Implement Show blocks feature

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62913

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

URL||https://tools.wmflabs.org/g
   ||uc/
   Assignee|wikibugs-l@lists.wikimedia. |luxo.wp+bugzi...@gmail.com
   |org |

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


[Bug 64417] Remove class_alias or fix HHVM issues with class_alias

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64417

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=backend 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 61699] Global user contributions: Namespace problem

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61699

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

URL|https://tools.wmflabs.org/g |
   |uc/ |
  Component|[other] |Global user contributions

-- 
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 62913] Global user contributions: Implement Show blocks feature

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62913

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

URL|https://tools.wmflabs.org/g |
   |uc/ |
  Component|[other] |Global user contributions

-- 
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 64366] Use marker interfaces to distinguish formatters with different output types.

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64366

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=backend 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 62914] Global user contributions: Implement Recent only feature

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62914

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
  Component|[other] |Global user contributions
   Assignee|wikibugs-l@lists.wikimedia. |luxo.wp+bugzi...@gmail.com
   |org |
Summary|[Global user contributions  |Global user contributions:
   |(guc aka luxo:)] Recent |Implement Recent only
   |only|feature

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


[Bug 62920] Global user contributions: Implement Atom/RSS feed output format

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62920

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

URL|https://tools.wmflabs.org/g |
   |uc/ |
 CC||krinklem...@gmail.com
  Component|[other] |Global user contributions
   Assignee|wikibugs-l@lists.wikimedia. |luxo.wp+bugzi...@gmail.com
   |org |
Summary|[Global user contributions  |Global user contributions:
   |(guc aka luxo:)] Atom/RSS   |Implement Atom/RSS feed
   |feed|output format

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


[Bug 64498] New: Testing the new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64498

Bug ID: 64498
   Summary: Testing the new wikibugs
   Product: Huggle
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Other
  Assignee: benap...@gmail.com
  Reporter: yuvipa...@gmail.com
CC: benap...@gmail.com, mmovc...@wikipedia.de
   Web browser: ---
   Mobile Platform: ---

Sorry for the spam.

-- 
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 64499] New: Global user contributions: Support wildcard in username

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64499

Bug ID: 64499
   Summary: Global user contributions: Support wildcard in
username
   Product: Tool Labs tools
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Global user contributions
  Assignee: luxo.wp+bugzi...@gmail.com
  Reporter: krinklem...@gmail.com
   Web browser: ---
   Mobile Platform: ---

In my similar tool on Toolserver:

 https://toolserver.org/~krinkle/MoreContributions/input.php

There is support for wildcards (only trailing wildcards though, for
performance). I would like to collaborate with GUC from now on and improve your
tool instead of keeping a separate one (you've already done the migration work,
I don't want to do that again for krinkle/MoreContributions).

-- 
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 64407] Username in a failed login is still remembered and shown at the top of the left panel

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64407

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 129947 had a related patch set uploaded by Yuvipanda:
Testing wikibugs

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

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


[Bug 64407] Username in a failed login is still remembered and shown at the top of the left panel

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64407

Yuvi Panda yuvipa...@gmail.com 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 64407] Username in a failed login is still remembered and shown at the top of the left panel

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64407

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 the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 64407] Username in a failed login is still remembered and shown at the top of the left panel

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64407

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 129947 abandoned by Yuvipanda:
Testing wikibugs

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

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


[Bug 64498] Testing the new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64498

--- Comment #1 from Yuvi Panda yuvipa...@gmail.com ---
Test

-- 
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 46322] Move wikibugs and gerrit-wm out of #mediawiki (tracking)

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46322

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

 CC||yuvipa...@gmail.com

--- Comment #14 from Yuvi Panda yuvipa...@gmail.com ---
https://github.com/valhallasw/pywikibugs is the source for people who want to
make modifications.

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


[Bug 64498] Testing the new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64498

--- Comment #2 from Yuvi Panda yuvipa...@gmail.com ---
Tessst

-- 
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 64498] Testing the new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64498

--- Comment #3 from Yuvi Panda yuvipa...@gmail.com ---
Test

-- 
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 64500] New: Testing new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64500

Bug ID: 64500
   Summary: Testing new wikibugs
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Sorry for the spam

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


[Bug 64500] Testing new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64500

--- Comment #1 from Yuvi Panda yuvipa...@gmail.com ---
Test

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


[Bug 64498] Testing the new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64498

--- Comment #4 from Yuvi Panda yuvipa...@gmail.com ---
Test

-- 
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 59703] Fix bot-wmt-blocks.php parsing of block entries

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59703

Southparkfan southparkfan...@hotmail.com changed:

   What|Removed |Added

 CC||southparkfan...@hotmail.com

--- Comment #1 from Southparkfan southparkfan...@hotmail.com ---
Like zh.wikipedia ja.wikipedia blocks gives the same error.

-- 
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 61380] Create autopatrolled group for Serbo-Croatian Wiktionary; members can be assigned and removed by administrators and bureaucrats

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61380

billinghurst billinghu...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---
Summary|User group for  |Create autopatrolled group
   |Serbo-Croatian Wiktionary   |for Serbo-Croatian
   |and enable recent changes   |Wiktionary; members can be
   |patrol  |assigned and removed by
   ||administrators and
   ||bureaucrats

--- Comment #31 from billinghurst billinghu...@gmail.com ---
There is neither need nor call for a separate rollback group, let alone
candidates. Just do the autopatrolled, and allow it to be added  removed by
administrators. That discussion exists at sh.wiktionary.

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


[Bug 61380] Create autopatrolled group for Serbo-Croatian Wiktionary; members can be assigned and removed by administrators and bureaucrats

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61380

--- Comment #32 from billinghurst billinghu...@gmail.com ---
The only other thing that you may wish to consider is the patrol right itself,
and who can patrol others edits. You may wish to have that assigned to this
group, or you may wish to consider that this is a right that can be more
generic.

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


[Bug 64501] New: Modify pywikibot.Timestamp to support Wikidata

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64501

Bug ID: 64501
   Summary: Modify pywikibot.Timestamp to support Wikidata
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
CC: legoktm.wikipe...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Pywikibot currently contains a Timestamp class (see
https://git.wikimedia.org/blob/pywikibot%2Fcore.git/HEAD/pywikibot%2F__init__.py).

This class should be modified like Coordinate to support Wikidata.

Example how to add a time claim:

'action' = 'wbcreateclaim',
'entity' = 'Q82',
'property' = 'P11',
'snaktype' = 'value',
'value' =
'{time:+0002010-01-02T00:00:00Z,timezone:0,before:0,after:0,precision:11,calendarmodel:http://www.wikidata.org/entity/Q1985727}',
'bot' = 1,

(from https://www.mediawiki.org/wiki/Extension:Wikibase_Repository/API)

Should probably at least implement toWikibase and fromWikibase

-- 
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 64367] AbuseFilter does not warn users on Wikidata

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64367

--- Comment #2 from Matěj matejsuchane...@gmail.com ---
https://www.wikidata.org/w/index.php?title=Special:AbuseLogwpSearchFilter=11dir=prevoffset=20140426

Here it works.

-- 
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 64482] Mediawiki:Sitenotice font size

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64482

paladox2015 thomasmulhall...@yahoo.com changed:

   What|Removed |Added

Summary|Mediawiki:Sitenotice on |Mediawiki:Sitenotice font
   |google chrome   |size

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


[Bug 64482] Mediawiki:Sitenotice font size

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64482

--- Comment #1 from paladox2015 thomasmulhall...@yahoo.com ---
The font is bigger on web browsers that use WebKit.

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


[Bug 64502] New: Add more advanced time/date parsing functionality to textlib.py

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64502

Bug ID: 64502
   Summary: Add more advanced time/date parsing functionality to
textlib.py
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
   Web browser: ---
   Mobile Platform: ---

Textlib.py
(https://git.wikimedia.org/blob/pywikibot%2Fcore.git/HEAD/pywikibot%2Ftextlib.py)
is used to parse wikitext and the output machine readable objects. It currently
contains some functionality to parse time and date.

See https://www.wikidata.org/wiki/User:Underlying_lk/harvest_template_old.py
for more expanded functionality.

-- 
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 64420] RTL support in page body in the app

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64420

--- Comment #3 from Liangent liang...@gmail.com ---
Just one more note: page footer needs to be treated separately, because it's in
interface language instead of page body language, but it seems rendered
together with page body.

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


[Bug 64501] Modify pywikibot.Timestamp to support Wikidata

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64501

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

 Blocks||64503

-- 
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 64502] Add more advanced time/date parsing functionality to textlib.py

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64502

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

 Blocks||64503

-- 
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 64503] New: Add time to harvest_template.py

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64503

Bug ID: 64503
   Summary: Add time to harvest_template.py
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
Depends on: 64501, 64502
   Web browser: ---
   Mobile Platform: ---

Time is one of the new Wikibase datatypes. harvest_template.py should support
importing time. 

https://www.wikidata.org/wiki/User:Underlying_lk/harvest_template_old.py can be
used as reference, but that code combines everything. I split it up in multiple
bugs.

-- 
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 61380] Create autopatrolled group for Serbo-Croatian Wiktionary; members can be assigned and removed by administrators and bureaucrats

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61380

--- Comment #33 from Kolega2357 kolega2...@gmail.com ---
$wgGroupPermissions['autopatrol']['autopatrol'] = true;
$wgGroupPermissions['autopatrol']['rollback'] = false;
$wgGroupPermissions['autopatrol']['patrol'] = false; (for patrolling new pages)

Can this?

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


[Bug 64494] on conflict with other label/description raise exception instead of retrying

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64494

--- Comment #1 from akkakk_bugzi...@yahoo.de ---
code to reproduce:

#!/usr/bin/python
# -*- coding: utf-8 -*-
import pywikibot
site = pywikibot.Site(wikidata, wikidata)
repo = site.data_repository()
q = Q5281234
item_obj = pywikibot.ItemPage(repo, q)
content = item_obj.get()
descriptions = content['descriptions']
descriptions['en'] = Wikimedia disambiguation page
item_obj.editDescriptions(summary=utesting for
https://bugzilla.wikimedia.org/show_bug.cgi?id=64494;,
descriptions=descriptions)
print(please check that https://www.wikidata.org/wiki/Q5281234 hasn't change)

-- 
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 64498] Testing the new wikibugs

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64498

--- Comment #5 from Yuvi Panda yuvipa...@gmail.com ---
Test

-- 
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 54433] Messages about talk pages are not completely adapted to non-talk namespaces

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54433

Scott Martin sc...@urbigenous.net changed:

   What|Removed |Added

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

--- Comment #10 from Scott Martin sc...@urbigenous.net ---
*** Bug 57273 has been marked as a duplicate of this bug. ***

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


[Bug 57273] Improve echo message for mention on talk page of person making the mention

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57273

Scott Martin sc...@urbigenous.net changed:

   What|Removed |Added

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

--- Comment #6 from Scott Martin sc...@urbigenous.net ---
Marking as duplicate per Quiddity on bug 54433.

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

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


[Bug 61380] Create autopatrolled group for Serbo-Croatian Wiktionary; members can be assigned and removed by administrators and bureaucrats

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61380

--- Comment #34 from billinghurst billinghu...@gmail.com ---
I believe that the additions would be ...

# groupOverrides ...
// Miscellaneous ...

'shwiktionary' = array(
 'autopatrolled' = array( 'autopatrol' = true ), // bug 61380
),

There is no need to list the false if they align with the default.

# wgAddGroups @{ ...

'+shwiktionary' = array(
'bureaucrat' = array( 'autopatrolled' ),
'sysop' = array( 'autopatrolled' ),  // bug 61380
),


# wgRemoveGroups @{ ...

'+shwiktionary' = array(
'bureaucrat' = array( 'autopatrolled' ),
'sysop' = array( 'autopatrolled' ),  // bug 61380
),

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


[Bug 64501] Modify pywikibot.Timestamp to support Wikidata

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64501

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

 CC||mpaa.w...@gmail.com

--- Comment #1 from Mpaa mpaa.w...@gmail.com ---
There is already class WbTime(object) with the methods above. Shouldn't we
extend this class instead, with a method that accepts a pywikibot.Timestamp as
input (fromTimeStampToWbTime or similar?)?

-- 
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 61380] Create autopatrolled group for Serbo-Croatian Wiktionary; members can be assigned and removed by administrators and bureaucrats

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61380

--- Comment #35 from Kolega2357 kolega2...@gmail.com ---
(In reply to billinghurst from comment #34)
 I believe that the additions would be ...
 
 # groupOverrides ...
 // Miscellaneous ...
 
 'shwiktionary' = array(
  'autopatrolled' = array( 'autopatrol' = true ), // bug 61380
 ),
 
 There is no need to list the false if they align with the default.
 
 # wgAddGroups @{ ...
 
   '+shwiktionary' = array(
   'bureaucrat' = array( 'autopatrolled' ),
   'sysop' = array( 'autopatrolled' ),  // bug 61380
   ),
 
 
 # wgRemoveGroups @{ ...
 
   '+shwiktionary' = array(
   'bureaucrat' = array( 'autopatrolled' ),
   'sysop' = array( 'autopatrolled' ),  // bug 61380
   ),

Super good idea.


 'shwiktionary' = array(
  'autopatrolled' = array( 'autopatrol', 'patroller', 'rollbacker', 
 = true ), // bug 61380
 ),

Really?

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


[Bug 64501] Modify pywikibot.Timestamp to support Wikidata

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64501

--- Comment #2 from Maarten Dammers maar...@mdammers.nl ---
I completely overlooked WbTime. Shouldn't the two of them be merged into one
object?

-- 
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 64488] Consecutive rollbacks problem

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64488

Peter Bena benap...@gmail.com 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 64504] New: Notification involving suppressed revision produces erroneous link

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64504

Bug ID: 64504
   Summary: Notification involving suppressed revision produces
erroneous link
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sc...@urbigenous.net
CC: agarr...@wikimedia.org, bs...@wikimedia.org,
legoktm.wikipe...@gmail.com, pandiculat...@gmail.com
   Web browser: ---
   Mobile Platform: ---

If you get a notification involving a revision which was suppressed before you
saw it, you get this message:

Example mentioned you on the Example talk page in This page revision has been
suppressed..

Links in the above are

Example → User:Example
Example talk page → Talk:Example
This page revision has been suppressed. →
Talk:Example#This_page_revision_has_been_suppressed.

The suppression message is getting treated as a section ID, trailing full stop
and all, which is obviously incorrect.

There doesn't seem to be much point in delivering such a notification, but by
the looks of it that would be complicated. Echo appears to be pulling the page
title at the time the user asks to see the notification, by which point it's
gone. Perhaps Special:RevisionDelete could pass suppressed revision IDs to Echo
at the time of action, saying cancel any unsent notifications relating to this
revision? Seems like it might take some work to do though.

Failing that, I'd suggest a correction of:

Example mentioned you on the Example talk page, but that revision has been
suppressed.

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


[Bug 64504] Notification involving suppressed revision produces erroneous link

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64504

Scott Martin sc...@urbigenous.net changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=54433

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


[Bug 54433] Messages about talk pages are not completely adapted to non-talk namespaces

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54433

Scott Martin sc...@urbigenous.net changed:

   What|Removed |Added

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

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


[Bug 64505] New: list=allursers auactiveusers recenteditcount value is multiplied by the number of groups

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64505

Bug ID: 64505
   Summary: list=allursers auactiveusers recenteditcount value is
multiplied by the number of groups
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dariogi...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

Consider the following queries:

*
http://test2.wikipedia.org/w/api.php?action=querylist=allusersaugroup=revieweraufrom=Selenium_useraulimit=1auactiveusers=1
*
http://test2.wikipedia.org/w/api.php?action=querylist=allusersaugroup=reviewer|editoraufrom=Selenium_useraulimit=1auactiveusers=1
*
http://test2.wikipedia.org/w/api.php?action=querylist=allusersaugroup=reviewer|editor|qa_automationaufrom=Selenium_useraulimit=1auactiveusers=1

As you can see the value of recenteditcount is x in the first query, 2x in the
second query and 3x in the third query. My guess is that the first one returns
the correct value, while the other two multiply it by the number of queried 
(with augroup) groups that Selenium_user belongs to.

Now consider the following query:

*
http://test2.wikipedia.org/w/api.php?action=querylist=allusersauprop=groupsaufrom=Selenium_useraulimit=1auactiveusers=1

The value of recenteditcount is now 4x, which I guess is the number of the
groups that augroup could accept and that Selenium_user belongs to. The fact
that augroup is used or not doesn't influence the result in this case.

I think the value of recenteditcount should be x in all the above queries.

(Not relevant, but this bug was originally discovered in
https://github.com/kynikos/wiki-monkey/issues/174#issuecomment-41472026 )

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


[Bug 64506] New: Give feedback over hideuser after block, reblock or unblock

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64506

Bug ID: 64506
   Summary: Give feedback over hideuser after block, reblock or
unblock
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User blocking
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: umherirrender_de...@web.de
   Web browser: ---
   Mobile Platform: ---

When a oversighter is blocking a user account with hideuser, than the success
page should have a hint about this. Same for unblocking and reblock (when
hideuser setting is changed).

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


[Bug 64505] list=allusers auactiveusers recenteditcount value is multiplied by the number of groups

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64505

kynikos dariogi...@gmail.com changed:

   What|Removed |Added

Summary|list=allursers  |list=allusers auactiveusers
   |auactiveusers   |recenteditcount value is
   |recenteditcount value is|multiplied by the number of
   |multiplied by the number of |groups
   |groups  |

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


[Bug 64507] New: list=allusers auprop=groups auactiveusers limits the number of returned groups

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64507

Bug ID: 64507
   Summary: list=allusers auprop=groups auactiveusers limits the
number of returned groups
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dariogi...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

Consider the following two queries:

*
http://test2.wikipedia.org/w/api.php?action=querylist=allusersauprop=groupsaufrom=Selenium_useraulimit=1
*
http://test2.wikipedia.org/w/api.php?action=querylist=allusersauprop=groupsaufrom=Selenium_useraulimit=1auactiveusers=1

The first query shows all the 7 groups that User:Selenium_user belongs to,
while the second one only shows (the first?) 4, apparently only because
auactiveusers has been added.

I think the second query should return all the 7 groups like the first one.

(Not relevant, but the bug was originally discovered in
https://github.com/kynikos/wiki-monkey/issues/174#issuecomment-41489779 )

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


[Bug 64507] list=allusers auprop=groups auactiveusers limits the number of returned groups

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64507

--- Comment #1 from kynikos dariogi...@gmail.com ---
https://bugzilla.wikimedia.org/show_bug.cgi?id=64505 may be related.

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


[Bug 64505] list=allusers auactiveusers recenteditcount value is multiplied by the number of groups

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64505

--- Comment #1 from kynikos dariogi...@gmail.com ---
Sorry for the typo in the original subject (list=allursers should be
list=allusers).

https://bugzilla.wikimedia.org/show_bug.cgi?id=64507 may be related.

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


[Bug 64508] New: Add a Maxlag header

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64508

Bug ID: 64508
   Summary: Add a Maxlag header
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: thde...@gmx.de
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

As API user it is confusing, if I had to mix API payload with request handling
(retry) params

e.G.:
HEADER:  User-Agent:... t...@example.org ...
HEADER:  Accept-Encoding: gzip
HEADER:  Accept: application/json
REQUEST: api.php?action=querymeta=siteinfomaxlag=5

says:My client is written by t...@example.org, it will accept gziped json
respones and send you a GET with request: give me the siteinfo of the wiki
please (and btw: my client supports wikipedia maxlag request throttleing)

...

What do you think about:
HEADER:  X-Accept-MediaWiki:maxlag

says:My client  will accept correct retry handling of responses with
Statuscode 200 or 503 with headers: 
  MediaWiki-API-Error: maxlag (optional)
  Retry-After: [0-9]+
  X-Database-Lag: [0-9]+

See Also: http://en.wikipedia.org/wiki/Content_negotiation

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


[Bug 61380] Create autopatrolled group for Serbo-Croatian Wiktionary; members can be assigned and removed by administrators and bureaucrats

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61380

--- Comment #36 from Vogone leon.liese...@wikipedia.de ---
(In reply to Kolega2357 from comment #35)
 (In reply to billinghurst from comment #34)
  'shwiktionary' = array(
   'autopatrolled' = array( 'autopatrol', 'patroller', 'rollbacker', 
  = true ), // bug 61380
  ),
 
 Really?

*If* you really decide to let autopatrollers using the patrol and the rollback
right you would need to add:

'shwiktionary' = array(
'autopatrolled' = array(
'autopatrol' = true,
'patrol' = true,
'rollback' = true,
), // bug 61380
),

Anyway, this is done by the developers and would require consensus onwiki
beforehand (though I did not check yet whether that is currently the case).

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


[Bug 64494] on conflict with other label/description raise exception instead of retrying

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64494

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Mpaa mpaa.w...@gmail.com ---
The retry has been inserted to fix this bug:
https://bugzilla.wikimedia.org/show_bug.cgi?id=62126.

Here one gets:

result -
{u'servedby': u'mw1199',  u'error': {u'info': u'Another item (Q1151870) already
has label disambiguation and description Wikimedia disambiguation page
associated with language code en.', u'code': u'failed-save', u'messages':
{u'0': {u'type': u'error', u'name': u'wikibase-error-label-not-unique-item',
u'parameters' [u'disambiguation', u'en', {}, u'Wikimedia disambiguation
page']}, u'html': {u'*': u'pAnother item (Q1151870) already has label
disambiguation and description Wikimedia disambiguation page associated
with language code en.\n/p'

Probably the reason of failure should be analysed to understand the action to
take.

-- 
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 64478] Integrate MediaWiki ref with HTML5 cite and q tag

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64478

--- Comment #7 from Rezonansowy lukas.ce...@gmail.com ---
I forgot to say about yet another important thing. Please see
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28proposals%29/Archive_109#Allow_user_preferences_in_References_section
first.
I mean customization of the references citation style. If we have a MediaWiki
Web-standards-compliant solution for references, users could choose theirs
citation style same like on Special:Cite page. Examples:
* APA
* EMA...

...just see this on
https://en.wikipedia.org/w/index.php?title=Special%3ACitepage=a .

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


[Bug 57657] option for Special:ItemDisambiguation to redirect to Special:Search if no results

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57657

--- Comment #2 from dacu...@gmail.com ---
Actually I think it would be better to give the option to create a new item
with the provided label. Or perhaps both options.

-- 
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 64494] on conflict with other label/description raise exception instead of retrying

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64494

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 129964 had a related patch set uploaded by Xqt:
(bug 64494) do not retry on wikibase-error-label-not-unique-item

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

-- 
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 64494] on conflict with other label/description raise exception instead of retrying

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64494

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 64494] on conflict with other label/description raise exception instead of retrying

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64494

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 64449] Huggle 3, Build 1183 - Several issues in the Report username section.

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64449

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Peter Bena benap...@gmail.com ---
This should be all fixed now

-- 
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 62258] Sizing of `framed` images

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62258

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #15 from Umherirrender umherirrender_de...@web.de ---
You have missed the localized version at least for dewiki (gerahmt), see [1]
There are also english aliase (enframed and frame)



[1]
https://de.wikipedia.org/w/index.php?title=Airbus_A350oldid=129797202#Zweiter_Entwurf

-- 
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 64488] Consecutive rollbacks problem

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64488

--- Comment #4 from Amol Bhave ammubh...@gmail.com ---
My version is: 3.0.0.0 build: 1200 0a0c6de
OS: Ubuntu 14.04 LTS.

My Wikipedia contribution history for the relevant time is as follows:

00:44, 27 April 2014 (diff | hist) . . (+945)‎ . . N User talk:99.17.204.20 ‎
(Message re. Terry Richardson (HG 3))
00:44, 27 April 2014 (diff | hist) . . (+983)‎ . . N User talk:2.223.220.58 ‎
(Message re. TU Delft Faculty of Architecture (HG 3))
00:44, 27 April 2014 (diff | hist) . . (-473)‎ . . m Terry Richardson ‎
(Reverted edits by 99.17.204.20 (talk) (HG 3))
00:44, 27 April 2014 (diff | hist) . . (-12)‎ . . m TU Delft Faculty of
Architecture ‎ (Reverted edits by 2.223.220.58 (talk) (HG 3)) (current)
[rollback: 1 edit]


I reverted the 'TU Delft' edit by pressing the 'Q' key. And then in succession,
the 'Terry Richardson' edit got loaded and also got automatically reverted
back. I didn't get a 'hold your fire' banner after that. Surprisingly, the User
talk page for the editor of 'TU Delft' got warned after the 'Terry Richardson'
edit was accidentally reverted. I am on a really fast/low latency connection.
Is it the case that the 'hold your fire' gets enabled after the talk page is
written? This might explain this.

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


[Bug 64362] Remove edits with negative score

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64362

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Peter Bena benap...@gmail.com ---
https://github.com/huggle/huggle3-qt-lx/compare/25a20c2f1d17...5d7769996ce4

-- 
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 64509] New: Offer an alternative to imported from

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64509

Bug ID: 64509
   Summary: Offer an alternative to imported from
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: dacu...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Bot operators are currently marking imported data from the Wikipedias with
imported from:Wikipedia X as a reference/source for the claim. 

This method has a strong opposition:
https://www.wikidata.org/wiki/Property_talk:P143
https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2013/08#Problem_with_imported_from_.28P143.29
https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2013/11#Imported_from_WIkipedia_vs_no_source
https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2013/07#Not_counting_.22imported_from.22_as_a_source

A more relevant information would be to show on which sites the statement value
is being used, because:
a) it is roughly equivalent to imported from, but always up-to-date
b) it gives a good overview of which sites are using which data
c) it switches the mindset from unidirectional data imports to import data
and use it

A way to show this information could be with a section similar to X sources
but called X uses. On expansion, it would show which sites are using the
value. 

Cheers,
Micru

-- 
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 52136] Redesign Item UI for Wikidata repo

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52136

dacu...@gmail.com changed:

   What|Removed |Added

 Depends on||64509

-- 
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 64509] Offer an alternative to imported from

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64509

dacu...@gmail.com changed:

   What|Removed |Added

 Blocks||52136

-- 
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 64511] New: Bad formatting when edits for special files

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64511

Bug ID: 64511
   Summary: Bad formatting when edits for special files
   Product: Huggle
   Version: 3.0.0
  Hardware: PC
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Application
  Assignee: benap...@gmail.com
  Reporter: ammubh...@gmail.com
CC: benap...@gmail.com, mmovc...@wikipedia.de
   Web browser: ---
   Mobile Platform: ---

Created attachment 15224
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15224action=edit
Screenshot of the bad formatting example

I noticed that when a edit in a user's own page's /vector.js came up for edit,
the formatting of the diff display was bad as if not CSS came up.

I think is this edit:
https://hi.wikipedia.org/w/index.php?title=%E0%A4%B8%E0%A4%A6%E0%A4%B8%E0%A5%8D%E0%A4%AF:Lupo/vector.jsdiff=2336153oldid=2336151

I have also seen bad formatting on some other pages too (possible .css files
but not sure).
Maybe the diff content is not being properly escaped?

-- 
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 20202] Web performance: texvc math images do not specify width and height attributes

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20202

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 129974 had a related patch set uploaded by TheDJ:
Math: Retrieve dimensions of math images

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

-- 
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 20202] Web performance: texvc math images do not specify width and height attributes

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20202

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 39487] need for all projects to have common DOI citation templates...

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39487

dacu...@gmail.com changed:

   What|Removed |Added

 Depends on||46521

-- 
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 46521] Create a VisualEditor plugin tool to insert/edit references to Wikidata queries

2014-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46521

dacu...@gmail.com changed:

   What|Removed |Added

 Blocks||39487

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


  1   2   3   >