Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-29 | show section with admins in sidebar of group | Evan Prodromou | |
2009-06-18 | Group theming. | Zach Copley | |
2009-06-14 | show aliases when showing a group | Evan Prodromou | |
2009-06-14 | The rest of the things necessary to make group block work | Evan Prodromou | |
Link to the group block form. Hide join button if the current user is blocked. | |||
2009-06-14 | Break profilelist into a recipe | Evan Prodromou | |
Expanded the ProfileList class so it worked more like a recipe. This helps to get rid of a lot of special cases and simplifies the code. It also makes it possible to do things like group block. | |||
2009-06-10 | Remove FIXME-marked Opera links until they actually work | Evan Prodromou | |
2009-04-17 | Ticket 1404. Showing the link to the members list page. | Sarven Capadisli | |
2009-04-15 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
Conflicts: actions/public.php | |||
2009-04-15 | Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵ | Adrian Lang | |
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations. | |||
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-03-30 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-03-30 | add fullname to title and h1 for groups | Evan Prodromou | |
2009-03-19 | A couple more 'Join Now' messages that need disabling when the site is ↵ | CiaranG | |
closed or invite only | |||
2009-03-07 | trying to kill the can't-leave-a-group bug | Evan Prodromou | |
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-10 | Beginning to refactor document relationship links to reduce common code. | Meitar Moscovitz | |
My attempts here are to mimic the `pagination()` method shared by actions. I'm tentatively adding the `$count` property to actions so that we can query the number of notices ''being displayed'' per page prior to calling the actual `pagination()` method itself, since document relationship `<link>` elements need to be output inside of `showHead()`, before `showContent()`, which is where `pagination()` is, gets called. | |||
2009-02-09 | Add machine-readable pagination using HTML4.01 `<link rel="next">`, etc. | Meitar Moscovitz | |
These extra `<link>` elements only appear on pages where pagination makes sense. They trigger functionality in some user agents, such as Opera's Navigation Bar for more easily navigating forward and backwards across a paged set of notices, messages, or group lists, etc. | |||
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. |