aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57)Quanah Gibson-Mount2018-01-041-0/+1
| | | the priority on import
* Significant update to jb2bz.py. (#58)Quanah Gibson-Mount2018-01-041-56/+65
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427626 Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427638 Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427664 Convert jb2bz to use "email" module rather than rfc822, multifile, mimetools, and StringIO for easier manipulation of the mailbox objects. This fixed (among other things) 1427626 as the Subject of the email is now obtained correctly. Fix the date formatting throughout to always use UTC, which is what Bugzilla expects for the dates. This fixed 1427638. Fix attachment processing, which was using multifile rather than walking the parts of the email object. This fixed part of 1427664 Fix the fact that the process_reply_file function never checked for attachments in any followups. This fixed part of 1427664 Fix attachment processor to ignore various signatures and message/rfc822 multipart messages. For the latter, it sets "filename=" values to files that don't actually exist, which caused attachment processing to bomb.
* Bug 1154099: Remove support for Bug.get_bugs and Bug.get_historyMatt Tyson2015-04-151-2/+0
| | | | r=LpSolit a=glob
* Bug 1056087 - contrib/merge-users.pl fails if there are no duplicate ↵Dylan William Hardison2014-08-261-2/+7
| | | | bug_user_last_visit rows
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-1313-13/+46
| | | | r=dkl a=sgreen
* Bug 1027182: merge-users.pl - SQL to remove bug_user_last_visit not correctDavid Lawrence2014-07-101-2/+3
| | | | r=glob,a=sgreen
* Bug 1021218: merge-users.pl fails if both users have bug_user_last_visit ↵David Lawrence2014-06-171-0/+13
| | | | | | entries for the same bug r=glob,a=glob
* Bug 1024987 - contrib/bz_webservice_demo.pl fails after User Token login updaterojanu2014-06-171-53/+42
| | | | r=sgreen, a=justdave
* Bug 996946: Kill contrib/cvs-update.plFrédéric Buclin2014-04-162-39/+0
| | | | a=justdave
* Bug 925181: contrib/jb2bz.py was out of dateQuanah Gibson-Mount2014-04-151-61/+91
| | | | r=justdave/a=justdave
* Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones2014-04-071-0/+1
| | | | r=dkl, a=glob
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-0/+5
| | | | r=dkl, a=glob
* Bug 944583 - sendunsentbugmail.pl has bad SQLSimon Green2013-12-031-4/+3
| | | r=glob, a=sgreen
* Bug 889403: syncLDAP.pl does not rederive regexp groups when updating login namePami Ketolainen2013-07-251-11/+4
| | | | r=LpSolit a=sgreen
* Bug 874944: Do not display the Excluded list when sending bugmailsFrédéric Buclin2013-06-052-38/+22
| | | | r=dkl a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 385283: bz_webservice_demo.pl --product-name fails (Product.get_product ↵Thorsten Schöning2012-11-231-9/+17
| | | | | | | no longer exists) Part 2: correctly display components, milestones and versions r/a=LpSolit
* Bug 385283: bz_webservice_demo.pl --product-name fails (Product.get_product ↵Thorsten Schöning2012-11-201-4/+4
| | | | | | no longer exists) r/a=LpSolit
* Bug 556195: bugzilla-queue.rhel initscript returns wrong result code when ↵Max Kanat-Alexander2012-11-161-4/+4
| | | | | | the daemon isn't running r=justdave a=LpSolit
* Bug 610767: contrib/convert-workflow.pl should add transitions from RESOLVED ↵Frédéric Buclin2012-10-251-3/+46
| | | | | | and VERIFIED to CONFIRMED (if transitions to REOPENED were present) r=dkl a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky2012-07-241-3/+3
| | | | r=gerv a=LpSolit
* Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence2012-07-231-0/+1
| | | | r=glob, a=LpSolit
* Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence2012-07-231-0/+1
| | | | r=glob, a=LpSolit
* Bug 661479: Add a debug/trace option to bz_webservice_demo.plMatt Selsky2012-05-291-1/+17
| | | | r/a=LpSolit
* Bug 679965: Offer Linux packagers an easy way to specify the location of the ↵Frédéric Buclin2012-03-091-0/+48
| | | | | | Bugzilla modules r=dkl a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-1125-314/+144
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 680594: Remove contrib/yp_nomail.shFrédéric Buclin2011-08-272-94/+1
|
* Bug 526737: bugzilla_ldapsync.rb fails and should be removedFrédéric Buclin2011-04-251-183/+0
| | | | r/a=mkanat
* Bug 633776: Automatic charset detection for text attachmentsByron Jones2011-03-091-53/+2
| | | | r=mkanat, a=mkanat
* Remove some real configuration data that had crept into bzdbcopy.pl.Max Kanat-Alexander2010-12-161-4/+4
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=619581
* Bug 619581: Make contrib/bzdbcopy.pl work again, and also make it work withMax Kanat-Alexander2010-12-151-9/+19
| | | | | SQLite. r=mkanat, a=mkanat
* Bug 610182: Support enabling UNCONFIRMED in all products when usingFrank Becker2010-12-101-2/+16
| | | | | contrib/convert-workflow.pl r=mkanat, a=mkanat
* Bug 606618: Update YUI to 2.8.2Max Kanat-Alexander2010-10-311-0/+1
| | | | r=LpSolit, a=mkanat
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-1/+2
| | | | MS-SQL and SQLite support.
* s/Extensionn/Extension/ (no bug).Reed Loden2010-10-041-1/+1
| | | | [r=mkanat a=mkanat@IRC]
* Bug 577089: Make convert-workflow fix the query values for seriesMax Kanat-Alexander2010-07-071-0/+2
| | | | r=LpSolit, a=LpSolit
* Bug 577149: Make convert-workflow rename values in saved searchesMax Kanat-Alexander2010-07-071-1/+4
| | | | r=LpSolit, a=LpSolit
* Bug 577037: Make convert-workflow convert statuses in order, so thatMax Kanat-Alexander2010-07-061-6/+11
| | | | | IN_PROGRESS doesn't end up before CONFIRMED. r=LpSolit, a=LpSolit
* Fix the execute bit on contrib/convert-workflow.pl.Max Kanat-Alexander2010-07-051-0/+0
|
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-053-5/+116
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-181-0/+16
| | | | r=glob, a=mkanat
* Fix the execute bit on bugzilla-queue.suse in bzr.Max Kanat-Alexander2010-06-161-0/+0
|
* Bug 563641: Make bugzilla-queue init script support SuSEKent Rogers2010-05-192-0/+174
| | | | r=mkanat, a=mkanat
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden2010-05-061-3/+4
| | | | | | of direct SQL" [r=mkanat a=mkanat]
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-5/+3
| | | | r=timello, a=mkanat
* Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander2010-03-181-0/+0
| | | | r=dkl, a=mkanat
* Bug 545770: Make contrib/merge-users.pl figure out what columns to mergeMax Kanat-Alexander2010-03-151-19/+18
| | | | | by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit
* Bug 374632: A separate script just to fix file/directory permissionsMax Kanat-Alexander2010-03-081-0/+28
| | | | r=mkanat, a=mkanat (module owner)
* Remove CVS "$Id" markers in files. The CVS mirror of bzr was showingMax Kanat-Alexander2010-03-073-5/+0
| | | | | the docs' about.xml and installation.xml being modified on every commit because of these markers, and the rest of them are simply unnecessary.