]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Modify public stream to use new UI framework
authorEvan Prodromou <git@evanprodromou.name>
Wed, 14 Jan 2009 04:48:05 +0000 (23:48 -0500)
committerEvan Prodromou <git@evanprodromou.name>
Wed, 14 Jan 2009 04:48:05 +0000 (23:48 -0500)
commit0093b035c12bf21c88f57e4f0931b0abce214f43
treed267714dbf4adeb6bfda538cd8595544daf3f171
parent93e249de2a28775e3a40e63324371fec359fb93b
Modify public stream to use new UI framework

I modified public.php to use the new UI framework. Since the Action
class isn't functional yet, I don't know if it works.

I took some of the functionality, like the public tabs nav and the
feeds list, and made them widgets.

I also moved the navigation from common_navigation() to a method of
Action.
actions/public.php
lib/action.php
lib/feedlist.php [new file with mode: 0644]
lib/personal.php
lib/publicgroupnav.php [new file with mode: 0644]
lib/stream.php
lib/util.php