- 12 May, 2010 1 commit
-
-
Brion Vibber authored
-
- 11 May, 2010 2 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
Added a comment that the writable directory checks are insufficient to catch ACL problems on Windows; need a better check for that.
-
- 08 May, 2010 1 commit
-
-
Zach Copley authored
-
- 07 May, 2010 1 commit
-
-
Brion Vibber authored
-
- 06 May, 2010 1 commit
-
-
Brion Vibber authored
One-line addition of 'webos' to the keywords list.
-
- 05 May, 2010 6 commits
-
-
Zach Copley authored
-
Brion Vibber authored
-
Brion Vibber authored
Quick fix for DirectionDetector: only apply <span class="rtl"> once; if it's already there in an incoming message (eg via OStatus), don't reapply it. Modified from patch from Everplays
-
Brion Vibber authored
-
Brion Vibber authored
Added a 2-second default timeout for XMLRPC/extended pings, configurable as [ping,timeout]. No longer repeating the entire ping section if we had an HTTP error during a submission. For now, dropping the bad item and continuing on with others. (Todo: individual retry and cleaner discards of blacklisted broken-for-now sites.)
-
Brion Vibber authored
The code pattern 'new XXXException($e)' to chain exceptions doesn't actually work as intended, as exceptions are actually expecting a string message here. This caused an implicit string conversion from HTTP_Request2_Exception, which is a PEAR_Exception, which defines an absurdly detailed __toString() method including a giant HTML table with a backtrace if you happen to be on a web request. Simply passing $e->getMessage() instead clears this up, as we'll get the nice short message like 'Couldn't connect to tcp://blahblah:80'
-
- 04 May, 2010 1 commit
-
-
Zach Copley authored
-
- 03 May, 2010 3 commits
-
-
Brion Vibber authored
-
Zach Copley authored
-
Brion Vibber authored
-
- 01 May, 2010 1 commit
-
-
Brion Vibber authored
This reverts commit 9fd02a4f. 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.
-
- 30 Apr, 2010 2 commits
-
-
Brion Vibber authored
-
Brion Vibber authored
-
- 29 Apr, 2010 4 commits
-
-
Brion Vibber authored
-
Zachary Copley authored
-
Brion Vibber authored
-
Brion Vibber authored
-
- 28 Apr, 2010 2 commits
-
-
Brion Vibber authored
Fix charset setting for plugin localizations; default setting was blanking out non-ASCII chars. Needed for eg Bulgarian translation of Facebook plugin, was previously showing all as ???s. Now works yay!
-
Brion Vibber authored
Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309 Conflicts: index.php
-
- 23 Apr, 2010 8 commits
-
-
Brion Vibber authored
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.)
-
Brion Vibber authored
-
Brion Vibber authored
Rerun feed discovery and update the feed, salmon, and hub for the given OStatus remote profile. Restarts subscription fresh as well. update-profile.php -sexample.com http://example.com/path/to/profile/url
-
Brion Vibber authored
* 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
-
Brion Vibber authored
-
Brion Vibber authored
Fix for Blacklist plugin: was saving an empty entry if blacklist was empty, 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.
-
Brion Vibber authored
Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined array indexes when saving blacklist entries from admin panel
-
Brion Vibber authored
Fix to make blowing of replies stream cache more consistent when receiving 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)
-
- 22 Apr, 2010 3 commits
-
-
Brion Vibber authored
OStatus: CLI script to force a renewal on the given PuSH subscription. May help when we get out of sync with the hub. php plugins/OStatus/scripts/resub-feed.php -smysite http://example.com/some/atom/feed
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 21 Apr, 2010 1 commit
-
-
Brion Vibber authored
This reverts commit 98f0d970. 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.
-
- 20 Apr, 2010 3 commits
-
-
Zachary Copley authored
-
Brion Vibber authored
-
Brion Vibber authored
* 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
-