aboutsummaryrefslogtreecommitdiffstats
path: root/template/en
Commit message (Collapse)AuthorAgeFilesLines
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-258-5/+259
| | | | 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-242-1/+32
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 451716: Deleting a product does not remove its entries from the 'Series' ↵lpsolit%gmail.com2009-11-231-0/+5
| | | | table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 529498: Missing </option> in search/form.html.tmpl - Patch by Patch by ↵lpsolit%gmail.com2009-11-181-0/+1
| | | | A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
* 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 525429: Template hook for verify-new-productmkanat%bugzilla.org2009-11-181-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-182-3/+33
| | | | 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-1823-152/+79
| | | | | | 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 529483: Release Notes for Bugzilla 3.4.4mkanat%bugzilla.org2009-11-181-0/+8
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=reed
* Bug 528872 - "Attachments in attachments table should have CSS classes to ↵reed%reedloden.com2009-11-161-1/+5
| | | | help with styling" [p=reed r=LpSolit a=LpSolit]
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-108-10/+10
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 505038: Use $user->is_insider instead of ↵lpsolit%gmail.com2009-11-103-6/+5
| | | | $user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-106-40/+33
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 283609 - Search for relative dates in deadlineghendricks%novell.com2009-11-091-1/+1
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 525617: Template Hook for bug/field.html.tmplmkanat%bugzilla.org2009-11-091-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 450747: Minor JS cleanup for the "edit multiple bugs" pagemkanat%bugzilla.org2009-11-091-5/+8
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat
* Fix a 009bugwords runtests.pl failure related to the release-notes.mkanat%bugzilla.org2009-11-051-3/+4
|
* Add bug 525025 to the 3.4.3 release notes.mkanat%bugzilla.org2009-11-051-0/+6
|
* Bug 525254: editproducts.cgi shouldn't display the "Edit classification ↵lpsolit%gmail.com2009-11-031-1/+2
| | | | 'Foo'" link if you haven't editclassifications privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 524891: Make leading whitespace not be trimmed from comments on display.mkanat%bugzilla.org2009-11-012-12/+11
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, 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 524234: When there are no search results, include helpful linksmkanat%bugzilla.org2009-10-291-9/+34
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard ↵lpsolit%gmail.com2009-10-272-3/+4
| | | | params - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 521398 - make XML version of bug supply more data (flags, comment IDs ↵gerv%gerv.net2009-10-261-25/+22
| | | | etc.) Patch by gerv; r,a=LpSolit.
* Bug 493242: UTF-8 characters in custom field names are mangled in ↵lpsolit%gmail.com2009-10-262-3/+1
| | | | show_activity.cgi - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
* Bug 524244: Make the HTML buglist not display a header if there are no bugs ↵mkanat%bugzilla.org2009-10-261-0/+4
| | | | | | found. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 521043: Release Notes for Bugzilla 3.4.3mkanat%bugzilla.org2009-10-261-0/+27
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org2009-10-243-1/+48
| | | | | | 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-243-50/+34
| | | | | | 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-235-56/+119
| | | | logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 378681: Bug XML only contains group names, while process_bug only ↵lpsolit%gmail.com2009-10-191-1/+1
| | | | accepts group IDs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* 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 ↵reed%reedloden.com2009-10-195-0/+22
| | | | r=LpSolit a=LpSolit]
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com2009-10-182-16/+9
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 518974: Hooks to add text to index.cgimkanat%bugzilla.org2009-10-091-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-093-9/+9
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not ↵mkanat%bugzilla.org2009-10-062-20/+9
| | | | | | just values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Add missing file change for bug 302542lpsolit%gmail.com2009-10-051-3/+3
|
* Bug 302542: Implement the ability to delete data sets (series) in New Charts ↵lpsolit%gmail.com2009-10-043-3/+71
| | | | - 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 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org2009-09-302-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org2009-09-303-5/+11
| | | | | | 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-3027-93/+93
| | | | 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-302-19/+26
| | | | | | custom and standard field values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch ↵lpsolit%gmail.com2009-09-301-0/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 455559: The requestee field should be narrower - Patch by Frédéric ↵lpsolit%gmail.com2009-09-301-3/+3
| | | | Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 488931: Change the default priority values to be human-readable words ↵mkanat%bugzilla.org2009-09-301-4/+2
| | | | | | instead of P1, P2, etc. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 519481 - Advanced search has empty version and milestoneghendricks%novell.com2009-09-291-12/+19
| | | | patch by ghendricks r=LpSolit