summaryrefslogtreecommitdiff
path: root/useradmin.php
AgeCommit message (Collapse)AuthorFilesLines
2010-12-13Remove dead code. The count of admins can never be zero, as you need to be ↵fisharebest1-2/+1
an admin to see the page.
2010-12-13Rename "site administrator" to "administrator"fisharebest1-1/+1
2010-12-13Rename "gedcom administrator" to "manager" and "authenticated user" to "member"fisharebest1-3/+3
2010-11-25rawurlencode ged parameter on url stringsLarry Meaney1-2/+2
2010-11-24Don't repeat actions when changing language/theme. Don't access raw ↵fisharebest1-3/+1
unescaped) query string.
2010-11-11#673950 - Preferred contact methodfisharebest1-2/+2
2010-11-09Rename the role "Public" to "Visitor"fisharebest1-1/+1
2010-11-09Improve help text for the "email verified" and "account approved" options on ↵fisharebest1-6/+6
the user admin page.
2010-11-09Use consistent language/terminology: privilege => rolefisharebest1-2/+2
2010-11-09Language updates. Use new names for roles, and consistent terms. e.g. ↵fisharebest1-18/+25
"moderate" instead of "accept/reject", "approve" instead of "accept", "change" instead of "edit", "family tree" instead of "GEDCOM", etc. There are lots more to do....
2010-11-08Revert 9788 (wrong file submitted) and simplify terminology on user-admin pagefisharebest1-14/+14
2010-11-08Simplify terminology on user-admin pagefisharebest1-13/+13
2010-11-08Simplify terminology on user-admin pagefisharebest1-3/+3
2010-11-08Simplify terminology on user-admin pagefisharebest1-19/+15
2010-11-03(Temporarily) revert some recent language changes. These need a little more ↵fisharebest1-6/+6
thought - after the next release
2010-11-03User-admin screen. Highlight site administrators. Allow admins to change ↵fisharebest1-21/+11
user themes, even when users are not allowed to change them.
2010-10-31Further tidy up of user admin pagesNigel Osborne1-76/+53
2010-10-30(no commit message)fisharebest1-3/+3
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-4/+4
2010-10-30Re-use existing translation, rather than create new onefisharebest1-2/+2
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-7/+7
in html, and '&' for ones in HTTP headers and between WT_JS_START/WT_JS_END markers. Get rid of "encode_url()" function, which attempted to "magically" fix problems with the wrong URL style.
2010-10-28add context translationŁukasz Wilenski1-5/+5
2010-10-28useradmin.php - validate on server, as well as on clientfisharebest1-4/+5
2010-10-28Change of icon position, and minor correction to htmlNigel Osborne1-1/+0
2010-10-28Further changes for 9722Nigel Osborne1-104/+112
2010-10-28Making it impossible to enter a Max Rel Path length without a GEDCOM ID, and ↵Nigel Osborne1-249/+269
re-designing the User create / edit screen.
2010-10-27Fix: useradmin.php bug when saving "relationship path length" without ↵fisharebest1-2/+2
"individual id"
2010-10-27Modification to alert and prevent entering Max relationship path without a ↵Nigel Osborne1-5/+14
GEDCOM ID.
2010-10-25"Location:" header fields should contain absolute URIsfisharebest1-3/+3
2010-10-23Relationship privacy - combine the separate gedcom-settings and ↵fisharebest1-1/+2
user-settings into a user-gedcom-setting. This provides more flexibility and is much easier to understand.
2010-10-23Relationship privacy - combine the separate gedcom-settings and ↵fisharebest1-35/+74
user-settings into a user-gedcom-setting. This provides more flexibility and is much easier to understand.
2010-09-25Tidy up whitespace/indentsfisharebest1-10/+11
2010-09-19#636852 - Change theme bug ?, I think so.fisharebest1-3/+3
2010-09-19Tidy whitespace/indentationfisharebest1-3/+2
2010-09-13Fix: cannot delete usernames beginning with '#' (e.g. the dummy #siteMap# user)fisharebest1-42/+40
2010-09-12Remove explicit tabindex from forms, where we are simply stating the default ↵fisharebest1-56/+51
sequence
2010-09-10Tidy up some whitespace/formattingfisharebest1-3/+3
2010-08-23Temporary fix (disable autocomplete) for bug #613235 (Multi-GEDCOM auto ↵Nigel Osborne1-1/+1
complete list incorrect - entering INDI record ID)
2010-08-20correct sorting users by registration date or last login dateŁukasz Wilenski1-1/+4
2010-08-14better userlistŁukasz Wilenski1-55/+66
2010-08-04#612158 - v9120 - Duplicate email address errorfisharebest1-1/+1
2010-07-28Bug #596176 Add account userfisharebest1-1/+6
2010-07-27Bug #610347 - Missing small edit image for user lists added to xenea, clouds ↵Nigel Osborne1-1/+1
and fab themes
2010-07-26Only load infrequent settings from the DB when they are actually needed ↵fisharebest1-2/+2
(GEDCOM_DEFAULT_TAB)
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-2/+2
required
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-1/+1
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-3/+3
allow themes to share common images, e.g. in the images directory.
2010-06-27Remove old references to print-preview modefisharebest1-35/+19
2010-06-10Only fetch site settings from database when actually neededfisharebest1-2/+2
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ↵fisharebest1-85/+47
y/n and yes/no