Age | Commit message (Collapse) | Author |
|
- Will now pick up source attr from OAuth app
|
|
|
|
logging iny
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
profile page.
|
|
|
|
|
|
|
|
otherwise bad req token for an access token.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/command.php
|
|
|
|
|
|
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet.
* Some cases of "Title Case" removed, because that does not appear to be used consistently.
|
|
|
|
|
|
|
|
* i18n updates: number parameters if more than one are being used
|
|
|
|
|
|
|
|
contributors to StatusNet. She created the identi.ca, laconi.ca, and
status.net logos.
|
|
|
|
|
|
|
|
timeline and public xmpp feed
|
|
|
|
|
|
Thank you jeff-themovie for this implementation!
|
|
Conflicts:
actions/publictagcloud.php
classes/Memcached_DataObject.php
|
|
Consolidated several separate implementations of the same weighting algorithm into common_sql_weight() and fixed some bugs...
For MySQL, now using timestampdiff() instead of subtraction for the comparison, so we get sane results when the year doesn't match, and utc_timestamp() rather than now() so we don't get negative ages for recent items with local server timezone.
Unknown whether the same problems affect PostgreSQL, but note that it lacks the timestampdiff() SQL function.
|