summaryrefslogtreecommitdiff
path: root/lib/noticesection.php
AgeCommit message (Collapse)Author
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