Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-10 | Detect when queuedaemon/xmppdaemon parent processes die and kill the child ↵ | Brion Vibber | |
processes. Keeps stray daemon subprocesses from floating around when we kill the parents via a signal! Accomplished by opening a bidirectional pipe in the parent process; the children close out the writer end and keep the reader in their open sockets list. When the parent dies, the children see that the socket's been closed out and can perform an orderly shutdown. | |||
2010-03-10 | A blank username should never be allowed. | Zach Copley | |
2010-03-10 | Ticket #2221: fix for missing whitespace between messages in en-gb. | Brion Vibber | |
The final whitespace should be dropped from the source messages after we've stabilized; trailing space is pretty unreliable to keep through translation tools and should be avoided. Use separator strings outside the messages! | |||
2010-03-09 | API config return textlimit value | Michele | |
2010-03-09 | OStatus: fix exception thrown on HTTP error during feed discovery | Brion Vibber | |
2010-03-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-03-09 | a script to flush site | Evan Prodromou | |
2010-03-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2010-03-09 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
2010-03-09 | wrong param order to strpos() | James Walker | |
2010-03-08 | Only allow RSSCloud subs to canonical RSS2 profile feeds | Zach Copley | |
2010-03-08 | an otp is a real login | Evan Prodromou | |
2010-03-08 | make API realm configurable | Evan Prodromou | |
2010-03-07 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-03-07 | add a script to import Twitter atom feed as notices | Evan Prodromou | |
2010-03-05 | No need to pass in $this->limit and $this-tag | Zach Copley | |
2010-03-05 | Fix undefined variable error and some other cleanup | Zach Copley | |
2010-03-05 | UserRSS Didn't Use the Tag Propery. | Christopher Vollick | |
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect. | |||
2010-03-05 | Fix for blank RSS1 tag feeds | Zach Copley | |
2010-03-05 | OpenID fix: | Brion Vibber | |
- avoid notice on insert (missing sequenceKeys()) - avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups) | |||
2010-03-05 | Initial install-time test for PCRE compiled without Unicode properties, ↵ | Brion Vibber | |
which causes corruption in feeds and other linking problems. Error message links to help info at http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library | |||
2010-03-05 | ticket #697: merge two dupe config bits in config.php.sample | Brion Vibber | |
2010-03-05 | OStatus fix: send the feed's root element, not the DOM document, down to ↵ | Brion Vibber | |
low-level feed processing as entry context on PuSH input. | |||
2010-03-05 | A better way to safely delete Foreign_links | Zach Copley | |
2010-03-05 | Fix for errant deletion of all Twitter foreign_links | Zach Copley | |
2010-03-04 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testinglist0.9.0 | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Updated note on geo location and added a note on user roles Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.) | |||
2010-03-04 | Make indenting consistent in README | Zach Copley | |
2010-03-04 | Updated note on geo location and added a note on user roles | Sarven Capadisli | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-04 | Set up subscription to update@status.net for admin user on new installation, ↵ | Brion Vibber | |
if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.) | |||
2010-03-04 | Normalize whitespace in the README -- all tabs to (4) spaces | Zach Copley | |
2010-03-04 | note betas are obsolete now | Evan Prodromou | |
2010-03-04 | Merge commit 'gitorious/testing' into testing | Evan Prodromou | |
2010-03-04 | Remove reference to $config['profile']['banned'] -- superceded by blacklist | Zach Copley | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-04 | banned no longer supported | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-04 | Slight right alignment for remote button in minilists | Sarven Capadisli | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-04 | updates to queue info in readme | Brion Vibber | |
2010-03-04 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: some more editorial on README Increased admin navigation width to handle longer text length | |||
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-04 | Fix link to StatusNet bug tracker in README | Zach Copley | |
2010-03-04 | some more editorial on README | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-04 | Increased admin navigation width to handle longer text length | Sarven Capadisli | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-04 | add blacklist and throttle plugin notes | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |