[Libreoffice-bugs] [Bug 56185] Bug Wrangler statistics script does not work with new Bugzilla 4.2.

2013-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56185

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 78268
  -- https://bugs.freedesktop.org/attachment.cgi?id=78268action=edit
Works for Statsitics October 2012 and later

I simply repaced old code line
reportedby = re.compile(r'^.*ReportedBy:.(.*)$', re.MULTILINE)
by
reportedby = re.compile(r'^.*Reporter:.(.*)$', re.MULTILINE)

Attachment is the complete python script based on Attachment 66244 Details for
Bug 54110

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56185] Bug Wrangler statistics script does not work with new Bugzilla 4.2.

2013-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56185

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |LibreOffice@bielefeldundbus
   |desktop.org |s.de
 CC||bjoern.michaelsen@canonical
   ||.com,
   ||LibreOffice@bielefeldundbus
   ||s.de
 Ever confirmed|0   |1

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
The patch adapts the script to the new Reporter identification in Bugzilla 4,
so that reporter statistic will work again.

@Björn:
No idea how to push that to git (and whether that is necessary), I will add a
link in the Wiki QA area with a short instruction how to use

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs