This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/include
2016-06-07 18:17:39 -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 code cleanup 2016-05-24 20:49:23 -07:00
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 code cleanup 2016-05-24 20:49:23 -07:00
api_auth.php
api.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
attach.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
auth.php
bb2diaspora.php code cleanup 2016-05-24 20:49:23 -07:00
bbcode.php For emojis in posts, extend smilies and save a lot of duplication of effort 2016-06-04 17:06:12 -07:00
bookmarks.php
cache.php
channel.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
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 Finish the config family 2016-06-07 18:17:39 -07:00
connections.php require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php 2016-05-24 23:05:00 -07:00
contact_widgets.php more db column renames 2016-05-31 21:45:33 -07:00
conversation.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
crypto.php redundant dev line from an earlier modification causes issue #404 2016-05-30 13:25:58 -07:00
datetime.php code cleanup 2016-05-24 20:49:23 -07:00
dir_fns.php moved enotify 2016-05-24 01:25:13 -07:00
environment.php minor 2016-05-19 16:48:10 -07:00
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 code cleanup 2016-05-24 20:49:23 -07:00
group.php more db column renames 2016-05-31 21:45:33 -07:00
help.php code cleanup 2016-05-24 20:49:23 -07:00
html2bbcode.php
html2plain.php
hubloc.php daemon conversion continued... 2016-05-19 22:26:37 -07:00
import.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
items.php another switch of type and ttype 2016-06-04 17:17:48 -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 daemon conversion continued... 2016-05-19 22:26:37 -07:00
nav.php
network.php start removing reserved words from database column names (this run: addon and hook) 2016-05-30 19:44:30 -07:00
oauth.php more removal of reserved words from DB schemas 2016-05-31 17:50:47 -07:00
oembed.php code cleanup 2016-05-24 20:49:23 -07:00
page_widgets.php
PermissionDescription.php fix permission string 2016-05-19 22:37:21 +10:00
permissions.php
photos.php 'recent photos' query was buggered, also fix issue #163 by adding configurable sort order to the album widget - default is album name ascending 2016-06-07 16:23:14 -07:00
plugin.php 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
poller.php daemon conversion continued... 2016-05-19 22:26:37 -07:00
probe.php
queue_fn.php
reddav.php
security.php
selectors.php consolidate include/*_selectors.php (not touching acl_selectors for the moment, as it will likely end up with a different disposition) 2016-05-20 22:13:20 -07:00
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 turn the oft-repeated block_public ... check into a function observer_prohibited() 2016-05-22 17:52:30 -07:00
spam.php
statistics_fns.php
system_unavailable.php
taxonomy.php more db column renames 2016-05-31 21:45:33 -07:00
text.php provide a hover class for smiley emojis which renders them slightly larger on compatible devices when you single them out for inspection 2016-06-04 18:10:42 -07:00
widgets.php 'recent photos' query was buggered, also fix issue #163 by adding configurable sort order to the album widget - default is album name ascending 2016-06-07 16:23:14 -07:00
zot.php more db column renames 2016-05-31 21:45:33 -07:00