summaryrefslogtreecommitdiff
path: root/edituser.php
AgeCommit message (Expand)AuthorFilesLines
2012-01-16#916852 - Help Content Wrong fisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-11/+11
2011-11-29#584835 - remove more references to $_SESSION and use $WT_SESSION insteadfisharebest1-2/+2
2011-11-23Correct centering of table content - edituser.phpNigel Osborne1-1/+1
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-1/+1
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-5/+7
2011-11-03Use consistent help text for username/password/email/real namefisharebest1-2/+2
2011-11-03Fix: help text for username incorrect. It is case-insensitive.fisharebest1-3/+3
2011-11-02"User name" versus "Username". We have a mixture of both. "Username" seems ...fisharebest1-1/+1
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest1-7/+0
2011-07-11Always "require_once" functions_print_lists (not just "require"), because the...Larry Meaney1-1/+1
2011-07-05XHTML validation: autocomplete is not a valid attributefisharebest1-1/+1
2011-06-14Use literal strings instead of htmlentities in translation stringsfisharebest1-1/+1
2011-05-26Tidy up code for creating/checking password hashes.fisharebest1-1/+1
2011-02-17Fix: user admin - cannot edit user settingsfisharebest1-1/+0
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-30/+24
2011-01-01Refactoring class names and use autoloading.fisharebest1-27/+27
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+2
2010-11-08Use same labels/terminology on edituser page as useradmin pagefisharebest1-2/+2
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-5/+5
2010-10-30(no commit message)fisharebest1-5/+5
2010-10-25"Location:" header fields should contain absolute URIsfisharebest1-3/+2
2010-09-23Apply changes immediately when changing theme at user levelfisharebest1-0/+1
2010-09-19#636852 - Change theme bug ?, I think so.fisharebest1-13/+11
2010-09-15Fix: changing username should be done by reference to USER_ID, not USER_NAME....fisharebest1-1/+1
2010-09-15#638927 - 1.0.2 login name is not case sensitivefisharebest1-1/+1
2010-09-12Remove explicit tabindex from forms, where we are simply stating the default ...fisharebest1-12/+12
2010-08-26#624619 - Duplicate email address - 1.0.0 fisharebest1-1/+1
2010-07-28Bug #596176 Add account userfisharebest1-0/+3
2010-07-26Only load infrequent settings from the DB when they are actually needed (GEDC...fisharebest1-1/+1
2010-06-23Use simpler text on "My account" pagefisharebest1-3/+1
2010-06-13Fix broken help linkfisharebest1-1/+1
2010-06-10Only fetch site settings from database when actually neededfisharebest1-1/+1
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ...fisharebest1-8/+6
2010-05-31Do not change $_SESSION['wt_user'] when changing user-name. This is the user...fisharebest1-1/+0
2010-05-26Switch to a new language immediately, when you change your account settings i...fisharebest1-0/+1
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence...fisharebest1-5/+5
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence...fisharebest1-1/+1
2010-04-27Fix: cannot select "site default" theme on edituser.php pagefisharebest1-2/+1
2010-04-26(no commit message)fisharebest1-1/+1
2010-04-16(no commit message)fisharebest1-2/+2
2010-04-10Discourage (major) browsers from auto-completing passwordsfisharebest1-1/+1
2010-04-08Fix: edit default tab settings in user/gedcom edit pagesfisharebest1-11/+3
2010-04-05(no commit message)Veit Olschinski1-0/+246