Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | Added event hooks for before and after user groups content | Sarven Capadisli | |
2010-03-03 | Added event hooks at the start and end of groups mini list | Sarven Capadisli | |
2010-03-03 | Added event hooks for group subscribe | Sarven Capadisli | |
2010-03-03 | Added event hooks for start and end of subscriptions mini list | Sarven Capadisli | |
2010-03-02 | Added event hook for before and after personal timeline content | Sarven Capadisli | |
2010-02-26 | Merge branch 'blacklistplus' into testing | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2010-02-22 | Added before and after event hooks for subscriptions content | Sarven Capadisli | |
2010-02-21 | Combine code that finds mentions into one place and add hook points | Evan 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-20 | Add events for favor and disfavor | Evan Prodromou | |
Added events to core code for when someone favors or disfavors a notice. | |||
2010-02-16 | More sensical profile::getUri() | Zach Copley | |
2010-02-16 | Take remote profiles into account when looking up canonical profile URIs | Zach Copley | |
2010-02-13 | Added event hook to remote subscription | Sarven Capadisli | |
2010-02-06 | add events to fine-tune user deletion | Evan Prodromou | |
2010-01-31 | Add a robots.txt URL to the site root | Evan 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-29 | add hooks for user registration | Evan Prodromou | |
2010-01-24 | Event hooks for before and after site_notice | Sarven Capadisli | |
2010-01-18 | add event for showing content license in action | Evan Prodromou | |
2010-01-13 | add events for subscribing to people and joining groups | Evan Prodromou | |
2009-12-28 | add events for unblocking a profile | Evan Prodromou | |
2009-12-28 | events for blocking a user | Evan Prodromou | |
2009-12-09 | New Events for avatar settings | Eric Helgeson | |
2009-12-05 | Add 2 new events to enable logger pluginization: StartLog and EndLog | Craig Andrews | |
2009-12-04 | Add style function to output style() tags | Craig Andrews | |
Add 2 new events: StartStyleElement and EndStyleElement | |||
2009-12-04 | Add 2 new events: StartInlineScriptElement and EndInlineScriptElement | Craig Andrews | |
2009-12-04 | Add 4 new events: StartCssLinkElement, EndCssLinkElement, ↵ | Craig Andrews | |
StartScriptElement, EndScriptElement | |||
2009-11-18 | Added Authorization plugin | Craig Andrews | |
Added LDAPAuthorization plugin | |||
2009-11-12 | Added 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-11 | Redid 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-10 | Added a events for the settings menu items | Craig Andrews | |
2009-11-10 | Changed to Evan's event style and added an AuthPlugin superclass | Craig Andrews | |
2009-11-10 | change credential check to work more like other events | Evan Prodromou | |
2009-11-10 | Added hook for the Group navigation items | Sarven Capadisli | |
2009-11-09 | Add a new event: CanUserChangeField | Craig Andrews | |
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion 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-08 | Updated documentation of UserProfile widget events | Shashi | |
2009-11-05 | Add ChangePassword event | Craig Andrews | |
2009-11-05 | Added an AutoRegister event | Craig Andrews | |
LDAP plugin can do autoregistration | |||
2009-11-04 | Added a CheckPassword event | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-10-28 | add StartInitializeRouter event | Evan Prodromou | |
2009-10-15 | add more events to profile list | Evan Prodromou | |
2009-10-09 | add lots of events to customize the profile page | Evan Prodromou | |
2009-10-09 | add some hooks for the profile page | Evan Prodromou | |
2009-10-05 | Added hook to wrap the notice form data block | Sarven Capadisli | |
2009-10-01 | check the schema | Evan Prodromou | |
2009-10-01 | Added hook for Aside container | Sarven Capadisli | |
2009-09-25 | Added hook for notice item. After <li> and Before </li>. Allows | Sarven Capadisli | |
authors to include aside data to their notice items | |||
2009-09-24 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php | |||
2009-09-23 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou | |