aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 437369: Deleting a bug doesn't remove related data from the bugs_fulltext...lpsolit%gmail.com2008-06-071-0/+4
* Bug 431730: Bugs with resolution MOVED cannot be edited anymore - Patch by Fr...lpsolit%gmail.com2008-05-021-4/+4
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-46/+1
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-021-19/+5
* Bug 425599 – show_activity missing space for attachment flag changesbbaetz%acm.org2008-04-021-1/+1
* Bug 413184: Unify all of the update_ functions in Bugzilla::Bugmkanat%bugzilla.org2008-03-261-129/+84
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ...mkanat%bugzilla.org2008-03-251-8/+39
* Bug 419243: get_new_status_and_resolution() no longer exists and bug moving f...lpsolit%gmail.com2008-02-261-18/+18
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com2008-02-251-11/+10
* Bug 416481: No bugmail is sent if no comment is added on bug creation - Patch...lpsolit%gmail.com2008-02-131-8/+0
* Bug 384009: Global fields (priority, severity, OS, and platform) are required...lpsolit%gmail.com2008-02-121-26/+39
* Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...lpsolit%gmail.com2008-02-041-2/+2
* Bug 373281: Remove AppendComment entirely in favor of Bugzilla::Bug->add_comm...lpsolit%gmail.com2008-01-211-51/+9
* Bug 143313: check_can_change_field() is no longer called with --do_not_change...lpsolit%gmail.com2008-01-201-3/+1
* Bug 412836: Clean up process_bug.cgi now that we have Bugzilla::Bug->updatemkanat%bugzilla.org2008-01-201-12/+23
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-7/+7
* Bug 402791: Move status and resolution updating from process_bug.cgi into Bug...mkanat%bugzilla.org2008-01-181-241/+292
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 cha...lpsolit%gmail.com2008-01-121-3/+16
* Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2008-01-121-1/+112
* Bug 410660: Updating a bug fails if there is a multi-select custom field - Pa...lpsolit%gmail.com2008-01-041-2/+9
* Bug 399654: Entering a bug with strict_isolation turned on fails due to an in...lpsolit%gmail.com2008-01-031-1/+1
* Bug 410182: Bugzilla crashes when moving a bug into another product when no Q...lpsolit%gmail.com2007-12-301-2/+6
* Bug 388147: Move assigned_to and qa_contact updating into Bugzilla::Bugmkanat%bugzilla.org2007-12-201-73/+163
* Bug 405788: $bug->add_comment incorrectly calls check_can_change_field() - Pa...lpsolit%gmail.com2007-11-301-4/+5
* Bug 99215: Attachments have no midair collision protection - Patch by Fréd...lpsolit%gmail.com2007-11-301-2/+9
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-0/+6
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...lpsolit%gmail.com2007-11-191-8/+4
* Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bugmkanat%bugzilla.org2007-11-131-0/+19
* Bug 402438: Invalid deadlines can be set by unauthorized users - Patch by Fr...lpsolit%gmail.com2007-11-051-1/+2
* Bug 401953: Move work_time validation from process_bug to Bugzilla::Bugmkanat%bugzilla.org2007-11-051-0/+6
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-0/+25
* Bug 400569: Bugzilla::Bug::editable_bug_fields() behaves incorrectly on insta...lpsolit%gmail.com2007-10-211-1/+2
* Bug 398990: process_bug.cgi shouldn't check the 'reporter' field as this fiel...lpsolit%gmail.com2007-10-181-1/+1
* Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com2007-10-121-1/+1
* Bug 398986: Incorrect SQL query when moving bugs to another product - Patch b...lpsolit%gmail.com2007-10-091-1/+1
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-13/+0
* Bug 398739: "Taking a bug" while adding a new attachment locks the bug status...lpsolit%gmail.com2007-10-081-0/+1
* Bug 349567 – strict_isolation in post_bug should also check can_see_prod...wurblzap%gmail.com2007-10-051-1/+2
* Bug 398420: Midair collision protection is broken - Patch by Frédéric B...lpsolit%gmail.com2007-10-051-0/+9
* Bug 373689: Implement set_product: Move product changing from process_bug int...mkanat%bugzilla.org2007-09-191-34/+174
* Bug 395603: "invalid bug attribute remaining_time" is thrown when the timetra...lpsolit%gmail.com2007-09-111-5/+3
* Regression due to bug 287330: fix failure when processing a bug - Patch by melpsolit%gmail.com2007-09-091-1/+1
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-15/+95
* Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org2007-08-241-2/+2
* Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-08-241-2/+2
* Bug 332149: Ability to have symbols placed next to user names based on group ...lpsolit%gmail.com2007-08-081-4/+2
* Bug 389916: The "remaining_time_zeroed" message is displayed even if none of ...lpsolit%gmail.com2007-07-281-3/+11
* Bug 389835: Various issues when changing several bugs at once - Patch by FrÃ...lpsolit%gmail.com2007-07-281-22/+5
* Bug 388149: Move updating of time-tracking fields into Bugzilla::Bugmkanat%bugzilla.org2007-07-271-14/+56
* Bug 388232: Restricting a bug to a group sets reporter_accessible and cc_acce...mkanat%bugzilla.org2007-07-161-0/+11