summaryrefslogtreecommitdiffstats
path: root/editwhines.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-2/+2
r=dkl
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
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-07-06Bug 890563: DateTime error when going to editwhines.cgiJohn Nishinaga1-0/+2
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
r=wicked 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-21/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-1/+1
r=timello a=LpSolit
2010-07-06Bug 530468: Create a read-only Bugzilla::Whine object for whine events andEric Black1-25/+12
have editwhines.cgi use it r=mkanat, a=mkanat
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-12-12Bug 530467: Create a read-only Bugzilla::Whine::Query object and have ↵mkanat%bugzilla.org1-33/+22
editwhines.cgi use it Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat
2009-11-09Bug 511028: Create a read-only Bugzilla::Whine::Schedule object using ↵mkanat%bugzilla.org1-35/+18
Bugzilla::Object, for whine schedules Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat
2009-04-06Bug 302420: Allow whining messages to be sent even without any results - ↵wicked%sci.fi1-5/+8
Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+1
<LpSolit@gmail.com> r/a=mkanat
2008-08-27Bug 385897: editwhines.cgi doesn't allow to whine at groups with a name ↵lpsolit%gmail.com1-20/+5
containing blanks - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap 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
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com1-1/+6
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
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-1/+1
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-1/+4
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-02-03Bug 325361: When an event is scheduled at midnight of a given day of the ↵lpsolit%gmail.com1-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
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+1
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com1-3/+2
privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-22Bug 300831: editwhines.cgi twice uses $1 without checking for regex match - ↵lpsolit%gmail.com1-10/+17
Patch by A. Karl Kornel <karl@kornel.name> r=joel a=myk
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+0
r=mkanat,wicked a=justdave
2005-07-08Bug 298508 + bug 298510: Many uninitialized value errors in editwhines ↵lpsolit%gmail.com1-50/+24
involving length function + Numeric comparison performed on strings - Both patches by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
2005-07-08Bug 298507: several uninitialized values used in editwhines.cgi - Patch by ↵lpsolit%gmail.com1-2/+2
A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com1-1/+1
Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-04-08Bug 238878: Make hidden-fields template, User Matching and Flags use direct ↵lpsolit%gmail.com1-1/+1
CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-19Bug 253721: Add group-based lists to whiningerik%dasbistro.com1-51/+95
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net1-1/+4
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2004-08-05Bug 185090: Add revamped whining systembugreport%peshkin.net1-0/+433
patch by: Erik r=joel r=jouni a=justdave