aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/account
Commit message (Collapse)AuthorAgeFilesLines
* 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 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 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com2007-05-101-1/+1
| | | | <spam@bmo2007.rsz.jp> r=wicked a=mkanat
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-194-7/+7
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* I missed two from my patch in bug 366466. s/Cancelled/Canceled/ [p=reed ↵reed%reedloden.com2007-03-111-1/+1
| | | | r=mkanat@IRC a=mkanat@IRC]
* Bug 366466 - "flag notification mail has canceled spelled incorrectly" ↵reed%reedloden.com2007-03-112-15/+15
| | | | [p=reed r=timeless a=mkanat]
* Bug 369982: Meaningless column in userprefs.cgi if the user cannot share his ↵lpsolit%gmail.com2007-02-271-16/+11
| | | | saved searches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 299405: Attachments don't work if you need to log in again [ Undefined ↵lpsolit%gmail.com2007-01-181-1/+4
| | | | subroutine @ Fh::slice ] - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org2007-01-081-1/+1
| | | | r=lpsolit a=justdave
* Bug 365560 account/prefs/permissions uses invalid usage for ptimeless%mozdev.org2007-01-081-4/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365557 account/profile-activity has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-12-311-3/+3
| | | | <LpSolit@gmail.com> r/a=justdave
* Bug 364919 - "Watching-related text at bottom of "Email Preferences" page ↵reed%reedloden.com2006-12-291-2/+5
| | | | has typos" [p=reed/timeless r=LpSolit a=justdave]
* Bug 365122: Success messages in userprefs.cgi shouldn't be red - Patch by ↵lpsolit%gmail.com2006-12-281-12/+10
| | | | Frédéric Buclin <LpSolit@gmail.com> r=Colin a=justdave
* Bug 364094 - "login-small.html.tmpl's table needs an id for skinning" ↵reed%reedloden.com2006-12-191-1/+1
| | | | [p=reed r=LpSolit a=myk]
* 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 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-111-1/+17
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-041-10/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com2006-10-215-5/+10
| | | | - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
* Bug 355888: Add the 'alt' attribute to checkboxes in the 'Saved Searches' ↵lpsolit%gmail.com2006-10-201-0/+2
| | | | panel - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=justdave
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-2/+7
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-152-8/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 353211: account/prefs/footer.html.tmpl is dead codemkanat%bugzilla.org2006-09-211-78/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵mkanat%bugzilla.org2006-08-261-41/+0
| | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 314501: Use <label>'s on the login form - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-222-34/+24
| | | | <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 87795: Creating an account should send token and wait for confirmation ↵lpsolit%gmail.com2006-08-205-34/+141
| | | | (prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk
* Bug 320197: Watcher editing in userprefs should use a list box instead of ↵mozilla%colinogilvie.co.uk2006-08-171-4/+17
| | | | | | text entry Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=wicked; a=myk
* Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com2006-07-141-2/+86
| | | | | | | other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
* Bug 344507: Users watching you: None should be "No one" - Patch by ↵lpsolit%gmail.com2006-07-141-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-127-8/+10
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Spelling patch: use the right spelling form for 'returned'; patch by Vlad ↵vladd%bugzilla.org2006-06-201-1/+1
| | | | Dascalu <vladd@bugzilla.org>.
* Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs ↵vladd%bugzilla.org2006-06-091-1/+1
| | | | panel for UI consistency; r=timeless on IRC, no bug number.
* Bug 337560: User Watching prefs should have an HTML anchor name - Patch by ↵lpsolit%gmail.com2006-05-151-2/+2
| | | | timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-124-79/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 330439: Missing whitespace after "Cancelled Because:" when cancelling a ↵lpsolit%gmail.com2006-04-021-2/+1
| | | | password or email change - Initial patch by victory(_RSZ_) <bmo@rsz.jp>, updated version by Teemu Mannermaa <wicked+bz@etlicon.fi> r=wicked r=LpSolit a=myk
* Bug 313950: Login screen should append emailsuffix to login field - Patch by ↵lpsolit%gmail.com2006-02-262-1/+3
| | | | Matt McHenry <mmchenry@carnegielearning.com> r=LpSolit a=justdave
* Bug 225162: We need a UI for viewing the profiles_activity table - Patch by ↵lpsolit%gmail.com2006-02-261-0/+88
| | | | GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 316127: Implement an infrastructure to link to the documentation - Patch ↵lpsolit%gmail.com2006-02-221-0/+2
| | | | by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* [SECURITY] Bug 325079: The login form on the Bugzilla home page may redirect ↵lpsolit%gmail.com2006-02-211-1/+13
| | | | your login and password to another site - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 312441: relogin.cgi allows you to impersonate user accounts you are not ↵karl%kornel.name2005-11-201-1/+1
| | | | allowed to see when 'usevisibilitygroups' is on - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
* Bug 313677: Sudoers without editusers/bless access see no link to sudo page ↵karl%kornel.name2005-11-101-0/+6
| | | | - Patch by A. Karl Kornel <karl@kornel.name> r=jouni a=myk
* Bug 314269: Add email pref to not send mail about dependency changes - Patch ↵lpsolit%gmail.com2005-11-011-0/+2
| | | | by Todd Stansell <tjs@tellme.com> r=joel a=justdave
* Bug 308340: General Preferences tab is empty except for submit button when ↵lpsolit%gmail.com2005-10-282-45/+64
| | | | no user prefences are enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 308351: The "General Preferences" tab has an extra <tr> - Patch by ↵lpsolit%gmail.com2005-09-281-1/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 304303: The "Forget Search" link in user prefs does not escape the name ↵lpsolit%gmail.com2005-08-251-1/+1
| | | | properly - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 302778: When using IE, all negative event checkboxes are missing from ↵lpsolit%gmail.com2005-08-131-1/+1
| | | | email preferences page - Patch by Zain Memon <zain@voltage.com> r=wicked a=justdave
* Bug 277466: saved search's old name is used when running a search - Patch by ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | Rob Siklos <robzilla@siklos.ca> r=LpSolit,joel a=justdave
* Bug 302718: Enable All Mail enables also unchangeable Reporter/Voter ↵lpsolit%gmail.com2005-08-051-1/+1
| | | | checkboxes - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
* Bug 303129: Unescaped & in a Bug URLs on 'Saved Searches' tab - Patch by ↵lpsolit%gmail.com2005-08-031-1/+1
| | | | Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
* Fixing build bustage caused by not correctly updating filter exceptions (and ↵myk%mozilla.org2005-07-301-1/+1
| | | | in a couple cases not filtering when it would make sense)