aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 301446: Changing several bugs at once crashes if the user wants to ↵lpsolit%gmail.com2005-07-281-1/+6
| | | | automatically redisplay the bug he changed - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=myk
* Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by ↵lpsolit%gmail.com2005-07-261-1/+1
| | | | Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com2005-07-221-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - ↵lpsolit%gmail.com2005-07-221-21/+21
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-07-141-2/+2
| | | | <LpSolit@gmail.com> r=wicked a=myk
* Bug 63536: User preference for whether or not to go to the next bug after ↵lpsolit%gmail.com2005-07-111-29/+38
| | | | processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
* Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due ↵mkanat%kerio.com2005-07-081-6/+5
| | | | | | to a bad check in Flag::validate() and Flag::modify() Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
* Bug 240251: Bug::AppendComment() should receive the user ID as a 2nd ↵lpsolit%gmail.com2005-07-081-2/+2
| | | | parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 242318: "blocked" field is ignored in post_bug.cgi if the "dependson" ↵lpsolit%gmail.com2005-07-071-66/+6
| | | | field isn't present - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 298196: process_bug.cgi updates delta_ts even when no modifications are ↵lpsolit%gmail.com2005-06-211-4/+3
| | | | made - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-211-6/+6
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 277417: SQL error when reloading the page after changing the bug ↵lpsolit%gmail.com2005-06-111-0/+10
| | | | resolution to duplicate - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 225042: If sendmail dies while processing a duplicate it corrupts the ↵lpsolit%gmail.com2005-06-091-14/+20
| | | | duplicates table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Bug 215320: Change several bugs at once causes extraneous messages in apache ↵lpsolit%gmail.com2005-05-221-0/+1
| | | | log file - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 287109: [SECURITY] Names of private products/components can be exposed ↵mkanat%kerio.com2005-05-121-20/+22
| | | | | | on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave
* Bug 287487: User with no privs can not add comments to bugs that have a ↵lpsolit%gmail.com2005-05-111-11/+11
| | | | deadline field set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 286160: possible invalid flag types when moving a bug to a different ↵lpsolit%gmail.com2005-05-071-4/+3
| | | | product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting ↵lpsolit%gmail.com2005-05-041-34/+4
| | | | <altlst@sonic.net> r=LpSolit a=justdave
* Bug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by ↵lpsolit%gmail.com2005-04-201-19/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI ↵lpsolit%gmail.com2005-04-101-9/+5
| | | | methods - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 199048: Preference option to reverse sort the comments stack - Patch by ↵lpsolit%gmail.com2005-04-091-1/+4
| | | | Shane H. W. Travis <shane.h.w.travis@gmail.com> r=mkanat a=myk
* Bug 238876: remove %FORM from process_bug.cgi - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2005-04-081-205/+243
| | | | <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 287947: Change CheckFormField/CheckFormFieldDefined subs in CGI.pl to ↵lpsolit%gmail.com2005-04-081-20/+20
| | | | use CGI object instead FORM hash - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 238878: Make hidden-fields template, User Matching and Flags use direct ↵lpsolit%gmail.com2005-04-081-4/+5
| | | | CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-14/+14
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 288883: SQL crash when granting/denying a request - Patch by Frederic ↵lpsolit%gmail.com2005-04-051-1/+1
| | | | Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 178157: Dependency emails don't get sent for status change during mass ↵lpsolit%gmail.com2005-03-181-14/+9
| | | | change - Patch by Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-5/+17
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 284896 : QA contact never receives mail when removed from a bugtravis%sedsystems.ca2005-03-111-1/+1
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=justdave, a=justdave
* Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com2005-03-051-10/+10
| | | | | | automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
* Bug 283139 : Zero out 'hours remaining' field on certain state transitions ↵travis%sedsystems.ca2005-03-011-30/+52
| | | | | | r.t. throwing an error saying it's not zeroed out. Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
* Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com2005-02-251-1/+11
| | | | Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
* Bug 212940 : Can't use an undefined value as an ARRAY reference at ↵travis%sedsystems.ca2005-02-241-14/+20
| | | | | | /http/bugzilla/process_bug.cgi line 866. Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-1/+1
| | | | 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-13/+14
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is ↵mkanat%kerio.com2005-02-171-1/+0
| | | | dead code r=vladd, a=myk
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-7/+12
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-5/+4
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca2005-02-021-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca2005-02-011-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-9/+6
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-6/+9
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 218771 : The error message should be more accurate on who can change fieldstravis%sedsystems.ca2005-01-281-26/+32
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=myk a=myk
* Bug 34488: Add a checkbox to add self to CC listtravis%sedsystems.ca2005-01-241-5/+8
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=vladd, myk a=myk
* Bug 266579 : Users without privs can confirm bugs by assigning to themselves ↵travis%sedsystems.ca2005-01-211-122/+161
| | | | | | first, without having canconfirm privs Patch by LpSolit@gmail.com r=myk a=justdave
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-0/+11
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Patch for bug 277622: Move DiffStrings() out of globals.pl into ↵jocuri%softhome.net2005-01-161-2/+3
| | | | Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
* Bug 277621 : Uninitialized value message when changing timetracking fieldstravis%sedsystems.ca2005-01-151-2/+2
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=justdave a=justdave
* Bug 264601 - Bugzilla will now tell a user which field contained an "invalid ↵jake%bugzilla.org2004-12-211-34/+18
| | | | | | | bug number or alias." Patch by Frédéric Buclin <LpSolit@netscape.net> r=myk, a=justdave
* Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch ↵jocuri%softhome.net2004-12-141-1/+1
| | | | by me, r=wurblzap (Marc), a=justdave.