aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Expand)AuthorAgeFilesLines
* 101770Guy Pyrzak2010-03-021-1/+1
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-221-8/+10
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-213-7/+12
* Bug 499151: Only call format_comment when it's actually needed, as a slightMax Kanat-Alexander2010-02-201-3/+1
* Bug 546763: Extra spaces when copying bug headerGuy Pyrzak2010-02-181-2/+2
* Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander2010-02-172-8/+6
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-174-13/+9
* Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander2010-02-171-0/+224
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-157-318/+8
* Bug 545978 - "A '<th>' tag ends with '</td>' in template/en/default/bug/edit....Reed Loden2010-02-131-1/+1
* Bug 310450 - Bugzilla should send an email when a comment becomes private or...Dave Lawrence2010-02-101-1/+7
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...Jesse Clark2010-02-073-6/+32
* Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander2010-02-014-50/+39
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-78/+0
* Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to help...mkanat%bugzilla.org2009-12-311-1/+1
* Bug 537328 - "Clicking 'reply' shouldn't add anything to my history" [p=paul@...reed%reedloden.com2009-12-311-1/+1
* Bug 486323: Activity log (history) has a blank <body> if there's no content -...lpsolit%gmail.com2009-12-281-0/+4
* Bug 524251: Move the bug visibility controls to the right of the timetracking...mkanat%bugzilla.org2009-12-131-104/+95
* Bug 524254: Make the comment box in bug/edit.html.tmpl into a BLOCKmkanat%bugzilla.org2009-12-132-71/+87
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...mkanat%bugzilla.org2009-12-131-7/+4
* Bug 526734: Allow localization of the "From update of attachment" string in c...mkanat%bugzilla.org2009-12-131-0/+8
* Bug 310532: Bookmarkable new bug templates do not include estimated hours or ...lpsolit%gmail.com2009-12-131-2/+2
* Bug 512606: Make statuses currently available for the user to change this bug...mkanat%bugzilla.org2009-12-121-89/+34
* Bug 425668: Make the body classes and other header information show up proper...mkanat%bugzilla.org2009-12-101-5/+1
* Bug 530009: Put the template header stuff required to display show_bug all in...mkanat%bugzilla.org2009-12-074-32/+59
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-042-5/+11
* Bug 204106: Make enter_bug indicate which fields are mandatorymkanat%bugzilla.org2009-12-041-9/+15
* Bug 525429: Template hook for verify-new-productmkanat%bugzilla.org2009-11-181-0/+2
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-1/+1
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ...mkanat%bugzilla.org2009-11-183-18/+7
* Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->pa...lpsolit%gmail.com2009-11-105-7/+7
* Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com2009-11-102-3/+3
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-105-39/+32
* Bug 525617: Template Hook for bug/field.html.tmplmkanat%bugzilla.org2009-11-091-0/+2
* Bug 524891: Make leading whitespace not be trimmed from comments on display.mkanat%bugzilla.org2009-11-011-11/+10
* Bug 521398 - make XML version of bug supply more data (flags, comment IDs etc...gerv%gerv.net2009-10-261-25/+22
* Bug 493242: UTF-8 characters in custom field names are mangled in show_activi...lpsolit%gmail.com2009-10-261-2/+1
* Bug 378681: Bug XML only contains group names, while process_bug only accepts...lpsolit%gmail.com2009-10-191-1/+1
* Backout changes that weren't supposed to be committed. Oops\!reed%reedloden.com2009-10-192-19/+0
* Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSo...reed%reedloden.com2009-10-193-0/+20
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-1/+2
* Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not jus...mkanat%bugzilla.org2009-10-062-20/+9
* Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org2009-09-302-2/+2
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-308-18/+18
* Bug 512623: Implement the basic infrastructure for localization of all custo...mkanat%bugzilla.org2009-09-301-1/+2
* Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch b...lpsolit%gmail.com2009-09-301-0/+3
* Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch b...lpsolit%gmail.com2009-09-221-0/+1
* Bug 516269: New Template Hook: after the bug comment textareamkanat%bugzilla.org2009-09-161-0/+1
* Bug 512598: The "Save Changes" button wasn't aligned with the comment box if ...mkanat%bugzilla.org2009-09-101-3/+2
* Bug 512616: "collapse/expand comment" removes css-class 'bz_comment_text' - P...lpsolit%gmail.com2009-09-031-2/+2