Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						812d1eead9 
					 
					
						
						
							
							Stronger typing in Ostatus_profile  
						
						
						
						
					 
					
						2014-12-08 19:52:00 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						72d1c3c73e 
					 
					
						
						
							
							fetch conversation URI in processPost, not processShare  
						
						
						
						
					 
					
						2014-11-27 16:51:21 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						bdb4a41696 
					 
					
						
						
							
							Use remote conversation URI info to stitch convos together  
						
						... 
						
						
						
						If we know the URI sent from the remote party, and we don't know the
notice it is replying to, we might still be able to put it in the same
conversation thread! 
						
						
					 
					
						2014-11-27 14:06:10 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						3bf1478f97 
					 
					
						
						
							
							Bad parameter count for checkAuthorship  
						
						... 
						
						
						
						At the same time we change this to call ActivityUtils::checkAuthorship
instead to let the retrieval/verification go through event handling.
rozzin (Joshua Judson Rosen) found this error. Thanks. 
						
						
					 
					
						2014-11-24 12:49:20 +01:00 
						 
				 
			
				
					
						
							
							
								Joshua Judson Rosen 
							
						 
					 
					
						
						
							
						
						4b875e0fd0 
					 
					
						
						
							
							Fix OStatus groups by making Ostatus_profile::localProfile() work for groups  
						
						... 
						
						
						
						We need to look up a feed profile for HandleFeedEntryWithProfile events,
regardless of whether they're an OStatus user, group, or something else;
this is the least hairy way of doing that--the alternative being
to keep spreading the same logic all over the calling code.
Theoretically, this change might allow OStatusGroups to be recorded
as the authors of activities if they pass through any authorless
activities; but that's why we have checkAuthorship(). 
						
						
					 
					
						2014-11-24 12:30:37 +01:00 
						 
				 
			
				
					
						
							
							
								Joshua Judson Rosen 
							
						 
					 
					
						
						
							
						
						d2e1a8c706 
					 
					
						
						
							
							Ostatus_profile::checkAuthorship(): throw ServerException when bogus non-authorship is detected  
						
						... 
						
						
						
						Similarly to what ActivityUtils::checkAuthorship does; try to ensure
that activities from ambiguous OStatus feeds (groups and peopletags)
that require explicit authorship don't get in without explicit authors. 
						
						
					 
					
						2014-11-24 12:29:41 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						496acdc7d9 
					 
					
						
						
							
							normalizing acct: URI just to be sure  
						
						
						
						
					 
					
						2014-11-16 18:29:05 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						2d0c7c2c99 
					 
					
						
						
							
							ensureWebfinger was never complete in StatusNet. Worked a bit on it.  
						
						
						
						
					 
					
						2014-07-27 23:08:02 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						ae62b91940 
					 
					
						
						
							
							Unifying HTML stripping functions to common_strip_html  
						
						
						
						
					 
					
						2014-07-14 13:52:23 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						b63f6e949c 
					 
					
						
						
							
							Converted all ActivityObject::fromProfile to $profile->asActivityObject  
						
						
						
						
					 
					
						2014-07-03 10:51:36 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						9f4bcbad8a 
					 
					
						
						
							
							checkAuthorship events, Ostatus_profile rewrite to handle it  
						
						... 
						
						
						
						Lost dependency of OStatus plugin for lib/microappplugin.php, whoo!
also noting which plugins should be upgraded to new saveActivity support.
Favorite plugin won't work with the new system just yet, it doesn't have
the necessary functions to extract activity objects, but that's coming
in the next (few) commits. 
						
						
					 
					
						2014-07-02 11:38:45 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						acb07ef52f 
					 
					
						
						
							
							Added saveActivity method to Notice class  
						
						... 
						
						
						
						saveActivity will accept an Activity which gets parsed and saved through
plugins. So when an ActivityHandlerPlugin (such as Favorite will be soon)
gets a feed to save, this will be the function called instead of saveNew. 
						
						
					 
					
						2014-07-02 11:38:37 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						d0da552722 
					 
					
						
						
							
							SalmonAction and extensions simplified  
						
						
						
						
					 
					
						2014-06-28 20:33:09 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						537dff7987 
					 
					
						
						
							
							Salmon posts can only be made for local users. More typing!  
						
						... 
						
						
						
						Since we of course don't have the remote party's private keys anyway.
