aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 378759: Quick Search plugin does not conform to OpenSearch specification ↵lpsolit%gmail.com2007-04-271-4/+1
| | | | - Patch by Zak Johnson <zakj@nox.cx> r=wicked a=LpSolit
* Bug 372589: Firefox squishes bugsearch window making it difficult to use - ↵lpsolit%gmail.com2007-04-231-2/+2
| | | | Patch by Gervase Markham <gerv@mozilla.org> r/a=mkanat
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-1926-57/+57
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com2007-04-182-1/+12
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
* Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵lpsolit%gmail.com2007-04-185-15/+17
| | | | by Teemu Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* Bug 182082: Help system should support more browsers - Patch by Teemu ↵lpsolit%gmail.com2007-04-154-33/+19
| | | | Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-152-1/+4
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com2007-04-134-77/+55
| | | | independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 375191: Remove ChangeStatus() and ChangeResolution() from ↵lpsolit%gmail.com2007-04-111-0/+5
| | | | process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv r=mkanat r=bkor a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-1019-60/+66
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 102622: Dependency graphs should be able to be limited by "relationship" ↵lpsolit%gmail.com2007-04-071-25/+22
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit