]> git.mxchange.org Git - friendica.git/commit
Separate Object\Photo into Model\Photo and Object\Image
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 7 Dec 2017 13:56:11 +0000 (08:56 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 7 Dec 2017 13:56:11 +0000 (08:56 -0500)
commit52bddd580c3f97add2d15f00c01c80acfc73230f
tree8a4e8660853c6de491eb46ccc59dde676dcfa3ca
parent70597eb67a95f78e8cd88082cf4ac1a768f85af8
Separate Object\Photo into Model\Photo and Object\Image

- Renamed a bunch of functions to shorter or clearer names
23 files changed:
include/api.php
include/items.php
include/network.php
include/plaintext.php
include/uimport.php
mod/fbrowser.php
mod/install.php
mod/photo.php
mod/photos.php
mod/profile_photo.php
mod/proxy.php
mod/wall_upload.php
src/Model/Photo.php [new file with mode: 0644]
src/Model/User.php
src/Object/Image.php [new file with mode: 0644]
src/Object/Photo.php [deleted file]
src/ParseUrl.php
src/Protocol/DFRN.php
src/Protocol/OStatus.php
src/Protocol/PortableContact.php
update.php
view/theme/frio/theme.php
view/theme/frost/theme.php