aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/account/email
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1194987: Editing your email address and make it point to a non-existent ↵Frédéric Buclin2015-09-062-3/+3
| | | | | | email address makes Bugzilla stop working r=gerv a=sgreen
* Bug 927452 - When creating a new user account, the requirements for the ↵Sunil Joshi2014-05-021-1/+11
| | | | password should be displayed. r=gerv, a=justdave.
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-232-3/+3
| | | | r=LpSolit a=justdave
* Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin2014-01-201-2/+2
| | | | | | onload="element.focus()" r/a=justdave
* Bug 952796: Remove HTML attributes which are obsolete in HTML5Frédéric Buclin2014-01-071-1/+1
| | | | r/a=justdave
* Bug 547311: Remove the "align" attribute from <th>Christopher Trom2012-12-022-7/+7
| | | | r/a=LpSolit
* Bug 355596: Your password should be requested to confirm your email address ↵Koosha Khajeh Moogahi2012-05-281-3/+3
| | | | | | change r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-115-80/+25
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-233-6/+0
| | | | r/a=mkanat
* Bug 627660 - Rename "Send" button on final create account page to "Create", ↵Reed Loden2011-01-211-1/+1
| | | | | | as nothing is actually sent. [r=mkanat a=mkanat]
* Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin2010-10-141-3/+6
| | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-233-5/+5
| | | | r/a=mkanat
* Bug 452519: Fix timezones in emails - Patch by Frédéric Buclin ↵lpsolit%gmail.com2009-01-084-13/+9
| | | | <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-205-5/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 369592 New Account Privacy policy etc. string changes for bmotimeless%mozdev.org2007-07-302-13/+40
| | | | r=lpsolit a=lpsolit
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-193-5/+5
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 366466 - "flag notification mail has canceled spelled incorrectly" ↵reed%reedloden.com2007-03-111-1/+1
| | | | [p=reed r=timeless a=mkanat]
* Bug 363894: Use a better date format in notifications about user account ↵lpsolit%gmail.com2006-12-154-8/+8
| | | | creation and email address change (and include the timezone too) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com2006-10-213-3/+6
| | | | - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
* Bug 87795: Creating an account should send token and wait for confirmation ↵lpsolit%gmail.com2006-08-202-0/+108
| | | | (prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor 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
* Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org2005-03-172-4/+2
| | | | deleted on new installs.
* Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca2005-03-162-2/+4
| | | | Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
* Bug 192775 - rearrange parameter order in token URLs to make them always ↵gerv%gerv.net2004-04-072-3/+3
| | | | fully linked in some MUAs. Patch by gerv; r=myk, a=justdave.
* Bug 237513 Change password uses semi empty <th>timeless%mozdev.org2004-03-191-1/+1
| | | | r=kiko 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.
* Fix for bug 227213: Chomping murder in token emails and pages. Fixkiko%async.com.br2003-12-082-12/+12
| | | | | | 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.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-042-7/+13
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 159901 - token.cgi: localize strings send to message.html.tmpl. Patch by ↵gerv%gerv.net2002-08-101-0/+1
| | | | burnus; r=gerv.
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-1/+1
| | | | r=jouni, gerv
* Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org2002-05-221-1/+1
| | | | | Patch by mental <xor@ivwnet.com>. r=justdave,myk
* Bug 141036 - add INTERFACE comments to all templates. This does the first 20 ↵gerv%gerv.net2002-05-072-1/+9
| | | | or so - many more to go... Patch by gerv; 2xr=bbaetz.
* Bug 135836 - change requests should include expiration details. Patch by ↵gerv%gerv.net2002-05-032-0/+7
| | | | zeroJ@null.net; r=gerv, justdave.
* Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-04-252-3/+3
|
* Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net2002-04-241-2/+2
|
* Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net2002-04-201-2/+2
| | | | templates use all the correct names internally. Patch by me, 2xr=myk.
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-193-0/+115
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.