[Bug 61845] New: Flow: Easier batch-loading

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61845

Bug ID: 61845
   Summary: Flow: Easier batch-loading
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mmul...@wikimedia.org
CC: ebernhard...@wikimedia.org, mpinc...@wikimedia.org,
pandiculat...@gmail.com, sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

We have lots of mechanism in place to cache stuff we've fetched from network
resources in memory.

The cool think about this is that we can batch-load a lot of
workflows/posts/... at once, and then just query from them again individually
wherever we need them (e.g. let Collection query for them - if data is in local
cache already, it won't cause additional network roundtrips)

I think we should build some batchloader class to make batchloading easier.
We already have lots of batchloading code spread throughout (e.g. the AFAIK
unused AbstractFormatter::loadRevisions * ::loadWorkflows) - I'd love to
consolidate this in one place where all code can call it from

-- 
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 61824] Install internetarchive python package

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61824

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
Summary|Internet Archive access |Install internetarchive
   |(very important for |python package
   |wikisource projects) should |
   |be managed by python bots.  |

-- 
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 61011] Failed to cope with miss matched superscript and subscript tags

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61011

--- Comment #5 from Richard Morris r...@singsurf.org ---
Probably not. Its quite an easy mistake to make, no doubt there are other
instances, but a really very minor problem. A better option might be a periodic
scan of the database to spot miss-matched tags.

-- 
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 60534] Installer should write LocalSettings.php itself when it's able to

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60534

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 114966 had a related patch set uploaded by Nemo bis:
Automatically copy the LocalSettings.php file to the desired location

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

-- 
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 54618] Make exception handling in mw.loader.using sane

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54618

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

   What|Removed |Added

 CC||gti...@wikimedia.org

--- Comment #1 from Tisza Gergő gti...@wikimedia.org ---
Not sure if it's related, but I recently had a syntax error in some less file
for a module that was loaded via mw.loader.using. (Or more precisely the less
file belonged to another module the first module depended on.) This seems like
the first case you describe, but there was no console message, not even in
debug mode. (We did not pass an error handler so it took a while to figure out
what's going on...)

-- 
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 16864] Auto-login is creating accounts

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16864

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

--- Comment #11 from Nemo federicol...@tiscali.it ---
I never found time to spend a few hours trying to reproduce this bug in a way
satisfactory to the devs' needs, but it's clearly not fixed. Just look at the
automatic account creations on Wikiversity (lowest traffic English site), a
hundred per hour: https://en.wikiversity.org/wiki/Special:Log/newusers
The typical example has 11 accounts created at once in the same minute on all
English language projects, evidently upon login to one of them:
[[Special:CentralAuth/Simonfransila]].

-- 
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 61802] Use a different format for l10n_cache (or document why the current one is the best one)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61802

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com ---
For definite answer you need to ask Tim who wrote the code. My guess is that it
just followed the pattern of BagOStuff which serializes values.

I will undermine your use case a bit though:
1) You should not be accessing a cache directly, it may not even exist.
2) WMF is using CDB files, no DB for l10n cache.
3) Why don't you spin up MediaWiki and ask it to provide you the information
you need. No network needed for that.

The language engineering team does not have knowledge of or capacity to address
all i18n/l10n related issues [1], but we will do our best to help you and make
you depend less on us.

[1] We spend largest portion of our time on feature development.

-- 
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 61830] l10n updates broken on beta

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61830

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

   What|Removed |Added

 Blocks||61773

-- 
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 61773] GlobalCssJs: globalcssjs-desc is missing

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61773

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Depends on||61830
 Resolution|--- |FIXED

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
The l10n cache was no more updating on the beta cluster which was because of
some json file being invalid in operations/mediawiki-config.git (bug 61830).
https://gerrit.wikimedia.org/r/#/c/114980/ fixed it, I have deployed the change
on sunday evening European time.

-- 
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 61457] Disable Bugzilla audit email on kaulen

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61457

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Also see RT 6894

-- 
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 61741] Anchors don't appear in URL once the viewer is loaderd

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61741

Gilles Dubuc gdu...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #2 from Gilles Dubuc gdu...@wikimedia.org ---
https://gerrit.wikimedia.org/r/#/c/114728/

-- 
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 60939] Please enable ULS webfonts by default at Hebrew Wikisource

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60939

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |org |
   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 61542] src attribute of image in MMV view is not related to src of image in page

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61542

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 114403 merged by jenkins-bot:
Use cross-origin img attribute instead of data URI

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

-- 
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 61542] src attribute of image in MMV view is not related to src of image in page

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61542

Tisza Gergő gti...@wikimedia.org 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 61844] Mixing/Shuffling questions disables playing audio files: Error: vid is undefined

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61844

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|Mix of questions doesnt |Mixing/Shuffling questions
   |work with audio files   |disables playing audio
   ||files:  Error: vid is
   ||undefined

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Confirming. Browser Error Console says:

11:04:25.376 TypeError: vid is undefined load.php:104
11:04:27.422 TypeError: _this is undefined load.php:320

-- 
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 61231] Undefined global WindowsError in version.py

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231

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

   What|Removed |Added

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

--- Comment #9 from Andre Klapper aklap...@wikimedia.org ---
Closing again as per comment 8, as the original bug reported in *this* report
is 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 55130] version.py does not work with git

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55130

Merlijn van Deen valhall...@arctus.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||valhall...@arctus.nl
 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 61846] New: version.py crashes on tool labs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61846

Bug ID: 61846
   Summary: version.py crashes on tool labs
   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: valhall...@arctus.nl
CC: russb...@hotmail.com
   Web browser: ---
   Mobile Platform: ---

Russell Blau 2014-02-24 02:45:56 CET
This just leads to a new error:

/usr/lib/python2.7/subprocess.py in _execute_child(self=subprocess.Popen
object, args=['git.cmd', '--no-pager', 'log', '-1',
'--pretty=format:%ad|%an|%h|%H|%d--abbrev-commit', '--date=iso'],
executable='git.cmd', preexec_fn=None, close_fds=False,
cwd='/shared/pywikipedia/rewrite', env=None, universal_newlines=False,
startupinfo=None, creationflags=0, shell=False, p2cread=None, p2cwrite=None,
c2pread=8, c2pwrite=9, errread=None, errwrite=None)
   1247 if fd is not None:
   1248 os.close(fd)
= 1249 raise child_exception
   1250 
   1251 
child_exception = OSError(2, 'No such file or directory')


type 'exceptions.OSError': [Errno 2] No such file or directory 
  args = (2, 'No such file or directory') 
  child_traceback = 'Traceback (most recent call last):\n File
/usr/...st)\nOSError: [Errno 2] No such file or directory\n' 
  errno = 2 
  filename = None 
  message = '' 
  strerror = 'No such file or directory'


Basically, getversiondict() needs to be able to fail gracefully and return some
kind of placeholder value if it isn't able to locate either a GIT or SVN
version number, rather than throw an exception and stop the entire framework
from executing.

-- 
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 61231] Undefined global WindowsError in version.py

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231

Merlijn van Deen valhall...@arctus.nl changed:

   What|Removed |Added

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

-- 
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 61846] version.py crashes on tool labs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61846

Merlijn van Deen valhall...@arctus.nl changed:

   What|Removed |Added

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

-- 
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 43362] Limit Special:Contributions to registered or anonymous users when filtered to User or User talk namespace

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43362

--- Comment #4 from Scott Martin sc...@urbigenous.net ---
To be completely honest, I don't fully recall the circumstances that led to my
filing this. I believe that I may have been trying to find a comment that I
left on the talk page of an anonymous user around a certain date, which was
proving hard to spot among many other edits to named users' talk pages.

-- 
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 61846] version.py crashes on tool labs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61846

--- Comment #1 from Merlijn van Deen valhall...@arctus.nl ---
@Sorawee in Bug 61231: at the very least, it should fail gracefully (reporting
a revision -1, for example). Not being able to determine the version should not
break bots.

-- 
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 61802] Use a different format for l10n_cache (or document why the current one is the best one)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61802

--- Comment #7 from Nemo federicol...@tiscali.it ---
By the way, Toolserver has a special table for namespace names and I'm told
Labs recently got such feature too.
https://wiki.toolserver.org/view/Toolserver_database

-- 
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 42538] Parser function for labelling TOC items/entries

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42538

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

   What|Removed |Added

   Keywords||design
Version|unspecified |1.23-git

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


[Bug 61838] $wgShortUrlTemplate option not functional

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61838

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

   What|Removed |Added

  Attachment #14666|0   |1
   is patch||
  Attachment #14666|application/octet-stream|text/plain
  mime type||

-- 
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 57876] Provide commonswiki, wikidatawiki and centralauth on all clusters

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57876

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #8 from Nemo federicol...@tiscali.it ---
(In reply to Tim Landscheidt from comment #0)
 Currently, commonswiki_p.page is accessible and JOINable as
 commonswiki_f_p.page from within - for example - enwiki_p and dewiki_p.

Is this documented anywhere? I can't find any info whatsoever on federated
tables, joins of commonswiki/centralauth, commonswiki_f_p or any other keyword
I could think of.

-- 
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 61838] $wgShortUrlTemplate option not functional

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61838

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

   What|Removed |Added

   Keywords||patch, patch-need-review
 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Thanks for your patch!

You are welcome to use Developer access
  https://www.mediawiki.org/wiki/Developer_access
to submit this as a Git branch directly into Gerrit:
  https://www.mediawiki.org/wiki/Git/Tutorial

Putting your branch in Git makes it easier to review it quickly. If you don't
want to set up Git/Gerrit, you can also use
https://tools.wmflabs.org/gerrit-patch-uploader/

-- 
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 61842] Cite entries in extension-list need re-examination

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61842

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

   What|Removed |Added

   Priority|Unprioritized   |Low
   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 700] Code quality issues (tracking)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

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

   What|Removed |Added

 Depends on||61841

-- 
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 61841] Re-examine API module permissions (isAllowed, isBlocked) checks

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61841

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Blocks||700
   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 61837] Search and replace dialog needs a help link for the regular expression handling

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61837

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |NEW
 Blocks||1
 Ever confirmed|0   |1
   Severity|major   |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 1] Documentation is out of date, incomplete (tracking)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

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

   What|Removed |Added

 Depends on||61837

-- 
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 47991] Show user name being queried in title of Special:CentralAuth

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47991

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

   What|Removed |Added

   Target Milestone|--- |MW 1.23 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 60822] [Regression] doc.wikimedia.org is unreliable (Redirect loop, DNS problems)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60822

--- Comment #13 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 111917 merged by Faidon Liambotis:
Send Vary header on http to http redirect

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

-- 
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 61090] Better test coverage for extension math

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61090

--- Comment #15 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115133 had a related patch set uploaded by Hashar:
Describe Math related packages in a class

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

-- 
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 61749] viewing a diff does not show the latest revision below the diff

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61749

--- Comment #3 from Thiemo Mättig thiemo.maet...@wikimedia.de ---
(In reply to Lydia Pintscher from comment #2)
 https://www.wikidata.org/w/?title=Q5089124diff=0oldid=97248895
 is one.

Huh, where does the diff=0 come from? Do you typed this?
https://www.wikidata.org/w/?title=Q5089124diff=curoldid=97248895 does work as
expected.

The core code that checks and parses the diff and oldid parameters is a bit
strange. There is no comparison with a constant cur in core. Instead it
checks for prev, next and numbers and treads everything else (even an empty
...diff... with no equal sign) as cur. Example:
https://www.wikidata.org/w/?diffoldid=104570626

For some reason all this does not work in Wikibase. In my opinion it should be
made the same.

-- 
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 60384] hhvm not working

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60384

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115134 had a related patch set uploaded by Ori.livneh:
HHVM role: use hhvm-fastcgi package

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

