summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
AgeCommit message (Expand)AuthorFilesLines
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
2005-08-03Bug 302927: Incorrect title when changing several bugs at once - Patch by FrÃ...lpsolit%gmail.com1-0/+1
2005-07-28Bug 301446: Changing several bugs at once crashes if the user wants to automa...lpsolit%gmail.com1-1/+6
2005-07-26Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by Marc...lpsolit%gmail.com1-1/+1
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...lpsolit%gmail.com1-1/+1
2005-07-22Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - Pat...lpsolit%gmail.com1-21/+21
2005-07-14Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Frédéric Buclin <L...lpsolit%gmail.com1-2/+2
2005-07-11Bug 63536: User preference for whether or not to go to the next bug after pro...lpsolit%gmail.com1-29/+38
2005-07-08Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t...mkanat%kerio.com1-6/+5
2005-07-08Bug 240251: Bug::AppendComment() should receive the user ID as a 2nd paramete...lpsolit%gmail.com1-2/+2
2005-07-07Bug 242318: "blocked" field is ignored in post_bug.cgi if the "dependson" fie...lpsolit%gmail.com1-66/+6
2005-06-21Bug 298196: process_bug.cgi updates delta_ts even when no modifications are m...lpsolit%gmail.com1-4/+3
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com1-6/+6
2005-06-11Bug 277417: SQL error when reloading the page after changing the bug resoluti...lpsolit%gmail.com1-0/+10
2005-06-09Bug 225042: If sendmail dies while processing a duplicate it corrupts the dup...lpsolit%gmail.com1-14/+20
2005-05-22Bug 215320: Change several bugs at once causes extraneous messages in apache ...lpsolit%gmail.com1-0/+1
2005-05-12Bug 287109: [SECURITY] Names of private products/components can be exposed on...mkanat%kerio.com1-20/+22
2005-05-11Bug 287487: User with no privs can not add comments to bugs that have a deadl...lpsolit%gmail.com1-11/+11
2005-05-07Bug 286160: possible invalid flag types when moving a bug to a different prod...lpsolit%gmail.com1-4/+3
2005-05-04Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting <alt...lpsolit%gmail.com1-34/+4
2005-04-20Bug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by Frédér...lpsolit%gmail.com1-19/+0
2005-04-10Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI m...lpsolit%gmail.com1-9/+5
2005-04-09Bug 199048: Preference option to reverse sort the comments stack - Patch by S...lpsolit%gmail.com1-1/+4
2005-04-08Bug 238876: remove %FORM from process_bug.cgi - Patch by Teemu Mannermaa <wic...lpsolit%gmail.com1-205/+243
2005-04-08Bug 287947: Change CheckFormField/CheckFormFieldDefined subs in CGI.pl to use...lpsolit%gmail.com1-20/+20
2005-04-08Bug 238878: Make hidden-fields template, User Matching and Flags use direct C...lpsolit%gmail.com1-4/+5
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-14/+14
2005-04-05Bug 288883: SQL crash when granting/denying a request - Patch by Frederic Buc...lpsolit%gmail.com1-1/+1
2005-03-18Bug 178157: Dependency emails don't get sent for status change during mass ch...lpsolit%gmail.com1-14/+9
2005-03-15Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com1-5/+17
2005-03-11Bug 284896 : QA contact never receives mail when removed from a bugtravis%sedsystems.ca1-1/+1
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com1-10/+10
2005-03-01Bug 283139 : Zero out 'hours remaining' field on certain state transitions r....travis%sedsystems.ca1-30/+52
2005-02-25Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com1-1/+11
2005-02-24Bug 212940 : Can't use an undefined value as an ARRAY reference at /http/bugz...travis%sedsystems.ca1-14/+20
2005-02-19Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com1-1/+1
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-13/+14
2005-02-17Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is ...mkanat%kerio.com1-1/+0
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-7/+12
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca1-5/+4
2005-02-02Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca1-1/+1
2005-02-01Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca1-1/+1
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org1-9/+6
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-6/+9
2005-01-28Bug 218771 : The error message should be more accurate on who can change fieldstravis%sedsystems.ca1-26/+32
2005-01-24Bug 34488: Add a checkbox to add self to CC listtravis%sedsystems.ca1-5/+8
2005-01-21Bug 266579 : Users without privs can confirm bugs by assigning to themselves ...travis%sedsystems.ca1-122/+161
2005-01-16Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net1-0/+11
2005-01-16Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util...jocuri%softhome.net1-2/+3