summaryrefslogtreecommitdiff
path: root/lib/publicgroupnav.php
AgeCommit message (Collapse)Author
2009-03-04Hooks for: Public group nav in order to place a list-anchor item atSarven Capadisli
the start or end of the list.
2009-01-23Add an action to show the list of the latest groupsEvan Prodromou
2009-01-19Update tag to use new frameworkEvan Prodromou
Broke up the tag action into two different actions (publictagcloud and tag). Brought it up-to-date with the new framework, but haven't fixed it for phpcs yet.
2009-01-19Fix public group nav so it shows selection correctlyEvan Prodromou
2009-01-16Better doc comments for PublicGroupNavEvan Prodromou
2009-01-15Move some accounting stuff from publicgroupnav to actionEvan Prodromou
More dl's and dd's. Rather than replicate them in every sub-class, let's just put them in one place.
2009-01-15Using id param properlysarven
2009-01-15Minorsarven
2009-01-15Updated show()'s site_nav_local_views'sarven
2009-01-15Fix a couple of errors in PublicGroupNavEvan Prodromou
2009-01-15Use menuItem(), extend Widget, and documentEvan Prodromou
2009-01-14Changed to generic nav classsarven
2009-01-13Modify public stream to use new UI frameworkEvan Prodromou
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.