$this->serverError($e->getMessage());
}
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
$avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
return $avatar ? $avatar->url : null;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
}
common_redirect($url, 302);
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
{
return ucfirst($this->title);
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
{
return null;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
$nav = new GroupNav($this, $this->group);
$nav->show();
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
{
return preg_replace($this->pattern, '<strong>\\1</strong>', htmlspecialchars($text));
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
*/
function isReadOnly()
{
- return true;
+ return false;
}
/**
print $user->nickname . ': ' . $notice->content;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
} while ($count);
return $result;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
{
return null;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
$this->elementEnd('OpenSearchDescription');
common_end_xml();
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
{
return preg_replace($this->pattern, '<strong>\\1</strong>', htmlspecialchars($text));
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
{
// nop
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
$this->page, 'replies',
array('nickname' => $this->user->nickname));
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
$avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
return ($avatar) ? $avatar->url : null;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
{
return '';
}
-}
\ No newline at end of file
+
+ function isReadOnly()
+ {
+ return true;
+ }
+}
'nickname' => $this->owner->nickname));
$bf->show();
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
'description' => sprintf(_('Microblog tagged with %s'), $tagname));
return $c;
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}
header('X-SUP-ID: '.$url);
parent::initRss($limit);
}
+
+ function isReadOnly()
+ {
+ return true;
+ }
}