]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move activity classes to their own files
authorEvan Prodromou <evan@status.net>
Sat, 20 Mar 2010 21:06:22 +0000 (16:06 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 20 Mar 2010 21:06:22 +0000 (16:06 -0500)
commit99454be38cf1dc7f962441d23ccc0a59e7b05f3d
tree50d29f185d5fd69c773023d65a6824dabb9e1bb9
parentfb2b45c68abbf48dcdfea330163d17ec56f479bc
Move activity classes to their own files

Moved the various classes used by the Activity class to their own
files. There were >10 classes in the same file, with around 1500 lines
in the file. Just too big.

This change makes autoloading work for these classes, so also removed
the hard require in lib/common.php.
lib/activity.php
lib/activitycontext.php [new file with mode: 0644]
lib/activityobject.php [new file with mode: 0644]
lib/activityutils.php [new file with mode: 0644]
lib/activityverb.php [new file with mode: 0644]
lib/avatarlink.php [new file with mode: 0644]
lib/common.php
lib/poco.php [new file with mode: 0644]
lib/pocoaddress.php [new file with mode: 0644]
lib/pocourl.php [new file with mode: 0644]