aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/flag-type/edit.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in ↵lpsolit%gmail.com2006-08-221-0/+4
| | | | an addition to the inclusion list instead of saving changes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com2006-07-251-3/+4
| | | | objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-121-1/+1
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 319067: editflagtypes.cgi should allow to filter flag types based on ↵lpsolit%gmail.com2006-06-151-11/+1
| | | | their product/component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 330521: Remove @::legal_product, @::legal_components and ↵lpsolit%gmail.com2006-03-161-11/+11
| | | | @::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com2006-02-221-1/+6
| | | | <wurblzap@gmail.com> r=vladd a=justdave
* Bug 322906: Flag inclusion and exclusion lists in editflagtypes.cgi should ↵lpsolit%gmail.com2006-01-211-2/+2
| | | | have a size of 7 instead of 4 - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 318225: "Create" button for flags has many leading spaces.wurblzap%gmail.com2005-12-031-4/+5
| | | | | Patch by Mark Bickford <markhb@maine.rr.com>, r=wurblzap, a=justdave
* Bug 275608: The group selection when editing flag types should be a listbox ↵lpsolit%gmail.com2005-08-301-4/+20
| | | | with (no group) meaning no restriction - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
* Bug 288663: The inclusion and exclusion lists behave incorrectly when a ↵lpsolit%gmail.com2005-05-061-2/+2
| | | | product or a component is called "Any" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
* Patch for bug 277389: Modify flag notification code so it doesn't append ↵jocuri%softhome.net2005-01-091-1/+8
| | | | emailsuffix to CC list's addresses; patch by Marc Schumann <wurblzap@gmail.com>, r=wurblzap, a=justdave.
* Fix for bug 241814: properly trim component fields according to product ↵myk%mozilla.org2004-12-141-6/+3
| | | | selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave
* Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net2004-11-241-0/+19
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
* Fix for bug 252739: moves inclusion/exclusion action names to button name ↵myk%mozilla.org2004-09-241-4/+4
| | | | instead of button value so that button values (which are also used as labels) will be localizable; patch by Marc Schumann; r=kiko,myk; a=justdave
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-5/+12
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-14/+21
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-191-3/+3
| | | | r=gerv, a=justdave
* Fixing build bustage. Some template files didn't have version strings.myk%mozilla.org2002-09-291-0/+1
|
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-0/+189
enhancements to attachment statuses. r=gerv,bbaetz