aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 674574: When all components or versions are disabled, you cannot enter ↵Frédéric Buclin2011-08-011-2/+2
| | | | | | bugs into the product but it's listed in enter_bug.cgi anyway r=dkl a=LpSolit
* Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl templateTiago Mello2011-07-251-0/+1
| | | | r/a=mkanat
* Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl ↵Tiago Mello2011-07-251-0/+2
| | | | | | template r/a=mkanat
* Bug 642388: Description of field days_elapsed missing from ↵Frédéric Buclin2011-07-251-0/+1
| | | | | | global/field-descs.none.tmpl r=wurblzap a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-0/+3
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2011-07-051-0/+2
| | | | | | the profiles table r/a=mkanat
* Revert wrong indentation, see bug 652427Frédéric Buclin2011-07-011-1/+1
|
* Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak2011-06-281-1/+2
| | | | | | duplicates have been searched for r=mkanat, r=mkanat
* Bug 660464: Linkify the tag name in the confirmation message when tagging bugsFrédéric Buclin2011-05-301-1/+2
| | | | r=glob a=LpSolit
* Bug 28849: Block users from CCing other users if they do not have editbugs privsByron Jones2011-05-101-0/+4
| | | | r=LpSolit, a=LpSolit
* Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin2011-05-061-0/+7
| | | | r/a=mkanat
* Bug 653406: fix escaping of url vars in error messagesByron Jones2011-04-291-8/+8
| | | | r=LpSolit, a=LpSolit
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-272-0/+10
| | | | r=mkanat, a=mkanat
* Bug 652405: All user fields (assignee, QA contact, Add CC) have the page ↵Frédéric Buclin2011-04-251-3/+3
| | | | | | title as the "title" attribute r=dkl a=LpSolit
* Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander2011-04-021-0/+7
| | | | r=mkanat, a=mkanat (module owner)
* Bug 634310: Remove WCAG 2.0 violations from the index.cgi to make itFrancisco Donalisio2011-03-082-2/+2
| | | | | W3C WAI compliant. r=timello, a=LpSolit
* Bug 639371: Include the charset into HTML pages when the utf8 param is trueBjoern Jacke2011-03-091-0/+4
| | | | r/a=mkanat
* Bug 638489 - Make all boolean charts work with longdescs.isprivateMax Kanat-Alexander2011-03-031-0/+4
| | | | r=mkanat, a=mkanat (module owner)
* Bug 624414: BUGZILLA.value_descs was always empty in the JS, and display_valueMax Kanat-Alexander2011-03-024-21/+41
| | | | | wasn't translating values. r=glob, a=mkanat
* Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander2011-03-011-0/+1
| | | | | tagging system r=mkanat, a=mkanat (module owner)
* Bug 580490 - Quicksearch should optionally not search commentsDavid Lawrence2011-02-181-0/+1
| | | | r/a=mkanat
* Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello2011-02-161-0/+1
| | | | r/a=mkanat
* Bug 634243: Stop confirm-match.html.tmpl from sending extra, empty values forMax Kanat-Alexander2011-02-151-1/+6
| | | | | | each field being confirmed. This fixes a bug where confirming would fail, displaying a value with an extra comma at the end. r=LpSolit, a=LpSolit
* Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden2011-02-131-0/+1
| | | | [r=timello a=mkanat]
* Bug 543667: Add support for Trac URLs in "see also".Matt Selsky2011-02-131-0/+1
|
* Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky2011-02-131-0/+1
|
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-303-37/+23
| | | | r/a=mkanat
* Bug 623608 - Add intro/outro extension hooks to footer.html.tmplDavid Lawrence2011-01-211-2/+2
| | | | r/a=mkanat
* Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu2011-01-071-0/+17
| | | | r/a=LpSolit
* Bug 621090 - [SECURITY] Adding saved searches lacks CSRF protectionDavid Lawrence2011-01-061-0/+1
| | | | r/a=mkanat
* Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham2011-01-051-1/+2
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=617012
* Bug 595410: Make it faster to display a bug that has a lot of dependencies.Max Kanat-Alexander2011-01-031-26/+16
| | | | r=LpSolit, a=LpSolit
* Bug 622105 - Misspelling in setting_info_invalid error message David Lawrence2010-12-301-1/+1
| | | | r/a=LpSolit
* Bug 618842: Enclose checksetup.pl between <kbd> and </kbd> tags in templatesA. Shimono (himorin)2010-12-271-1/+1
| | | | r/a=mkanat
* Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander2010-12-131-4/+4
| | | | | | and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
* Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin2010-12-041-0/+25
| | | | | | products they can administer a=LpSolit (module owner)
* Bug 607675: In Firefox, YAHOO.util.Event.addListener/on events no longer ↵Guy Pyrzak2010-12-021-3/+5
| | | | | | exist after a user clicks back r:LpSolit, a:mkanat
* Fix typoA. Shimono2010-11-301-1/+1
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=615570
* Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin2010-11-031-1/+1
| | | | | | and product names are viewable in graphs/ r=wurblzap a=LpSolit
* Bug 607716: The attachment content is pasted into a comment when editing an ↵Guy Pyrzak2010-10-281-0/+1
| | | | | | attachment with JS disabled r=LpSolit r=mkanat a=LpSolit
* Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander2010-10-261-1/+3
| | | | r=glob, a=mkanat
* Bug 593138: When confirming a CSRF violation (the confirm-action page),Max Kanat-Alexander2010-10-221-0/+1
| | | | | | include an HTML comment describing the exact violation that occurred, so that screen-scrapers can know what violation they hit. r=mkanat, a=mkanat
* Bug 523205 part 2: $flagtype->set_clusions() was badly implementedFrédéric Buclin2010-10-221-0/+3
| | | | a=LpSolit
* Another unused error tagFrédéric Buclin2010-10-221-3/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205
* Bug 302293: Editing a flag type should tell me which changes have been madeFrédéric Buclin2010-10-221-4/+55
| | | | a=LpSolit (module owner)
* Remove unused error tagFrédéric Buclin2010-10-221-5/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205
* Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to ↵Frédéric Buclin2010-10-221-3/+4
| | | | | | create and edit flag types a=LpSolit
* Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin2010-10-141-0/+8
| | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
* Bug 581448: Localize the status and resolution values in the list ofMax Kanat-Alexander2010-10-132-0/+46
| | | | | possible duplicates on enter_bug.cgi r=LpSolit, a=LpSolit
* Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto2010-10-131-0/+4
| | | | | when creating or updating bug comment r=mkanat, a=mkanat