-- 
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 60384] hhvm not working

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60384

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 60384] hhvm not working

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60384

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115134 merged by jenkins-bot:
HHVM role: use hhvm-fastcgi package

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

-- 
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 60384] hhvm not working

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60384

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

   What|Removed |Added

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

--- Comment #3 from Ori Livneh o...@wikimedia.org ---
Change 115134 should fix it. Please re-open otherwise.

-- 
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 61090] Better test coverage for extension math

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61090

--- Comment #16 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115135 had a related patch set uploaded by Hashar:
Move math related packages to a puppet class

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

-- 
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 61090] Better test coverage for extension math

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61090

--- Comment #17 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115102 abandoned by Physikerwelt:
Add texlive-lang-greek

Reason:
See Ifcf184b2f016f3dab6a1d32feab4162b7de51ca6

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

-- 
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 31369] Non-canonical HTTPS URLs quietly redirect to HTTP

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #73 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Gerrit Notification Bot from comment #64)
 https://gerrit.wikimedia.org/r/106109

jeremyb: Patch should be split into several patches - anybody willing to do
this?

Greg: You set this to highest priority half a year ago. Is the importance still
correct?

-- 
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 61228] https://www.wikipedia.com/ uses an invalid security certificate.

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61228

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

   What|Removed |Added

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

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


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

-- 
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 61847] New: Database replica: ERROR 1045 (28000): Access denied for user

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61847

Bug ID: 61847
   Summary: Database replica: ERROR 1045 (28000): Access denied
for user
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: federicol...@tiscali.it
CC: benap...@gmail.com, t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

I've been unable to connect to database replicas for a few months now. It's not
urgent because I'm using Toolserver in the meanwhile, but I'm filing it because
it's obviously not going away by itself.

I have a .my.cnf file which is the same as replica.my.cnf as
https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/Help#Database_access
seems to request.

nemobis@tools-login:~$ sql itwiki_p
ERROR 1045 (28000): Access denied for user 'u2179'@'10.4.0.220' (using
password: YES)

etc. (it's the same for all clusters).

-- 
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 40998] https://en.wikipedia.com and similar throw certificate warning

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40998

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

   What|Removed |Added

 CC||nels.n.nel...@gmail.com

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
*** Bug 61228 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 61048] Disabling https broken

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61048

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Wondering if this creates bug 54350. Anybody planning to work on 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 54350] You are centrally logged in. Reload the page message still shown after reloading

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54350

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

   What|Removed |Added

Summary|centrally logged in ... |You are centrally logged
   |Reload the page |in. Reload the page
   ||message still shown after
   ||reloading

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Has anybody still seen this problem recently?
I wonder if it's related to bug 61048.

-- 
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 61847] Database replica: ERROR 1045 (28000): Access denied for user

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61847

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

-- 
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 58480] access to database cluster S6.labsdb (ruwiki, jawiki, frwiki) broken / denied

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58480

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

-- 
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 61090] Better test coverage for extension math

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61090

--- Comment #18 from Antoine hashar Musso has...@free.fr ---
I have manually installed the texlive packages on both Jenkins CI slaves
gallium and lanthanum using:

apt-get install dvipng gsfonts texlive texlive-bibtex-extra texlive-font-utils
texlive-fonts-extra texlive-lang-croatian texlive-lang-cyrillic
texlive-lang-czechslovak texlive-lang-danish texlive-lang-dutch
texlive-lang-finnish texlive-lang-french texlive-lang-german texlive-lang-greek
texlive-lang-hungarian texlive-lang-italian texlive-lang-latin
texlive-lang-mongolian texlive-lang-norwegian texlive-lang-other
texlive-lang-polish texlive-lang-portuguese texlive-lang-spanish
texlive-lang-swedish texlive-lang-vietnamese texlive-latex-extra
texlive-math-extra texlive-pictures texlive-pstricks texlive-publishers 


That is essentially doing the same as applying the mediawiki::packages::math
puppet class proposed by Gerrit change #115133

-- 
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 60269] SUL Info tool needs No SUL account text to stand out more

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60269

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

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


[Bug 57896] Duplicate translation notifications are generated (again)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57896

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Tilman / Asaf: As bug 55397 and bug 42715 are fixed: 
Has anybody still seen this problem lately?

-- 
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 57485] User accounts should have a replica.my.cnf

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57485

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #1 from Nemo federicol...@tiscali.it ---
Which accounts do not have one?

-- 
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 53770] The target filename is invalid when trying to move/delete specific file on Commons

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53770

--- Comment #15 from Andre Klapper aklap...@wikimedia.org ---
Rainer / Revi /Steinsplitter: I'm sorry this report has not received sufficient
attention yet.  Are there recent examples for this 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 61090] Better test coverage for extension math

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61090

--- Comment #19 from Antoine hashar Musso has...@free.fr ---
Patchset 17 of https://gerrit.wikimedia.org/r/#/c/112353/ (Math extension) pass
the tests
http://integration.wikimedia.org/ci/job/mwext-Math-testextensions-master/663/

I guess we can close this bug, will make sure puppet/debian packages get
reviewed and applied by ops. The changes are under my Gerrit dashboard :-]

-- 
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 47464] Undefined offset notice in ImageGallery.php if fileuntil=xxx.yyy is appended on Category: pages

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|1.20.x  |1.21.2
Summary|Undefined offset notice in  |Undefined offset notice in
   |ImageGallery.php if |ImageGallery.php if
   |fileuntil=xxx.yyy is   |fileuntil=xxx.yyy is
   |appended|appended on Category: pages
 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 50890] Various links to special pages are not constructed correctly

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50890

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 114751 merged by jenkins-bot:
Correctly construct edit-links to SpecialPages in EntityView

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

-- 
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 61794] The specified target page _ is invalid after completing captcha with SemanticForms

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61794

--- Comment #2 from Al Johnson alj62...@yahoo.com ---
MW 1.20.  Sorry, no public test case.

-- 
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 50890] Various links to special pages are not constructed correctly

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50890

Thiemo Mättig thiemo.maet...@wikimedia.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||thiemo.maet...@wikimedia.de
 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 700] Code quality issues (tracking)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Bug 700 depends on bug 50890, which changed state.

Bug 50890 Summary: Various links to special pages are not constructed correctly
https://bugzilla.wikimedia.org/show_bug.cgi?id=50890

   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 61814] If configured with protocol-relative $wgServer, suggested URL is invalid

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61814

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
Which extension is this about, and which repository is the patch against?

-- 
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 61508] [Regression] Jenkins: Jobs for npm testing are broken due to npm certificate issues on the new slaves

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61508

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

   What|Removed |Added

   Priority|High|Normal
   Assignee|has...@free.fr  |krinklem...@gmail.com

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
Lowering priority and assigning back to Timo.  He applied a workaround.  Still
have to fill bugs as mentioned in comment #3

-- 
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 20547] Update non-standard language codes to be in accordance with ISO 639-3

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20547

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

   What|Removed |Added

Summary|Update some language codes  |Update non-standard
   |in the projects |language codes to be in
   ||accordance with ISO 639-3

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
The request is to change zh-hak to hak and others, but the list of some
language codes is missing here so it's very unclear when this report would be
fixed. Gerard, could you clarify which language codes are affected?

http://www-01.sil.org/iso639-3/codes.asp

