Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-05 | override linkAttributes() method for subscribersminilist | Evan Prodromou | |
2010-04-05 | breakout subscribers minilist | Evan Prodromou | |
2010-04-05 | add an event for subscribers minilist | Evan Prodromou | |
2010-03-03 | Added event hooks at the start and end of groups mini list | Sarven Capadisli | |
2010-03-03 | Added event hooks for start and end of subscriptions mini list | Sarven Capadisli | |
2009-11-30 | Include group memberships count & user groups management page link in ↵ | Brion Vibber | |
profile sidebar to match subscribers & subscribees lists. This is the only obvious way to reach the user group membership details page if there are fewer group subs than the max number of icons to show. | |||
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-07-09 | cache frequently-used subscriber, subscription, notice and fave count values | Evan Prodromou | |
2009-07-01 | Show correct number of profile avatars and 'all' link in subs asides | Zach Copley | |
2009-06-15 | Merge branch '0.8.x' into userdesign | Zach Copley | |
* 0.8.x: (32 commits) updates to Status_network makeadmin action make admins of groups show aliases when showing a group Link and distribute notices tagged for a group alias Code for adding and saving group aliases Styles for group block add correct li for css magic for block stuff typo in profileminilist class return count from show try to get the right class for profileminilist fix perms for classes/statusnet.ini fixup perms for classes Added Group_alias class add a table for group aliases Cross-browser notice_attach Allow users to be unblocked from a group Some UI improvements for blocking and unblocking The rest of the things necessary to make group block work Make group block work ... Conflicts: db/laconica.sql lib/common.php | |||
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-05-23 | make some of the actions show the user's design | Evan Prodromou | |
2009-05-18 | Added personal tag page: http://example.com/MY_NICK/tag/A_TAG | Robin Millette | |
2009-04-15 | add user id to statistics | Evan Prodromou | |
2009-04-07 | Add subscribers, subscriptions, groups to personal page | Evan Prodromou | |
We show stats, subscriptions info on the personal page in the sidebar. Pushed code from showstream.php into a common parent class for personal and profile. |