Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Restructure theme.php to define a class Theme | Evan 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-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-05-29 | Changed ul to ol and added xoxo for notice lists. | Sarven Capadisli | |
2009-05-17 | Refactored new sections code to proper classes and added notice link to ↵ | Robin Millette | |
links in notice sections. | |||
2009-03-04 | check for profile record | Evan Prodromou | |
2009-02-20 | make check for ->value better | Evan Prodromou | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan 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-23 | Bad link for popular notices | Evan Prodromou | |
2009-01-22 | Populat notices and some css cleanup | sarven | |
2009-01-22 | Add a notice section superclass for sections listing notices | Evan Prodromou | |