]> git.mxchange.org Git - friendica.git/commit
Replace deprecated Addon::callHooks with Hook::callAll
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 26 Dec 2018 06:06:24 +0000 (01:06 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 14:50:56 +0000 (09:50 -0500)
commit55e54bb9500f54bb075dcbc2054018de0969d9e7
tree83def24a3f61fd856ae3dcea2bcc909542263fac
parent895b3abf320a28ecf0f797f4f4900e6baf429308
Replace deprecated Addon::callHooks with Hook::callAll

- Update documentation
58 files changed:
doc/Addons.md
doc/de/Addons.md
include/api.php
include/conversation.php
include/enotify.php
include/items.php
mod/acl.php
mod/directory.php
mod/editpost.php
mod/friendica.php
mod/home.php
mod/item.php
mod/lockview.php
mod/manage.php
mod/network.php
mod/parse_url.php
mod/photos.php
mod/ping.php
mod/poke.php
mod/profile.php
mod/profiles.php
mod/register.php
mod/settings.php
mod/subthread.php
mod/tagger.php
mod/uexport.php
mod/xrd.php
src/App.php
src/Content/ContactSelector.php
src/Content/Feature.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/Smilies.php
src/Content/Text/BBCode.php
src/Content/Text/HTML.php
src/Core/ACL.php
src/Core/Authentication.php
src/Core/L10n.php
src/Core/Worker.php
src/Model/Contact.php
src/Model/Event.php
src/Model/Item.php
src/Model/Profile.php
src/Model/User.php
src/Module/Contact.php
src/Module/Login.php
src/Module/Logout.php
src/Network/FKOAuth1.php
src/Object/Post.php
src/Protocol/DFRN.php
src/Render/FriendicaSmartyEngine.php
src/Util/Crypto.php
src/Util/Emailer.php
src/Util/Map.php
src/Util/Network.php
src/Util/ParseUrl.php
src/Worker/Directory.php
src/Worker/Queue.php