0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
May 22, 2024 — May 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Less intrusive insertion of Disqus notice count into notice lists More... over 14 years ago
Change Disqus plugin to allow restricting to users with "richedit" role More... over 14 years ago
ForceGroup plugin: optionally force new users to join a particular group or set of groups on registration; and/or to force posts by members of particular groups to be posted into those groups even if not explicitly mentioned. The posting feature requires a couple quick hook additions in core. More... over 14 years ago
ForceGroup plugin: optionally force new users to join a particular group or set of groups on registration; and/or to force posts by members of particular groups to be posted into those groups even if not explicitly mentioned. The posting feature requires a couple quick hook additions in core. More... over 14 years ago
GroupFavorited plugin: adds 'Popular' tab to group navigation showing a popular pages subset for just posts in the group. Not necessarily terribly efficient, should be tested and benchmarked on non-trivial sites More... over 14 years ago
GroupFavorited plugin: adds 'Popular' tab to group navigation showing a popular pages subset for just posts in the group. Not necessarily terribly efficient, should be tested and benchmarked on non-trivial sites More... over 14 years ago
fix comment More... over 14 years ago
fix comment More... over 14 years ago
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x More... over 14 years ago
Initial SlicedFavorites plugin to allow for customized variants of 'Popular' tab (favorited action) that include or exclude a given set of users. No added UI tabs in this version, beware! More... over 14 years ago
Initial SlicedFavorites plugin to allow for customized variants of 'Popular' tab (favorited action) that include or exclude a given set of users. No added UI tabs in this version, beware! More... over 14 years ago
Merge branch 'anon-fave-plugin' into 0.9.x More... over 14 years ago
Merge branch 'anon-fave-plugin' More... over 14 years ago
Add 'restricted' option to NoticeTitle; if set, only users with 'richedit' role get the fancy extra title field. More... over 14 years ago
Add 'restricted' option to NoticeTitle; if set, only users with 'richedit' role get the fancy extra title field. More... over 14 years ago
Added an option to TinyMCE plugin to restrict the rich-text editor to users who have the 'richedit' role. This allows enabling it for a subset of accounts on a site while leaving other users using the regular posting system, which is more stable. More... over 14 years ago
Added an option to TinyMCE plugin to restrict the rich-text editor to users who have the 'richedit' role. This allows enabling it for a subset of accounts on a site while leaving other users using the regular posting system, which is more stable. More... over 14 years ago
Fix for OpenID-only private sites: we were removing the 'login' and 'register' actions from the routing system entirely, which meant that login links & redirects from unauthenticated views on private sites (as well as various re-auth situations even on non-private sites) would break and send to the main page instead. More... over 14 years ago
Merge branch 'master' of gitorious.org:statusnet/mainline into feedfix More... over 14 years ago
Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping. More... over 14 years ago
Merge branch 'anon-fave-plugin' of gitorious.org:~zcopley/statusnet/zcopleys-clone into anon-fave-plugin More... over 14 years ago
Remove debugging statements More... over 14 years ago
Remove debugging statements More... over 14 years ago
Make createAnonProfile() static More... over 14 years ago
Make createAnonProfile() static More... over 14 years ago
- Lookup anon profiles by ID (safer because they are guranteed to be unique) and probably faster - Obfuscate the anonymous user session token to make it hard to figure out the profile ID More... over 14 years ago
- Lookup anon profiles by ID (safer because they are guranteed to be unique) and probably faster - Obfuscate the anonymous user session token to make it hard to figure out the profile ID More... over 14 years ago
Ajax update notice tally More... over 14 years ago
Ajax update notice tally More... over 14 years ago
Add Start/EndFavorNoticeForm and Start/EndDisFavorNoticeForm hooks More... over 14 years ago