summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2010-02-17Bug 537887 - "The flag setter should be able to unset a flag even if not in ↵Reed Loden1-2/+2
the request group" [r=LpSolit a=LpSolit]
2010-02-17Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander3-15/+9
r=ghendricks, a=mkanat
2010-02-17Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley17-164/+141
r=mkanat, a=mkanat
2010-02-17Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander5-306/+378
r=LpSolit, a=LpSolit
2010-02-17Bug 545029: When deleting a group, no warning is thrown about group inheritanceFrédéric Buclin1-0/+9
r=mkanat a=LpSolit
2010-02-16Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander1-5/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=372979
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander28-775/+95
r=mkanat, a=mkanat, a=LpSolit
2010-02-13Bug 545978 - "A '<th>' tag ends with '</td>' in ↵Reed Loden1-1/+1
template/en/default/bug/edit.html.tmpl between lines 438-442." [r=LpSolit a=LpSolit]
2010-02-11Bug 545576 - "Add "greaterthaneq" and "lessthaneq" charts to do >= and <= ↵Reed Loden1-0/+2
searches" [r=mkanat a=mkanat]
2010-02-10Bug 310450 - Bugzilla should send an email when a comment becomes private ↵Dave Lawrence1-1/+7
or un-private r=mkanat, a=mkanat
2010-02-10Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" ↵Reed Loden1-5/+7
[r=mkanat a=mkanat]
2010-02-10Bug 527641 - "QuickSearch should include aliases in default search chart" ↵Reed Loden1-0/+1
[r=mkanat a=mkanat]
2010-02-10Bug 545253: Do not display flags as editable when you cannot edit attachment ↵Frédéric Buclin2-1/+2
attributes a=LpSolit (module owner)
2010-02-08Bug 544812: Template hooks for reports/menu.html.tmplMax Kanat-Alexander1-0/+3
r=mkanat, a=mkanat (module owner)
2010-02-08Fix a typo in the new quicksearch docs.Max Kanat-Alexander1-3/+3
2010-02-08Fix some filter test failures caused by the checkin of bug 251556.Max Kanat-Alexander3-5/+8
2010-02-08Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark7-25/+102
blocks/dependson) r=mkanat, a=mkanat
2010-02-08Bug 58731: Make the keywords regexp boolean charts workRémi Zara1-1/+1
r=mkanat, a=mkanat
2010-02-08Bug 518293: Improve and Simplify the QuickSearch DocumentationMax Kanat-Alexander5-530/+228
r=LpSolit, a=LpSolit
2010-02-06Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin1-0/+3
r/a=mkanat
2010-02-04Bug 544296: Bad title displayed when viewing the duplicates table (simple ↵Frédéric Buclin1-2/+4
format) r/a=mkanat
2010-02-03Remove the <link> tags in the <head> for Saved SearchesJustin Wood1-6/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=303126
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander10-54/+61
component r=dkl, a=mkanat
2010-02-02Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander5-141/+121
r=LpSolit, a=LpSolit
2010-02-01Convert .cvsignore files into a .bzrignore.Max Kanat-Alexander2-5/+0
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander33-1510/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-0/+6
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2010-02-01Bug 543342: Release Notes for Bugzilla 3.4.5Max Kanat-Alexander1-0/+35
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
2010-02-01Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵Frédéric Buclin1-3/+3
bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2010-02-01Bug 542328: Make extensions/create.pl give the extension's lib/Util.pm ↵Tiago Mello1-1/+1
module a correct package name Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
2010-01-12 Bug 539229 - Editing a search with resolution '---' does not remember that ↵ghendricks%novell.com1-4/+5
resolution patch by ghendricks r=LpSolit a=LpSolit
2010-01-06Bug 538039: Typo when deleting a custom field value - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=reed a=LpSolit
2010-01-05Bug 467992: Login fails if the user's LDAP account is denied search in LDAP ↵lpsolit%gmail.com1-1/+5
- Patch by Adam Batkin <adam@batkin.net> r/a=mkanat
2010-01-05Bug 534587 - "Bugmail uses the timezone of the changee instead of the user ↵reed%reedloden.com1-2/+2
receiving the mail" [p=reed r=mkanat a=mkanat]
2009-12-31Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org1-0/+8
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-12-31Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org2-38/+86
in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org5-74/+133
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-31Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to ↵mkanat%bugzilla.org1-1/+1
help out extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-12-31Bug 537328 - "Clicking 'reply' shouldn't add anything to my history" ↵reed%reedloden.com1-1/+1
[p=paul@oshannessy.com (Paul O'Shannessy [zpao]) r=LpSolit a=LpSolit]
2009-12-28Bug 486323: Activity log (history) has a blank <body> if there's no content ↵lpsolit%gmail.com1-0/+4
- Patch by Krzysztof Drewniak <krzysdrewniak@gmail.com> r=gerv a=LpSolit
2009-12-28Bug 511216: Assignee is blank in Whine emails - Patch by Kent Rogers ↵lpsolit%gmail.com2-10/+2
<kar@cray.com> r/a=Lpsolit
2009-12-27Bug 475523: Fix instructions on whineatnews email to refer to correct ↵wicked%sci.fi1-3/+3
show_bug options. Patch by Kent Rogers <kar@cray.com> r=wicked a=mkanat
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org5-34/+63
not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-18Bug 470608: <colgroup> is not well supported - Patch by Aaron Larson ↵lpsolit%gmail.com1-13/+4
<aaron@larsonsonline.net> r/a=LpSolit
2009-12-18Bug 465930: Some fields have no description in the user auto-completion form ↵lpsolit%gmail.com1-6/+20
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-12-13Bug 524251: Move the bug visibility controls to the right of the ↵mkanat%bugzilla.org1-104/+95
timetracking and attachments tables Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 524254: Make the comment box in bug/edit.html.tmpl into a BLOCKmkanat%bugzilla.org2-71/+87
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org3-30/+4
the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 502683: Ability to get attachments by ID in the WebServicemkanat%bugzilla.org1-1/+5
Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
2009-12-13Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org1-0/+8
comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit