summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users
AgeCommit message (Collapse)AuthorFilesLines
2016-12-16Bug 521536 - Allow user search by external id when using env authenticationAlbert Ting1-0/+1
r=dkl,a=dkl
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin4-33/+67
Original patch by Gervase Markham r=gerv a=dkl
2015-02-22Fix colspan (bug 554964)Frédéric Buclin1-1/+1
2014-12-17Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham5-5/+5
2014-12-11Bug 1106049 - Fix missing comma in the list of possible action on the page ↵Matt Selsky1-1/+1
displayed after the addition of a new user. r=gerv, a=simon
2014-11-05Bug 1091584: Typo in users/confirm-delete.html.tmplDavid Lawrence1-1/+1
r=gerv,a=glob
2014-10-01Bug 1069760 - Cannot use 'component' in a templateSimon Green1-7/+7
r=gerv, a=justdave
2014-07-10Bug 248994 - Edit user page description for inherited privs should use all ↵Sunil Joshi1-1/+1
instead of any for lists. r=gerv, a=sgreen.
2014-03-23Bug 962812: Use the "required" attribute where appropriateSunil Joshi1-2/+2
r=LpSolit a=justdave
2014-03-04Bug 956190 (part 2): Merge params.css and editusers.css with admin.cssFrédéric Buclin5-25/+28
r/a=justdave
2014-02-12Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin5-5/+5
inexistent files r=gerv a=justdave
2014-01-20Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin3-4/+3
onload="element.focus()" r/a=justdave
2014-01-07Bug 952796: Remove HTML attributes which are obsolete in HTML5Frédéric Buclin6-26/+26
r/a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin1-1/+1
r/a=justdave
2013-12-28Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin1-1/+1
r/a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin1-1/+1
CSS styles r/a=justdave
2013-09-19Bug 897510 - Create and Modify User Screen must also contain password rules ↵Sunil Joshi1-1/+8
as hint r=simon, a=glob
2013-09-04Bug 331529 - editusers list should let me search for disabled usersSunil Joshi1-3/+7
r=simon, a=simon
2013-01-30Bug 272407: Send an e-mail when the administrator creates a new account for ↵Hugo Seabrook1-0/+9
a user r/a=LpSolit
2012-07-24Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky1-2/+2
r=gerv a=LpSolit
2012-03-26Bug 734471 - Need new hook edituser search templateFrancisco Donalisio1-0/+2
r=timello, a=LpSolit
2012-01-24Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2-0/+14
r=LpSolit, a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin8-98/+40
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-23Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh1-1/+10
r/a=mkanat
2011-09-30Bug 315451: Add 'Enabled user accounts only' filter when searching forTiago Mello1-0/+7
user accounts. r=glob, a=LpSolit
2011-08-10Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence2-1/+8
r/a=mkanat
2011-07-05Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence1-3/+3
the profiles table r/a=mkanat
2011-04-28Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann1-0/+13
r=mkanat, a=mkanat
2010-09-14Bug 595664: Maximum password length is hardcoded in the UI when editing user ↵Artem Anisimov1-3/+2
accounts r/a=LpSolit
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin4-12/+12
r/a=mkanat
2010-07-06Bug 554964 - Show if a user is a "Default CC" under the Product ↵Reed Loden1-0/+4
Responsibilities section of editusers.cgi. [r=mkanat a=mkanat]
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-20/+3
r=mkanat, a=mkanat, a=LpSolit
2009-06-25Bug 304267: Large lists in admin pages fail to display (they take too much ↵lpsolit%gmail.com1-21/+18
time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
2009-01-23Bug 474206: Useless </a> in the component_cc section when deleting a user ↵lpsolit%gmail.com1-1/+1
account - Patch by arbingersys <arbingersys@gmail.com> r/a=LpSolit
2008-12-01Bug 467214: confirm-delete.html.tmpl should use 'quips' instead of 'votes' ↵lpsolit%gmail.com1-3/+3
at line 367 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-11-24Fix typo, see bug 453681 comment 17lpsolit%gmail.com1-1/+1
2008-11-22Bug 453681: Do not display the "Yes, delete" button if deleting a user ↵lpsolit%gmail.com1-29/+74
account would cause FK constraint errors - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2-3/+3
Bugzilla::Group objects (instead of a hashref of group ids and names).
2008-01-12Bug 412059 - ""Impersonate this user" link on editusers.cgi uses incorrect ↵reed%reedloden.com1-1/+1
filter" [p=reed r+a=LpSolit]
2007-11-19Bug 395924: Deleting a user account may delete other user's whine - Patch by ↵lpsolit%gmail.com1-19/+19
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2007-10-23Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com5-0/+5
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com8-8/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-07-25Bug 367956 rename "View User Account Log for ..." to "Account History for ↵timeless%mozdev.org2-3/+3
user ..." r=lpsolit a=lpsolit
2007-07-24Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org1-1/+1
r=wurblzap a=lpsolit
2007-07-20Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r/a=mkanat
2007-07-20Bug 388171: User privs are not displayed correctly when deleting a user ↵lpsolit%gmail.com1-1/+1
account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-05-15Bug 380416: template/en/default/admin/users/userdata.html.tmpl should honor ↵ghendricks%novell.com1-0/+8
can_change_password() Patch by Vance Baarda <vrb@novell.com> r=mkanat, a=mkanat
2007-05-14I forgot this template in my previous checkin :)lpsolit%gmail.com1-0/+62
2007-05-14Bug 327077: Implement a way to get all the components with a given default ↵lpsolit%gmail.com2-31/+13
assignee (owner) and/or default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
2007-05-10Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com1-3/+3
<spam@bmo2007.rsz.jp> r=wicked a=mkanat