]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
make a new NoticeList widget and call it from StreamAction
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 11 Dec 2008 23:12:52 +0000 (18:12 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 11 Dec 2008 23:12:52 +0000 (18:12 -0500)
commit8dcce13297dce70d993956c2e05f2b91f3c19c46
treeca9f3659a0e9195498ea07f61cf008ed0e8abea2
parentd3f0a9eeee1574c095274853311c7c2998d7a200
make a new NoticeList widget and call it from StreamAction

I made a new notice-list widget (like the profile list) and call it
from StreamAction. This cleans up some of the mess in the various
notice-stream-showing classes.

I also changed show-stream so it uses a subclass of NoticeList that
doesn't show author info (which is unnecessary).

darcs-hash:20081211231252-5ed1f-ee6e551ed5a029406748120f12e2ff57c4a86493.gz
actions/all.php
actions/deleteprofile.php
actions/favorited.php
actions/public.php
actions/replies.php
actions/showfavorites.php
actions/shownotice.php
actions/showstream.php
actions/tag.php
lib/noticelist.php [new file with mode: 0644]
lib/stream.php