Delilah Hoare 119e2262d9 Fix "Using $this when not in object context" | hace 2 años | |
---|---|---|
.. | ||
AccountManager | hace 3 años | |
ActivityPub | hace 2 años | |
ActivitySpam | hace 3 años | |
AnonymousFave | hace 3 años | |
AntiBrute | hace 3 años | |
ApiLogger | hace 3 años | |
AutoSandbox | hace 3 años | |
Autocomplete | hace 3 años | |
BitlyUrl | hace 3 años | |
Blacklist | hace 3 años | |
BlogspamNet | hace 3 años | |
Bookmark | hace 3 años | |
CacheLog | hace 3 años | |
CasAuthentication | hace 3 años | |
ChooseTheme | hace 3 años | |
ClientSideShorten | hace 3 años | |
Comet | hace 3 años | |
ConversationTree | hace 3 años | |
Cronish | hace 3 años | |
DBQueue | hace 3 años | |
DefaultLayout | hace 3 años | |
Diaspora | hace 3 años | |
DirectMessage | hace 3 años | |
DirectionDetector | hace 3 años | |
Directory | hace 3 años | |
DiskCache | hace 3 años | |
DomainStatusNetwork | hace 3 años | |
DomainWhitelist | hace 3 años | |
EmailAuthentication | hace 3 años | |
EmailRegistration | hace 3 años | |
EmailReminder | hace 3 años | |
EmailSummary | hace 3 años | |
Embed | hace 3 años | |
Event | hace 3 años | |
ExtendedProfile | hace 3 años | |
FFmpeg | hace 3 años | |
FeedPoller | hace 3 años | |
FetchRemote | hace 3 años | |
FollowEveryone | hace 3 años | |
ForceGroup | hace 3 años | |
Geonames | hace 3 años | |
GroupFavorited | hace 3 años | |
GroupPrivateMessage | hace 3 años | |
ImageMagick | hace 3 años | |
Imap | hace 3 años | |
InProcessCache | hace 3 años | |
InfiniteScroll | hace 3 años | |
LRDD | hace 2 años | |
LdapAuthentication | hace 3 años | |
LdapAuthorization | hace 3 años | |
LdapCommon | hace 3 años | |
LilUrl | hace 3 años | |
LinkPreview | hace 3 años | |
Linkback | hace 3 años | |
LogFilter | hace 3 años | |
Mapstraction | hace 3 años | |
Memcached | hace 3 años | |
MentionURL | hace 3 años | |
Meteor | hace 3 años | |
Mobile | hace 8 años | |
MobileProfile | hace 3 años | |
ModHelper | hace 3 años | |
ModLog | hace 3 años | |
ModPlus | hace 3 años | |
Mollom | hace 3 años | |
Nodeinfo | hace 3 años | |
NoticeTitle | hace 3 años | |
OStatus | hace 3 años | |
OfflineBackup | hace 3 años | |
OpenExternalLinkTarget | hace 3 años | |
OpenID | hace 3 años | |
OpportunisticQM | hace 3 años | |
Orbited | hace 3 años | |
OverwriteThemeBackground | hace 3 años | |
PiwikAnalytics | hace 3 años | |
Poll | hace 3 años | |
PostDebug | hace 3 años | |
PtitUrl | hace 3 años | |
QnA | hace 3 años | |
RSSCloud | hace 3 años | |
RedisCache | hace 3 años | |
RedisQueue | hace 3 años | |
RegisterThrottle | hace 3 años | |
RemoteFollow | hace 3 años | |
RequireValidatedEmail | hace 3 años | |
ReverseUsernameAuthentication | hace 3 años | |
SQLProfile | hace 3 años | |
SQLStats | hace 3 años | |
SearchSub | hace 3 años | |
SensitiveContent | hace 3 años | |
ShareNotice | hace 3 años | |
SimpleCaptcha | hace 3 años | |
SimpleUrl | hace 3 años | |
SiteNoticeInSidebar | hace 8 años | |
Sitemap | hace 3 años | |
SlicedFavorites | hace 3 años | |
SphinxSearch | hace 3 años | |
StompQueue | hace 3 años | |
StoreRemoteMedia | hace 3 años | |
StrictTransportSecurity | hace 3 años | |
SubMirror | hace 3 años | |
SubscriptionThrottle | hace 3 años | |
TabFocus | hace 3 años | |
TagCloud | hace 3 años | |
TagSub | hace 3 años | |
TightUrl | hace 3 años | |
TwitterBridge | hace 3 años | |
UnQueue | hace 3 años | |
UserFlag | hace 3 años | |
UserLimit | hace 3 años | |
WebFinger | hace 3 años | |
WikiHashtags | hace 3 años | |
WikiHowProfile | hace 3 años | |
Xmpp | hace 3 años | |
README.md | hace 5 años |
Several example plugins are included in the plugins/ directory. You can enable a plugin with the following line in config.php:
addPlugin('Example', array('param1' => 'value1',
'param2' => 'value2'));
This will look for and load files named 'ExamplePlugin.php' or 'Example/ExamplePlugin.php' either in the plugins/ directory (for plugins that ship with StatusNet) or in the local/ directory (for plugins you write yourself or that you get from somewhere else) or local/plugins/.
Plugins are documented in their own directories.
Additional information on using and developing plugins can be found at the following locations: