aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com2006-05-301-33/+29
* Bug 337055: Move AnyDefaultGroups() from globals.pl into process_bug.cgi - Pa...lpsolit%gmail.com2006-05-191-0/+17
* Bug 337026: Users with no privs cannot edit bugs anymore (if being logged out...lpsolit%gmail.com2006-05-081-0/+23
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-081-4/+4
* Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-05-081-6/+10
* Bug 334344: process_bug.cgi is broken when changing several bugs at once - Pa...lpsolit%gmail.com2006-04-181-4/+5
* Bug 303696: Eliminate deprecated Bugzilla::DB routines from process_bug.cgi -...lpsolit%gmail.com2006-04-071-139/+185
* Bug 330698: Remove $::components, @::enterable_products and $::classification...lpsolit%gmail.com2006-04-031-13/+13
* Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com2006-03-311-3/+2
* Bug 92515: Implement the ability to change the resolution of a bug without re...lpsolit%gmail.com2006-03-281-26/+17
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-7/+12
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-4/+4
* Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2006-03-031-5/+7
* Bug 328436: Move BugInGroupId from globals.pl to process_bug.cgimkanat%kerio.com2006-03-021-0/+15
* Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ...lpsolit%gmail.com2006-02-281-23/+30
* Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by...lpsolit%gmail.com2006-02-251-4/+15
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com2006-02-211-1/+13
* Bug 325048: [PostgreSQL] Changing the status of a bug from UNCONFIRMED to NEW...lpsolit%gmail.com2006-02-081-5/+16
* Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk2006-01-091-0/+1
* Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org2006-01-061-12/+0
* Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org2006-01-061-0/+12
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-261-1/+1
* Bug 315332 fix several bugs in process_bug.cgi when 'strict_isolation' is onbugreport%peshkin.net2005-11-201-48/+131
* Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for comm...lpsolit%gmail.com2005-11-141-4/+6
* Bug 315157: Attachment data is not exported when moving bugs to another DB - ...lpsolit%gmail.com2005-11-081-1/+2
* Bug 314791: process_bug.cgi should not complain if 'knob' is undefined - Patc...lpsolit%gmail.com2005-11-041-1/+3
* Bug 109339: Be able to set assignee/QA to default for multiple bugs across pr...lpsolit%gmail.com2005-10-261-27/+30
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SEL...mkanat%kerio.com2005-10-251-1/+3
* Bug 312787 When strict_isolation is set, do not permit users to alter deps on...bugreport%peshkin.net2005-10-221-0/+7
* Bug 141593 You can add/remove dependencies on bugs you can't seebugreport%peshkin.net2005-10-191-5/+23
* Bug 309681 Prevent users from adding another user who shouldn't have access t...bugreport%peshkin.net2005-10-181-4/+41
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of globals...lpsolit%gmail.com2005-10-121-1/+1
* Bug 28398 Gotta be more careful when emailing state changes of dependent bugsbugreport%peshkin.net2005-10-081-3/+3
* Bug 308581: Excluding yourself from a restricted bug generates an error if th...lpsolit%gmail.com2005-09-151-6/+8
* Bug 256135: Parameter 'movers' is handled differently in Bug.pm and buglist.c...lpsolit%gmail.com2005-09-091-10/+4
* Bug 30345: Can mark bugs duplicates of each other [dupe loops] - Patch by FrÃ...lpsolit%gmail.com2005-08-311-8/+32
* Bug 306364: SQL crash when moving a bug to another product (regression) - Pat...lpsolit%gmail.com2005-08-301-1/+1
* Bug 305126: Fix table locks after removal of derive_groupsbugreport%peshkin.net2005-08-301-9/+2
* Bug 303401: move the move.pl code into process_bug.cgi - Patch by Frédéric ...lpsolit%gmail.com2005-08-221-9/+105
* Fix for bug 292022: accepts multiple requestees in the requestee field for a ...myk%mozilla.org2005-08-211-1/+1
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-9/+5
* Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzil...lpsolit%gmail.com2005-08-161-2/+1
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-161-1/+3
* Bug 304044: Missing scalar() for some parameters - Patch by Frédéric Buclin...lpsolit%gmail.com2005-08-131-6/+6
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-1/+1
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-1/+1
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-1/+1
* Bug 302927: Incorrect title when changing several bugs at once - Patch by FrÃ...lpsolit%gmail.com2005-08-031-0/+1