]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Sun, 21 Feb 2010 01:27:04 +0000 (20:27 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

Conflicts:
plugins/OStatus/OStatusPlugin.php

14 years agoAdd support for favor and disfavor notification
Evan Prodromou [Sun, 21 Feb 2010 00:58:20 +0000 (19:58 -0500)]
Add support for favor and disfavor notification

Added support for favoring and disfavoring in OStatusPlugin.

Needed to represent the Notice as an activity:object, so added
some code for that in lib/activity.php.

Also, made some small changes to OStatusPlugin so it handled
having a non-default argument $object correctly.

14 years agoOStatus: Salmon favorite & unfavorite events now handled
Brion Vibber [Sun, 21 Feb 2010 00:45:30 +0000 (16:45 -0800)]
OStatus: Salmon favorite & unfavorite events now handled

14 years agoOStatus: send favorite/unfavorite notifications to remote authors
Brion Vibber [Sat, 20 Feb 2010 23:56:36 +0000 (15:56 -0800)]
OStatus: send favorite/unfavorite notifications to remote authors

14 years agoOStatus subscription page fixups; works but needs lots of UI loving!
Brion Vibber [Sat, 20 Feb 2010 20:46:48 +0000 (12:46 -0800)]
OStatus subscription page fixups; works but needs lots of UI loving!
- ostatussub via subscribe button now works again (changed to take profile instead of feed, patched up to the new discovery)
- added a quickie hack to allow putting your remote profile URI in place of webfinger acct through the remote-sub button (needs to be patched up to do proper discovery via XRDS or a link or something)

14 years agoChange to use TagURI::base() instead of common_config()
Evan Prodromou [Sat, 20 Feb 2010 18:31:20 +0000 (13:31 -0500)]
Change to use TagURI::base() instead of common_config()

I changed the way that tag: URIs are minted, so we now use the right
base. Ideally most of these would use HTTP URIs instead, but for
now at least they use the right base.

14 years agoOStatus: fix regressions in plugin & usersalmon action. Sub/unsub notifications are...
Brion Vibber [Sat, 20 Feb 2010 18:20:42 +0000 (10:20 -0800)]
OStatus: fix regressions in plugin & usersalmon action. Sub/unsub notifications are working again.

14 years agoAdd a library to mint tag URIs
Evan Prodromou [Sat, 20 Feb 2010 18:23:08 +0000 (13:23 -0500)]
Add a library to mint tag URIs

We've been making pretty crummy tag: URIs for a while. We should
continue to favor HTTP URIs, since it's nice to be able to discover
things about an object you've shared the ID of. Where that's not
possible, this makes nicer tag URIs.

14 years agodrop no-longer-used XML_Feed_Parser extlib package from OStatus plugin
Brion Vibber [Sat, 20 Feb 2010 18:06:28 +0000 (10:06 -0800)]
drop no-longer-used XML_Feed_Parser extlib package from OStatus plugin

14 years agoAdd events for favor and disfavor
Evan Prodromou [Sat, 20 Feb 2010 17:03:32 +0000 (12:03 -0500)]
Add events for favor and disfavor

Added events to core code for when someone favors or disfavors a
notice.

14 years agoadd hooks for OStatus notification on subscribe/unsubscribe
Evan Prodromou [Sat, 20 Feb 2010 16:48:42 +0000 (11:48 -0500)]
add hooks for OStatus notification on subscribe/unsubscribe

14 years agoadjust URI, URL, and location in Ostatus_profile::processPost
Evan Prodromou [Sat, 20 Feb 2010 16:38:05 +0000 (11:38 -0500)]
adjust URI, URL, and location in Ostatus_profile::processPost

14 years agoAdd HTMLPurifier to extlib
Evan Prodromou [Sat, 20 Feb 2010 16:35:01 +0000 (11:35 -0500)]
Add HTMLPurifier to extlib

HTMLPurifier defangs arbitrary submitted HTML. We're using it in the
OStatus plugin, but it may be valuable for other parts of the codebase
(I think OEmbed might benefit, for example).

14 years agoCool bug! Technically good PHP syntax
Evan Prodromou [Sat, 20 Feb 2010 16:17:54 +0000 (11:17 -0500)]
Cool bug! Technically good PHP syntax

14 years agoMove some salmon processing to a superclass
Evan Prodromou [Sat, 20 Feb 2010 16:12:43 +0000 (11:12 -0500)]
Move some salmon processing to a superclass

Moved some salmon processing to a superclass so we could handle group
salmon posts, too.

14 years agoOStatus: Salmon notifications now being generated moderately correctly. :) Needs...
Brion Vibber [Sat, 20 Feb 2010 01:01:38 +0000 (17:01 -0800)]
OStatus: Salmon notifications now being generated moderately correctly. :) Needs to be an <entry> not a <feed>.

