aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/request
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 226932: flag request email sends ' ' in subject. Removekiko%async.com.br2003-12-011-2/+2
| | | | | entities that were introduced by the fix for bug 13540. Patch by Stephen Reindl <sr@stephenreindl.de>, r=kiko, a=justdave
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-042-25/+30
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-2/+2
| | | | r=myk,jake
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-281-1/+1
| | | | | | | every time we display. r=justdave a=justdave
* Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com2002-11-203-83/+65
| | | | | r=myk a=myk
* Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" ↵myk%mozilla.org2002-11-191-9/+13
| | | | | | | for logged in users. r=bbaetz a=myk
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-191-2/+2
| | | | r=gerv, a=justdave
* Fix for bug 180444: Correctly attributes request creation to person who ↵myk%mozilla.org2002-11-181-1/+1
| | | | | | | submitted it. r=bbaetz a=myk
* Fix for bug 179360: puts the filters at the top of the request queue and ↵myk%mozilla.org2002-11-121-47/+51
| | | | | | | | eliminates that empty table that sometimes is at the top of the queue. r=bbaetz a=myk
* Fix for bug 171480: make output for non requestee-specific requests look ↵myk%mozilla.org2002-11-081-4/+7
| | | | | | | better in the request queue. r=joel a=justdave
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-081-108/+0
| | | | | r=not_erik,joel 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-294-0/+384
enhancements to attachment statuses. r=gerv,bbaetz