From 2a39a5feee0c222e25505bfbc06e2a6d52226fb0 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 8 Dec 2012 11:59:21 -0800 Subject: [PATCH] upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made --- boot.php | 5 +++-- mod/profiles.php | 1 + version.inc | 2 +- view/tpl/profile_edit.tpl | 1 + view/tpl/prv_message.tpl | 6 ++++++ 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/boot.php b/boot.php index 6fac2d914..cdf70c80d 100644 --- a/boot.php +++ b/boot.php @@ -1250,8 +1250,9 @@ function profile_load(&$a, $nickname, $profile = 0) { $a->page['title'] = $a->profile['channel_name'] . " @ " . $a->config['sitename']; -// FIXME - $_SESSION['theme'] = $a->profile['theme']; + + + $_SESSION['theme'] = $a->profile['channel_theme']; /** * load/reload current theme info diff --git a/mod/profiles.php b/mod/profiles.php index 9661fac69..96fe97260 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -491,6 +491,7 @@ function profiles_content(&$a) { '$banner' => t('Edit Profile Details'), '$submit' => t('Submit'), '$viewprof' => t('View this profile'), + '$profpic' => t('Change Profile Photo'), '$cr_prof' => t('Create a new profile using these settings'), '$cl_prof' => t('Clone this profile'), '$del_prof' => t('Delete this profile'), diff --git a/version.inc b/version.inc index a69a6ee09..80e6e78db 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2012-12-06.161 +2012-12-07.162 diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index e7b17ba74..eb0bb1eed 100644 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -4,6 +4,7 @@ $default