-- 
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 51908] Jenkins should flag usage of deprecated features

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51908

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Adding $wgDevelopmentWarnings = true was bug bug 38882, it was no more applied
until I refactor the way we inject MediaWiki settings in build (
https://gerrit.wikimedia.org/r/#/c/89837/ ).

Long story short, the setting is enabled since roughly Oct 15 2013.

I am not sure whether a E_USER_DEPRECATED warning would throw an exception
though.  Might want to write a test case and see what happens.

-- 
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 61815] API returns duplicate upload information when a file has been redirected

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61815

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

   What|Removed |Added

   Priority|Unprioritized   |Low
   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 55397] Timeout when sending translation notification (again)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55397

--- Comment #9 from Nemo federicol...@tiscali.it ---
*** Bug 57896 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 57896] Duplicate translation notifications are generated (again)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57896

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to Tilman Bayer from comment #0)
 The log at
 https://meta.wikimedia.org/w/index.
 php?title=Special%3ALogtype=notifytranslators shows two recent cases where
 several identical notifications were sent out: 

There is no such event in the following months, I conclude that the fix for bug
55397 resolved the issue. Reopen if it happens again (and don't retry if you
get a 504!).

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

-- 
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 55668] [upstream] Jenkins: jsduck test is sometimes passing when the build contains warnings

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55668

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

   What|Removed |Added

   Keywords||upstream
   Priority|Unprioritized   |Normal
   See Also||https://github.com/senchala
   ||bs/jsduck/issues/525
Summary|Jenkins: jsduck test is |[upstream] Jenkins: jsduck
   |sometimes passing when the  |test is sometimes passing
   |build contains warnings |when the build contains
   ||warnings
   Severity|normal  |minor

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Worked around by making the jsduck Jenkins jobs to grep for 'Warning' and exit
non zero in such a case: https://gerrit.wikimedia.org/r/#/c/113033/

Lowering priority (we have a workaround) and marking bug as depending on
upstream.

Upstream bug is https://github.com/senchalabs/jsduck/issues/525

-- 
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 57920] On mediawiki.org, Special:Book is unable to export in ZIM format

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57920

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

   What|Removed |Added

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

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
This is working nowadays - I checked on mediawiki.org with a hex editor that
the file is in ZIM 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 58620] Jenkins: Generate KSS docs from LESS and publish to doc.wikimedia.org

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58620

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #6 from Antoine hashar Musso has...@free.fr ---
Pending upload of kss in integration/kss.git so we can get it deployed on
Jenkins slaves.  Then we need some script to generate the doc and move the
generated doc under the doc website.

-- 
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 59930] git fetches timing out, also cause bogus jenkins failures

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59930

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Antoine hashar Musso has...@free.fr ---
I haven't noticed such issue for a few weeks now.  Assuming some workspace got
corrupted and caused git to choke on it.

-- 
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 61090] Better test coverage for extension math

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61090

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

   What|Removed |Added

   Priority|Unprioritized   |High
   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 60769] jenkins now uses the author of the commit instead of the committer when deciding whether to run the unit tests

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60769

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

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 61509] Have an i18n CI job that ensures there's a qqq message for each en message

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61509

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
For mediawiki/core I once wrote a test suite that compares messages in
messages.inc, en and qqq https://gerrit.wikimedia.org/r/#/c/5550/

They are not passing though and I don't really have the mood to complete this
patch 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 61509] Have an i18n CI job that ensures there's a qqq message for each en message

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61509

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 5550 had a related patch set uploaded by Hashar:
tests to compare En, Qqq and messages.inc

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

-- 
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 61509] Have an i18n CI job that ensures there's a qqq message for each en message

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61509

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 61819] $wgBabelCategoryNames and $wgBabelMainCategory for zh.wikivoyage

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61819

