aboutsummaryrefslogtreecommitdiffstats
path: root/template/en
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 388171: User privs are not displayed correctly when deleting a user ↵lpsolit%gmail.com2007-07-201-1/+1
| | | | account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 329701: Add flag support to QuickSearch - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-07-191-1/+28
| | | | <wicked@sci.fi> r/a=LpSolit
* Bug 365110 saved searches should list "shared to"timeless%mozdev.org2007-07-181-0/+4
| | | | r=lpsolit a=lpsolit
* Fixing a typolpsolit%gmail.com2007-07-171-1/+1
|
* Bug 388311: Users with no privs see "Reopen bug" on closed bugs even if they ↵lpsolit%gmail.com2007-07-171-2/+1
| | | | are not the reporter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 388249: 'buglist_load_named_query' from global/messages.html.tmpl is ↵lpsolit%gmail.com2007-07-161-6/+0
| | | | obsolete - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
* Bug 388045: Move updating of cc_accessible and reporter_accessible into ↵mkanat%bugzilla.org2007-07-141-2/+2
| | | | | | Bugzilla::Bug (from process_bug) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Remove useless and annoying "?" in some field descs, a=mkanat on IRClpsolit%gmail.com2007-07-141-3/+3
|
* Bug 388036: Make Bugzilla::Bug do updating for alias in process_bugmkanat%bugzilla.org2007-07-141-4/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgimkanat%bugzilla.org2007-07-131-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com2007-07-133-3/+20
| | | | go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or somethingtimeless%mozdev.org2007-07-101-1/+1
| | | | r=lpsolit a=lpsolit
* Bug 366384 improve the message "Delete Component of Product 'Derivatives'"timeless%mozdev.org2007-07-101-1/+2
| | | | r=lpsolit a=lpsolit
* Bug 383999 Replace "summed" with "stacked" so that I can find ittimeless%mozdev.org2007-07-101-1/+1
| | | | r=mkanat a=mkanat
* Bug 384400 Delete milestone message uses "ALL" incorrectlytimeless%mozdev.org2007-07-101-2/+3
| | | | r=lpsolit a=lpsolit
* Fixing bustage due to the checkin of bug 385379lpsolit%gmail.com2007-07-071-3/+0
|
* Bug 339437: Make flag requestee a select box and limit users to requestable ↵lpsolit%gmail.com2007-07-053-17/+59
| | | | only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
* Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to ↵lpsolit%gmail.com2007-07-032-2/+3
| | | | 'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r=wicked a=mkanat
* Bug 385910: Add parameter to allow "find a specific bug" to accept an empty ↵lpsolit%gmail.com2007-06-262-3/+10
| | | | search - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r/a=LpSolit
* Bug 370921: reporter_accessible and cclist_accessible checkboxes in ↵lpsolit%gmail.com2007-06-201-2/+4
| | | | show_bug.cgi appear editable by users with no privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 347213: When moving a bug to another product, Bugzilla should let us ↵lpsolit%gmail.com2007-06-201-24/+69
| | | | | | | | preemptively put the bug into a (valid) group which is not a default one for this product Bug 303183: Bugzilla fails to warn when a product change would force the removal of an optional group Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org2007-06-171-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 101179: Fully implement support for customised bug statuses and workflow ↵lpsolit%gmail.com2007-06-144-1/+36
| | | | (final checkin!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com2007-06-142-27/+11
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 344964: enter_bug.cgi should look at the custom status workflow to get ↵lpsolit%gmail.com2007-06-141-0/+5
| | | | the valid initial bug statuses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 383935: Display how many other users have chosen to see your saved ↵lpsolit%gmail.com2007-06-131-0/+4
| | | | search in their footer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
* Bug 383520 – Need to hook code-error.html.tmplghendricks%novell.com2007-06-131-6/+12
| | | | Patch by ghendricks r=mkanat a=mkanat
* Bug 380552 don't strike out "cancel and return to" it makes the link unreadabletimeless%mozdev.org2007-06-111-2/+2
| | | | r=mkanat a=mkanat
* Bug 379127: Incorrect link to the documentation when trying to view an ↵lpsolit%gmail.com2007-06-022-4/+4
| | | | nonexistent saved search - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 378590 - rewrite and reduce the length of the bug-writing guidelines. ↵gerv%gerv.net2007-06-011-219/+54
| | | | Patch by gerv; r=lpsolit,mkanat, a=mkanat
* Bug 364164: <select> fields for flags are of different widths if you are not ↵lpsolit%gmail.com2007-05-311-3/+6
| | | | in the grant group for all flags - Patch by Frédéric Buclin <LpSolit@gmail.com> r=reed r=gerv a=LpSolit
* Bug 250604 - add link to Talkback instructions. Patch by gerv; r,a=lpsolit.gerv%gerv.net2007-05-311-1/+2
|
* Bug 369987: Display real field names in editvalues.cgi - Patch by ↵lpsolit%gmail.com2007-05-309-50/+62
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 218618: Show line numbers on patch attachments when viewing them in ↵lpsolit%gmail.com2007-05-273-15/+58
| | | | "diff" mode - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-277-148/+84
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 364008: Work around 405 error on login from home page when using IIS 5.justdave%bugzilla.org2007-05-212-0/+7
| | | | | Patch by Michael Kincaid <michael@luidia.com> r=justdave, a=justdave
* Bug 377485: Implement editworkflow.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-05-175-2/+203
| | | | <LpSolit@gmail.com> r=gerv r=mkanat a=mkanat
* Bug 380416: template/en/default/admin/users/userdata.html.tmpl should honor ↵ghendricks%novell.com2007-05-151-0/+8
| | | | | | | can_change_password() Patch by Vance Baarda <vrb@novell.com> r=mkanat, a=mkanat
* Bug 379787: Flag request mail has a blank requestee when requestee doesn't ↵lpsolit%gmail.com2007-05-151-3/+5
| | | | get the mail - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked r=myk a=LpSolit
* Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-05-149-6/+125
| | | | <wicked@etlicon.fi> r=justdave a=LpSolit
* I forgot this template in my previous checkin :)lpsolit%gmail.com2007-05-141-0/+62
|
* Bug 327077: Implement a way to get all the components with a given default ↵lpsolit%gmail.com2007-05-133-33/+13
| | | | assignee (owner) and/or default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 380103: No product name provided when editing a component - Patch by ↵lpsolit%gmail.com2007-05-111-1/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl r=justdave a=LpSolit
* Bug 311982: Remove useless quotes when displaying the milestone URL - Patch ↵lpsolit%gmail.com2007-05-101-4/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 345290: Give a CSS class to various sections of the buglist, including ↵lpsolit%gmail.com2007-05-101-24/+32
| | | | quips - Patch by timeless <timeless@bemail.org> r=wicked a=mkanat
* Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com2007-05-1011-15/+15
| | | | <spam@bmo2007.rsz.jp> r=wicked a=mkanat
* Fix release notes test failures.mkanat%bugzilla.org2007-05-091-10/+11
|
* Bug 379777: Finalize Release Notes for Bugzilla 3.0mkanat%bugzilla.org2007-05-091-2/+22
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 349560: Zooming textareas onBlur event prevent Commit button from ↵lpsolit%gmail.com2007-05-071-1/+0
| | | | submitting - Patch by Bill Barry <after.fallout@gmail.com> r/a=LpSolit
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-061-5/+7
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat