Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-17 | Pulling the stub plugin panel back out; we'll flesh it out more for 1.0.x ↵ | Brion Vibber | |
and see if we can make it easier to disable through the config file for now. Revert "Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list." This reverts commit d9a9fd3779c592e3f4e0a8aea8e385ee2183c0b3. | |||
2010-03-16 | Pull back for now on switch of PEAR error mode to exceptions; seems to ↵ | Brion Vibber | |
trigger out exceptions at various times we don't want them. For instance this was throwing an exception for DB_DataObject::staticGet when there's no match... definitely not what we want when all our code expects to get a nice null. Example of this causing trouble: http://gitorious.org/statusnet/mainline/merge_requests/131 Revert "Don't attempt to retrieve the current user from the DB while processing a DB error" This reverts commit 68347691b0c7fb3f81415abd7fcdc5aec85cc554. Revert "Use PHP exceptions for PEAR error handling." This reverts commit d8212977ce7f911d4f9bd6e55f94aea059a86782. | |||
2010-03-16 | Stub plugins administration panel, allows for disabling/re-enabling plugins ↵ | Brion Vibber | |
from the default plugins list. | |||
2010-03-15 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-15 | Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus ↵ | Brion Vibber | |
input. Lookup of the <div> needed to check for the XHTML namespace. | |||
2010-03-15 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-14 | Using rel=external instead of class=external for jOverlay title link | Sarven Capadisli | |
2010-03-14 | Added rel=external to geo location link | Sarven Capadisli | |
2010-03-14 | give preference to rel="photo" (per latest ActivityStreams spec), but still ↵ | James Walker | |
support rel="avatar" for compat | |||
2010-03-13 | Assigned an identifier for the representative user and group profile | Sarven Capadisli | |
2010-03-13 | Fix for _m() usage with context in StatusNet main code. | Brion Vibber | |
2010-03-13 | * wrong param order to in_array | James Walker | |
* in getContent() if "type" isn't set, assume text (per atom spec) | |||
2010-03-12 | Fixes for updating indices, charset/collation and engine type on ↵ | Brion Vibber | |
plugin-created tables. Under MySQL, new tables will be created as InnoDB with UTF-8 (utf8/utf8_bin) same as core tables. Existing plugin tables will have table engine and default charset/collation updated, and string columns will have charset updated, at checkschema time. Switched from 'DESCRIBE' to INFORMATION_SCHEMA for pulling column information in order to get charset. A second hit to INFORMATION_SCHEMA is also needed to get table properties. Indices were only being created at table creation time, which ain't so hot. Now also adding/dropping indices when they change. Fixed up some schema defs in OStatus plugin that were a bit flaky, causing extra alter tables to be run. TODO: Generalize this infrastructure a bit more up to base schema & pg schema classes. | |||
2010-03-12 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
2010-03-12 | Merge commit 'origin/0.9.x' into 0.9.x | Brion Vibber | |
2010-03-12 | Output enclosing geo elements and GeoRSS xmlns in XML timelines | Zach Copley | |
2010-03-12 | Add Atom self link to tag timeline | Zach Copley | |
2010-03-11 | Don't switch people from the Memcache to Memcached plugin without their ↵ | Brion Vibber | |
knowledge when using back-compatibility $config['memcached']['enabled']. Performance characteristics for Memcached version on large-scale sites not tested yet. New installations should be using addPlugin explicitly. | |||
2010-03-11 | Remove stray whitespace at file start that snuck into last update | Brion Vibber | |
2010-03-11 | fubared a715271f847fed7d7c725c5b752ea7a00800520a - this is the fix | Craig Andrews | |
2010-03-12 | More generalized method for calculating Atom rel="self" links | Zach Copley | |
2010-03-11 | reuse Subscription::cancel instead of reimplementing it. | Craig Andrews | |
I didn't know this method existed before... pretty neat. | |||
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-12 | Scrub all atom output with common_xml_safe_str() | Zach Copley | |
2010-03-11 | Generator tag should have 'uri' attr not 'url' | Zach Copley | |
2010-03-11 | Output self link in rss2 feeds, if available | Zach Copley | |
2010-03-11 | - Output georss xmlns in rss element | Zach Copley | |
- Only output geopoint in rss if one is set | |||
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). |