Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-03 | Updated README to include one-liner about fixed installer in the noteable ↵ | Zach Copley | |
changes section | |||
2010-05-03 | Update release date | Brion Vibber | |
2010-05-01 | Revert "Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings ↵show | Brion Vibber | |
running under PHP 5.3." This reverts commit 9fd02a4f11881b3e0e1b3029c7c9e85a799c5ced. Looks like there's some changes I missed in there and getting this in'll involve updating some other packages. Will poke it after 0.9.2. | |||
2010-04-30 | Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under ↵ | Brion Vibber | |
PHP 5.3. | |||
2010-04-30 | Update XMPPHP to last upstream release (r77), includes an XML quoting fix. | Brion Vibber | |
2010-04-29 | Update codename in common.php | Brion Vibber | |
2010-04-29 | Update release notes and version number for 0.9.2 | Zachary Copley | |
2010-04-29 | Pull localization updates from 0.9.x | Brion Vibber | |
2010-04-29 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-28 | Fix charset setting for plugin localizations; default setting was blanking ↵ | Brion Vibber | |
out non-ASCII chars. Needed for eg Bulgarian translation of Facebook plugin, was previously showing all as ???s. Now works yay! | |||
2010-04-28 | add rsd to the list of login actions | Brion Vibber | |
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309 Conflicts: index.php | |||
2010-04-23 | Test cases and fixes for Atom and RSS content decoding. | Brion Vibber | |
Fix extraction of Atom <content type="text"> and <content type="html">; we were failing to escape plaintext source data to HTML, and doing an extraneous double-deescape on HTML source resulting in breakage of notices containing text that looks like HTML. Only <content type="xhtml"> was working correctly previously. Fixes for RSS2 content processing: we were failing to load <content:encoded> at all due to using wrong element name, and were applying an extraneous de-escape for <description> rather than the escaping that is required to turn plaintext into HTML. (Per spec, <description> must be plaintext.) | |||
2010-04-23 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-23 | Rerun feed discovery and update the feed, salmon, and hub for the given ↵ | Brion Vibber | |
OStatus remote profile. Restarts subscription fresh as well. update-profile.php -sexample.com http://example.com/path/to/profile/url | |||
2010-04-23 | Ticket #93: pretty up the auto-submit for OpenID logins a bit. | Brion Vibber | |
* throwing in our spinner * cleanup of texts * "If this doesn't go through click the button" instead of just a mystery button * slightly faster submission: immediate at end of page rather than waiting for jQuery to confirm document setup completion | |||
2010-04-23 | Fix to regression in last commit; wrong field name for homepage blacklist | Brion Vibber | |
2010-04-23 | Fix for Blacklist plugin: was saving an empty entry if blacklist was empty, ↵ | Brion Vibber | |
which would match *all* possible nickname registrations, preventing all registration on mozilla.status.net. Now saving only non-empty lines, and only matching non-empty lines so we don't fail if we still have a bogus entry. | |||
2010-04-23 | Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined ↵ | Brion Vibber | |
array indexes when saving blacklist entries from admin panel | |||
2010-04-23 | Fix to make blowing of replies stream cache more consistent when receiving ↵ | Brion Vibber | |
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) | |||
2010-04-22 | OStatus: CLI script to force a renewal on the given PuSH subscription. May ↵ | Brion Vibber | |
help when we get out of sync with the hub. php plugins/OStatus/scripts/resub-feed.php -smysite http://example.com/some/atom/feed | |||
2010-04-21 | Fix exceptions with bad gravatar URLs | Evan Prodromou | |
2010-04-21 | fix reference error in RSSCloud plugin | Evan Prodromou | |
2010-04-21 | Revert "Update release notes and version number for 0.9.2" | Brion Vibber | |
This reverts commit 98f0d970da98e5b6de18972d033320a191152eb4. Per xopher we're not yet ready to push 0.9.2 theme directories live; we also haven't merged down various things from testing that need to be in the release such as installer fixes. | |||
2010-04-20 | Update release notes and version number for 0.9.2 | Zachary Copley | |
2010-04-20 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-20 | Fix email notifications for @-replies that come via OStatus. | Brion Vibber | |
* 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 | |||
2010-04-20 | Ticket #2291: fix typo in SMS doc | Brion Vibber | |
2010-04-19 | Test for and use mysqli in installer, since that's what we use later, rather ↵ | Brion Vibber | |
than mysql. | |||
2010-04-19 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-19 | Disable the send-notice form at the top of the page OStatus subscription ↵ | Brion Vibber | |
confirmation page to work around bugs in Cloudy theme. This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken. | |||
2010-04-19 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-19 | Fix ticket #2289: registration links were showing in top nav bar, login page ↵ | Brion Vibber | |
message when site set to invite-only or closed registration, when the 'register' action can't be used. | |||
2010-04-15 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-15 | Allow setconfig.php to Print Entire Config | Christopher Vollick | |
Previously it only printed out the configuration in the DB. Now it can also print out the entire current configuration. | |||
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵ | Brion Vibber | |
enabled on the Twitter side) | |||
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Fix for "#foo !foo" in same notice failing during save, causing failout ↵ | Brion Vibber | |
before distribution. Move saveGroups after saveTags when saving notices; groups may save additional tags, so need to be moved after so the check for duplicates actually works. | |||
2010-04-14 | move comment to correct place | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-10 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-10 | Allow blocking someone who's not currently subscribed to you (prevents ↵ | Brion Vibber | |
seeing @-replies from them, or them subbing to you in future) | |||
2010-04-10 | catch UserNoProfileException and continue | Evan Prodromou | |
2010-04-09 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
2010-04-09 | Update message formatting for serverError to use a starting capital and a ↵ | Siebrand Mazeland | |
leading period. | |||
2010-04-09 | Clean up badly formatted strings in OembedAction | Brion Vibber | |
2010-04-09 | Fix for conversation check in @-reply notification email; i18n cleanup on ↵ | Brion Vibber | |
mail messages: fixed some bad gettext usage, added trans doc comments. | |||
2010-04-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-09 | Fix for strip_geo's decaching; also added --all option to run over all ↵ | Brion Vibber | |
notices by given profile to help in fixing up cache inconsistencies |