summaryrefslogtreecommitdiff
path: root/EVENTS.txt
AgeCommit message (Collapse)Author
2010-10-22New events when granting and revoking rolesEvan Prodromou
Four new events for when roles are granted or revoked.
2010-10-07Events for showing the notice formEvan Prodromou
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-08add a hook for when someone deletes their own noticeEvan Prodromou
2010-09-02hooks for showing <title> and <h1> elementsEvan Prodromou
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-02document activity entry hooksEvan Prodromou
2010-03-23Misc small fixes, plus a new hook in tag.phpJulien C
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-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
2010-02-13Added event hook to remote subscriptionSarven Capadisli
2010-02-06add events to fine-tune user deletionEvan Prodromou
2010-01-31Add a robots.txt URL to the site rootEvan Prodromou
Adds a robots.txt file to the site root. Defaults defined by 'robotstxt' section of config. New events StartRobotsTxt and EndRobotsTxt to let plugins add information. Probably not useful if path is not /, but won't hurt anything, either.
2010-01-29add hooks for user registrationEvan Prodromou
2010-01-24Event hooks for before and after site_noticeSarven Capadisli
2010-01-18add event for showing content license in actionEvan Prodromou
2010-01-13add events for subscribing to people and joining groupsEvan Prodromou
2009-12-28add events for unblocking a profileEvan Prodromou
2009-12-28events for blocking a userEvan Prodromou
2009-12-09New Events for avatar settingsEric Helgeson
2009-12-05Add 2 new events to enable logger pluginization: StartLog and EndLogCraig Andrews
2009-12-04Add style function to output style() tagsCraig Andrews
Add 2 new events: StartStyleElement and EndStyleElement
2009-12-04Add 2 new events: StartInlineScriptElement and EndInlineScriptElementCraig Andrews
2009-12-04Add 4 new events: StartCssLinkElement, EndCssLinkElement, ↵Craig Andrews
StartScriptElement, EndScriptElement
2009-11-18Added Authorization pluginCraig Andrews
Added LDAPAuthorization plugin
2009-11-12Added a User_username table that links the external username with a ↵Craig Andrews
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
2009-11-11Redid how URL shorteners work. This way is much more like how Evan wants ↵Craig Andrews
events to work (and more like how the rest of SN works).
2009-11-10Added a events for the settings menu itemsCraig Andrews
2009-11-10Changed to Evan's event style and added an AuthPlugin superclassCraig Andrews
2009-11-10change credential check to work more like other eventsEvan Prodromou
2009-11-10Added hook for the Group navigation itemsSarven Capadisli
2009-11-09Add a new event: CanUserChangeFieldCraig Andrews
2009-11-08Fix bug 1962: deleteuser.php regression when OpenID plugin not enabledBrion Vibber
The User_openid data object was explicitly listed as a related field to delete from in User::delete(); this class doesn't exist anymore by default since OpenID was broken out to a plugin. Added UserDeleteRelated event for plugins to add related tables to delete from at user delete time.
2009-11-08Updated documentation of UserProfile widget eventsShashi
2009-11-05Add ChangePassword eventCraig Andrews
2009-11-05Added an AutoRegister eventCraig Andrews
LDAP plugin can do autoregistration