--- Comment #4 from zhuyifei1999 zhuyifei1...@gmail.com ---
(In reply to This, that and the other from comment #3)
 (In reply to Ricordisamoa from comment #2)
  Can you provide a proof of the community consensus? Thanks.
 
 Hardly seems important here, given that most other Chinese projects use this
 same configuration.

Agree, I thought it was unnecessary and have not asked the community (though I
CCed some of them) about this configuration change because of this reason.

-- 
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 61819] $wgBabelCategoryNames and $wgBabelMainCategory for zh.wikivoyage

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61819

--- Comment #5 from zhuyifei1999 zhuyifei1...@gmail.com ---
Ok to remove community-consensus-needed?

-- 
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 61184] Please set up Private mailing list WikimediaAM-I

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61184

--- Comment #4 from Xelgen xelgen...@gmail.com ---
If naming conventions allow Wikimedia-AM-Internal as name, then we're all for
it.
Not only it will solve I/l issue, we also had concerns that private
Wikimedia-AM-I is not noticably different from publuc Wikimedia-AM and it may
lead to sensitive communication being sent to public mailing list. So your
suggestion also will help with that.
Thanks,

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


[Bug 57833] bastion1 and bastion3 on the same host (virt10)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57833

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
The super long semantic query to list instances in bastion project along with
their instance names and instance hosts:

https://wikitech.wikimedia.org/w/index.php?title=Special%3AAskq=%5B%5BProject%3A%3Abastion%5D%5Dpo=%3FInstance+Name%0D%0A%3FPrivate+IP%0D%0A%3FInstance+Hosteq=yesp%5Bformat%5D=broadtablesort_num=order_num=ASCp%5Blimit%5D=p%5Boffset%5D=p%5Blink%5D=allp%5Bsort%5D=p%5Bheaders%5D=showp%5Bmainlabel%5D=p%5Bintro%5D=p%5Boutro%5D=p%5Bsearchlabel%5D=…+further+resultsp%5Bdefault%5D=p%5Bclass%5D=sortable+wikitable+smwtableeq=yes

-- 
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 57834] provide bastion redundancy via DNS round robin

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57834

--- Comment #1 from Antoine hashar Musso has...@free.fr ---
Note that bastion1 is missing a DNS entry (bastion1.wmflabs.org) which is bug
60894

-- 
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 61182] Please set up public mailing list WikimediaAM for Wikimedia Armenia Chapter

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61182

--- Comment #3 from Xelgen xelgen...@gmail.com ---
Yes exising mailing list is mailman. If we can't migrate archives in any easy
way, that's OK.
For forwarding mails from old address to new one, I though of creating simple
mail-forwarder with old list name, forwarding mails to new address. If we allow
forwarder to send mails to new list, I believe it should work.
Correct me if I'm wrong, and we'll need to take additional steps.

Thanks,

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


[Bug 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

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 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115140 had a related patch set uploaded by Hashar:
Jobs for mw/ext/FlaggedRev

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

-- 
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 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115140 merged by jenkins-bot:
Jobs for mw/ext/FlaggedRev

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

-- 
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 61486] Provide linkable anchors for each change in diff view

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61486

--- Comment #5 from Scott Martin sc...@urbigenous.net ---
Rats, that's a really good point. Well, I can think of a way to avoid breakage
- if the anchor URL specifies what kind of diff is in use, and that particular
diff algorithms are always kept available. 

In that case, my example URL from above would look something like the following
(pretending that our current diff algo is called diff1):

https://en.wikipedia.org/w/index.php?title=Wikipediadiff=594765035oldid=590925507difftype=diff1#56

A diff without difftype= would always use the latest algorithm, whatever it may
be. Obviously this raises the complexity somewhat; I don't know what the
internal policy with regards to diff algorithms is. I would like to imagine
that access could still be provided to older ones in the event of changes.
Someone who's actually a developer, unlike me, can hopefully shed some light on
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 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115142 had a related patch set uploaded by Hashar:
Triggers jobs for mw/ext/FlaggedRev

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