I made some small fixes in Magicsig class too, removing unnecessary code. 
						
						
					 
					
						2014-06-02 19:46:42 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						2cd25039af 
					 
					
						
						
							
							Quick-return is more comprehensible than long if statements  
						
						
						
						
					 
					
						2014-06-02 19:37:06 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						3ef8322b03 
					 
					
						
						
							
							There could be unresolvable FeedSub entries  
						
						
						
						
					 
					
						2014-06-01 16:07:08 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						228dc1f851 
					 
					
						
						
							
							Ostatus_profile throws NoProfileException from localProfile()  
						
						... 
						
						
						
						Some implementations of the exception handling is included here,
the actions come in a later commit. 
						
						
					 
					
						2014-05-19 17:59:36 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						c279a33feb 
					 
					
						
						
							
							More Exceptions for FeedSub doSubscribe and related functions  
						
						... 
						
						
						
						Now also garbageCollect will now throw exceptions of failures of all kinds
and only reply true/false on entirely successful runs of sub/unsub. 
						
						
					 
					
						2014-05-06 15:40:57 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						bbada781b7 
					 
					
						
						
							
							Stronger typing and function access control in OStatus  
						
						
						
						
					 
					
						2014-05-05 19:06:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						5fd6053220 
					 
					
						
						
							
							Code cleanup and enabling User object's etc. getUri()  
						
						
						
						
					 
					
						2014-04-28 14:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						b6f5f58f1a 
					 
					
						
						
							
							Attention structure has changed recently  
						
						
						
						
					 
					
						2013-11-19 13:38:38 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						7ddd561837 
					 
					
						
						
							
							Salmon only has one "rel" value now, so start deprecating  
						
						
						
						
					 
					
						2013-11-01 17:00:12 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						ca66860a4f 
					 
					
						
						
							
							Better typing and minor fixes to OStatus related stuff  
						
						
						
						
					 
					
						2013-11-01 13:20:45 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						f75ddaa8aa 
					 
					
						
						
							
							Getting a profile from URI would throw exceptions on remote URL lookup failures  
						
						
						
						
					 
					
						2013-10-30 14:43:40 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						603d2d3891 
					 
					
						
						
							
							Minor Ostatus_profile class reference fixes  
						
						
						
						
					 
					
						2013-10-30 14:14:02 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						23a6b4595f 
					 
					
						
						
							
							Reworked the ActivityContext->attention structure  
						
						... 
						
						
						
						Removing Evan's obscure attentionType solution and directly using the attention array 
						
						
					 
					
						2013-10-28 22:21:14 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						38da5ec7f7 
					 
					
						
						
							
							Ostatus_profile->processShare now backwards compatible against federating StatusNet nodes  
						
						... 
						
						
						
						StatusNet was improperly defining the id (URI) of the shared object as a
TagURI, while it should've really been the object's URI of course. 
						
						
					 
					
						2013-10-21 23:25:47 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						ba46c3d360 
					 
					
						
						
							
							SHARE activities would not be imported from federated instances for local notices  
						
						... 
						
						
						
						"[...] posts _local_ users (like you) make won't get data about "repeated by"
from federated users"
This was because the ActivityObject would processShare where the shared object
has a _local_ 'actor' URI. Ostatus_profile would complain this meant that a
"Local user cannot be referenced as remote.".
So we see if the shared activity object's id (URI) is in our Notice table, so
we don't have to processActivity - and can skip ensureActivityObjectProfile. 
						
						
					 
					
						2013-10-21 23:25:43 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						a8804010c4 
					 
					
						
						
							
							Profile creation always failed because we didn't COMMIT  
						
						
						
						
					 
					
						2013-10-20 17:22:44 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						8912cdc7a4 
					 
					
						
						
							
							Validate::uri replaced with filter_var for HTTP[S] URL checks  
						
						... 
						
						
						
						Also, a bug in checking the OAuth callback URL for validity was fixed,
where it referenced the wrong variable when going through form data. 
						
						
					 
					
						2013-10-07 14:46:09 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						4cfd0d24c1 
					 
					
						
						
							
							Group logos would not be fetched  
						
						... 
						
						
						
						update_ostatus_profiles.php did this correctly, but not Ostatus_profile.php 
						
						
					 
					
						2013-10-06 01:33:27 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						a0e107f17f 
					 
					
						
						
							
							Implemented WebFinger and replaced our XRD with PEAR XML_XRD  
						
						... 
						
						
						
						New plugins:
* LRDD
    LRDD implements client-side RFC6415 and RFC7033 resource descriptor
    discovery procedures. I.e. LRDD, host-meta and WebFinger stuff.
    OStatus and OpenID now depend on the LRDD plugin (XML_XRD).
* WebFinger
    This plugin implements the server-side of RFC6415 and RFC7033. Note:
    WebFinger technically doesn't handle XRD, but we serve both that and
    JRD (JSON Resource Descriptor), depending on Accept header and one
    ugly hack to check for old StatusNet installations.
    WebFinger depends on LRDD.
We might make this even prettier by using Net_WebFinger, but it is not
currently RFC7033 compliant (no /.well-known/webfinger resource GETs).
Disabling the WebFinger plugin would effectively render your site non-
federated (which might be desired on a private site).
Disabling the LRDD plugin would make your site unable to do modern web
URI lookups (making life just a little bit harder). 
						
						
					 
					
						2013-09-30 22:04:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						2a4dc77a63 
					 
					
						
						
							
							The overloaded DB_DataObject function staticGet is now called getKV  
						
						... 
						
						
						
						I used this hacky sed-command (run it from your GNU Social root, or change the first grep's path to where it actually lies) to do a rough fix on all ::staticGet calls and rename them to ::getKV
   sed -i -s -e '/DataObject::staticGet/I!s/::staticGet/::getKV/Ig' $(grep -R ::staticGet `pwd`/* | grep -v -e '^extlib' | grep -v DataObject:: |grep -v "function staticGet"|cut -d: -f1 |sort |uniq)
If you're applying this, remember to change the Managed_DataObject and Memcached_DataObject function definitions of staticGet to getKV!
This might of course take some getting used to, or modification fo StatusNet plugins, but the result is that all the static calls (to staticGet) are now properly made without breaking PHP Strict Standards. Standards are there to be followed (and they caused some very bad confusion when used with get_called_class)
Reasonably any plugin or code that tests for the definition of 'GNUSOCIAL' or similar will take this change into consideration. 
						
						
					 
					
						2013-08-18 13:13:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						6c4c4319ef 
					 
					
						
						
							
							Plugins with classes that extend Managed_DataObject get better code reuse  
						
						... 
						
						
						
						The switch to having a function in Managed_DataObject is now being applied
to plugins which can use this as well.
There are some plugins that still use Memcached_DataObject, but these will
be taken care of later. 
						
						
					 
					
						2013-08-12 20:00:01 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						083e9773f2 
					 
					
						
						
							
							Add translator documentation.  
						
						... 
						
						
						
						doxygen fixes. 
						
						
					 
					
						2011-08-19 17:13:15 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						bd32b69355 
					 
					
						
						
							
							Fix punctuation.  
						
						
						
						
					 
					
						2011-08-15 16:18:21 +02:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						ebc5d6f676 
					 
					
						
						
							
							fix call to Notice::saveNew() in Ostatus_profile::processShare()  
						
						
						
						
					 
					
						2011-07-20 11:47:55 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0ad7411343 
					 
					
						
						
							
							Make process*() functions return existing or new notice  
						
						
						
						
					 
					
						2011-07-20 11:33:28 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0eeb175904 
					 
					
						
						
							
							ID is a string  
						
						
						
						
					 
					
						2011-07-20 11:13:25 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						17b1492690 
					 
					
						
						
							
							better ID from shared activities  
						
						
						
						
					 
					
						2011-07-20 11:11:05 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						e7ad9bf17a 
					 
					
						
						
							
							ensure a shared item's author element  
						
						
						
						
					 
					
						2011-07-19 16:47:37 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						982426a790 
					 
					
						
						
							
							handle incoming SHARE verbs  
						
						
						
						
					 
					
						2011-07-19 15:20:06 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						6f0bd73e6c 
					 
					
						
						
							
							Squashed commit of the following:  
						
						... 
						
						
						
						Move OMB to a plugin
commit 75d21f00246bcc56d7f854936be1e28395e079a2
Merge: cea0199 d594d07
Author: Zach Copley <zach@status.net >
Date:   Fri Jul 15 11:16:54 2011 -0700
    Merge branch 'kill-omb2' of gitorious.org:~zcopley/statusnet/zcopleys-clone into kill-omb2
    * 'kill-omb2' of gitorious.org:~zcopley/statusnet/zcopleys-clone:
      Fix paths
      Oops, I left out the ability to authorize a token in ApiStatusNetOAuthDataStore
      Some odds and ends
      Remove omb stuff from queuemanager defaults
      Add check to make sure we're not untagging an OMB profile to OMB plugin
      Move some more subscription stuff and peopletag checks to OMB plugin
      Move some OMB-specific unsubscribe stuff to OMB plugin
      Finish removing libomb from core extlibs
      Fix more conflicts
      Fix queuing/queuehandling
      Move some stuff around; fix references
      Fix conflicts
      Move OMB-specific files to OMB plugin
      Move some stuff around; fix references
      Add OMB plugin README and rm references to OMB in mail StatusNet README
      Update paths
      Fix define
      Basic plugin finished
      Move OMB-specific files to OMB plugin
      Remove OMB stuff from router
commit cea019967f343042ebaea14b7bbb0d54289bcc1a
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 13 14:38:40 2011 -0700
    Fix paths
commit d412aa3c0ea0e21e65a72a16c7b9edd64ff373e1
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 12 18:17:06 2011 -0700
    Oops, I left out the ability to authorize a token in ApiStatusNetOAuthDataStore
commit b459c9f10ac283d6e774ef13f3293fc8a6948143
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 19:02:08 2011 -0700
    Some odds and ends
commit 895cfbfce58ffb3a05beebf48a90c549e00f1cce
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 19:01:23 2011 -0700
    Remove omb stuff from queuemanager defaults
commit b41b9e994f291ff83afb2460d9b37aee8ec1ec2b
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 18:46:44 2011 -0700
    Add check to make sure we're not untagging an OMB profile to OMB plugin
commit 94374d26ddd428dac8e4cd4541fd56db748c248b
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 18:34:20 2011 -0700
    Move some more subscription stuff and peopletag checks to OMB plugin
commit b91043b7820d5cd8b0ba4e9ee2a9d03c99248f11
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 16:37:25 2011 -0700
    Move some OMB-specific unsubscribe stuff to OMB plugin
commit d9430fe52975d9497b4a0d3d54da35b222e207ad
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 15:26:30 2011 -0700
    Finish removing libomb from core extlibs
commit bb6257eb85cc7ba392e91468c01503f51faeb989
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 13 12:47:32 2011 -0700
    Fix more conflicts
commit 3c760d0a4b4a083ae5fca2530d22aad5f4a9fdae
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:49:22 2011 -0700
    Fix queuing/queuehandling
commit ed635fa0c20e150673709c04ecc7f285d12e0ce2
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:29:35 2011 -0700
    Move some stuff around; fix references
commit cbc553a147941cad16e205a6b66ab4b32a5e3d3d
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 13 12:46:05 2011 -0700
    Fix conflicts
commit 5d77c81f75b57f5d5357d6b46d503650a4b3225d
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 19:10:38 2011 -0700
    Move OMB-specific files to OMB plugin
commit 2ed051dbce0ce9b44723b14922026849c39ed603
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:29:35 2011 -0700
    Move some stuff around; fix references
commit 8809b5e35b1aacb67d70ae3e55a43003b6f591b7
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:28:59 2011 -0700
    Add OMB plugin README and rm references to OMB in mail StatusNet README
commit 35ced4067c1915baca0b3e184f9533a91a951d2d
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 23:50:09 2011 -0700
    Update paths
commit 0ee5bafbce95fc9b8db98c1e828d33d26d08bc73
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 23:38:03 2011 -0700
    Fix define
commit e309dd22ffb9087d7fcf9180ede4f531dbd88c3c
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 23:30:43 2011 -0700
    Basic plugin finished
commit 00f1e930f27e080b04d1e82952f7886c84e01d97
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 19:10:38 2011 -0700
    Move OMB-specific files to OMB plugin
commit 39dcd031a79b49da0b4fe25f1594d2e406b5eb65
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 19:10:01 2011 -0700
    Remove OMB stuff from router
commit d594d071be1ec42518dd5465db61e01e7e8ec036
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 13 14:38:40 2011 -0700
    Fix paths
commit 48c1064b4b50e89cf51d2cab388f708f60601247
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 12 18:17:06 2011 -0700
    Oops, I left out the ability to authorize a token in ApiStatusNetOAuthDataStore
commit 1e1168978f38c31dbf0206b3493b2b6dcbe61589
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 19:02:08 2011 -0700
    Some odds and ends
commit ac43af2b497d8b9286c49a9469a1dff950e41650
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 19:01:23 2011 -0700
    Remove omb stuff from queuemanager defaults
commit 2471af2f8800515a3db544b3a186a18f3e8a43af
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 18:46:44 2011 -0700
    Add check to make sure we're not untagging an OMB profile to OMB plugin
commit df974646459ac6d5d97a40d008f1aab66f998226
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 18:34:20 2011 -0700
    Move some more subscription stuff and peopletag checks to OMB plugin
commit 8a1427b759e791c14a7a7a22128ba05f0b4b6d12
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 16:37:25 2011 -0700
    Move some OMB-specific unsubscribe stuff to OMB plugin
commit bd24220dbb5170af22ea0dea8a3062e6d1aeb6a2
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 6 15:26:30 2011 -0700
    Finish removing libomb from core extlibs
commit 4c3c6f1fabb0f2c92635ccc5e8f38db2293f5456
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 13 12:47:32 2011 -0700
    Fix more conflicts
commit db44deefd731a412685c5669c4c6fa69833de922
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:49:22 2011 -0700
    Fix queuing/queuehandling
commit ea2d84d2f3d518950d3aa1956ddc8f3a25ca55f3
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:29:35 2011 -0700
    Move some stuff around; fix references
commit 8ac3e010444b41bd9a78766f5e37e49dff023b45
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 13 12:46:05 2011 -0700
    Fix conflicts
commit 0aad6e10e3637b3189a87b42c24c1d6de1b346bc
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 19:10:38 2011 -0700
    Move OMB-specific files to OMB plugin
commit d982d7076c5cb28c7b8e4b1dde8d07d7e58e278f
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:29:35 2011 -0700
    Move some stuff around; fix references
commit 4b9d39c93562ff4c45c37c940013e8b78197dec1
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 5 15:28:59 2011 -0700
    Add OMB plugin README and rm references to OMB in mail StatusNet README
commit dab0fb6647a85e6835298496d7127a398b6b9293
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 23:50:09 2011 -0700
    Update paths
commit 2cb73dac8ad971f1545dcf6ba57746c777e232ef
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 23:38:03 2011 -0700
    Fix define
commit 6f226b18a059f175b1bdd3abcb8cb95eedc22ee7
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 23:30:43 2011 -0700
    Basic plugin finished
commit 7be304beaa0f39755c3978e0b852fde768950da4
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 19:10:38 2011 -0700
    Move OMB-specific files to OMB plugin
commit 5b30da01cfa2802d6e7a4a4a4f39b8043c54f472
Author: Zach Copley <zach@status.net >
Date:   Thu Jun 30 19:10:01 2011 -0700
    Remove OMB stuff from router 
						
						
					 
					
						2011-07-15 12:13:57 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						db85774f25 
					 
					
						
						
							
							only update the avatar of an Ostatus_profile if it's a profile  
						
						
						
						
					 
					
						2011-07-04 12:24:59 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						2471f2092a 
					 
					
						
						
							
							Fix avatar saving for OStatus -- how did this ever work?  
						
						
						
						
					 
					
						2011-06-29 19:03:16 +00:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						4651c9d94a 
					 
					
						
						
							
							Fix L10n/i18n.  
						
						... 
						
						
						
						Some remaining people tag -> list.
Favor -> like
Update translator documentation.
Whitespace updates. 
						
						
					 
					
						2011-04-29 18:59:47 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						4ab995dd1e 
					 
					
						
						
							
							Complete "people tag" to "list" in UI messages.  
						
						... 
						
						
						
						Update translator documentation accordingly.
Probably a few cases left where "tag[ged[" has to be replaced by "list[ed]". 
						
						
					 
					
						2011-04-17 20:08:03 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						124070e63d 
					 
					
						
						
							
							Update punctuation for exceptions.  
						
						
						
						
					 
					
						2011-04-13 15:13:14 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						b83e0fd0e8 
					 
					
						
						
							
							Update translator documentation.  
						
						... 
						
						
						
						i18n fixes (gettext domain).
L10n updates.
Whitespace updates.
Some tabs to spaces. 
						
						
					 
					
						2011-04-11 00:39:51 +02:00 
						 
				 
			
				
					
						
							
							
								Shashi Gowda 
							
						 
					 
					
						
						
							
						
						c335db4bbc 
					 
					
						
						
							
							OStatus support for people tags  
						
						
						
						
					 
					
						2011-03-07 00:45:34 +05:30