fixup subscription links
darcs-hash:20080521183645-84dde-45d943f0d2b784aac372244fcf7d7e62143a76cf.gz
This commit is contained in:
parent
8bfc5bbc9f
commit
5172a73e28
|
@ -82,6 +82,8 @@ class ShowstreamAction extends StreamAction {
|
||||||
|
|
||||||
$this->show_last_notice($profile);
|
$this->show_last_notice($profile);
|
||||||
|
|
||||||
|
$cur = common_current_user();
|
||||||
|
|
||||||
if ($cur && $cur->id != $profile->id) {
|
if ($cur && $cur->id != $profile->id) {
|
||||||
if ($cur->isSubscribed($profile)) {
|
if ($cur->isSubscribed($profile)) {
|
||||||
$this->show_unsubscribe_form($profile);
|
$this->show_unsubscribe_form($profile);
|
||||||
|
|
4
doc/TODO
4
doc/TODO
|
@ -43,9 +43,9 @@
|
||||||
+ validate newnotice form results
|
+ validate newnotice form results
|
||||||
+ remove validation code from classes
|
+ remove validation code from classes
|
||||||
+ use only canonical usernames
|
+ use only canonical usernames
|
||||||
- RSS 1.0 feeds of a user's notices
|
+ RSS 1.0 feeds of a user's notices
|
||||||
- RSS 1.0 feeds of a user's notices + friends
|
- RSS 1.0 feeds of a user's notices + friends
|
||||||
- RSS 1.0 dump of a user's notices
|
+ RSS 1.0 dump of a user's notices
|
||||||
- RSS 1.0 feed of all public notices
|
- RSS 1.0 feed of all public notices
|
||||||
- RDF dump of entire site
|
- RDF dump of entire site
|
||||||
- FOAF dump for user
|
- FOAF dump for user
|
||||||
|
|
Loading…
Reference in New Issue
Block a user