14 years agoOStatus: sub/unsub notifications working again. Fixed up autodetection of feed info...
Brion Vibber [Sat, 20 Feb 2010 00:21:17 +0000 (16:21 -0800)]
OStatus: sub/unsub notifications working again. Fixed up autodetection of feed info at profile setup time

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Fri, 19 Feb 2010 21:55:24 +0000 (16:55 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

Conflicts:
plugins/OStatus/actions/salmon.php

14 years agosome more salmon stuff
Evan Prodromou [Fri, 19 Feb 2010 21:37:07 +0000 (16:37 -0500)]
some more salmon stuff

14 years agoOStatus: hooked up follow/unfollow events on Salmon endpoint to create/destroy remote...
Brion Vibber [Fri, 19 Feb 2010 20:08:07 +0000 (12:08 -0800)]
OStatus: hooked up follow/unfollow events on Salmon endpoint to create/destroy remote subscriber relationships

14 years agoOStatus: fix up Salmon endpoint detection/saving, timestamp fixes.
Brion Vibber [Fri, 19 Feb 2010 18:29:06 +0000 (10:29 -0800)]
OStatus: fix up Salmon endpoint detection/saving, timestamp fixes.

14 years agoremove unused subs_(un)subscribe_user functions
Evan Prodromou [Fri, 19 Feb 2010 13:31:46 +0000 (08:31 -0500)]
remove unused subs_(un)subscribe_user functions

14 years agoreplace calls to subs_(un)subscribe_user with Subscription methods
Evan Prodromou [Fri, 19 Feb 2010 13:31:20 +0000 (08:31 -0500)]
replace calls to subs_(un)subscribe_user with Subscription methods

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Fri, 19 Feb 2010 13:22:25 +0000 (14:22 +0100)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoRefactor subs_* functions for remote use
Evan Prodromou [Fri, 19 Feb 2010 13:16:45 +0000 (08:16 -0500)]
Refactor subs_* functions for remote use

The subs_* functions in subs.php have made a lot of assumptions
about users versus profiles. I've refactored the functions to
be methods of the Subscription class instead, and to use Profile
objects throughout.

Some of the checks for blocks or existing subscriptions depended
on users or profiles, so I've moved those methods around a bit.

I've left stubs for the subs_* functions until we get time to replace
them.

14 years agoUsing inlineScript instead for clickjacking check
Sarven Capadisli [Fri, 19 Feb 2010 12:13:05 +0000 (13:13 +0100)]
Using inlineScript instead for clickjacking check

14 years agoOnly load json2.js if native JSON is not supported
Sarven Capadisli [Fri, 19 Feb 2010 12:03:26 +0000 (13:03 +0100)]
Only load json2.js if native JSON is not supported

14 years agoadd ActivityContext class and test it
Evan Prodromou [Fri, 19 Feb 2010 03:18:14 +0000 (22:18 -0500)]
add ActivityContext class and test it

14 years agoadd type='text/html' to alternate link in Notice Atom
Evan Prodromou [Fri, 19 Feb 2010 03:13:47 +0000 (22:13 -0500)]
add type='text/html' to alternate link in Notice Atom

14 years agoOStatus refactoring to clean up profile vs feed and fix up subscription issues.
Brion Vibber [Thu, 18 Feb 2010 21:22:21 +0000 (21:22 +0000)]
OStatus refactoring to clean up profile vs feed and fix up subscription issues.
PuSH subscription maintenance broken back out to FeedSub, letting Ostatus_profile deal with the profile level (user or group, with unique id URI)

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 18 Feb 2010 18:22:02 +0000 (18:22 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoOStatus sub/unsub updates:
Brion Vibber [Thu, 18 Feb 2010 18:20:48 +0000 (18:20 +0000)]
OStatus sub/unsub updates:
- fix for PuSH unsub verification
- send Salmon notification on unsub

14 years agoMinor adjustment to edit icon position
Sarven Capadisli [Thu, 18 Feb 2010 17:12:47 +0000 (18:12 +0100)]
Minor adjustment to edit icon position

14 years agoFixes long strings from not breaking
Sarven Capadisli [Thu, 18 Feb 2010 17:12:08 +0000 (18:12 +0100)]
Fixes long strings from not breaking

14 years agoalways distribute to inbox of author immediately
Evan Prodromou [Thu, 18 Feb 2010 12:11:20 +0000 (07:11 -0500)]
always distribute to inbox of author immediately

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 18 Feb 2010 11:36:47 +0000 (06:36 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agomore work on salmon
Evan Prodromou [Thu, 18 Feb 2010 11:36:32 +0000 (06:36 -0500)]
more work on salmon

14 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 18 Feb 2010 00:52:13 +0000 (16:52 -0800)]
Merge branch 'master' into testing

14 years agoQueues: redid the breakout control model so we can start up and subscribe to queues...
Brion Vibber [Thu, 18 Feb 2010 00:49:00 +0000 (16:49 -0800)]
Queues: redid the breakout control model so we can start up and subscribe to queues without running through the complete site list, which is ok at 1k sites but too slow at 10k.
All breakout queues that we're going to need to listen to now need to be explicitly listed in $config['queue']['breakout'].

Until XMPP is moved to component model, this setting will let the individual processes work with their own queues:
$config['queue']['breakout'][] = 'xmpp/xmppout/' . $config['site']['nickname'];

14 years agoTwitter bridge - fix for Ticket #2192
Zach Copley [Wed, 17 Feb 2010 20:53:16 +0000 (20:53 +0000)]
Twitter bridge - fix for Ticket #2192

14 years agoBetter logging for Twitter bridge account linking process
Zach Copley [Wed, 17 Feb 2010 19:24:38 +0000 (19:24 +0000)]
Better logging for Twitter bridge account linking process

14 years agoUpgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows
Zach Copley [Tue, 16 Feb 2010 06:12:08 +0000 (06:12 +0000)]
Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows
us to automatically send in a callback url instead of having to manually
configure one for each StatusNet instance.

14 years agoTwitter bridge - fix for Ticket #2192
Zach Copley [Wed, 17 Feb 2010 20:53:16 +0000 (20:53 +0000)]
Twitter bridge - fix for Ticket #2192

14 years agoBetter logging for Twitter bridge account linking process
Zach Copley [Wed, 17 Feb 2010 19:24:38 +0000 (19:24 +0000)]
Better logging for Twitter bridge account linking process

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 17 Feb 2010 18:13:35 +0000 (10:13 -0800)]
Merge branch 'master' into testing

14 years agoFix exception on bad plugin load
Brion Vibber [Wed, 17 Feb 2010 18:12:37 +0000 (10:12 -0800)]
Fix exception on bad plugin load

14 years agoparse_url returns an associative array - not an object
Craig Andrews [Wed, 17 Feb 2010 17:02:59 +0000 (12:02 -0500)]
parse_url returns an associative array - not an object

14 years agoPostDebug plugin - saves POST data to debug log or directory to help debug form submi...
Brion Vibber [Wed, 17 Feb 2010 17:58:34 +0000 (09:58 -0800)]
PostDebug plugin - saves POST data to debug log or directory to help debug form submission and server-to-server communications.
Some sensitive items are sanitized but not all - don't just shove out the log results publicly!

14 years ago- Set the root of a new local conversation to a new conversation.id
Zach Copley [Wed, 17 Feb 2010 09:12:13 +0000 (01:12 -0800)]
- Set the root of a new local conversation to a new conversation.id
- Output conversation URIs from conversation.uri

14 years ago- conversation.uri needs to be nullable
Zach Copley [Wed, 17 Feb 2010 09:11:14 +0000 (01:11 -0800)]
- conversation.uri needs to be nullable
- factory method for creating new local conversations

14 years agoNew Conversation DO to handle remote notices as conversation roots
Zach Copley [Wed, 17 Feb 2010 07:30:08 +0000 (23:30 -0800)]
New Conversation DO to handle remote notices as conversation roots

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Wed, 17 Feb 2010 04:14:33 +0000 (20:14 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  OStatus: override source link with the source domain and link to original message
  OStatus: moving parts of profile processing to Activity from feedmunger. Pausing before refactoring DB schema a bit to clean up feed vs person vs group info

14 years agoMore sensical profile::getUri()
Zach Copley [Wed, 17 Feb 2010 04:13:39 +0000 (20:13 -0800)]
More sensical profile::getUri()

14 years agoOStatus: override source link with the source domain and link to original message
Brion Vibber [Wed, 17 Feb 2010 02:16:03 +0000 (02:16 +0000)]
OStatus: override source link with the source domain and link to original message

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 17 Feb 2010 01:52:57 +0000 (01:52 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoOStatus: moving parts of profile processing to Activity from feedmunger. Pausing...
Brion Vibber [Wed, 17 Feb 2010 01:49:49 +0000 (01:49 +0000)]
OStatus: moving parts of profile processing to Activity from feedmunger. Pausing before refactoring DB schema a bit to clean up feed vs person vs group info

14 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Wed, 17 Feb 2010 00:23:57 +0000 (16:23 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  OStatus: migrated notice parsing to use Activity helper classes; on the way to killing FeedMunger

14 years agoTake remote profiles into account when looking up canonical profile URIs
Zach Copley [Wed, 17 Feb 2010 00:22:58 +0000 (16:22 -0800)]
Take remote profiles into account when looking up canonical profile URIs

14 years agoOStatus: migrated notice parsing to use Activity helper classes; on the way to killin...
Brion Vibber [Tue, 16 Feb 2010 23:31:11 +0000 (23:31 +0000)]
OStatus: migrated notice parsing to use Activity helper classes; on the way to killing FeedMunger

14 years agoOStatus: check only direct children in ActivityUtil::child; fixes pulling actor's...
Brion Vibber [Tue, 16 Feb 2010 23:04:39 +0000 (23:04 +0000)]
OStatus: check only direct children in ActivityUtil::child; fixes pulling actor's info when we wanted post info

14 years agoOStatus: temporary output mode hack for apitimelineuser until PuSH feed generation...
Brion Vibber [Tue, 16 Feb 2010 22:04:57 +0000 (22:04 +0000)]
OStatus: temporary output mode hack for apitimelineuser until PuSH feed generation is updated to use the shared code instead of output buffering

14 years agoOStatus: fix up some recent regressions in subscription setup; fix state checks and...
Brion Vibber [Tue, 16 Feb 2010 22:03:24 +0000 (22:03 +0000)]
OStatus: fix up some recent regressions in subscription setup; fix state checks and verification token, and avatar save on setup. Needs updates for new atom code next...

14 years agoOStatus: fix for low-level remote subscribe
Brion Vibber [Tue, 16 Feb 2010 20:11:48 +0000 (20:11 +0000)]
OStatus: fix for low-level remote subscribe

14 years agoAdd rel="avatar" to img links in <activity:actor> stanzas
Zach Copley [Tue, 16 Feb 2010 19:32:10 +0000 (11:32 -0800)]
Add rel="avatar" to img links in <activity:actor> stanzas

14 years agorestructure Activity classes to push more DOM stuff to ActivityUtils
Evan Prodromou [Tue, 16 Feb 2010 17:49:54 +0000 (12:49 -0500)]
restructure Activity classes to push more DOM stuff to ActivityUtils

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Tue, 16 Feb 2010 17:46:02 +0000 (12:46 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoadd a FIXME to Profile
Evan Prodromou [Tue, 16 Feb 2010 17:45:00 +0000 (12:45 -0500)]
add a FIXME to Profile

14 years agoMerge branch 'master' into testing
Brion Vibber [Tue, 16 Feb 2010 17:22:02 +0000 (09:22 -0800)]
Merge branch 'master' into testing

Conflicts:
lib/stompqueuemanager.php

14 years agoStomp queue restructuring for mass scalability:
Brion Vibber [Tue, 16 Feb 2010 17:01:59 +0000 (09:01 -0800)]
Stomp queue restructuring for mass scalability:
- Multiplexing queues into groups and for multiple sites.
- Sharing vs breakout configurable per site and per queue via $config['queue']['breakout']
- Detect how many times a message is redelivered, discard if it's killed too many daemons
 - count configurable with $config['queue']['max_retries']
 - can dump the items to files in $config['queue']['dead_letter_dir']

Queue daemon memory & resource leak fixes:
- avoid unnecessary reconnections to memcached server (switch persistent connections back in on second initialization, assuming it's child process)
- monkey-patch for leaky .ini loads in DB_DataObject::databaseStructure() - was leaking 200k per active switch
- applied leak fixes to Status_network as well, using intermediate base Safe_DataObject for both it and Memcache_DataObject

Misc queue fixes:
- correct handling of child processes exiting due to signal termination instead of regular exit
- shutdown instead of infinite respawn loop if we're already past the soft memory limit at startup
- Added --all option for xmppdaemon... still opens one xmpp connection per site that has xmpp active

Cache updates:
- add Cache::increment() method with native support for memcached atomic increment

14 years agoPull fix from testing branch: use new encoding funcs w/ stomp queues
Brion Vibber [Tue, 16 Feb 2010 17:15:29 +0000 (09:15 -0800)]
Pull fix from testing branch: use new encoding funcs w/ stomp queues

14 years agoMinor optimization to only bind an hover event to the notice at hand.
Sarven Capadisli [Tue, 16 Feb 2010 16:36:45 +0000 (17:36 +0100)]
Minor optimization to only bind an hover event to the notice at hand.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Tue, 16 Feb 2010 16:10:24 +0000 (17:10 +0100)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoFix to allow any notice item with an attachment to use the overlay view
Sarven Capadisli [Tue, 16 Feb 2010 16:09:34 +0000 (17:09 +0100)]
Fix to allow any notice item with an attachment to use the overlay view

14 years agomove some nickname-guessing code to lib/util.php from OpenID
Evan Prodromou [Tue, 16 Feb 2010 16:06:10 +0000 (11:06 -0500)]
move some nickname-guessing code to lib/util.php from OpenID

14 years agoadd a couple of FIXME comments
Evan Prodromou [Tue, 16 Feb 2010 15:18:23 +0000 (10:18 -0500)]
add a couple of FIXME comments

14 years agochange find() to staticGet() to use cache
Evan Prodromou [Tue, 16 Feb 2010 14:58:33 +0000 (09:58 -0500)]
change find() to staticGet() to use cache

14 years agoUpgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows
Zach Copley [Tue, 16 Feb 2010 06:12:08 +0000 (06:12 +0000)]
Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allows
us to automatically send in a callback url instead of having to manually
configure one for each StatusNet instance.

14 years agoTemporary debug hack tracking down 'revoked accesstoken' issue with OMB posts
Brion Vibber [Mon, 15 Feb 2010 23:19:16 +0000 (15:19 -0800)]
Temporary debug hack tracking down 'revoked accesstoken' issue with OMB posts

14 years agoUse static class method for looking up Twitter user
Zach Copley [Mon, 15 Feb 2010 22:13:10 +0000 (22:13 +0000)]
Use static class method for looking up Twitter user

14 years agoUse static class method for looking up Twitter user
Zach Copley [Mon, 15 Feb 2010 22:13:10 +0000 (22:13 +0000)]
Use static class method for looking up Twitter user

14 years agoTwitter-bridge: lookup old foreign_user by primary key not url
Zach Copley [Mon, 15 Feb 2010 21:53:49 +0000 (21:53 +0000)]
Twitter-bridge: lookup old foreign_user by primary key not url

14 years agoTwitter-bridge: lookup old foreign_user by primary key not url
Zach Copley [Mon, 15 Feb 2010 21:53:49 +0000 (21:53 +0000)]
Twitter-bridge: lookup old foreign_user by primary key not url

14 years agoBetter log msgs. Removed debugging statement.
Zach Copley [Mon, 15 Feb 2010 21:23:26 +0000 (21:23 +0000)]
Better log msgs. Removed debugging statement.

14 years agoBetter log msgs. Removed debugging statement.
Zach Copley [Mon, 15 Feb 2010 21:23:26 +0000 (21:23 +0000)]
Better log msgs. Removed debugging statement.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Zach Copley [Mon, 15 Feb 2010 21:14:32 +0000 (21:14 +0000)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoFix for regression introduced with my last update to the
Zach Copley [Mon, 15 Feb 2010 21:10:45 +0000 (21:10 +0000)]
Fix for regression introduced with my last update to the
TwitterStatusFetcher: the Twitter bridge was not saving a foreign user
record when making a foreign link.

14 years agoFix for regression introduced with my last update to the
Zach Copley [Mon, 15 Feb 2010 21:10:45 +0000 (21:10 +0000)]
Fix for regression introduced with my last update to the
TwitterStatusFetcher: the Twitter bridge was not saving a foreign user
record when making a foreign link.

14 years agoUpdated the base stylesheet for minor fixes (which relied on indenting)
Sarven Capadisli [Mon, 15 Feb 2010 20:34:41 +0000 (21:34 +0100)]
Updated the base stylesheet for minor fixes (which relied on indenting)

14 years agoAdded another single whitespace
Sarven Capadisli [Mon, 15 Feb 2010 20:21:25 +0000 (21:21 +0100)]
Added another single whitespace

14 years agoAdded single whitespace to separate inline text words.
Sarven Capadisli [Mon, 15 Feb 2010 19:41:46 +0000 (20:41 +0100)]
Added single whitespace to separate inline text words.

14 years agotest parsing a default atom feed for activities
Evan Prodromou [Sun, 14 Feb 2010 18:19:32 +0000 (13:19 -0500)]
test parsing a default atom feed for activities

14 years agoupdate activity and salmon for previous commit
Evan Prodromou [Sun, 14 Feb 2010 17:12:47 +0000 (12:12 -0500)]
update activity and salmon for previous commit

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Sun, 14 Feb 2010 17:09:07 +0000 (12:09 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoMore complete activity parsing
Evan Prodromou [Sun, 14 Feb 2010 17:08:09 +0000 (12:08 -0500)]
More complete activity parsing

Began the process of actually digging up activity information
from an Atom entry. Added a test script to make sure parsing
is working right.

14 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Sat, 13 Feb 2010 19:28:39 +0000 (20:28 +0100)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

14 years agoDialogbox for OStatus remote subscription
Sarven Capadisli [Sat, 13 Feb 2010 19:28:05 +0000 (20:28 +0100)]
Dialogbox for OStatus remote subscription

14 years agoAdded dialogbox styles for OStatus subscribe form
Sarven Capadisli [Sat, 13 Feb 2010 18:07:21 +0000 (19:07 +0100)]
Added dialogbox styles for OStatus subscribe form

14 years agoAdded XHR channel for OStatus Subscribe button
Sarven Capadisli [Sat, 13 Feb 2010 17:49:14 +0000 (18:49 +0100)]
Added XHR channel for OStatus Subscribe button

14 years agoUpdated feed subscription form markup
Sarven Capadisli [Sat, 13 Feb 2010 17:46:10 +0000 (18:46 +0100)]
Updated feed subscription form markup

14 years agoUpdated OStatus form markup
Sarven Capadisli [Sat, 13 Feb 2010 17:44:41 +0000 (18:44 +0100)]
Updated OStatus form markup