aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 297794: initBug's verification of user_id being an email is bogus - Patch...lpsolit%gmail.com2005-06-211-7/+7
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
* Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting <alt...lpsolit%gmail.com2005-05-041-1/+53
* Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric ...lpsolit%gmail.com2005-04-201-1/+56
* Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2005-04-171-2/+94
* Bug 199048: Preference option to reverse sort the comments stack - Patch by S...lpsolit%gmail.com2005-04-091-2/+10
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...lpsolit%gmail.com2005-04-061-0/+55
* Bug 287880: [SECURITY] Comments on secure bugs still available to templates.....mkanat%kerio.com2005-03-301-7/+30
* Bug 286501: Summarize time fails with "Can't bind reference" errormkanat%kerio.com2005-03-171-1/+2
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-4/+11
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-1/+1
* Bug 187658 : Group checkboxes are not sorted consistentlytravis%sedsystems.ca2005-03-111-1/+2
* Bug 283561: Move AppendComment out of globals.plmkanat%kerio.com2005-03-101-0/+33
* Bug 285541: QA Contacts No Longer Appear in show_bugmkanat%kerio.com2005-03-101-2/+2
* Bug 282145: Bug.pm is too slow for general usemkanat%kerio.com2005-03-091-88/+180
* Bug 283919: Move BugAliasToID out of CGI.pl into Bugzilla::Bugmkanat%kerio.com2005-03-091-1/+16
* Bug 283924: Move ValidateComment out of CGI.plmkanat%kerio.com2005-03-071-0/+15
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-6/+3
* Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 2...travis%sedsystems.ca2005-03-011-0/+1
* Bug (None): Fix for checkin from Bug 280493, fix a trailing comma in Bug.pmmkanat%kerio.com2005-02-251-1/+1
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-1/+1
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-9/+10
* Bug 281596: Remove RelationSet from Bugzilla::Bugmkanat%kerio.com2005-02-171-6/+8
* Bug 282331 : Old comments get wrapped even if already_wrapped=1travis%sedsystems.ca2005-02-171-1/+1
* Bug 271276 : Cannot enter negative time for 'Hours Worked'travis%sedsystems.ca2005-02-171-4/+23
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-2/+2
* Bug 279544: Bug.pm: Eliminate deprecated Bugzilla::DB routinestravis%sedsystems.ca2005-02-051-34/+37
* Bug 279740 : Move CountOpenDependencies out of globals.pltravis%sedsystems.ca2005-02-021-0/+26
* Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bugtravis%sedsystems.ca2005-02-011-1/+33
* Bug 266579 : Users without privs can confirm bugs by assigning to themselves ...travis%sedsystems.ca2005-01-211-14/+16
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-3/+3
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2004-08-211-3/+7
* More whitespace fixes. r=ssdbot. I've already talked to Alexandrekiko%async.com.br2004-08-061-3/+3
* Whitespace fixes. r=ssdbotkiko%async.com.br2004-08-051-2/+2
* Fix for bug 253562: Hours Worked (actual_time) is being listed as 1.kiko%async.com.br2004-08-051-5/+6
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-2/+2
* Patch for bug 253357: replace IFNULL with COALESCE for increased database com...jocuri%softhome.net2004-07-311-1/+1
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-3/+3
* Fix for bug 236678: Clean up access to COOKIE global. Murder the lastkiko%async.com.br2004-07-291-26/+26
* Using "abort" instead of 1 to make the unlock_tables request consistentkiko%async.com.br2004-07-231-1/+1
* Fix for bug 252159: centralize time validation. Adds a ValidateTimekiko%async.com.br2004-07-231-0/+8
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-4/+5
* Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...jocuri%softhome.net2004-07-031-2/+2
* Patch for bug 217627: fix Bugzilla internal error message that appears if bug...jocuri%softhome.net2004-05-201-1/+1
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-5/+7
* Bug 217422: "0" was missing in "votes: 0" (MySQL 4 compatibility)justdave%syndicomm.com2003-09-021-1/+1
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-1/+1
* Bug 71790 - Duplicate resolution field should include bug number of originalburnus%gmx.de2003-04-091-0/+18
* Bug 194394 - Internal error after turning useqacontact offbbaetz%acm.org2003-02-231-2/+8
* Bug 186994 - Unable to accept a new bug that has been assigned. Patch by gerv...gerv%gerv.net2003-02-161-3/+5