summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/password
AgeCommit message (Collapse)AuthorFilesLines
2010-10-14Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin1-0/+1
after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin1-2/+2
r/a=mkanat
2010-07-05Bug 575340 - Remove incorrect maxlength and unneeded size parameters from ↵Reed Loden1-2/+2
the new password input field on the reset password page. [r=mkanat a=mkanat]
2009-01-08Bug 452519: Fix timezones in emails - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-3/+2
<LpSolit@gmail.com> r=wicked a=LpSolit
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2-2/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com1-2/+2
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2006-10-21Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com1-1/+2
- Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com1-1/+1
<batosti@async.com.br> r=ghendricks a=myk
2005-03-17Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org1-2/+1
deleted on new installs.
2005-03-16Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca1-1/+2
Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
2004-04-07Bug 192775 - rearrange parameter order in token URLs to make them always ↵gerv%gerv.net1-2/+2
fully linked in some MUAs. Patch by gerv; r=myk, a=justdave.
2004-01-19Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net1-1/+1
template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
2003-12-08Fix for bug 227213: Chomping murder in token emails and pages. Fixkiko%async.com.br1-5/+5
chomping issues, a spurious &nbsp; in an email template, and minor rewordings to make the text prettier -- oh, I realize this isn't Chaucer yet, but who knows? r=jouni, a=justdave.
2003-07-04Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net1-5/+8
without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
2002-08-10Bug 159901 - token.cgi: localize strings send to message.html.tmpl. Patch by ↵gerv%gerv.net1-0/+1
burnus; r=gerv.
2002-05-22Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org1-5/+5
Patch by mental <xor@ivwnet.com>. r=justdave,myk
2002-05-03Bug 135836 - change requests should include expiration details. Patch by ↵gerv%gerv.net1-0/+4
zeroJ@null.net; r=gerv, justdave.
2002-04-26Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz.gerv%gerv.net1-0/+34
2002-04-24Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net1-2/+2
2002-04-20Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net1-2/+2
templates use all the correct names internally. Patch by me, 2xr=myk.
2002-04-19Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net1-0/+55
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.