summaryrefslogtreecommitdiff
path: root/actions/profilesettings.php
AgeCommit message (Expand)Author
2010-02-22clear the site owner when profile changesEvan Prodromou
2010-01-07clear profile location data if unparseable location stringEvan Prodromou
2009-12-28Merge branch 'locshunt' into 0.9.xEvan Prodromou
2009-12-28let users set location prefs from profile formEvan Prodromou
2009-12-28remove namespace setting from location; it's unusedEvan Prodromou
2009-12-23whitespace fixupEvan Prodromou
2009-11-18Check profile->update() result against false exactly; we may legitimately get...Brion Vibber
2009-10-23update location while saving new profileEvan Prodromou
2009-09-09Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-09-03Created autofocus method to give focus to an element (primarily a formSarven Capadisli
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21check and show max bio length in profilesettingsEvan Prodromou
2009-08-05Use NICKNAME_FMT everywhere consistentlyCraig Andrews
2009-04-16Add a few events (hooks): RegistrationTry, RegistrationForData, ProfileFormDa...Robin Millette
2009-02-07trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.Robin Millette
2009-01-27Keeping HTML consistent throughout the site.Sarven Capadisli
2009-01-19Renamed form_datas to form_datasarven
2009-01-17Profile settings stylessarven
2009-01-17Break up settings into two tabsetEvan Prodromou
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-25Some fixups of patches not already migrated to trunk to bring inline with PEA...Zach Copley
2008-12-09Jcrop v2 (POST cropping to be completed)csarven
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23TRUEEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-03moving delete profile to its own space.millette
2008-12-03delete user and all traces from the db.millette
2008-11-28only expand URLs we shortened ourselves + only shorten if notice > 140 charsmillette
2008-11-23a step closer to deleting a user and hosts posts from the dbmillette
2008-11-23trac155 first step to delete accountmillette
2008-11-24fix problems with blank tag strings (!)Evan Prodromou
2008-11-20correct tags method for userEvan Prodromou
2008-11-20let users set their own profile tags from profilesettingsEvan Prodromou
2008-11-06trac31 url_auto_shortening by sgmurphymillette
2008-09-26try to clean up user-without-profile errorsEvan Prodromou
2008-09-07Fold password form into profile settingsZach Copley
2008-09-06Moved avatar upload down below timezone on profile settingsZach Copley
2008-09-05Conflated Avatar and Profile settings + removed a bunch of unnecessary whites...Zach Copley
2008-08-29add csrf protection to profile settingsEvan Prodromou
2008-08-05make init of lang environment happen earlier, or when user language may have ...Evan Prodromou
2008-07-21Resolve conflicts after pull from evanmikec