This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
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.
Files
e6638b471553126a65a7b1f43685ea1482d905de
core
/
include
History
redmatrix
e6638b4715
change default so we don't have to check for array existence later
2016-07-09 21:23:00 -07:00
..
dba
db statement debugging
2016-06-22 19:08:59 -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
add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations
2016-06-27 19:04:00 -07:00
acl_selectors.php
more db column renames
2016-05-31 21:45:33 -07:00
activities.php
…
api_auth.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
attach.php
stream large photos through buffered I/O if possible
2016-06-29 17:31:48 -07:00
auth.php
…
bb2diaspora.php
use small photo for Diaspora attribution correction; the medium looks awkward in the D* stream.
2016-07-01 20:34:00 -07:00
bbcode.php
issue
#442
, tables contain too much whitespace (there's a definite issue here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem).
2016-06-26 20:15:42 -07:00
bookmarks.php
…
channel.php
identity_export_year() was a bit short-sighted. We really require arbitrary date ranges. A new function was created to tackle this - channel_export_items() which takes a channel, and a start and finish date. Finish date will default to "now" if not set. Will be working this into the interface under a module named "export_items" which will correspond closely to the existing "import_items" module you'll need to do the reverse operation. Will also make it available via the API. Once that is complete, I anticipate removing identity_export_year() as it will then be somewhat redundant, and modifying the documentation on the channel export page accordingly. Note: the function works strictly in GMT so an interface would need to convert from channel local time.
2016-06-28 13:36:48 -07:00
cli_startup.php
…
config.php
more permissions work
2016-07-09 21:08:02 -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
provide wiki as a feature (default is on so there aren't any surprises) and add to channel menu and profile tabs
2016-06-29 20:59:00 -07:00
crypto.php
…
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
wiki featured disabled by default in UNO.
2016-06-29 21:03:53 -07:00
feedutils.php
regression - save bookmarks no longer present in item menu
2016-07-05 16:24:45 -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
sync flags even if post has not been edited
2016-06-30 21:12:39 -07:00
items.php
delivery invoked twice in mod_tagger, once in post_activity_item() and another at the main module level
2016-07-01 20:46:57 -07:00
js_strings.php
replace [+] and [-] with chevron icons
2016-06-27 16:50:06 -07:00
language.php
…
menu.php
…
message.php
…
nav.php
force immediate avatar update
2016-07-03 22:38:05 +10:00
network.php
still working through some issues with curl magic-auth
2016-06-27 22:25:37 -07:00
oauth.php
…
oembed.php
media (e.g. video) files weren't being detected correctly in oembed, causing the stream to try and load large videos (and failing)
2016-06-25 04:09:07 -07:00
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
change default so we don't have to check for array existence later
2016-07-09 21:23:00 -07:00
photos.php
code cleanup for profile_photos
2016-06-23 01:17:44 -07:00
plugin.php
fix absolute .js urls
2016-06-26 13:08:40 +10:00
poller.php
…
probe.php
…
queue_fn.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
…
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
cleanup
2016-07-05 16:56:40 -07:00
widgets.php
ditch the change_view widget and make header fixed in fullscreen mode
2016-07-01 12:21:19 +02:00
wiki.php
Replace homemade table of content generator with existing jQuery plugin. Now toc is linked to document headings.
2016-06-30 21:50:38 -04:00
zot.php
more work on perms
2016-07-09 19:03:29 -07:00