aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs
Commit message (Collapse)AuthorAgeFilesLines
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-2/+2
| | | | r=mkanat, a=mkanat
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-32/+23
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 510669: Do not display the "shared searches" table if there is no search ↵lpsolit%gmail.com2009-09-151-12/+5
| | | | shared with you - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 472362: [SECURITY] Malicious attachments can change your user settings ↵lpsolit%gmail.com2009-02-021-0/+1
| | | | (user + email prefs, shared searches) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com2009-02-021-1/+2
| | | | confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 419496 - Cannot easily share saved searchesdkl%redhat.com2008-12-181-1/+2
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ↵lpsolit%gmail.com2008-12-101-4/+0
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 460588: Add template hooks for adding fields to editgroups and userprefs ↵mkanat%bugzilla.org2008-10-181-1/+3
| | | | | | Account Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
* Bug 417290: Add an email pref to get notifications for newly created bugs - ↵lpsolit%gmail.com2008-09-171-0/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-081-2/+2
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 389815: Can't edit shared queries if you can't run them - Patch by ↵lpsolit%gmail.com2008-02-121-1/+8
| | | | timeless <timeless@bemail.org> r/a=LpSolit
* Bug 182083: Help system should support more pages - Patch by Frédéric ↵lpsolit%gmail.com2007-10-221-0/+1
| | | | Buclin <LpSolit@gmail.com> r=Colin a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-206-6/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 369592 New Account Privacy policy etc. string changes for bmotimeless%mozdev.org2007-07-301-1/+1
| | | | r=lpsolit a=lpsolit
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org2007-07-231-1/+1
| | | | | | documentation r=colin.ogilvie, kevin.benton
* Bug 365302 email userprefs doesn't tell you if you are a globalwatchertimeless%mozdev.org2007-07-221-0/+10
| | | | r=lpsolit a=lpsolit
* Bug 365890: Searches shared by users with bless rights are in the footer by ↵lpsolit%gmail.com2007-07-212-1/+33
| | | | default, with no warning - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-07-201-3/+3
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 365110 saved searches should list "shared to"timeless%mozdev.org2007-07-181-0/+4
| | | | r=lpsolit a=lpsolit
* 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 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 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 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 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 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 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 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-121-1/+1
| | | | <batosti@async.com.br> r=ghendricks a=myk
* 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-121-14/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* 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