summaryrefslogtreecommitdiff
path: root/login_register.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-4/+4
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-8/+15
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-1/+1
2011-11-02"User name" versus "Username". We have a mixture of both. "Username" seems ↵fisharebest1-5/+5
to be the preferred term.
2011-10-21fix: Bug #735875 - Registration email process flawed, svn 11128Łukasz Wilenski1-88/+104
Bug #822376 - Reply doesn't work when subject is in quotes Bug #821738 - Answering a private message does not work
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest1-1/+0
2011-09-25login-register: the "gedcom id" field is only shown when public browsing is ↵fisharebest1-8/+1
disabled. This is not much use, and does not work.
2011-09-20#849753 - Inconsistent password sanitationfisharebest1-2/+2
2011-05-26Tidy up code for creating/checking password hashes.fisharebest1-4/+4
2011-04-10(no commit message)Veit Olschinski1-12/+12
2011-01-31Replace useradmin.php with admin_users.phpNigel Osborne1-2/+2
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-36/+28
2011-01-01Refactoring class names and use autoloading.fisharebest1-104/+104
2010-12-21Add I18N commentsfisharebest1-2/+2
2010-11-24Don't repeat actions when changing language/theme. Don't access raw ↵fisharebest1-3/+0
unescaped) query string.
2010-11-09Use same labels/terminology on login_register page as useradmin pagefisharebest1-1/+1
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-8/+8
2010-10-30(no commit message)fisharebest1-58/+58
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&amp;' for ones ↵fisharebest1-2/+2
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-25"Location:" header fields should contain absolute URIsfisharebest1-6/+6
2010-10-23Relationship privacy - combine the separate gedcom-settings and ↵fisharebest1-4/+1
user-settings into a user-gedcom-setting. This provides more flexibility and is much easier to understand.
2010-10-17Use sessions to determine logged-in users, rather than trying to maintain a ↵fisharebest1-1/+0
list.
2010-09-13fix some message errorsŁukasz Wilenski1-6/+6
2010-09-12Remove explicit tabindex from forms, where we are simply stating the default ↵fisharebest1-10/+9
sequence
2010-09-07fix some more problems with emailsŁukasz Wilenski1-1/+2
2010-09-06#627727 Registration email problem - new userŁukasz Wilenski1-4/+4
2010-08-27Language change in user registration emails (Bug #625052 - why are new users ↵Nigel Osborne1-5/+5
always "him" ?)
2010-07-28Bug #596176 Add account userfisharebest1-2/+4
2010-07-26Only load infrequent settings from the DB when they are actually needed ↵fisharebest1-1/+1
(GEDCOM_DEFAULT_TAB)
2010-06-13Remove old/usused help-text messagesfisharebest1-1/+1
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ↵fisharebest1-13/+13
y/n and yes/no
2010-06-04Remove global USE_REGISTRATION_MODULE. Fetch this setting whenever it is used.fisharebest1-4/+4
2010-06-04Remove global REQUIRE_ADMIN_AUTH_REGISTRATION. Fetch this setting whenever ↵fisharebest1-0/+2
it is used.
2010-05-24#580541 No admin emails during user registrationfisharebest1-4/+2
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-2/+2
"Sentence case" to "Initial Capitals"
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-05-05Replace function pgvMail with function webtreesMailNigel Osborne1-2/+2
2010-05-05Fix minor error sending emailsfisharebest1-1/+1
2010-05-05Fix: Recent changes to technical and genealogy contacts were incompletefisharebest1-1/+1
2010-05-05Fix: Recent changes to technical and genealogy contacts were incompletefisharebest1-7/+9
2010-04-16(no commit message)fisharebest1-9/+9
2010-04-05(no commit message)Veit Olschinski1-0/+554