summaryrefslogtreecommitdiff
path: root/actions/profilesettings.php
AgeCommit message (Expand)Author
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
2008-07-20User definable timezones. Work in UTC internally and display per user/site de...Mike Cochrane
2008-07-18Patch for PITS 00032, 00033, 00034matthew.gregg
2008-07-20fixup autosubscribe saveEvan Prodromou
2008-07-20too much merlot on the airplane, dumb syntax mistakeEvan Prodromou
2008-07-20add autosubscribe to profile settingsEvan Prodromou
2008-07-15remove email settings from profile settings ahead of having its own tabEvan Prodromou
2008-07-13Colapse a lot of strings to make like easier for translators and more consisi...Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-02methodEvan Prodromou
2008-06-30refactor common behaviour in settings pagesEvan Prodromou
2008-06-23don't validate email if none providedEvan Prodromou
2008-06-22forgot to return on invalid nicknameEvan Prodromou
2008-06-22disallow nicknames on a blacklistEvan Prodromou
2008-06-22allow blank email address (I think)0.3.4Evan Prodromou
2008-06-22UNDO: move profile update to frontEvan Prodromou
2008-06-22move profile update to frontEvan Prodromou
2008-06-22debugging for profile updateEvan Prodromou
2008-06-22special function for generating confirmation codesEvan Prodromou
2008-06-22confirm addressEvan Prodromou
2008-06-22correctly use Confirm_addressEvan Prodromou