Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-22 | some class files had x bit set | Evan Prodromou | |
2009-05-01 | Make user group stream use IDs | 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-02-04 | Fixed #1134; Consolidated image scaling functions. | Sean Murphy | |
2009-02-04 | Fix for #1057; group logo transparecy (and pixilation) | Sean Murphy | |
2009-02-01 | Fixes #1088: Show number of group members. Unlike the bugreport requested, ↵ | Adrian Lang | |
the stats are displayed similar to userstream stats in a section in the sidebar. Additionaly, I removed a redundant notnull if check in ShowgroupAction->showMembers, fixed a SQL error in User_group->getMembers when no limit is passed, removed return value storing of void function and added an usage of Profile->getBestName. | |||
2009-01-28 | whitespace in User_group | Evan Prodromou | |
2009-01-23 | Upload logos for groups | Evan Prodromou | |
2009-01-23 | Remove require_once for Memcached_DBObject from new classes | Evan Prodromou | |
2009-01-21 | Method for user groups to get a list of members | Evan Prodromou | |
2009-01-21 | First pass at a group home page | Evan Prodromou | |
This is the first pass at a group home page. | |||
2009-01-13 | Generate new DB_DataObject classes for group tables | Evan Prodromou | |