aboutsummaryrefslogtreecommitdiffstats
path: root/whine.pl
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 327348: Fix whining failure in whine.pl, on MySQL 4.0, due to ↵jocuri%softhome.net2006-02-281-6/+6
| | | | multiple date addition; r=LpSolit, r=wurblzap, a=justdave.
* Bug 313806: Whine E-mails do not "Order" the Queries Correctly - Patch by ↵lpsolit%gmail.com2006-02-071-10/+11
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 325361: When an event is scheduled at midnight of a given day of the ↵lpsolit%gmail.com2006-02-031-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
* Bug 304885: UTF-8 encoding mangles multipart messages, breaks whine emails - ↵karl%kornel.name2005-12-241-1/+1
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=glob a=justdave
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com2005-11-141-2/+2
| | | | anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com2005-11-141-33/+32
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
* Bug 309796: Whining needs to check for shutdown (silently) before trying ↵lpsolit%gmail.com2005-10-071-6/+0
| | | | database access - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 309018: Fix fatal error in whining at groupsbugreport%peshkin.net2005-09-211-2/+2
| | | | | patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 305126: Fix table locks after removal of derive_groupsbugreport%peshkin.net2005-08-301-2/+2
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=myk
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-4/+6
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc ↵lpsolit%gmail.com2005-07-081-3/+5
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org2005-03-171-3/+3
| | | | deleted on new installs.
* Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca2005-03-161-5/+4
| | | | Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-20/+19
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-2/+6
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-7/+12
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-7/+31
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-1/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-7/+6
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 276660erik%dasbistro.com2005-01-111-2/+3
| | | | | | "1st of the Month" whine generates many many copies of whine mail Patch: erik@dasbistro.com r=justdave, a=justdave
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net2005-01-011-6/+2
| | | | r=gerv,vladd; a=justdave.
* Bug 255772: Prevent whine.pl from running endless whining loopbugreport%peshkin.net2004-08-171-9/+30
| | | | | | patch by erik r=joel, jouni a=myk
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-051-0/+648
patch by: Erik r=joel r=jouni a=justdave