]> 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>
Fri, 8 Dec 2017 04:54:51 +0000 (23:54 -0500)
commit3fc3e67b706cf79e661b3a19def622faca1e5756
tree03cd2c891f239ed78bfa06c482c83611381415ff
parent7499824381b3cb4a90f0d126e3eaeb4b3b786cc4
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