Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
options; default empty vars weren't being set.
|
|
style lead to trying to save a reply entry twice).
|
|
|
|
Conflicts:
classes/Notice.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
classes/Notice.php
|
|
|
|
* number parameters when multiple are user in a message
* update translator documentation
|
|
number""
This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86.
|
|
This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc.
|
|
of notices available at one time through the API. Note: this will
require a memcache restart.
|
|
|
|
Conflicts:
plugins/OpenID/openidserver.php (cleaned up mismatched comment)
|
|
|
|
- Normalize xmlns:statusnet links in the API
|
|
Atom notice feeds
|
|
|
|
|
|
Conflicts:
plugins/OpenID/openid.php
|
|
Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers.
Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC.
|
|
|
|
|
|
Conflicts:
lib/language.php
plugins/OpenID/finishaddopenid.php
|
|
|
|
deleted_notice entry, don't freak out when we try to save it again on the second try.
|
|
|
|
|
|
|
|
|
|
notices
|
|
|
|
|
|
|
|
|
|
notices
|
|
Conflicts:
index.php
|
|
|
|
replies. (Was being done at mail notify time instead of at save time for local replies; now moved to reply save time internally so it can't get forgotten)
|
|
|
|
|
|
* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it.
* Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues.
* Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update
|