summaryrefslogtreecommitdiff
path: root/lib/noticesection.php
AgeCommit message (Collapse)Author
2010-02-15Added another single whitespaceSarven Capadisli
2009-11-08Restructure theme.php to define a class ThemeEvan Prodromou
For various reasons, it's nicer to have a class for theme-file paths and such. So, I've rewritten the code for determining the locations of theme files to be more OOPy. I changed all the uses of the two functions in the module (theme_file and theme_path) to use Theme::file and Theme::path respectively. I've also removed the code in common.php that require's the module; using a class means we can autoload it instead.
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-05-29Changed ul to ol and added xoxo for notice lists.Sarven Capadisli
2009-05-17Refactored new sections code to proper classes and added notice link to ↵Robin Millette
links in notice sections.
2009-03-04check for profile recordEvan Prodromou
2009-02-20make check for ->value betterEvan Prodromou
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules.
2009-01-23Bad link for popular noticesEvan Prodromou
2009-01-22Populat notices and some css cleanupsarven
2009-01-22Add a notice section superclass for sections listing noticesEvan Prodromou