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 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						b7d0746694 
					 
					
						
						
							
							Merge branch '0.9.x' into 1.0.x  
						
						... 
						
						
						
						Conflicts:
	actions/confirmaddress.php
	actions/emailsettings.php
	actions/hostmeta.php
	actions/imsettings.php
	actions/login.php
	actions/profilesettings.php
	actions/showgroup.php
	actions/smssettings.php
	actions/urlsettings.php
	actions/userauthorization.php
	actions/userdesignsettings.php
	classes/Memcached_DataObject.php
	index.php
	lib/accountsettingsaction.php
	lib/action.php
	lib/common.php
	lib/connectsettingsaction.php
	lib/designsettings.php
	lib/personalgroupnav.php
	lib/profileaction.php
	lib/userprofile.php
	plugins/ClientSideShorten/ClientSideShortenPlugin.php
	plugins/Facebook/FBConnectSettings.php
	plugins/Facebook/FacebookPlugin.php
	plugins/NewMenu/NewMenuPlugin.php
	plugins/NewMenu/newmenu.css 
						
						
					 
					
						2011-02-28 15:39:43 -08:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						8fa44e58f9 
					 
					
						
						
							
							Try not to wipe out good data with empty values in Ostatus_profile::updateProfile()  
						
						... 
						
						
						
						Output from 0.9.6 PuSH feeds seems to have a rump <author> but no
<activity:actor>. It was overwriting valid and useful data set up at
subscribe time.
This fix tries to avoid overwriting data. However, it may prevent
updates that delete data.
Bug: 3028 
						
						
					 
					
						2011-02-10 09:39:40 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						10500e7f85 
					 
					
						
						
							
							ensure*() functions throw exceptions for errors  
						
						
						
						
					 
					
						2011-02-09 03:08:52 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						22e8893fba 
					 
					
						
						
							
							OStatus uses Plugin::path()  
						
						
						
						
					 
					
						2011-02-03 11:09:26 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						a3c08faddd 
					 
					
						
						
							
							Erroneous code ensuring Webfinger accounts  
						
						... 
						
						
						
						Ostatus_profile::ensureProfileURI() was accidentally falling through to
the default switch case, and was also calling common_log() incorrectly. 
						
						
					 
					
						2011-01-17 17:32:44 -05:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						51d1535f15 
					 
					
						
						
							
							Added doc comments on Salmon magicsig-related stuff to help in figuring out what's going on  
						
						
						
						
					 
					
						2011-01-05 14:05:59 -08:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						32eb4c5e2d 
					 
					
						
						
							
							Merge remote branch 'gitorious/0.9.x' into 1.0.x  
						
						... 
						
						
						
						Conflicts:
	lib/common.php 
						
						
					 
					
						2010-12-30 15:52:08 -08:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						67bde86f7c 
					 
					
						
						
							
							accept bookmarks over PuSH  
						
						
						
						
					 
					
						2010-12-23 09:42:42 -08:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						26baad63f2 
					 
					
						
						
							
							Merge branch '0.9.x' into 1.0.x  
						
						
						
						
					 
					
						2010-12-22 15:25:38 -08:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						16fc5314fb 
					 
					
						
						
							
							move code to get an author object for a feed to a library from Ostatus_profile  
						
						
						
						
					 
					
						2010-12-17 13:09:37 -05:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						e79034e163 
					 
					
						
						
							
							Merge branch '0.9.x' into 1.0.x  
						
						... 
						
						
						
						Conflicts:
	plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po 
						
						
					 
					
						2010-12-16 15:56:19 -08:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						0330bad688 
					 
					
						
						
							
							Cleaner code to avoid a couple PHP notices from accessing uninitialized variables in ostatus profile discovery (these cases hit checking diaspora accounts)  
						
						
						
						
					 
					
						2010-12-15 12:14:25 -08:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						b716d01a41 
					 
					
						
						
							
							Merge branch '0.9.x' into 1.0.x  
						
						
						
						
					 
					
						2010-11-03 16:09:49 -07:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						973a48bded 
					 
					
						
						
							
							i18n/L10n fixes and translator documentation addded/updated.  
						
						
						
						
					 
					
						2010-11-02 23:48:36 +01:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						0229c22d23 
					 
					
						
						
							
							Merge branch '1.0.x' into schema-x  
						
						
						
						
					 
					
						2010-11-02 15:02:55 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						5a9bb0adc4 
					 
					
						
						
							
							Tossing in a basic i18n message export to script code. Plugins can hook StartScriptMessage/EndScriptMessage, or directly add needed mappings in Action::getScriptMessages(). Exported entries are accessible as SN.msg(key) at runtime.  
						
						... 
						
						
						
						StatusNet core code now sets the tooltip text on .attachment.more links when they receive their attachment-expansion magic; this will override the hardcoded tooltip text saved from OStatus plugin when displaying timelines in the web UI. 
						
						
					 
					
						2010-11-02 13:05:16 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						3b6f738ab7 
					 
					
						
						
							
							Convert SamplePlugin to new-style table defs, tweak some stuff to test basic checkschema  
						
						
						
						
					 
					
						2010-10-19 17:25:56 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						4c3aebd396 
					 
					
						
						
							
							Merge branch '1.0.x' into schema-x  
						
						
						
						
					 
					
						2010-10-15 11:40:40 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						4101de7dd7 
					 
					
						
						
							
							Merge branch '1.0.x' into schema-x  
						
						
						
						
					 
					
						2010-10-13 15:46:45 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						bca215563f 
					 
					
						
						
							
							Clean up remote avatar temporary files if we fail before saving them into avatars directory (OMB core, OStatus, WikiHowProfile, YammerImport)  
						
						
						
						
					 
					
						2010-10-13 11:10:04 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						69b13cb279 
					 
					
						
						
							
							Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P  
						
						
						
						
					 
					
						2010-10-08 10:42:59 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						99194e03fa 
					 
					
						
						
							
							Merge branch '1.0.x' into schema-x  
						
						... 
						
						
						
						Conflicts:
	plugins/OStatus/classes/Ostatus_profile.php 
						
						
					 
					
						2010-10-06 17:16:13 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						1acc7d66c6 
					 
					
						
						
							
							Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.  
						
						
						
						
					 
					
						2010-09-30 11:29:31 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						b5cfcba471 
					 
					
						
						
							
							Merge branch '0.9.x' into activityexport  
						
						... 
						
						
						
						Conflicts:
	plugins/OStatus/OStatusPlugin.php 
						
						
					 
					
						2010-09-22 10:45:34 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f7ec40fa42 
					 
					
						
						
							
							make some static functions public for OStatus_profile  
						
						
						
						
					 
					
						2010-09-21 06:13:19 -04:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5a6f616206 
					 
					
						
						
							
							* i18n/L10n update  
						
						... 
						
						
						
						* translator comments added
* remove superfluous whitespace 
						
						
					 
					
						2010-09-19 15:17:36 +02:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						097d0bd2fa 
					 
					
						
						
							
							Ticket  #2731 : Fix for regression in posting to remote groups (regression in  2d4e0693c8)  
						
						... 
						
						
						
						Changes in 2d4e0693c8 
						
						
					 
					
						2010-09-16 14:43:27 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						f2574fdd01 
					 
					
						
						
							
							Fix for  #2663 : fix for original/96px-size avatars getting saved with bad permissions, causing failure to see images if background queues are different user from web server.  
						
						... 
						
						
						
						The original-size file is now forced to 0644 (all-readable), which should help. Not sure this is 100% ideal, but it's better than 0600!
(The other sizes were being created in other code and had sane read perms already.)
Watch out for similar issues in Twitter bridge etc; avatar import code should get cleaned up and consolidated. 
						
						
					 
					
						2010-09-07 16:52:02 -07:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						1bfbe9badf 
					 
					
						
						
							
							* i18n/L10n updates and FIXMEs added  
						
						... 
						
						
						
						* whitespace fixes 
						
						
					 
					
						2010-09-03 01:35:04 +02:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						82b1d6daef 
					 
					
						
						
							
							Merge branch 'swat0' into 0.9.x  
						
						
						
						
					 
					
						2010-09-02 16:58:55 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						ab88123373 
					 
					
						
						
							
							correctly return oprofile from Ostatus_profile::ensureProfileURI()  
						
						
						
						
					 
					
						2010-09-01 17:05:11 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						2d4e0693c8 
					 
					
						
						
							
							save URIs of remote profiles marked for attention  
						
						
						
						
					 
					
						2010-09-01 16:17:18 -04:00