aboutsummaryrefslogtreecommitdiffstats
path: root/editwhines.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 890563: DateTime error when going to editwhines.cgiJohn Nishinaga2013-07-061-0/+2
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | r=wicked 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-111-21/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-1/+1
| | | | r=timello a=LpSolit
* Bug 530468: Create a read-only Bugzilla::Whine object for whine events andEric Black2010-07-051-25/+12
| | | | | have editwhines.cgi use it r=mkanat, a=mkanat
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 530467: Create a read-only Bugzilla::Whine::Query object and have ↵mkanat%bugzilla.org2009-12-121-33/+22
| | | | | | editwhines.cgi use it Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat
* Bug 511028: Create a read-only Bugzilla::Whine::Schedule object using ↵mkanat%bugzilla.org2009-11-091-35/+18
| | | | | | Bugzilla::Object, for whine schedules Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat
* Bug 302420: Allow whining messages to be sent even without any results - ↵wicked%sci.fi2009-04-061-5/+8
| | | | Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-281-0/+1
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 385897: editwhines.cgi doesn't allow to whine at groups with a name ↵lpsolit%gmail.com2008-08-271-20/+5
| | | | containing blanks - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-1/+6
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-1/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-0/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 325361: When an event is scheduled at midnight of a given day of the ↵lpsolit%gmail.com2006-02-031-2/+2
| | | | month, one email is sent *each* hour of that day - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-2/+1
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com2005-09-161-3/+2
| | | | privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 300831: editwhines.cgi twice uses $1 without checking for regex match - ↵lpsolit%gmail.com2005-08-221-10/+17
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=joel a=myk
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+0
| | | | r=mkanat,wicked a=justdave
* Bug 298508 + bug 298510: Many uninitialized value errors in editwhines ↵lpsolit%gmail.com2005-07-081-50/+24
| | | | involving length function + Numeric comparison performed on strings - Both patches by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
* Bug 298507: several uninitialized values used in editwhines.cgi - Patch by ↵lpsolit%gmail.com2005-07-081-2/+2
| | | | A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-211-1/+1
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 238878: Make hidden-fields template, User Matching and Flags use direct ↵lpsolit%gmail.com2005-04-081-1/+1
| | | | CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-51/+95
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net2005-01-161-1/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-051-0/+433
patch by: Erik r=joel r=jouni a=justdave