aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users
Commit message (Collapse)AuthorAgeFilesLines
* Only display the external ID if it is in useFrédéric Buclin2017-10-162-13/+23
|
* Allow to restrict the users list to direct group membershipFrédéric Buclin2017-10-151-2/+6
|
* Display the external ID in editusers.cgi (used by LDAP)Frédéric Buclin2017-10-153-2/+6
|
* Fix colspan (bug 554964)Frédéric Buclin2015-02-221-1/+1
|
* Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham2014-12-175-5/+5
|
* Bug 1091584: Typo in users/confirm-delete.html.tmplDavid Lawrence2014-11-051-1/+1
| | | | r=gerv,a=glob
* Bug 1069760 - Cannot use 'component' in a templateSimon Green2014-10-011-7/+7
| | | | r=gerv, a=justdave
* Bug 248994 - Edit user page description for inherited privs should use all ↵Sunil Joshi2014-07-101-1/+1
| | | | instead of any for lists. r=gerv, a=sgreen.
* Bug 962812: Use the "required" attribute where appropriateSunil Joshi2014-03-231-2/+2
| | | | r=LpSolit a=justdave
* Bug 956190 (part 2): Merge params.css and editusers.css with admin.cssFrédéric Buclin2014-03-045-25/+28
| | | | r/a=justdave
* Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin2014-02-125-5/+5
| | | | | | inexistent files r=gerv a=justdave
* Bug 958825: Use HTML5's attribute "autofocus" instead of ↵Frédéric Buclin2014-01-203-4/+3
| | | | | | onload="element.focus()" r/a=justdave
* Bug 952796: Remove HTML attributes which are obsolete in HTML5Frédéric Buclin2014-01-076-26/+26
| | | | r/a=justdave
* Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin2013-12-311-1/+1
| | | | r/a=justdave
* Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2013-12-281-1/+1
| | | | r/a=justdave
* Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin2013-12-221-1/+1
| | | | | | CSS styles r/a=justdave
* Bug 897510 - Create and Modify User Screen must also contain password rules ↵Sunil Joshi2013-09-191-1/+8
| | | | | as hint r=simon, a=glob
* Bug 331529 - editusers list should let me search for disabled usersSunil Joshi2013-09-041-3/+7
| | | r=simon, a=simon
* Bug 272407: Send an e-mail when the administrator creates a new account for ↵Hugo Seabrook2013-01-301-0/+9
| | | | | | a user r/a=LpSolit
* Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky2012-07-241-2/+2
| | | | r=gerv a=LpSolit
* Bug 734471 - Need new hook edituser search templateFrancisco Donalisio2012-03-261-0/+2
| | | | r=timello, a=LpSolit
* Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2012-01-242-0/+14
| | | | r=LpSolit, 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-118-98/+40
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh2011-10-231-1/+10
| | | | r/a=mkanat
* Bug 315451: Add 'Enabled user accounts only' filter when searching forTiago Mello2011-09-301-0/+7
| | | | | user accounts. r=glob, a=LpSolit
* Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence2011-08-092-1/+8
| | | | r/a=mkanat
* Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2011-07-051-3/+3
| | | | | | the profiles table r/a=mkanat
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-0/+13
| | | | r=mkanat, a=mkanat
* Bug 595664: Maximum password length is hardcoded in the UI when editing user ↵Artem Anisimov2010-09-141-3/+2
| | | | | | accounts r/a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-234-12/+12
| | | | r/a=mkanat
* Bug 554964 - Show if a user is a "Default CC" under the Product ↵Reed Loden2010-07-051-0/+4
| | | | | | Responsibilities section of editusers.cgi. [r=mkanat a=mkanat]
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-20/+3
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 304267: Large lists in admin pages fail to display (they take too much ↵lpsolit%gmail.com2009-06-251-21/+18
| | | | time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
* Bug 474206: Useless </a> in the component_cc section when deleting a user ↵lpsolit%gmail.com2009-01-231-1/+1
| | | | account - Patch by arbingersys <arbingersys@gmail.com> r/a=LpSolit
* Bug 467214: confirm-delete.html.tmpl should use 'quips' instead of 'votes' ↵lpsolit%gmail.com2008-12-011-3/+3
| | | | at line 367 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Fix typo, see bug 453681 comment 17lpsolit%gmail.com2008-11-241-1/+1
|
* Bug 453681: Do not display the "Yes, delete" button if deleting a user ↵lpsolit%gmail.com2008-11-221-29/+74
| | | | account would cause FK constraint errors - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-082-3/+3
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 412059 - ""Impersonate this user" link on editusers.cgi uses incorrect ↵reed%reedloden.com2008-01-121-1/+1
| | | | filter" [p=reed r+a=LpSolit]
* Bug 395924: Deleting a user account may delete other user's whine - Patch by ↵lpsolit%gmail.com2007-11-191-19/+19
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-10-235-0/+5
|
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-208-8/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 367956 rename "View User Account Log for ..." to "Account History for ↵timeless%mozdev.org2007-07-252-3/+3
| | | | | | user ..." r=lpsolit a=lpsolit
* Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org2007-07-241-1/+1
| | | | r=wurblzap a=lpsolit
* Bug 388163: Remove $terms.bit(s) - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-07-201-1/+1
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 388171: User privs are not displayed correctly when deleting a user ↵lpsolit%gmail.com2007-07-201-1/+1
| | | | account - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 380416: template/en/default/admin/users/userdata.html.tmpl should honor ↵ghendricks%novell.com2007-05-151-0/+8
| | | | | | | can_change_password() Patch by Vance Baarda <vrb@novell.com> r=mkanat, a=mkanat
* I forgot this template in my previous checkin :)lpsolit%gmail.com2007-05-141-0/+62
|
* Bug 327077: Implement a way to get all the components with a given default ↵lpsolit%gmail.com2007-05-132-31/+13
| | | | assignee (owner) and/or default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com2007-05-101-3/+3
| | | | <spam@bmo2007.rsz.jp> r=wicked a=mkanat