| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
unicode variant. This makes it copy-able, but not easily scrape-able.
|
| |
|
|
|
|
|
|
|
| |
imported or synced to clones
2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O.
3. item_store and item_store_update now return the item that was stored
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
into include/channel.php from include/connections.php
|
|
|
|
| |
observer_prohibited()
|
|
(connections.php)
|