aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
* Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander2010-03-131-74/+83
| | | | | field-descs globally for all template calls r=LpSolit, a=LpSolit
* Bug 286041 - Allow people to undo "forget search"Kent Rogers2010-03-011-1/+1
| | | | r=mkanat, a=mkanat
* Fix bustage (unused error tag)Frédéric Buclin2010-02-241-4/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=526184
* Bug 547496: Add IDs to some form elementsFrédéric Buclin2010-02-241-2/+6
| | | | r=pyrzak a=LpSolit
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-212-10/+26
| | | | r=LpSolit, a=mkanat
* Bug 533018: "Confirm match" displays full email address to logged-out users ↵Frédéric Buclin2010-02-181-3/+7
| | | | | | in request.cgi r/a=mkanat
* Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander2010-02-171-2/+3
| | | | r=LpSolit, a=LpSolit
* Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander2010-02-151-5/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=372979
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-154-46/+41
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark2010-02-071-0/+6
| | | | | | blocks/dependson) r=mkanat, a=mkanat
* Bug 518293: Improve and Simplify the QuickSearch DocumentationMax Kanat-Alexander2010-02-072-3/+4
| | | | r=LpSolit, a=LpSolit
* Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin2010-02-061-0/+3
| | | | r/a=mkanat
* Remove the <link> tags in the <head> for Saved SearchesJustin Wood2010-02-021-6/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=303126
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-1/+1
| | | | | | component r=dkl, a=mkanat
* Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander2010-02-011-2/+7
| | | | r=LpSolit, a=LpSolit
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-91/+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.
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-0/+6
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 467992: Login fails if the user's LDAP account is denied search in LDAP ↵lpsolit%gmail.com2010-01-051-1/+5
| | | | - Patch by Adam Batkin <adam@batkin.net> r/a=mkanat
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org2009-12-311-2/+5
| | | | | | in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
* Bug 465930: Some fields have no description in the user auto-completion form ↵lpsolit%gmail.com2009-12-171-6/+20
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 502683: Ability to get attachments by ID in the WebServicemkanat%bugzilla.org2009-12-131-1/+5
| | | | Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵mkanat%bugzilla.org2009-12-131-0/+15
| | | | | | they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs ↵mkanat%bugzilla.org2009-12-101-0/+2
| | | | | | instead of requiring post_bug.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 518024: Make quicksearch accept any field name or any unique starting ↵mkanat%bugzilla.org2009-12-081-11/+13
| | | | | | substring of a fieldname Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-042-1/+20
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-252-5/+18
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Fix bustage: the 'extension_invalid' error tag is no longer usedlpsolit%gmail.com2009-11-241-4/+0
|
* Fix test failures caused by check-in of bug 430014.mkanat%bugzilla.org2009-11-241-1/+1
|
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-0/+27
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 529495: The open bracket is missing for a directive in ↵lpsolit%gmail.com2009-11-181-1/+1
| | | | global/code-error.html.tmpl - Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-2/+32
| | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-182-1/+2
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* Bug 460742: The type should be mandatory to create a custom field - Patch by ↵lpsolit%gmail.com2009-10-301-3/+7
| | | | Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org2009-10-242-0/+47
| | | | | | start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org2009-10-241-28/+9
| | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365267: attachment.cgi should not be editable when the user is not ↵lpsolit%gmail.com2009-10-231-0/+2
| | | | logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 302542: Implement the ability to delete data sets (series) in New Charts ↵lpsolit%gmail.com2009-10-041-1/+8
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 519040: After creating a new series, redirect the user to a more useful ↵lpsolit%gmail.com2009-10-041-3/+0
| | | | page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org2009-09-301-0/+6
| | | | | | and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-302-3/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512623: Implement the basic infrastructure for localization of all ↵mkanat%bugzilla.org2009-09-301-18/+24
| | | | | | custom and standard field values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512983: Missing comma in field-descs.none.tmpl - Patch by A.A. Shimono ↵lpsolit%gmail.com2009-09-221-1/+1
| | | | (himorin) <shimono+bug@gmail.com> r=pyrzak r=LpSolit a=LpSolit
* Bug 388830: Use JS to make sure there's a Description value when submitting ↵mkanat%bugzilla.org2009-09-211-0/+5
| | | | | | an attachment Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
* Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and ↵mkanat%bugzilla.org2009-09-111-0/+5
| | | | | | Bug.create (CVE-2009-3165) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-25/+0
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-213-3/+5
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 458395: Hook for setting-descsmkanat%bugzilla.org2009-08-191-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* post-checkin fix for bug 108243lpsolit%gmail.com2009-08-191-1/+1
|
* Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵lpsolit%gmail.com2009-08-181-1/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 458627: "My Requests" link no longer displayed in the footer of some ↵lpsolit%gmail.com2009-08-131-1/+2
| | | | pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit