aboutsummaryrefslogtreecommitdiffstats
path: root/whine.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 714724: Correctly encode emails as quoted-printableFrédéric Buclin2015-10-231-42/+9
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 801284: whine.pl should use DEFAULT_COLUMN_LIST as the default column lis...Edmund Wong2013-09-051-10/+2
* Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin2013-01-161-6/+3
* Bug 245375: Scheduled whining needs custom columnsAlbert Ting2012-10-131-1/+13
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
* Bug 573368: Whine emails should include links to load buglists listed in the ...Matt Selsky2012-02-261-0/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-19/+5
* Bug 366793: Use sort order param from a saved search when whiningTeemu Mannermaa2011-12-061-0/+2
* Redirect the error to STDERR if a query cannot be run, see bug 277073/255606Frédéric Buclin2011-11-291-3/+3
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-261-1/+9
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+1
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-20/+24
* Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander2010-07-151-1/+1
* Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander2010-07-151-1/+1
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-1/+0
* Bug 511216: Assignee is blank in Whine emails - Patch by Kent Rogers <kar@cra...lpsolit%gmail.com2009-12-281-1/+0
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org2009-07-071-10/+10
* Bug 302420: Allow whining messages to be sent even without any results - Patc...wicked%sci.fi2009-04-061-7/+13
* Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ...lpsolit%gmail.com2009-01-251-1/+2
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-021-3/+5
* Bug 409682: Whine should not add headers for queries with 0 bugs - Patch by J...lpsolit%gmail.com2007-12-241-1/+1
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 398707: whine.pl should use transactions for database interaction - Patch...lpsolit%gmail.com2007-10-081-7/+2
* Bug 384805: whine.pl not sending any email anymore - Patch by Frédéric ...lpsolit%gmail.com2007-06-181-1/+1
* Bug 357474: whine.pl says "email address has not been properly set" with defa...lpsolit%gmail.com2006-10-221-5/+0
* Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address -...lpsolit%gmail.com2006-10-211-3/+3
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-9/+1
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-2/+2
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-3/+2
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-06-201-0/+1
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com2006-06-021-2/+2
* Bug 337782: Change the way that whine.pl gets and formats the current datemkanat%bugzilla.org2006-05-211-10/+7
* Patch for bug 327348: Fix whining failure in whine.pl, on MySQL 4.0, due to m...jocuri%softhome.net2006-02-281-6/+6
* Bug 313806: Whine E-mails do not "Order" the Queries Correctly - Patch by FrÃ...lpsolit%gmail.com2006-02-071-10/+11
* Bug 325361: When an event is scheduled at midnight of a given day of the mont...lpsolit%gmail.com2006-02-031-0/+4
* Bug 304885: UTF-8 encoding mangles multipart messages, breaks whine emails - ...karl%kornel.name2005-12-241-1/+1
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com2005-11-141-2/+2
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com2005-11-141-33/+32
* Bug 309796: Whining needs to check for shutdown (silently) before trying data...lpsolit%gmail.com2005-10-071-6/+0
* Bug 309018: Fix fatal error in whining at groupsbugreport%peshkin.net2005-09-211-2/+2
* Bug 305126: Fix table locks after removal of derive_groupsbugreport%peshkin.net2005-08-301-2/+2
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-4/+6
* Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc Schum...lpsolit%gmail.com2005-07-081-3/+5
* Backing out the fix for bug 135812 as it causes the mail params to be deleted...jake%bugzilla.org2005-03-171-3/+3
* Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca2005-03-161-5/+4
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-20/+19
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-2/+6
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-7/+12