Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-23 | Add an action to show the list of the latest groups | Evan Prodromou | |
2009-01-19 | Update tag to use new framework | Evan 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-19 | Fix public group nav so it shows selection correctly | Evan Prodromou | |
2009-01-16 | Better doc comments for PublicGroupNav | Evan Prodromou | |
2009-01-15 | Move some accounting stuff from publicgroupnav to action | Evan 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-15 | Using id param properly | sarven | |
2009-01-15 | Minor | sarven | |
2009-01-15 | Updated show()'s site_nav_local_views' | sarven | |
2009-01-15 | Fix a couple of errors in PublicGroupNav | Evan Prodromou | |
2009-01-15 | Use menuItem(), extend Widget, and document | Evan Prodromou | |
2009-01-14 | Changed to generic nav class | sarven | |
2009-01-13 | Modify public stream to use new UI framework | Evan 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. |