summaryrefslogtreecommitdiffstats
path: root/whine.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2015-08-31Bug 714724 - correctly encode emails as quoted-printableByron Jones1-42/+10
r=LpSolit,a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2013-09-05Bug 801284: whine.pl should use DEFAULT_COLUMN_LIST as the default column ↵Edmund Wong1-10/+2
list instead of its hardcoded list r=LpSolit a=sgreen
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-6/+3
r=dkl a=LpSolit
2012-10-13Bug 245375: Scheduled whining needs custom columnsAlbert Ting1-1/+13
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2012-02-26Bug 573368: Whine emails should include links to load buglists listed in the ↵Matt Selsky1-0/+1
email r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-19/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-12-07Bug 366793: Use sort order param from a saved search when whiningTeemu Mannermaa1-0/+2
r=mkanat, a=LpSolit
2011-11-29Redirect the error to STDERR if a query cannot be run, see bug 277073/255606Frédéric Buclin1-3/+3
https://bugzilla.mozilla.org/show_bug.cgi?id=255606
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-1/+9
r/a=mkanat
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-1/+1
for bugmail. r=LpSolit, a=LpSolit
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-20/+24
MS-SQL and SQLite support.
2010-07-16Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander1-1/+1
instead of taking a CGI object. r=mkanat, a=mkanat (module owner)
2010-07-15Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander1-1/+1
it and having its work be done by a new "sql" accessor instead. Also adds some comments, moves functions around into sections, and creates a new _user accessor. r=mkanat, a=mkanat (module owner)
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-1/+0
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
2009-12-28Bug 511216: Assignee is blank in Whine emails - Patch by Kent Rogers ↵lpsolit%gmail.com1-1/+0
<kar@cray.com> r/a=Lpsolit
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org1-10/+10
the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-04-06Bug 302420: Allow whining messages to be sent even without any results - ↵wicked%sci.fi1-7/+13
Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
2009-01-25Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ↵lpsolit%gmail.com1-1/+2
by arbingersys <arbingersys@gmail.com> r/a=LpSolit
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com1-3/+5
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2007-12-24Bug 409682: Whine should not add headers for queries with 0 bugs - Patch by ↵lpsolit%gmail.com1-1/+1
Justin Wood (irc: Callek) <bugspam.Callek@gmail.com> r/a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-08Bug 398707: whine.pl should use transactions for database interaction - ↵lpsolit%gmail.com1-7/+2
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-06-19Bug 384805: whine.pl not sending any email anymore - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2006-10-22Bug 357474: whine.pl says "email address has not been properly set" with ↵lpsolit%gmail.com1-5/+0
default parameters - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave
2006-10-21Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com1-3/+3
- Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
2006-07-30Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com1-9/+1
Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-3/+2
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-0/+1
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵lpsolit%gmail.com1-2/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-05-21Bug 337782: Change the way that whine.pl gets and formats the current datemkanat%bugzilla.org1-10/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-02-28Patch for bug 327348: Fix whining failure in whine.pl, on MySQL 4.0, due to ↵jocuri%softhome.net1-6/+6
multiple date addition; r=LpSolit, r=wurblzap, a=justdave.
2006-02-07Bug 313806: Whine E-mails do not "Order" the Queries Correctly - Patch by ↵lpsolit%gmail.com1-10/+11
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2006-02-03Bug 325361: When an event is scheduled at midnight of a given day of the ↵lpsolit%gmail.com1-0/+4
month, one email is sent *each* hour of that day - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-12-24Bug 304885: UTF-8 encoding mangles multipart messages, breaks whine emails - ↵karl%kornel.name1-1/+1
Patch by A. Karl Kornel <karl@kornel.name> r=glob a=justdave
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com1-2/+2
anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com1-33/+32
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
2005-10-07Bug 309796: Whining needs to check for shutdown (silently) before trying ↵lpsolit%gmail.com1-6/+0
database access - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-09-21Bug 309018: Fix fatal error in whining at groupsbugreport%peshkin.net1-2/+2
patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
2005-08-31Bug 305126: Fix table locks after removal of derive_groupsbugreport%peshkin.net1-2/+2
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=myk
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-4/+6
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
2005-07-08Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc ↵lpsolit%gmail.com1-3/+5
Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-03-17Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org1-3/+3
deleted on new installs.
2005-03-16Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca1-5/+4
Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
2005-03-03Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com1-20/+19
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave