Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | move image type checking to constructor, so checking will be done in all cases | Craig Andrews | |
check if the relevant image handling function exists when deciding if the image type is supported | |||
2010-03-11 | Fixes the indenting bug for geo anchor. Also mention in trac ticket 2235 | Sarven Capadisli | |
2010-03-10 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
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 | 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 | 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 | A blank username should never be allowed. | Zach Copley | |
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
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 | 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-08 | make common_copy_args() work when the post/get request includes arrays (form ↵ | Craig Andrews | |
elements with names ending in [] having multiple values) | |||
2010-03-08 | Added Memcached plugin (using pecl/memcached versus pecl/memcache) | Craig Andrews | |
2010-03-08 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-08 | Fix ticket #2208: regression in XMPP sending when server != host | Brion Vibber | |
The upstream class sets $this->basejid with host unconditionally, which wasn't previously an issue as the fulljid would always be filled in by the server at connect time before sending messages. With the new queued messaging, we need to make sure we've filled out $this->fulljid correctly without making a connection. Now using $server if provided to build $this->basejid and $this->fulljid in the queued XMPP proxy class, so queued messages are sent correctly. | |||
2010-03-08 | XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for ↵ | Brion Vibber | |
first access to undefined member variable | |||
2010-03-08 | make API realm configurable | Evan Prodromou | |
2010-03-04 | implement mail headers | Dave Hall | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-04 | Add Breton to language.php | Siebrand Mazeland | |
2010-03-04 | update version number | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql | |||
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-04 | Bringing aside back because it is needed for Design values. Will hide | Sarven Capadisli | |
from CSS instead. | |||
2010-03-04 | Ignore API 'since' silently as Twitter does instead of throwing a 403 error. ↵ | Brion Vibber | |
Getting extra results is less disruptive than total failure. Threw in an X-StatusNet-Warning header on the off chance some API client developer notices it. :) | |||
2010-03-04 | OStatus enabled by default | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' | Brion Vibber | |
2010-03-04 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/action.php lib/adminpanelaction.php | |||
2010-03-04 | Removed unused stub class | Zach Copley | |
2010-03-04 | Add generator tag into Atom feeds. | Zach Copley | |
2010-03-04 | Fix variable name in NoConfigException | Zach Copley | |
2010-03-03 | Temp fix for problem getting actor from PuSH updates where actor is only ↵ | Zach Copley | |
specified in subject | |||
2010-03-03 | Revert "Revert "Show <activity:subject> and no activity actors for user feed"" | Zach Copley | |
This reverts commit e2578cfad68c45ca177c51997c4cc7c0abafbd9a. | |||
2010-03-03 | Move snapshot configuration to its own admin panel | Zach Copley | |
Turn on with: $config['admin']['panels'][] = 'snapshot'; | |||
2010-03-03 | Put all required field setup into AtomUserNoticeFeed and ↵ | Brion Vibber | |
AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) OStatus now calling the feed classes directly instead of faking a call into the API, should be less flakey. | |||
2010-03-03 | Initial user role controls on profile pages, for owner to add/remove ↵ | Brion Vibber | |
administrator and moderator options. Buttons need to be themed. | |||
2010-03-03 | Merge branch 'testing' | Evan Prodromou | |