aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 106918: the "movers" param was not being interpreted correctly by move.pl...justdave%syndicomm.com2003-01-241-0/+2
* Bug 188161 - assignee/qa missing change knobs.bbaetz%acm.org2003-01-231-3/+3
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-124/+34
* Bug 182946 - fix additional typo noticed on irc by tmbbaetz%student.usyd.edu.au2002-12-031-1/+1
* Bug 182946 - fix regressions from bug 171493bbaetz%student.usyd.edu.au2002-12-031-5/+5
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-213/+289
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-8/+0
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-32/+9
* Bug 165756 - Running tests without checksetup causes failurebbaetz%student.usyd.edu.au2002-09-051-2/+1
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-5/+6
* Bug 164623 - xml.cgi - attachments is broken and insiders not enforcedbugreport%peshkin.net2002-08-271-54/+59
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Big 163291 - Move utility funcs into a modulebbaetz%student.usyd.edu.au2002-08-191-2/+4
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-3/+6