]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - plugins/Bookmark/lib/deliciousbackupimporter.php
plugins onAutoload now only overloads if necessary (extlibs etc.)
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 28 Aug 2013 13:54:26 +0000 (15:54 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 28 Aug 2013 14:10:30 +0000 (16:10 +0200)
commitde55d8f83bb2ecf9461510768fe7147aec592055
tree1102f5cb1fd8168a46cffdfebf932e52b25f4561
parentb6cfcfbcaa0459b39c5d581c103bfa031b2e02cd
plugins onAutoload now only overloads if necessary (extlibs etc.)

lib/plugin.php now has a parent onAutoload function that finds most common
files that are used in plugins (actions, dataobjects, forms, libs etc.) if
they are put in the standardised directories ('actions', 'classes', 'forms',
'lib' and perhaps some others in the future).
494 files changed:
lib/plugin.php
plugins/AccountManager/AccountManagementControlDocumentAction.php [deleted file]
plugins/AccountManager/AccountManagementSessionStatusAction.php [deleted file]
plugins/AccountManager/AccountManagerPlugin.php
plugins/AccountManager/actions/accountmanagementcontroldocument.php [new file with mode: 0644]
plugins/AccountManager/actions/accountmanagementsessionstatus.php [new file with mode: 0644]
plugins/Activity/ActivityPlugin.php
plugins/Activity/followlistitem.php [deleted file]
plugins/Activity/joinlistitem.php [deleted file]
plugins/Activity/leavelistitem.php [deleted file]
plugins/Activity/lib/followlistitem.php [new file with mode: 0644]
plugins/Activity/lib/joinlistitem.php [new file with mode: 0644]
plugins/Activity/lib/leavelistitem.php [new file with mode: 0644]
plugins/Activity/lib/systemlistitem.php [new file with mode: 0644]
plugins/Activity/lib/unfollowlistitem.php [new file with mode: 0644]
plugins/Activity/systemlistitem.php [deleted file]
plugins/Activity/unfollowlistitem.php [deleted file]
plugins/ActivitySpam/ActivitySpamPlugin.php
plugins/ActivitySpam/Spam_score.php [deleted file]
plugins/ActivitySpam/actions/spam.php [new file with mode: 0644]
plugins/ActivitySpam/actions/train.php [new file with mode: 0644]
plugins/ActivitySpam/classes/spam_score.php [new file with mode: 0644]
plugins/ActivitySpam/forms/trainham.php [new file with mode: 0644]
plugins/ActivitySpam/forms/trainspam.php [new file with mode: 0644]
plugins/ActivitySpam/lib/spamfilter.php [new file with mode: 0644]
plugins/ActivitySpam/lib/spamnoticestream.php [new file with mode: 0644]
plugins/ActivitySpam/spam.php [deleted file]
plugins/ActivitySpam/spamfilter.php [deleted file]
plugins/ActivitySpam/spamnoticestream.php [deleted file]
plugins/ActivitySpam/train.php [deleted file]
plugins/ActivitySpam/trainhamform.php [deleted file]
plugins/ActivitySpam/trainspamform.php [deleted file]
plugins/Adsense/AdsensePlugin.php
plugins/Adsense/actions/adsenseadminpanel.php [new file with mode: 0644]
plugins/Adsense/adsenseadminpanel.php [deleted file]
plugins/Aim/AimPlugin.php
plugins/Aim/Fake_Aim.php [deleted file]
plugins/Aim/aimmanager.php [deleted file]
plugins/Aim/classes/Fake_Aim.php [new file with mode: 0644]
plugins/Aim/lib/aimmanager.php [new file with mode: 0644]
plugins/AnonymousFave/AnonymousFavePlugin.php
plugins/AnonymousFave/Fave_tally.php [deleted file]
plugins/AnonymousFave/actions/anondisfavor.php [new file with mode: 0644]
plugins/AnonymousFave/actions/anonfavor.php [new file with mode: 0644]
plugins/AnonymousFave/anondisfavor.php [deleted file]
plugins/AnonymousFave/anondisfavorform.php [deleted file]
plugins/AnonymousFave/anonfavor.php [deleted file]
plugins/AnonymousFave/anonfavorform.php [deleted file]
plugins/AnonymousFave/classes/Fave_tally.php [new file with mode: 0644]
plugins/AnonymousFave/forms/anondisfavor.php [new file with mode: 0644]
plugins/AnonymousFave/forms/anonfavor.php [new file with mode: 0644]
plugins/Autocomplete/AutocompletePlugin.php
plugins/Autocomplete/actions/autocomplete.php [new file with mode: 0644]
plugins/Autocomplete/autocomplete.php [deleted file]
plugins/BitlyUrl/BitlyUrlPlugin.php
plugins/BitlyUrl/actions/bitlyadminpanel.php [new file with mode: 0644]
plugins/BitlyUrl/bitlyadminpanelaction.php [deleted file]
plugins/Blacklist/BlacklistPlugin.php
plugins/Blacklist/Homepage_blacklist.php [deleted file]
plugins/Blacklist/Nickname_blacklist.php [deleted file]
plugins/Blacklist/actions/blacklistadminpanel.php [new file with mode: 0644]
plugins/Blacklist/blacklistadminpanel.php [deleted file]
plugins/Blacklist/classes/Homepage_blacklist.php [new file with mode: 0644]
plugins/Blacklist/classes/Nickname_blacklist.php [new file with mode: 0644]
plugins/Blog/BlogPlugin.php
plugins/Blog/Blog_entry.php [deleted file]
plugins/Blog/actions/newblogentry.php [new file with mode: 0644]
plugins/Blog/actions/showblogentry.php [new file with mode: 0644]
plugins/Blog/blogentryform.php [deleted file]
plugins/Blog/blogentrylistitem.php [deleted file]
plugins/Blog/classes/Blog_entry.php [new file with mode: 0644]
plugins/Blog/forms/blogentry.php [new file with mode: 0644]
plugins/Blog/lib/blogentrylistitem.php [new file with mode: 0644]
plugins/Blog/newblogentry.php [deleted file]
plugins/Blog/showblogentry.php [deleted file]
plugins/Bookmark/Bookmark.php [deleted file]
plugins/Bookmark/BookmarkPlugin.php
plugins/Bookmark/actions/apitimelinebookmarks.php [new file with mode: 0644]
plugins/Bookmark/actions/bookmarkforurl.php [new file with mode: 0644]
plugins/Bookmark/actions/bookmarkpopup.php [new file with mode: 0644]
plugins/Bookmark/actions/bookmarks.php [new file with mode: 0644]
plugins/Bookmark/actions/bookmarksrss.php [new file with mode: 0644]
plugins/Bookmark/actions/importdelicious.php [new file with mode: 0644]
plugins/Bookmark/actions/newbookmark.php [new file with mode: 0644]
plugins/Bookmark/actions/noticebyurl.php [new file with mode: 0644]
plugins/Bookmark/actions/showbookmark.php [new file with mode: 0644]
plugins/Bookmark/apitimelinebookmarks.php [deleted file]
plugins/Bookmark/bookmarkform.php [deleted file]
plugins/Bookmark/bookmarkforurl.php [deleted file]
plugins/Bookmark/bookmarklistitem.php [deleted file]
plugins/Bookmark/bookmarkpopup.php [deleted file]
plugins/Bookmark/bookmarks.php [deleted file]
plugins/Bookmark/bookmarksnoticestream.php [deleted file]
plugins/Bookmark/bookmarksrss.php [deleted file]
plugins/Bookmark/classes/Bookmark.php [new file with mode: 0644]
plugins/Bookmark/deliciousbackupimporter.php [deleted file]
plugins/Bookmark/deliciousbookmarkimporter.php [deleted file]
plugins/Bookmark/forms/bookmark.php [new file with mode: 0644]
plugins/Bookmark/forms/initialbookmark.php [new file with mode: 0644]
plugins/Bookmark/importbookmarks.php [deleted file]
plugins/Bookmark/importdelicious.php [deleted file]
plugins/Bookmark/initialbookmarkform.php [deleted file]
plugins/Bookmark/lib/bookmarklistitem.php [new file with mode: 0644]
plugins/Bookmark/lib/bookmarksnoticestream.php [new file with mode: 0644]
plugins/Bookmark/lib/deliciousbackupimporter.php [new file with mode: 0644]
plugins/Bookmark/lib/deliciousbookmarkimporter.php [new file with mode: 0644]
plugins/Bookmark/newbookmark.php [deleted file]
plugins/Bookmark/noticebyurl.php [deleted file]
plugins/Bookmark/scripts/importbookmarks.php [new file with mode: 0644]
plugins/Bookmark/showbookmark.php [deleted file]
plugins/CasAuthentication/CasAuthenticationPlugin.php
plugins/CasAuthentication/actions/caslogin.php [new file with mode: 0644]
plugins/CasAuthentication/caslogin.php [deleted file]
plugins/ClientSideShorten/ClientSideShortenPlugin.php
plugins/ClientSideShorten/actions/shorten.php [new file with mode: 0644]
plugins/ClientSideShorten/shorten.php [deleted file]
plugins/Directory/DirectoryPlugin.php
plugins/DomainStatusNetwork/DomainStatusNetworkPlugin.php
plugins/DomainStatusNetwork/actions/globalapi.php [new file with mode: 0644]
plugins/DomainStatusNetwork/lib/globalapiaction.php [deleted file]
plugins/DomainWhitelist/DomainWhitelistPlugin.php
plugins/DomainWhitelist/forms/whitelistinvite.php [new file with mode: 0644]
plugins/DomainWhitelist/lib/whitelistinviteform.php [deleted file]
plugins/EmailRegistration/EmailRegistrationPlugin.php
plugins/EmailRegistration/actions/emailregister.php [new file with mode: 0644]
plugins/EmailRegistration/confirmregistrationform.php [deleted file]
plugins/EmailRegistration/emailregister.php [deleted file]
plugins/EmailRegistration/emailregistrationform.php [deleted file]
plugins/EmailRegistration/forms/confirmregistration.php [new file with mode: 0644]
plugins/EmailRegistration/forms/emailregistration.php [new file with mode: 0644]
plugins/EmailReminder/EmailReminderPlugin.php
plugins/EmailSummary/EmailSummaryPlugin.php
plugins/EmailSummary/Email_summary_status.php [deleted file]
plugins/EmailSummary/classes/Email_summary_status.php [new file with mode: 0644]
plugins/EmailSummary/lib/siteemailsummaryhandler.php [new file with mode: 0644]
plugins/EmailSummary/lib/useremailsummaryhandler.php [new file with mode: 0644]
plugins/EmailSummary/scripts/sendemailsummary.php [new file with mode: 0644]
plugins/EmailSummary/sendemailsummary.php [deleted file]
plugins/EmailSummary/siteemailsummaryhandler.php [deleted file]
plugins/EmailSummary/useremailsummaryhandler.php [deleted file]
plugins/Event/EventPlugin.php
plugins/Event/Happening.php [deleted file]
plugins/Event/RSVP.php [deleted file]
plugins/Event/actions/cancelrsvp.php [new file with mode: 0644]
plugins/Event/actions/newevent.php [new file with mode: 0644]
plugins/Event/actions/newrsvp.php [new file with mode: 0644]
plugins/Event/actions/showevent.php [new file with mode: 0644]
plugins/Event/actions/showrsvp.php [new file with mode: 0644]
plugins/Event/actions/timelist.php [new file with mode: 0644]
plugins/Event/cancelrsvp.php [deleted file]
plugins/Event/cancelrsvpform.php [deleted file]
plugins/Event/classes/Happening.php [new file with mode: 0644]
plugins/Event/classes/RSVP.php [new file with mode: 0644]
plugins/Event/eventform.php [deleted file]
plugins/Event/eventlistitem.php [deleted file]
plugins/Event/eventtimelist.php [deleted file]
plugins/Event/forms/cancelrsvp.php [new file with mode: 0644]
plugins/Event/forms/event.php [new file with mode: 0644]
plugins/Event/forms/rsvp.php [new file with mode: 0644]
plugins/Event/lib/eventlistitem.php [new file with mode: 0644]
plugins/Event/lib/eventtimelist.php [new file with mode: 0644]
plugins/Event/lib/rsvplistitem.php [new file with mode: 0644]
plugins/Event/newevent.php [deleted file]
plugins/Event/newrsvp.php [deleted file]
plugins/Event/rsvpform.php [deleted file]
plugins/Event/rsvplistitem.php [deleted file]
plugins/Event/showevent.php [deleted file]
plugins/Event/showrsvp.php [deleted file]
plugins/Event/timelist.php [deleted file]
plugins/ExtendedProfile/ExtendedProfilePlugin.php
plugins/FacebookBridge/FacebookBridgePlugin.php
plugins/FollowEveryone/FollowEveryonePlugin.php
plugins/FollowEveryone/User_followeveryone_prefs.php [deleted file]
plugins/FollowEveryone/classes/User_followeveryone_prefs.php [new file with mode: 0644]
plugins/GNUsocialPhoto/GNUsocialPhotoPlugin.php
plugins/GNUsocialPhoto/Photo.php [deleted file]
plugins/GNUsocialPhoto/actions/newphoto.php [new file with mode: 0644]
plugins/GNUsocialPhoto/actions/showphoto.php [new file with mode: 0644]
plugins/GNUsocialPhoto/classes/Photo.php [new file with mode: 0644]
plugins/GNUsocialPhoto/forms/newphoto.php [new file with mode: 0644]
plugins/GNUsocialPhoto/newphoto.php [deleted file]
plugins/GNUsocialPhoto/newphotoform.php [deleted file]
plugins/GNUsocialPhoto/showphoto.php [deleted file]
plugins/GNUsocialPhotos/GNUsocialPhotosPlugin.php
plugins/GNUsocialPhotos/lib/gnusocialphotonav.php [new file with mode: 0644]
plugins/GNUsocialPhotos/lib/gnusocialphototemp.php [new file with mode: 0644]
plugins/GNUsocialPhotos/lib/photonav.php [deleted file]
plugins/GNUsocialPhotos/lib/tempphoto.php [deleted file]
plugins/GNUsocialProfileExtensions/GNUsocialProfileExtensionsPlugin.php
plugins/GNUsocialVideo/GNUsocialVideoPlugin.php
plugins/GNUsocialVideo/Video.php [deleted file]
plugins/GNUsocialVideo/actions/showvideo.php [new file with mode: 0644]
plugins/GNUsocialVideo/classes/Video.php [new file with mode: 0644]
plugins/GNUsocialVideo/forms/video.php [new file with mode: 0644]
plugins/GNUsocialVideo/showvideo.php [deleted file]
plugins/GNUsocialVideo/videoform.php [deleted file]
plugins/GroupFavorited/GroupFavoritedPlugin.php
plugins/GroupFavorited/actions/groupfavorited.php [new file with mode: 0644]
plugins/GroupFavorited/groupfavoritedaction.php [deleted file]
plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php
plugins/GroupPrivateMessage/Group_message.php [deleted file]
plugins/GroupPrivateMessage/Group_message_profile.php [deleted file]
plugins/GroupPrivateMessage/Group_privacy_settings.php [deleted file]
plugins/GroupPrivateMessage/actions/groupinbox.php [new file with mode: 0644]
plugins/GroupPrivateMessage/actions/newgroupmessage.php [new file with mode: 0644]
plugins/GroupPrivateMessage/actions/showgroupmessage.php [new file with mode: 0644]
plugins/GroupPrivateMessage/classes/Group_message.php [new file with mode: 0644]
plugins/GroupPrivateMessage/classes/Group_message_profile.php [new file with mode: 0644]
plugins/GroupPrivateMessage/classes/Group_privacy_settings.php [new file with mode: 0644]
plugins/GroupPrivateMessage/forms/groupmessage.php [new file with mode: 0644]
plugins/GroupPrivateMessage/groupinbox.php [deleted file]
plugins/GroupPrivateMessage/groupmessagecommand.php [deleted file]
plugins/GroupPrivateMessage/groupmessageform.php [deleted file]
plugins/GroupPrivateMessage/groupmessagelist.php [deleted file]
plugins/GroupPrivateMessage/groupmessagelistitem.php [deleted file]
plugins/GroupPrivateMessage/lib/groupmessagecommand.php [new file with mode: 0644]
plugins/GroupPrivateMessage/lib/groupmessagelist.php [new file with mode: 0644]
plugins/GroupPrivateMessage/lib/groupmessagelistitem.php [new file with mode: 0644]
plugins/GroupPrivateMessage/newgroupmessage.php [deleted file]
plugins/GroupPrivateMessage/showgroupmessage.php [deleted file]
plugins/Imap/ImapPlugin.php
plugins/Imap/imapmailhandler.php [deleted file]
plugins/Imap/imapmanager.php [deleted file]
plugins/Imap/lib/imapmailhandler.php [new file with mode: 0644]
plugins/Imap/lib/imapmanager.php [new file with mode: 0644]
plugins/Irc/ChannelResponseChannel.php [deleted file]
plugins/Irc/Fake_Irc.php [deleted file]
plugins/Irc/IrcPlugin.php
plugins/Irc/Irc_waiting_message.php [deleted file]
plugins/Irc/classes/Irc_waiting_message.php [new file with mode: 0644]
plugins/Irc/ircmanager.php [deleted file]
plugins/Irc/lib/channelresponsechannel.php [new file with mode: 0644]
plugins/Irc/lib/fake_irc.php [new file with mode: 0644]
plugins/Irc/lib/ircmanager.php [new file with mode: 0644]
plugins/LdapAuthentication/LdapAuthenticationPlugin.php
plugins/LdapAuthorization/LdapAuthorizationPlugin.php
plugins/LdapCommon/LdapCommon.php
plugins/LinkPreview/LinkPreviewPlugin.php
plugins/LinkPreview/actions/oembedproxy.php [new file with mode: 0644]
plugins/LinkPreview/oembedproxyaction.php [deleted file]
plugins/Mapstraction/MapstractionPlugin.php
plugins/Mapstraction/actions/allmap.php [new file with mode: 0644]
plugins/Mapstraction/actions/map.php [new file with mode: 0644]
plugins/Mapstraction/actions/usermap.php [new file with mode: 0644]
plugins/Mapstraction/allmap.php [deleted file]
plugins/Mapstraction/map.php [deleted file]
plugins/Mapstraction/usermap.php [deleted file]
plugins/Minify/MinifyPlugin.php
plugins/Minify/actions/minify.php [new file with mode: 0644]
plugins/Minify/minify.php [deleted file]
plugins/ModLog/ModLog.php [deleted file]
plugins/ModLog/ModLogPlugin.php
plugins/ModLog/classes/ModLog.php [new file with mode: 0644]
plugins/ModPlus/ModPlusPlugin.php
plugins/ModPlus/actions/remoteprofile.php [new file with mode: 0644]
plugins/ModPlus/remoteprofileaction.php [deleted file]
plugins/Msn/MsnPlugin.php
plugins/Msn/classes/msn_waiting_message.php [new file with mode: 0644]
plugins/Msn/lib/msnmanager.php [new file with mode: 0644]
plugins/Msn/msn_waiting_message.php [deleted file]
plugins/Msn/msnmanager.php [deleted file]
plugins/NoticeTitle/NoticeTitlePlugin.php
plugins/NoticeTitle/Notice_title.php [deleted file]
plugins/NoticeTitle/classes/Notice_title.php [new file with mode: 0644]
plugins/OMB/OMBPlugin.php
plugins/OMB/lib/omb.php
plugins/OMB/lib/omboauthdatastore.php [new file with mode: 0644]
plugins/OMB/lib/omboauthstore.php [deleted file]
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/actions/salmon.php [new file with mode: 0644]
plugins/OStatus/actions/xrd.php [new file with mode: 0644]
plugins/OStatus/lib/salmonaction.php [deleted file]
plugins/OStatus/lib/xrdaction.php [deleted file]
plugins/OfflineBackup/OfflineBackupPlugin.php
plugins/OfflineBackup/actions/offlinebackup.php [new file with mode: 0644]
plugins/OfflineBackup/lib/offlinebackupqueuehandler.php [new file with mode: 0644]
plugins/OfflineBackup/offlinebackup.php [deleted file]
plugins/OfflineBackup/offlinebackupqueuehandler.php [deleted file]
plugins/OpenID/OpenIDPlugin.php
plugins/OpenID/User_openid.php [deleted file]
plugins/OpenID/User_openid_prefs.php [deleted file]
plugins/OpenID/User_openid_trustroot.php [deleted file]
plugins/OpenID/actions/finishaddopenid.php [new file with mode: 0644]
plugins/OpenID/actions/finishopenidlogin.php [new file with mode: 0644]
plugins/OpenID/actions/openidadminpanel.php [new file with mode: 0644]
plugins/OpenID/actions/openidlogin.php [new file with mode: 0644]
plugins/OpenID/actions/openidserver.php [new file with mode: 0644]
plugins/OpenID/actions/openidsettings.php [new file with mode: 0644]
plugins/OpenID/actions/openidtrust.php [new file with mode: 0644]
plugins/OpenID/classes/User_openid.php [new file with mode: 0644]
plugins/OpenID/classes/User_openid_prefs.php [new file with mode: 0644]
plugins/OpenID/classes/User_openid_trustroot.php [new file with mode: 0644]
plugins/OpenID/finishaddopenid.php [deleted file]
plugins/OpenID/finishopenidlogin.php [deleted file]
plugins/OpenID/openidadminpanel.php [deleted file]
plugins/OpenID/openidlogin.php [deleted file]
plugins/OpenID/openidserver.php [deleted file]
plugins/OpenID/openidsettings.php [deleted file]
plugins/OpenID/openidtrust.php [deleted file]
plugins/OpenX/OpenXPlugin.php
plugins/OpenX/actions/openxadminpanel.php [new file with mode: 0644]
plugins/OpenX/openxadminpanel.php [deleted file]
plugins/Poll/Poll.php [deleted file]
plugins/Poll/PollPlugin.php
plugins/Poll/Poll_response.php [deleted file]
plugins/Poll/User_poll_prefs.php [deleted file]
plugins/Poll/actions/newpoll.php [new file with mode: 0644]
plugins/Poll/actions/pollsettings.php [new file with mode: 0644]
plugins/Poll/actions/respondpoll.php [new file with mode: 0644]
plugins/Poll/actions/showpoll.php [new file with mode: 0644]
plugins/Poll/classes/Poll.php [new file with mode: 0644]
plugins/Poll/classes/Poll_response.php [new file with mode: 0644]
plugins/Poll/classes/User_poll_prefs.php [new file with mode: 0644]
plugins/Poll/forms/newpoll.php [new file with mode: 0644]
plugins/Poll/forms/pollresponse.php [new file with mode: 0644]
plugins/Poll/forms/pollresult.php [new file with mode: 0644]
plugins/Poll/newpoll.php [deleted file]
plugins/Poll/newpollform.php [deleted file]
plugins/Poll/pollresponseform.php [deleted file]
plugins/Poll/pollresultform.php [deleted file]
plugins/Poll/pollsettings.php [deleted file]
plugins/Poll/respondpoll.php [deleted file]
plugins/Poll/showpoll.php [deleted file]
plugins/QnA/QnAPlugin.php
plugins/QnA/forms/qnanewanswer.php [new file with mode: 0644]
plugins/QnA/forms/qnanewquestion.php [new file with mode: 0644]
plugins/QnA/forms/qnareviseanswer.php [new file with mode: 0644]
plugins/QnA/forms/qnashowanswer.php [new file with mode: 0644]
plugins/QnA/forms/qnashowquestion.php [new file with mode: 0644]
plugins/QnA/forms/qnavote.php [new file with mode: 0644]
plugins/QnA/lib/qnanewanswerform.php [deleted file]
plugins/QnA/lib/qnanewquestionform.php [deleted file]
plugins/QnA/lib/qnareviseanswerform.php [deleted file]
plugins/QnA/lib/qnashowanswerform.php [deleted file]
plugins/QnA/lib/qnashowquestionform.php [deleted file]
plugins/QnA/lib/qnavoteform.php [deleted file]
plugins/RSSCloud/LoggingAggregator.php [deleted file]
plugins/RSSCloud/RSSCloudNotifier.php [deleted file]
plugins/RSSCloud/RSSCloudPlugin.php
plugins/RSSCloud/RSSCloudQueueHandler.php [deleted file]
plugins/RSSCloud/RSSCloudRequestNotify.php [deleted file]
plugins/RSSCloud/RSSCloudSubscription.php [deleted file]
plugins/RSSCloud/actions/loggingaggregator.php [new file with mode: 0644]
plugins/RSSCloud/actions/rsscloudrequestnotify.php [new file with mode: 0644]
plugins/RSSCloud/classes/RSSCloudSubscription.php [new file with mode: 0644]
plugins/RSSCloud/lib/rsscloudnotifier.php [new file with mode: 0644]
plugins/RSSCloud/lib/rsscloudqueuehandler.php [new file with mode: 0644]
plugins/Realtime/RealtimePlugin.php
plugins/Realtime/Realtime_channel.php [deleted file]
plugins/Realtime/actions/closechannel.php [new file with mode: 0644]
plugins/Realtime/actions/keepalivechannel.php [new file with mode: 0644]
plugins/Realtime/classes/Realtime_channel.php [new file with mode: 0644]
plugins/Realtime/cleanupchannels.php [deleted file]
plugins/Realtime/closechannel.php [deleted file]
plugins/Realtime/keepalivechannel.php [deleted file]
plugins/Realtime/scripts/cleanupchannels.php [new file with mode: 0644]
plugins/RegisterThrottle/RegisterThrottlePlugin.php
plugins/RegisterThrottle/Registration_ip.php [deleted file]
plugins/RegisterThrottle/classes/Registration_ip.php [new file with mode: 0644]
plugins/RequireValidatedEmail/RequireValidatedEmailPlugin.php
plugins/RequireValidatedEmail/actions/confirmfirstemail.php [new file with mode: 0644]
plugins/RequireValidatedEmail/confirmfirstemail.php [deleted file]
plugins/RequireValidatedEmail/registerbyemail.php [deleted file]
plugins/RequireValidatedEmail/scripts/registerbyemail.php [new file with mode: 0644]
plugins/Sample/SamplePlugin.php
plugins/Sample/User_greeting_count.php [deleted file]
plugins/Sample/actions/hello.php [new file with mode: 0644]
plugins/Sample/classes/User_greeting_count.php [new file with mode: 0644]
plugins/Sample/hello.php [deleted file]
plugins/SearchSub/SearchSub.php [deleted file]
plugins/SearchSub/SearchSubPlugin.php
plugins/SearchSub/actions/searchsub.php [new file with mode: 0644]
plugins/SearchSub/actions/searchsubs.php [new file with mode: 0644]
plugins/SearchSub/actions/searchunsub.php [new file with mode: 0644]
plugins/SearchSub/classes/SearchSub.php [new file with mode: 0644]
plugins/SearchSub/forms/searchsub.php [new file with mode: 0644]
plugins/SearchSub/forms/searchunsub.php [new file with mode: 0644]
plugins/SearchSub/lib/searchsubmenu.php [new file with mode: 0644]
plugins/SearchSub/lib/searchsubtrackcommand.php [new file with mode: 0644]
plugins/SearchSub/lib/searchsubtrackingcommand.php [new file with mode: 0644]
plugins/SearchSub/lib/searchsubtrackoffcommand.php [new file with mode: 0644]
plugins/SearchSub/lib/searchsubuntrackcommand.php [new file with mode: 0644]
plugins/SearchSub/searchsubaction.php [deleted file]
plugins/SearchSub/searchsubform.php [deleted file]
plugins/SearchSub/searchsubmenu.php [deleted file]
plugins/SearchSub/searchsubsaction.php [deleted file]
plugins/SearchSub/searchsubtrackcommand.php [deleted file]
plugins/SearchSub/searchsubtrackingcommand.php [deleted file]
plugins/SearchSub/searchsubtrackoffcommand.php [deleted file]
plugins/SearchSub/searchsubuntrackcommand.php [deleted file]
plugins/SearchSub/searchunsubaction.php [deleted file]
plugins/SearchSub/searchunsubform.php [deleted file]
plugins/SiteNoticeInSidebar/SiteNoticeInSidebarPlugin.php
plugins/SiteNoticeInSidebar/lib/sitenoticesection.php [new file with mode: 0644]
plugins/SiteNoticeInSidebar/sitenoticesection.php [deleted file]
plugins/Sitemap/SitemapPlugin.php
plugins/Sitemap/Sitemap_notice_count.php [deleted file]
plugins/Sitemap/Sitemap_user_count.php [deleted file]
plugins/Sitemap/actions/noticesitemap.php [new file with mode: 0644]
plugins/Sitemap/actions/sitemap.php [new file with mode: 0644]
plugins/Sitemap/actions/sitemapadminpanel.php [new file with mode: 0644]
plugins/Sitemap/actions/sitemapindex.php [new file with mode: 0644]
plugins/Sitemap/actions/usersitemap.php [new file with mode: 0644]
plugins/Sitemap/classes/Sitemap_notice_count.php [new file with mode: 0644]
plugins/Sitemap/classes/Sitemap_user_count.php [new file with mode: 0644]
plugins/Sitemap/noticesitemap.php [deleted file]
plugins/Sitemap/sitemapaction.php [deleted file]
plugins/Sitemap/sitemapadminpanel.php [deleted file]
plugins/Sitemap/sitemapindex.php [deleted file]
plugins/Sitemap/usersitemap.php [deleted file]
plugins/SlicedFavorites/SlicedFavoritesPlugin.php
plugins/SlicedFavorites/actions/favoritedslice.php [new file with mode: 0644]
plugins/SlicedFavorites/favoritedsliceaction.php [deleted file]
plugins/SphinxSearch/SphinxSearchPlugin.php
plugins/SubMirror/SubMirrorPlugin.php
plugins/SubMirror/forms/addmirror.php [new file with mode: 0644]
plugins/SubMirror/forms/addtwitter.php [new file with mode: 0644]
plugins/SubMirror/forms/editmirror.php [new file with mode: 0644]
plugins/SubMirror/lib/addmirrorform.php [deleted file]
plugins/SubMirror/lib/addtwittermirrorform.php [deleted file]
plugins/SubMirror/lib/editmirrorform.php [deleted file]
plugins/TagSub/TagSub.php [deleted file]
plugins/TagSub/TagSubPlugin.php
plugins/TagSub/actions/tagsub.php [new file with mode: 0644]
plugins/TagSub/actions/tagsubs.php [new file with mode: 0644]
plugins/TagSub/actions/tagunsub.php [new file with mode: 0644]
plugins/TagSub/classes/TagSub.php [new file with mode: 0644]
plugins/TagSub/forms/tagsub.php [new file with mode: 0644]
plugins/TagSub/forms/tagunsub.php [new file with mode: 0644]
plugins/TagSub/lib/tagsubmenu.php [new file with mode: 0644]
plugins/TagSub/tagsubaction.php [deleted file]
plugins/TagSub/tagsubform.php [deleted file]
plugins/TagSub/tagsubmenu.php [deleted file]
plugins/TagSub/tagsubsaction.php [deleted file]
plugins/TagSub/tagunsubaction.php [deleted file]
plugins/TagSub/tagunsubform.php [deleted file]
plugins/TwitterBridge/Notice_to_status.php [deleted file]
plugins/TwitterBridge/TwitterBridgePlugin.php
plugins/TwitterBridge/Twitter_synch_status.php [deleted file]
plugins/TwitterBridge/actions/twitteradminpanel.php [new file with mode: 0644]
plugins/TwitterBridge/actions/twitterauthorization.php [new file with mode: 0644]
plugins/TwitterBridge/actions/twitterlogin.php [new file with mode: 0644]
plugins/TwitterBridge/actions/twittersettings.php [new file with mode: 0644]
plugins/TwitterBridge/classes/Notice_to_status.php [new file with mode: 0644]
plugins/TwitterBridge/classes/Twitter_synch_status.php [new file with mode: 0644]
plugins/TwitterBridge/daemons/twitterstatusfetcher.php
plugins/TwitterBridge/jsonstreamreader.php [deleted file]
plugins/TwitterBridge/lib/jsonstreamreader.php [new file with mode: 0644]
plugins/TwitterBridge/lib/tweetinqueuehandler.php [new file with mode: 0644]
plugins/TwitterBridge/lib/twitterimport.php [new file with mode: 0644]
plugins/TwitterBridge/lib/twitteroauthclient.php [new file with mode: 0644]
plugins/TwitterBridge/lib/twitterqueuehandler.php [new file with mode: 0644]
plugins/TwitterBridge/lib/twittersitestream.php [new file with mode: 0644]
plugins/TwitterBridge/lib/twitterstreamreader.php [new file with mode: 0644]
plugins/TwitterBridge/lib/twitteruserstream.php [new file with mode: 0644]
plugins/TwitterBridge/scripts/streamtest.php
plugins/TwitterBridge/tweetinqueuehandler.php [deleted file]
plugins/TwitterBridge/twitteradminpanel.php [deleted file]
plugins/TwitterBridge/twitterauthorization.php [deleted file]
plugins/TwitterBridge/twitterimport.php [deleted file]
plugins/TwitterBridge/twitterlogin.php [deleted file]
plugins/TwitterBridge/twitteroauthclient.php [deleted file]
plugins/TwitterBridge/twitterqueuehandler.php [deleted file]
plugins/TwitterBridge/twittersettings.php [deleted file]
plugins/TwitterBridge/twitterstreamreader.php [deleted file]
plugins/UserFlag/UserFlagPlugin.php
plugins/UserFlag/User_flag_profile.php [deleted file]
plugins/UserFlag/actions/adminprofileflag.php [new file with mode: 0644]
plugins/UserFlag/actions/clearflag.php [new file with mode: 0644]
plugins/UserFlag/actions/flagprofile.php [new file with mode: 0644]
plugins/UserFlag/adminprofileflag.php [deleted file]
plugins/UserFlag/classes/User_flag_profile.php [new file with mode: 0644]
plugins/UserFlag/clearflag.php [deleted file]
plugins/UserFlag/clearflagform.php [deleted file]
plugins/UserFlag/flagprofile.php [deleted file]
plugins/UserFlag/flagprofileform.php [deleted file]
plugins/UserFlag/forms/clearflag.php [new file with mode: 0644]
plugins/UserFlag/forms/flagprofile.php [new file with mode: 0644]
plugins/Xmpp/Queued_XMPP.php [deleted file]
plugins/Xmpp/Sharing_XMPP.php [deleted file]
plugins/Xmpp/XmppPlugin.php
plugins/Xmpp/lib/queued_xmpp.php [new file with mode: 0644]
plugins/Xmpp/lib/sharing_xmpp.php [new file with mode: 0644]
plugins/Xmpp/lib/xmppmanager.php [new file with mode: 0644]
plugins/Xmpp/xmppmanager.php [deleted file]
plugins/YammerImport/YammerImportPlugin.php
plugins/YammerImport/forms/yammerapikey.php [new file with mode: 0644]
plugins/YammerImport/forms/yammerauthinit.php [new file with mode: 0644]
plugins/YammerImport/forms/yammerauthverify.php [new file with mode: 0644]
plugins/YammerImport/forms/yammerprogress.php [new file with mode: 0644]
plugins/YammerImport/lib/yammerapikeyform.php [deleted file]
plugins/YammerImport/lib/yammerauthinitform.php [deleted file]
plugins/YammerImport/lib/yammerauthverifyform.php [deleted file]
plugins/YammerImport/lib/yammerprogressform.php [deleted file]