summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-10Fixed spelling.CVS_HEADJohn Turner1-3/+3
2010-04-30deleting a user triggers expunge service, some expunge services may need to k...wjames51-2/+2
2010-04-29Wrap login processing in transaction rather than just the session data updateLester Caine1-6/+5
2010-04-24softly deprecate BitSystem::verifyPermission and move it to BitPermUser where...wjames51-3/+19
2010-04-19Spelling in users content type nameDaniel Sutcliffe1-4/+4
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to content...wjames52-6/+6
2010-04-17step three of contenttype name plural - replace all instances where name is a...pre_ctype_desc_name_schmeachangewjames53-8/+8
2010-04-17step three of contenttype name plural - replace all instances where name is a...wjames52-6/+6
2010-04-17step three of contenttype name plural - replace all instances where name is a...wjames51-2/+2
2010-04-17step two of contenttype name plural - convert all mType references to getCont...wjames51-2/+2
2010-04-17step one of contenttype name plural - new methods to fetch name in libertycon...wjames51-1/+1
2010-04-16clean up ancient codePRE_CONTENTTYPE_NAME_PLURALChristian Fowler1-5/+6
2010-04-16fix help to reflect new code beavhior to prepend BIT_ROOT_URLChristian Fowler1-2/+2
2010-04-13add 2.1.2 to wipe pass_due column clean for old installs, else people are com...Christian Fowler1-0/+24
2010-04-12Revert BitPermUser.php back to 1.86, commits were mistakesDaniel Sutcliffe1-5/+5
2010-04-12switchboard/plugins/email/transport.phpDaniel Sutcliffe1-5/+5
2010-03-23Allow admins to update other users picturesDaniel Sutcliffe3-6/+9
2010-03-23Avoid smarty error in users list when no email addressDaniel Sutcliffe1-1/+1
2010-03-22check for valid gContent objectChristian Fowler1-1/+1
2010-03-21check if user already has favorite before trying to insert - quiety ignore re...wjames51-4/+15
2010-03-21first stab at solving post-login page bug - default page is now always home p...wjames51-4/+17
2010-03-20password2 should check the passed hash not requestwjames51-4/+4
2010-03-20error if email not set when user name not setwjames51-11/+16
2010-03-16replace deprecated ereg and split callsChristian Fowler1-3/+3
2010-03-16forms need div wrappers, else they stack up horizontally by default and are i...Christian Fowler1-0/+4
2010-03-13only display icon if content has service, and better error msg for no servicewjames52-20/+25
2010-03-13add user fav ajax service for easy bookmarking any contentwjames55-4/+167
2010-03-10Invoke edit services like other content at registration time so various servi...wjames51-2/+5
2010-03-04allow SMTP 420 response through in verifyMX since Yahoo likes to suck frequentlyChristian Fowler1-5/+9
2010-03-04check for not empty( ->mUsername ) before using itChristian Fowler1-4/+4
2010-03-03add user activity link on user listing for user_admin'sChristian Fowler1-0/+1
2010-03-03remove deprecated split and ereg callsChristian Fowler1-6/+6
2010-02-24on change password make sure there is an actual pass due value if going to se...wjames51-5/+10
2010-02-22use returned mxErrors in log for verifyMxChristian Fowler1-4/+4
2010-02-21fix assumeUser to use cookie value, and not cookie nameChristian Fowler1-5/+4
2010-02-18add ip based getList searchChristian Fowler1-3/+10
2010-02-16clean up JS and put into namespaceChristian Fowler1-8/+11
2010-02-16indent this crapwjames51-10/+10
2010-02-16add some helpChristian Fowler1-1/+1
2010-02-16only show URL when username has something enteredChristian Fowler1-2/+4
2010-02-16add javascript to dynamically create userlink URIChristian Fowler1-4/+10
2010-02-16somewhat better layout of user uriwjames51-1/+4
2010-02-16move pre registration verification requirements into method so can be utilize...wjames52-72/+81
2010-02-16add key word captcha to form so its easier to findwjames51-3/+3
2010-02-15Don't allow users to update email to be one of an invalid syntaxDaniel Sutcliffe1-4/+6
2010-02-15Fix some username field prompt weirdness on register formDaniel Sutcliffe2-5/+5
2010-02-15Using ['email'] in changeUserEmail() doesn't cause problems with current usag...Daniel Sutcliffe1-4/+4
2010-02-15only show groupList if count is greater than 1Christian Fowler1-1/+1
2010-02-14tweak wording and add URI text before username to show how it will be usedChristian Fowler1-2/+3
2010-02-12Fix failed logins of valid users going straight to remind_password, isPasswor...Daniel Sutcliffe1-4/+4