summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander4-23/+8
r=LpSolit, a=LpSolit
2010-03-30Bug 556021: Remove "buglist" bareword from request queue page.Marc Schumann1-1/+3
r/a=mkanat
2010-03-29Bug 553693: A new logincookie is created when changing the password or email ↵Frédéric Buclin1-3/+2
address instead of reusing the existing one r/a=mkanat
2010-03-29Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander4-4/+3
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
2010-03-29Bug 555089: Add hooks in the messages template to warn the user after ↵Tiago Mello1-0/+3
updating classification or components custom fields r/a=mkanat
2010-03-29Bug 554552: Refactor classifications and components templates to use ↵Tiago Mello6-162/+144
edit-common.html.tmpl and add the 'rows' hook r/a=mkanat
2010-03-29Bug 548327: Administration page should have hooks to extend the admin linksTiago Mello1-0/+4
r/a=mkanat
2010-03-29Bug 540042: Change flag markup to identify flag type in all casesGervase Markham1-2/+2
r/a=LpSolit
2010-03-29Bug 25275: Allow the URL column to be displayed in buglistsGervase Markham1-0/+1
r/a=LpSolit
2010-03-28Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander1-1/+2
them r=dkl, a=mkanat
2010-03-28Bug 490766: Link all field labels on enter_bug.cgi to their descriptionMax Kanat-Alexander2-41/+47
on fields.html r=LpSolit, a=LpSolit
2010-03-28Bug 549814 - "Internal error when using login fields in header/footer after ↵Reed Loden1-1/+1
visiting token.cgi URL" [r=mkanat a=mkanat]
2010-03-28Bug 533927 - "email address domain filtering is applying to non-email fields ↵Reed Loden1-32/+28
in the history" [r=LpSolit a=LpSolit]
2010-03-28Bug 529433 - "Show name and full e-mail in a tooltip for flag setters and ↵Reed Loden2-5/+25
requestees" [r=LpSolit a=LpSolit]
2010-03-24Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander1-0/+4
provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat
2010-03-23Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pmDavid Lawrence1-2/+2
r/a=mkanat
2010-03-18Bug 553267: Allow specifying that you don't want flag data, for config.cgiMax Kanat-Alexander1-33/+37
r=gerv, a=mkanat
2010-03-18Bug 330633 - "Remove the "Reset Form" button on editparams.cgi"Reed Loden1-1/+0
[r=mkanat a=LpSolit]
2010-03-17Bug 545587: Make colchange.cgi use the database to determine buglist-ableMax Kanat-Alexander1-10/+23
columns, instead of having a fixed list. r=LpSolit, a=LpSolit
2010-03-15Bug 552349: A lot of errors are thrown when an Atom feed queries BugzillaFrédéric Buclin1-1/+1
r/a=mkanat
2010-03-14Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander1-74/+83
field-descs globally for all template calls r=LpSolit, a=LpSolit
2010-03-07Bug 101770 - Comment box on the edit attachment page is too small \n ↵Guy Pyrzak5-159/+186
r=mkanat/lpSolit, a=lpsolit
2010-03-07Bug 549482: Release Notes for Bugzilla 3.4.6Max Kanat-Alexander1-0/+46
r=LpSolit
2010-03-03fix for buttonGuy Pyrzak1-5/+5
2010-03-03101770v2Guy Pyrzak1-27/+29
2010-03-03101770Guy Pyrzak5-156/+181
2010-03-02Bug 286041 - Allow people to undo "forget search"Kent Rogers1-1/+1
r=mkanat, a=mkanat
2010-03-01Bug 547466: Release Notes for Bugzilla 3.6rc1Max Kanat-Alexander1-18/+709
r=LpSolit, r=gerv
2010-03-01Bug 474738: Make all of the "not" search types show up in search descriptionsMax Kanat-Alexander1-2/+3
r=LpSolit, a=LpSolit
2010-02-28Bug 537834 - "Buglist results using atom ctype do not display users with ↵Reed Loden1-3/+3
empty real names" [r=LpSolit a=LpSolit]
2010-02-28Bug 549177 - "Typo in admin.cgi page header"Reed Loden1-1/+1
[r=LpSolit a=LpSolit]
2010-02-25Some lines in the release notes started with a "[% terms" item but didn'tMax Kanat-Alexander1-13/+13
have [%+ on them, so the words would get crunched together, like "thisBugzilla".
2010-02-24Fix bustage (unused error tag)Frédéric Buclin1-4/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=526184
2010-02-24Bug 547496: Add IDs to some form elementsFrédéric Buclin3-20/+25
r=pyrzak a=LpSolit
2010-02-23Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2-9/+10
or the WebService Bug.create method. r=LpSolit, a=LpSolit
2010-02-22Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak8-19/+46
r=LpSolit, a=mkanat
2010-02-20Bug 499151: Only call format_comment when it's actually needed, as a slightMax Kanat-Alexander1-3/+1
performance improvement. r=glob, a=LpSolit
2010-02-20Bug 373278: Add distinctive marking for security bugs in request.cgiFrédéric Buclin1-1/+3
r=pyrzak a=LpSolit
2010-02-19The fix for bug 329637 was missing an update to filterexceptions.pl.Max Kanat-Alexander1-1/+0
2010-02-18Bug 546763: Extra spaces when copying bug headerGuy Pyrzak1-2/+2
r=reed a=mkanat
2010-02-18Bug 533018: "Confirm match" displays full email address to logged-out users ↵Frédéric Buclin1-3/+7
in request.cgi r/a=mkanat
2010-02-17Bug 267541: Set "create chart dataset" checkbox to on by defaultA. Karl Kornel1-1/+3
r=LpSolit a=mkanat
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]