]> git.mxchange.org Git - friendica.git/commit
Change called method names
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 19 Nov 2017 22:03:39 +0000 (17:03 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 19 Nov 2017 22:03:39 +0000 (17:03 -0500)
commitec02af593db87e78b0b388047ac4265aa5f987b1
treeb215c65d3f138881858d788c7bc106e328554a4f
parentb92fc24ff06681f445edff0d45f8f81a7e25ebe6
Change called method names

- Add GlobalContact::getRandomUrl
- Rename Contact::getIdForURL
- Rename Diaspora::sendUnshare
- Remove unused parameter $self in Contact::terminateFriendship
48 files changed:
boot.php
include/acl_selectors.php
include/api.php
include/bb2diaspora.php
include/bbcode.php
include/conversation.php
include/identity.php
include/items.php
include/like.php
include/post_update.php
include/threads.php
mod/admin.php
mod/allfriends.php
mod/cal.php
mod/common.php
mod/contacts.php
mod/crepair.php
mod/dfrn_notify.php
mod/directory.php
mod/dirfind.php
mod/display.php
mod/follow.php
mod/hovercard.php
mod/item.php
mod/match.php
mod/message.php
mod/network.php
mod/nogroup.php
mod/photos.php
mod/ping.php
mod/profiles.php
mod/randprof.php
mod/removeme.php
mod/suggest.php
mod/unfollow.php
mod/videos.php
mod/viewcontacts.php
src/Core/NotificationsManager.php
src/Model/GlobalContact.php
src/Network/Probe.php
src/Object/Contact.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/OStatus.php
src/Protocol/PortableContact.php
src/Worker/Delivery.php
src/Worker/Notifier.php
src/Worker/OnePoll.php