gnu-social/classes
Mikael Nordfeldth d59eb5e184 Dynamically generate thumbnails (see full text)
The File object now stores width and height of files that can
supply this kind of information. Formats which we can not read
natively in PHP do not currently benefit from this. However an
event hook will be introduced later.

The CreateFileImageThumbnail event is renamed to:
CreateFileImageThumbnailSource to clarify that the hooks should not
generate their own thumbnails but only the source image. Also it now
accepts File objects, not MediaFile objects.

The thumbnail generation is documented in the source code. For
developers, call 'getThumbnail' on a File object and hope for the best.

Default thumbnail sizes have increased to be more appealing.
2014-04-21 20:46:11 +02:00
..
Attention.php Add an index for Attention notice_ids too 2014-03-06 14:42:29 +01:00
Avatar.php use intval() instead of floor() for int return type 2014-04-21 19:32:08 +02:00
Config.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Confirm_address.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Consumer.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Conversation.php Throw exception, don't return null in Conversation::create 2014-03-01 17:19:10 +01:00
Deleted_notice.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Fave.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
File_oembed.php Dynamically generate thumbnails (see full text) 2014-04-21 20:46:11 +02:00
File_redirection.php Slight cleanup in typing and syntax of File and File_* classes 2013-11-10 14:33:45 +01:00
File_thumbnail.php Dynamically generate thumbnails (see full text) 2014-04-21 20:46:11 +02:00
File_to_post.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
File.php Dynamically generate thumbnails (see full text) 2014-04-21 20:46:11 +02:00
Foreign_link.php Make better use of Subscription class 2013-09-19 17:29:05 +02:00
Foreign_service.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Foreign_subscription.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Foreign_user.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Group_alias.php Local_group and User are now assumed to be in same namespace 2013-10-17 01:27:01 +02:00
Group_block.php Minor typing stuff and syntax fixes 2013-11-02 17:28:11 +01:00
Group_inbox.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Group_join_queue.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Group_member.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Invitation.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Local_group.php Implement a User_group fetching function for Local_group 2013-11-02 17:27:50 +01:00
Location_namespace.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Login_token.php Replace common_good_random with common_random_hexstr 2013-10-21 13:20:30 +02:00
Managed_DataObject.php Add Managed_DataObject getID() to avoid $obj->id 2014-03-06 14:21:44 +01:00
Memcached_DataObject.php Call self:: instead of Memcached_DataObject 2013-11-04 17:38:40 +01:00
Message.php Reworked the ActivityContext->attention structure 2013-10-28 22:21:14 +01:00
Nonce.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Notice_source.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Notice_tag.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Notice.php deprecate Notice::bestUrl() in favor of getUrl() 2014-04-20 15:28:31 +02:00
Oauth_application_user.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Oauth_application.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Oauth_token_association.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Old_school_prefs.php Updating all Memcached_DataObject extended classes to Managed_DataObject 2013-08-18 12:32:32 +02:00
Profile_block.php Declaring some more static functions properly 2013-09-09 23:28:20 +02:00
Profile_list.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Profile_prefs.php Minor PHP stylistic features and typing stuff 2013-11-02 13:05:08 +01:00
Profile_role.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Profile_tag_subscription.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Profile_tag.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Profile.php Clear Attentions when notice or profile is removed 2014-03-06 14:43:36 +01:00
Queue_item.php 8 chars was too little, 32 should be enough. 2013-09-18 01:21:53 +02:00
Related_group.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Remember_me.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Reply.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Safe_DataObject.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Schema_version.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Session.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Sms_carrier.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Status_network_tag.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
status_network.ini oops. really embarassing typo (that explains some weird behaviour) 2010-07-29 16:32:41 -04:00
Status_network.php function delete in dataobjects now don't break strict syntax 2013-10-29 10:20:57 +01:00
Subscription_queue.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Subscription.php Memcached_DataObject extensions got their update functions more consistent 2013-10-28 19:36:05 +01:00
Token.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Unavailable_status_network.php Updating all Memcached_DataObject extended classes to Managed_DataObject 2013-08-18 12:32:32 +02:00
User_group.php Less raw SQL in User_group 2013-11-02 14:30:29 +01:00
User_im_prefs.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
User_location_prefs.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
User_urlshortener_prefs.php URL shortening can now be disabled for the 'maxurllength' 2013-10-06 22:35:49 +02:00
User_username.php common_sql_now() is recommended before DB_DataObject_Cast::dateTime() 2013-10-14 13:42:27 +02:00
User.php Removing unused "inboxed" flag for User class 2014-03-07 21:37:48 +01:00