]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
New NoticeStream class to reify streams of notices
authorEvan Prodromou <evan@status.net>
Wed, 23 Mar 2011 15:29:55 +0000 (11:29 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 23 Mar 2011 15:29:55 +0000 (11:29 -0400)
commit0b35ce7c370bbb6cb9d55bb2a4256f58cb1158f1
treebe576ef463ac52b25af3b8be2e4b4573470df642
parent14a6ab2b0433d89f23857bf1bbaec64e65ee718c
New NoticeStream class to reify streams of notices

We've been muddling through with 6- or 8-argument functions for managing streams. I'd
like to start thinking of streams as their own thing, and give them some more value.

So, the new NoticeStream class takes over the Notice::stream() function and Notice::getStreamByIds().

There's probably some fine-tuning to do on the object interface.
classes/Fave.php
classes/File.php
classes/Notice.php
classes/Notice_tag.php
classes/Profile.php
classes/Reply.php
classes/User.php
classes/User_group.php
lib/noticestream.php [new file with mode: 0644]