]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
12 years agoMerge commit 'refs/merge-requests/2' of git://gitorious.org/statusnet-activity/status...
Evan Prodromou [Mon, 22 Aug 2011 19:28:29 +0000 (15:28 -0400)]
Merge commit 'refs/merge-requests/2' of git://gitorious.org/statusnet-activity/statusnet-activity into merge-requests/2

12 years agotrim trailing ?> from Notice_activity
Evan Prodromou [Mon, 22 Aug 2011 19:25:58 +0000 (15:25 -0400)]
trim trailing ?> from Notice_activity

13 years agoAllow on/off switch for all activity notifications.
Marcel van der Boom [Fri, 17 Jun 2011 11:37:16 +0000 (13:37 +0200)]
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));

13 years agoInclude a link in the plain text too for (un)favored notices, (un)subbed groups etc.
Marcel van der Boom [Tue, 14 Dec 2010 13:27:37 +0000 (14:27 +0100)]
Include a link in the plain text too for (un)favored notices, (un)subbed groups etc.

13 years agoUse new hooks for Notice::asActivity()
Evan Prodromou [Mon, 6 Dec 2010 20:21:34 +0000 (15:21 -0500)]
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().

13 years agoremove common_debug() from Notice_activity::staticGet()
Evan Prodromou [Mon, 6 Dec 2010 20:21:21 +0000 (15:21 -0500)]
remove common_debug() from Notice_activity::staticGet()

13 years agogitignore
Evan Prodromou [Mon, 15 Nov 2010 15:38:49 +0000 (10:38 -0500)]
gitignore

13 years agoremove debugging statements
Evan Prodromou [Wed, 27 Oct 2010 15:45:02 +0000 (11:45 -0400)]
remove debugging statements

13 years agoadd license file
Evan Prodromou [Wed, 27 Oct 2010 15:44:08 +0000 (11:44 -0400)]
add license file

13 years agoShow social activities as notices and activity streams objects
Evan Prodromou [Wed, 27 Oct 2010 15:40:52 +0000 (11:40 -0400)]
Show social activities as notices and activity streams objects