gnu-social/classes
Alexei Sorokin aed2344bd4 Set the character set before making a connection
Ideally the character set should be set with the connection, and so this is
exactly what's being done now.

And now the character set code is attempted to be generalised.
2020-09-16 19:34:49 +03:00
..
Attention.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Avatar.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Config.php varchar to text since there's no reason to limit the fields 2015-12-27 11:50:11 +01:00
Confirm_address.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Consumer.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Conversation.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
File.php [File] Fix file deletion violating foreign keys 2020-08-13 23:56:31 +03:00
File_redirection.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
File_thumbnail.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
File_to_post.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Foreign_link.php [Foreign_link] Change the type of "credentials" to blob 2020-08-25 16:06:37 +03:00
Foreign_service.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Foreign_subscription.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Foreign_user.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
GS_DataObject.php DB_DataObject delete function calls PEAR::isError directly, ignore E_STRICT 2015-06-06 20:01:03 +02:00
Group_alias.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Group_block.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Group_inbox.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Group_join_queue.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Group_member.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Invitation.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Local_group.php [DATABASE] Update "modified" in Managed_DataObject instead of a DBMS trigger 2020-07-27 19:10:33 +03:00
Location_namespace.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Login_token.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Managed_DataObject.php [Memcached_DataObject] Change how multiGet achieves an ordered result 2020-09-03 18:11:12 +03:00
Memcached_DataObject.php Set the character set before making a connection 2020-09-16 19:34:49 +03:00
Nonce.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Notice.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Notice_location.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Notice_prefs.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Notice_source.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Notice_tag.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Oauth_application.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Oauth_application_user.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Oauth_token_association.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Old_school_prefs.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Profile.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Profile_block.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Profile_list.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Profile_prefs.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Profile_role.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Profile_tag.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Profile_tag_subscription.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Queue_item.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Related_group.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Remember_me.php [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
Reply.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Safe_DataObject.php Avoid use of assignments bare inside statements 2020-09-08 12:42:51 +03:00
Schema_version.php [DATABASE][Schema_version] Change the hashing algorithm to SHA3-512 2020-07-23 18:16:56 +03:00
Session.php [SESSION] Session ID can be as long as 128 characters 2020-08-17 13:58:19 +03:00
Sms_carrier.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Status_network.php Set HTTP status codes with http_​response_​code() 2020-08-04 14:12:17 +03:00
Status_network_tag.php [CORE] Bump Database requirement to MariaDB 10.3+ 2019-08-03 17:47:23 +01:00
Subscription.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
Subscription_queue.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
Token.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
Unavailable_status_network.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
User.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
User_group.php Avoid ordering just by a timestamp 2020-09-15 16:59:27 +03:00
User_im_prefs.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
User_location_prefs.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
User_urlshortener_prefs.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
User_username.php [DATABASE] Fix index identifiers and clean up redundant ones 2020-07-31 16:12:48 +03:00
status_network.ini oops. really embarassing typo (that explains some weird behaviour) 2010-07-29 16:32:41 -04:00