Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | foaf:holdsAccount is deprecated in favour of foaf:account. See | Sarven Capadisli | |
http://lists.foaf-project.org/pipermail/foaf-dev/2009-December/009903.html for the news. Patch by Toby Inkster <mail@tobyinkster.co.uk>. | |||
2010-03-11 | Updated theme dates | Sarven Capadisli | |
2010-03-11 | Fixes the indenting bug for geo anchor. Also mention in trac ticket 2235 | Sarven Capadisli | |
2010-03-11 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-03-11 | fix invalid separator in magic-public-key XRD and matching parsing. | James Walker | |
2010-03-11 | remove hard-coded me:env check in magicenvelope | James Walker | |
2010-03-11 | base64_encode/decode -> base64_url_encode/decode | James Walker | |
2010-03-11 | Drop timestamp cutoff parameter from User::getCurrentNotice() and ↵ | Brion Vibber | |
Profile::getCurrentNotice(). It's not currently used, and won't be efficient when we update the notice.profile_id_idx index to optimize for our id-based sorting when pulling user post lists for profile pages, feeds etc. | |||
2010-03-10 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-10 | OStatus: reject attempts to create a remote profile for a local user or group. | Brion Vibber | |
Some stray shadow entries were ending up getting created, which would steal group posts from remote users. Run plugins/OStatus/scripts/fixup-shadow.php for each site to remove any existing ones. | |||
2010-03-10 | Workaround intermittent bugs with HEAD requests by disabling keepalive in ↵ | Brion Vibber | |
HTTPClient. I think this is a bug in Youtube's web server (sending chunked encoding of an empty body with a HEAD response, leaving the connection out of sync when it doesn't attempt to read a body) but the HTTP_Request2 library may need to be adjusted to watch out for that. | |||
2010-03-10 | Fixup script for files w/ bogus data saved into file record ('h bug') | Brion Vibber | |
2010-03-10 | Fix for attachment "h bug": posting a shortened link to an oembed-able ↵ | Brion Vibber | |
resource that has been previously used in the system would incorrectly save "h" as the item's type and title. | |||
2010-03-10 | Allow site-specific doc files | Zach Copley | |
2010-03-10 | Allow site-specific doc files | Zach Copley | |
2010-03-10 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-10 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-10 | RequireValidatedEmailPlugin fixes: require email on registration form, tidy ↵ | Brion Vibber | |
up i18n infrastructure. | |||
2010-03-10 | A blank username should never be allowed. | Zach Copley | |
2010-03-10 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: actions/apistatusnetconfig.php | |||
2010-03-10 | Merge branch 'master' into testing | Brion Vibber | |
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-10 | removed a stay bit of debug | Brenda Wallace | |
2010-03-10 | map the mysql-ish column types to ones postgres likes | Brenda Wallace | |
2010-03-10 | primary keys and unique indexes working in postgres | Brenda Wallace | |
2010-03-10 | throw an error that looks like mysql errors.. :-S | Brenda Wallace | |
2010-03-10 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2010-03-10 | A blank username should never be allowed. | Zach Copley | |
2010-03-09 | Fix error logging | Craig Andrews | |
2010-03-09 | API config return textlimit value | Michele | |
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | Check for invalid and reserved usernames for the admin user at install time. | Brion Vibber | |
2010-03-09 | Added a checkbox for subscribing the admin of a StatusNet instance to | Sarven Capadisli | |
update@status.net. Checked by default. Subscription optional. | |||
2010-03-09 | Added scripts/command.php, can be used to run commands such as subscription ↵ | Brion Vibber | |
on behalf of users. This includes whatever support for extended command parsing plugins may have added. Example: ./scripts/command.php -nbrionv sub update@status.net | |||
2010-03-09 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-09 | Merge branch 'commands' into testing | Brion Vibber | |
2010-03-09 | Command input processing now has centralized places for looking up notice, ↵ | Brion Vibber | |
user/profile, and group arguments. OStatus plugin overrides these to allow using webfinger (user@example.com), profile URL (http://example.com/user) and bare profile URL (example.com/user) as arguments. | |||
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | Merge commit 'origin/master' into testing | Brion Vibber | |
2010-03-09 | OStatus: fix exception thrown on HTTP error during feed discovery | Brion Vibber | |
2010-03-09 | Ticket #2210: adjust locale setup fallback to try more locales on the system ↵ | Brion Vibber | |
if en_US isn't available. We just need *something* other than C or POSIX to let gettext initialize itself, apparently... Gets Spanish, French, Russian etc UI localization working on Debian Lenny fresh installation set up in Spanish (so es_ES.UTF-8 is available but en_US.UTF-8 isn't). | |||
2010-03-09 | API config return textlimit value | Michele | |
2010-03-09 | Added a checkbox for subscribing the admin of a StatusNet instance to | Sarven Capadisli | |
update@status.net. Checked by default. Subscription optional. | |||
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 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
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 | |