$profile->homepage = $this->arg('homepage');
$profile->bio = $this->arg('bio');
$profile->location = $this->arg('location');
-
+ $profile->profileurl = common_profile_url($nickname);
+
if (!$profile->update()) {
common_server_error(_t('Couldnt save profile.'));
return;
# TODO: wrap this in a transaction!
$profile = new Profile();
$profile->nickname = $nickname;
+ $profile->profileurl = common_profile_url($nickname);
$profile->created = DB_DataObject_Cast::dateTime(); # current time
$id = $profile->insert();
if (!$id) {
+ new notice redirects to notice page
+ date in shown notice links to notice page
+ common_redirect()
++ configuration system ($config)
+ release 0.1
- doc action
- default to doc, title = main
- default HTML type
- set Content-Type
- show current values in profile settings
+- save profile URL in profilesettings
+- save profile URL on registration
- require valid nicknames
- store canonical username for comparison and fetch
- use only canonical usernames
- use only canonical email addresses
-- configuration system ($config)
- RSS 1.0 feeds of a user's notices
- RSS 1.0 dump of a user's notices
- RSS 1.0 feed of all public notices