Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-11 | Minor. Changed from @class location to label | Sarven Capadisli | |
2009-02-11 | Unify feeds definition in actions | Evan Prodromou | |
I got a little sick of trying to keep the export data and <head> links synched in actions, so I made a common method, getFeeds(), which gets the feeds for both. It returns an array of Feed objects, which know about what their mime type is, title, location, all that jazz. I changed the FeedList class so it handles the new Feed objects instead of the old array of data. I changed all the actions that show feeds (I think...) so that they now use getFeeds() for all their feed needs. | |||
2009-02-05 | Trac #894 and #1013 - fixed bad redirects after delete notice | Zach Copley | |
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-27 | Keeping HTML consistent throughout the site. | Sarven Capadisli | |
2009-01-23 | anon_notice | sarven | |
2009-01-23 | p -> div for markup wrapper | Evan Prodromou | |
2009-01-23 | Anonymous message for group page | Evan Prodromou | |
2009-01-23 | Minor markup fix | sarven | |
2009-01-22 | Add group tag cloud to group | Evan Prodromou | |
2009-01-22 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk | Evan Prodromou | |
2009-01-22 | fixed a few bugs and logic problems in groups | Robin Millette | |
2009-01-22 | Doc comment in showgroup | Evan Prodromou | |
2009-01-22 | selector name cleanup | sarven | |
2009-01-21 | Changed to @class entity_profile from @id user_profile. | sarven | |
2009-01-21 | General markup and style cleanup | sarven | |
2009-01-21 | change showgroup to use profileminillist | Evan Prodromou | |
2009-01-21 | Add members mini-icons to group page | Evan Prodromou | |
2009-01-21 | remove admin link from group page | Evan Prodromou | |
2009-01-21 | Add tabset to group and admin tabs | Evan Prodromou | |
2009-01-21 | Mark showgroup as readonly action | Evan Prodromou | |
2009-01-21 | Move showgroup action to Group category | Evan Prodromou | |
2009-01-21 | First pass at a group home page | Evan Prodromou | |
This is the first pass at a group home page. |