streams/include
2016-06-21 19:25:14 -07:00
..
dba provide a sort of mutex lock around db logging so it can't possibly recurse. Previous attempts to do something similar using other methods haven't worked out satisfactorily. 2016-05-31 16:16:54 -07:00
Import
photo the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. 2016-06-01 21:48:54 -07:00
account.php more removal of reserved words from DB schemas 2016-05-31 17:50:47 -07:00
acl_selectors.php more db column renames 2016-05-31 21:45:33 -07:00
activities.php
api.php deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. 2016-06-13 19:58:24 -07:00
api_auth.php
attach.php update attach on import if exists 2016-06-20 19:39:12 -07:00
auth.php
bb2diaspora.php
bbcode.php 1. string update, 2. pretty print json blobs 2016-06-17 14:58:03 -07:00
bookmarks.php
cache.php
channel.php vcard spec changes 2016-06-21 19:25:14 -07:00
cli_startup.php consolidate all the sys_boot functionality that is common between the web server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so. 2016-05-26 16:33:01 -07:00
config.php iconfig sharing not set correctly 2016-06-10 22:41:58 -07:00
connections.php deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. 2016-06-13 19:58:24 -07:00
contact_widgets.php more db column renames 2016-05-31 21:45:33 -07:00
conversation.php some work to provide propagation and honouring of the item_notshown flag. 2016-06-13 22:09:22 -07:00
crypto.php redundant dev line from an earlier modification causes issue #404 2016-05-30 13:25:58 -07:00
datetime.php Merge branch '1.8RC' 2016-06-19 19:12:33 -07:00
dir_fns.php
environment.php
event.php the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. 2016-06-01 21:48:54 -07:00
features.php turn emoji ability into a feature so that either a member or the site admin can disable it. Default is enabled. 2016-06-03 16:04:54 -07:00
feedutils.php the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. 2016-06-01 21:48:54 -07:00
follow.php add new connection to default group when auto-accepted 2016-06-15 05:30:03 -07:00
group.php Don't use count() to check DB results 2016-06-19 18:57:56 -07:00
help.php deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. 2016-06-13 19:58:24 -07:00
html2bbcode.php
html2plain.php
hubloc.php
import.php 1. provide automatic relocation of important links in items that are imported or synced to clones 2016-06-21 18:24:36 -07:00
items.php 1. provide automatic relocation of important links in items that are imported or synced to clones 2016-06-21 18:24:36 -07:00
js_strings.php
language.php start removing reserved words from database column names (this run: addon and hook) 2016-05-30 19:44:30 -07:00
menu.php
message.php
nav.php
network.php 1. provide automatic relocation of important links in items that are imported or synced to clones 2016-06-21 18:24:36 -07:00
oauth.php more removal of reserved words from DB schemas 2016-05-31 17:50:47 -07:00
oembed.php
page_widgets.php deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. 2016-06-13 19:58:24 -07:00
PermissionDescription.php
permissions.php
photos.php core changes to better support media migrations 2016-06-16 20:16:39 -07:00
plugin.php code optimisation 2016-06-20 20:34:19 -07:00
poller.php
probe.php
queue_fn.php
reddav.php
security.php
selectors.php
sharedwithme.php the rest of the schema updates - WARNING: some third party plugins may fail; e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. 2016-06-01 21:48:54 -07:00
socgraph.php
spam.php
statistics_fns.php
system_unavailable.php
taxonomy.php the text link to a thing will take you to the local thing page, both as a link for editing and as a destination in case there is no thing photo. If there's a photo, the photo link will take you to the thing URL. 2016-06-17 21:44:08 -07:00
text.php make sure the optimisations are reliable 2016-06-20 20:56:58 -07:00
widgets.php deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. 2016-06-13 19:58:24 -07:00
wiki.php Wiki page revision comparison tool with diff displayed in modal dialog. Leverages Diff class from http://code.stephenmorley.org/php/diff-implementation with license CC0 1.0 universal http://creativecommons.org/publicdomain/zero/1.0/legalcode 2016-06-17 06:33:39 -04:00
zot.php 1. provide automatic relocation of important links in items that are imported or synced to clones 2016-06-21 18:24:36 -07:00