Commit Graph

10 Commits

Author SHA1 Message Date
Evan Prodromou 46cc83addb Merge commit 'refs/merge-requests/2' of git://gitorious.org/statusnet-activity/statusnet-activity into merge-requests/2 2011-08-22 15:28:29 -04:00
Evan Prodromou 19b4572e99 trim trailing ?> from Notice_activity 2011-08-22 15:25:58 -04:00
Marcel van der Boom 7f99ce0580 Allow on/off switch for all activity notifications.
Default behaviour was/is to do all actitivity notifications supported by plugin.
Configure is in the config file by passing array with keyed boolean values like:

addPlugin('Activity', array(
			    'StartFollowUser' => true,
			    'StopFollowUser' => false,
			    'JoinGroup' => true,
			    'LeaveGroup' => true,
			    'StartLike' => true,
			    'StopLike' => false));
2011-06-17 13:37:16 +02:00
Marcel van der Boom 82db24831b Include a link in the plain text too for (un)favored notices, (un)subbed groups etc. 2010-12-14 14:27:37 +01:00
Evan Prodromou 65bbd991c2 Use new hooks for Notice::asActivity()
Changed the atom activity generation code so it uses the new hooks
built into Notice::asActivity() rather than the hooks in the old
Notice::asAtomEntry().
2010-12-06 15:21:34 -05:00
Evan Prodromou 2c5de55b4b remove common_debug() from Notice_activity::staticGet() 2010-12-06 15:21:21 -05:00
Evan Prodromou 90aecd0e8c gitignore 2010-11-15 10:38:49 -05:00
Evan Prodromou f5a764117f remove debugging statements 2010-10-27 11:45:02 -04:00
Evan Prodromou 861b2c56d9 add license file 2010-10-27 11:44:08 -04:00
Evan Prodromou 8497d2960a Show social activities as notices and activity streams objects 2010-10-27 11:40:52 -04:00