Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
CURRENT_TIMESTAMP').
|
|
|
|
|
|
|
|
|
|
|
|
|
|
key & fix ini output
|
|
|
|
|
|
|
|
|
|
|
|
hub is sending notifications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In web interface and retweet/repeat API we show the original untrimmed text, but some back-compat API messages will still show the trimmed 'RT' version.
This matches Twitter's behavior on overlong retweets, though we're outputting the RT version in more API results than they do.
|
|
* We now cache negative lookups; clear them in Memcached_DataObject->insert()
* Mark file.url as a unique key in statusnet.ini so its negative lookups are cleared properly (first save of a notice with a new URL was failing due to double-insert)
* Now using serialization for default in-process cache instead of just saving objects; avoids potential corruption if you save an object to cache, change the original object, then fetch the same key from cache again
|
|
Thank you jeff-themovie for this implementation!
|
|
|
|
of as plugins.
This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
|
|
|
|
|
|
|
|
deletion, breaking XHR responses.
|
|
|
|
|
|
|
|
|
|
Conflicts:
classes/Memcached_DataObject.php
|
|
|
|
|
|
|
|
|
|
reset
|
|
Conflicts:
actions/publictagcloud.php
classes/Memcached_DataObject.php
|
|
|
|
|
|
|