Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
I added some code so that the site-wide design can be set, using the
configuration interface.
I also moved the configuration option from
$config['site']['design']['background'] to just
$config['design']['background'], but the old syntax will still work.
|
|
I changed the reply-to algorithm so that we only say a notice is in
reply to another notice if a) we receive that information from the Web
or API or b) it's in a "low bandwidth" (XMPP, SMS) channel, and begins
with "@nickname" or "T NICKNAME".
The goal is to avoid false-positives and make conversation trees more
accurate and useful.
|
|
|
|
|
|
Conflicts:
scripts/twitterstatusfetcher.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to the File class
|
|
feeds.
|
|
|
|
* candrews-review:
Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).
|
|
* candrews-review:
maildaemon makes mail attachments into notice attachments
File classes does not use the $FILES array directly, as users of this class aren't necessarily from the web
|
|
http://laconi.ca/trac/ticket/1690
|
|
aren't necessarily from the web
|
|
|
|
This reverts commit e21d2cfdb5f259a07d7af0e3c7f5421315ed2710.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|