-- 
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 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115142 merged by jenkins-bot:
Triggers jobs for mw/ext/FlaggedRev

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

-- 
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 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115143 had a related patch set uploaded by Hashar:
Jenkins job validation (DO NOT SUBMIT)

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

-- 
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 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

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

   What|Removed |Added

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

--- Comment #8 from Antoine hashar Musso has...@free.fr ---
I have created the jobs and they are now triggering.

I have submitted a dummy change https://gerrit.wikimedia.org/r/#/c/115143/
which fails the tests
https://integration.wikimedia.org/ci/job/mwext-FlaggedRevs-testextensions-master/1/console
with some:

 FlaggablePageTest::testPageDataFromTitle
 SqlBagOStuff::set: Flushing an explicit transaction, getting out of sync!
[Called from DatabaseBase::commit in
/srv/ssd/jenkins-slave/workspace/mwext-FlaggedRevs-testextensions-master/includes/db/Database.php
at line 3452]


Logged bug 61848

-- 
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 59918] Add Jenkins jobs for FlaggedRevs

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59918

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115143 abandoned by Hashar:
Jenkins job validation (DO NOT SUBMIT)

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

-- 
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 61848] New: FlaggablePageTest::testPageDataFromTitle: SqlBagOStuff::set: Flushing an explicit transaction, getting out of sync! [Called from DatabaseBase::commit in ...

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61848

Bug ID: 61848
   Summary: FlaggablePageTest::testPageDataFromTitle:
SqlBagOStuff::set: Flushing an explicit transaction,
getting out of sync! [Called from DatabaseBase::commit
in ...
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: FlaggedRevs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: aschulz4...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I have added Jenkins job for the FlaggedRevs extension (bug 59918) and created
a dummy change https://gerrit.wikimedia.org/r/#/c/115143/

The test suite does not pass because FlaggablePageTest::testPageDataFromTitle
triggers an uncommitted transaction.

See attached build log coming from
https://integration.wikimedia.org/ci/job/mwext-FlaggedRevs-testextensions-master/1/console

-- 
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 61848] FlaggablePageTest::testPageDataFromTitle: SqlBagOStuff::set: Flushing an explicit transaction, getting out of sync! [Called from DatabaseBase::commit in ...

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61848

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 61848] FlaggablePageTest::testPageDataFromTitle: SqlBagOStuff::set: Flushing an explicit transaction, getting out of sync! [Called from DatabaseBase::commit in ...

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61848

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115147 had a related patch set uploaded by Hashar:
mwext-FlaggedRevs-testextensions-master is not passing

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

-- 
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 61819] $wgBabelCategoryNames and $wgBabelMainCategory for zh.wikivoyage

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61819

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

   Keywords|community-consensus-needed  |shell

-- 
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 61848] FlaggablePageTest::testPageDataFromTitle: SqlBagOStuff::set: Flushing an explicit transaction, getting out of sync! [Called from DatabaseBase::commit in ...

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61848

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 115147 merged by jenkins-bot:
mwext-FlaggedRevs-testextensions-master is not passing

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

-- 
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 54190] Make sure LuaSandbox works in hiphop/hhvm

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54190

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

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |tstarl...@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 61849] New: ProveIt on pa.wikipedia.org

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61849

Bug ID: 61849
   Summary: ProveIt on pa.wikipedia.org
   Product: Tools
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: critical
  Priority: Unprioritized
 Component: [Other]
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: satdeep_g...@yahoo.com
   Web browser: ---
   Mobile Platform: ---

ProveIt is not working on pa.wikipedia.org. I would like someone to please fix
this issue. It used to work earlier.

-- 
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 61849] ProveIt on pa.wikipedia.org

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61849

Satdeep Gill satdeep_g...@yahoo.com changed:

   What|Removed |Added

URL||http://pa.wikipedia.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


  1   2   3   4   5   6   >