summaryrefslogtreecommitdiff
path: root/EVENTS.txt
AgeCommit message (Collapse)Author
2010-12-20Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-12-18Add events for representing objects as activity:objectEvan Prodromou
Add 6 new events to make it easier to override the type of an activity object.
2010-12-17Merge branch '0.9.x' into 1.0.xBrion Vibber
Conflicts: classes/Memcached_DataObject.php
2010-12-16Document a few undocumented administration related eventsZach Copley
2010-12-07Merge branch '0.9.x' into mergeBrion Vibber
Conflicts: README actions/hostmeta.php classes/File_redirection.php lib/common.php lib/designsettings.php lib/router.php lib/util.php lib/xmppmanager.php plugins/OStatus/OStatusPlugin.php
2010-12-05Change documentation for notice-to-activity eventsEvan Prodromou
Because I changed Notice::asAtomEntry() to use Notice::asActivity(), all the events that happened in that function have been removed. I removed the documentation for those events, and added documentation for the new events.
2010-11-26Move user xrd action to core and use hooks to extendEvan Prodromou
Moved the Webfinger user XRD action from the OStatus plugin to core. Added hooks to add OStatus-specific stuff, but kept general stuff in the core.
2010-11-26move xrd and hostmeta out of the OStatus plugin and into coreCraig Andrews
add event for setting up hostmeta, and use them in the OStatus plugin
2010-11-16Merge branch '0.9.x' into facebook-upgradeZach Copley
2010-11-15Merge branch 'atompub' into 0.9.xEvan Prodromou
Conflicts: actions/apistatusesshow.php actions/apitimelineuser.php
2010-11-15add hooks for atom pub postsEvan Prodromou
2010-11-09Merge branch '0.9.x' into facebook-upgradeZach Copley
2010-11-09hook points for the email settings formEvan Prodromou
2010-11-08fix documentation for parameters to menu eventsEvan Prodromou
2010-10-29New Start/EndHtmlElement events. Allows adding namespaces.Zach Copley
2010-10-25Merge branch '0.9.x' into 1.0.xBrion Vibber
Conflicts: actions/subscriptions.php lib/router.php lib/xmppmanager.php lib/xmppoutqueuehandler.php
2010-10-22New events when granting and revoking rolesEvan Prodromou
Four new events for when roles are granted or revoked.
2010-10-14Merge remote branch 'statusnet/0.9.x' into 1.0.xCraig Andrews
2010-10-07Events for showing the notice formEvan Prodromou
2010-10-04Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php
2010-09-29Add Start/EndFavorNoticeForm and Start/EndDisFavorNoticeForm hooksZach Copley
2010-09-29Add Start/EndShowNoticeInfo eventsZach Copley
2010-09-29New eventsi: Start/EndShowNoticeOptions and Start/EndShowFaveFormZach Copley
2010-09-29add hooks to the feedlist widget to give fine-grained control over feed linksEvan Prodromou
2010-09-09Merge branch '0.9.x' into 1.0.xEvan Prodromou
Conflicts: EVENTS.txt plugins/TwitterBridge/daemons/twitterstatusfetcher.php plugins/TwitterBridge/twitterbasicauthclient.php
2010-09-08add a hook for when someone deletes their own noticeEvan Prodromou
2010-09-07move xrd and hostmeta out of the OStatus plugin and into coreCraig Andrews
add event for setting up hostmeta, and use them in the OStatus plugin
2010-09-02Merge branch '0.9.x' into 1.0.xBrion Vibber
Conflicts: lib/command.php
2010-09-02hooks for showing <title> and <h1> elementsEvan Prodromou
2010-08-16Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-08-14on deleting a noticeEvan Prodromou
2010-08-13hooks to allow changing RSS contentEvan Prodromou
2010-08-13add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for noticesEvan Prodromou
2010-08-03Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-08-02document activity entry hooksEvan Prodromou
2010-03-24Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-03-23Misc small fixes, plus a new hook in tag.phpJulien C
2010-03-08Merge branch '0.9.x' into 1.0.xCraig Andrews
Conflicts: classes/statusnet.ini db/statusnet.sql lib/jabber.php lib/xmppmanager.php
2010-03-03Added event hooks for before and after user groups contentSarven Capadisli
2010-03-03Added event hooks at the start and end of groups mini listSarven Capadisli
2010-03-03Added event hooks for group subscribeSarven Capadisli
2010-03-03Added event hooks for start and end of subscriptions mini listSarven Capadisli
2010-03-02Added event hook for before and after personal timeline contentSarven Capadisli
2010-02-26Merge branch 'blacklistplus' into testingEvan Prodromou
Conflicts: EVENTS.txt
2010-02-24Merge branch '0.9.x' into 1.0.xCraig Andrews
Conflicts: EVENTS.txt db/statusnet.sql lib/queuemanager.php
2010-02-22Added before and after event hooks for subscriptions contentSarven Capadisli
2010-02-21Combine code that finds mentions into one place and add hook pointsEvan Prodromou
Combined the code that finds mentions of other profiles into one place. common_find_mentions() finds mentions and calls hooks to allow supplemental syntax for mentions (like OStatus). common_linkify_mentions() links mentions. common_linkify_mention() links a mention. Notice::saveReplies() now uses common_find_mentions() instead of trying to parse everything again.
2010-02-20Add events for favor and disfavorEvan Prodromou
Added events to core code for when someone favors or disfavors a notice.
2010-02-16More sensical profile::getUri()Zach Copley
2010-02-16Take remote profiles into account when looking up canonical profile URIsZach Copley