Evan Prodromou 
							
						 
					 
					
						
						
							
						
						efb6a7b441 
					 
					
						
						
							
							let Inbox class go fingerpokin' in streams  
						
						
						
						
					 
					
						2011-03-23 11:42:52 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0b35ce7c37 
					 
					
						
						
							
							New NoticeStream class to reify streams of notices  
						
						... 
						
						
						
						We've been muddling through with 6- or 8-argument functions for managing streams. I'd
like to start thinking of streams as their own thing, and give them some more value.
So, the new NoticeStream class takes over the Notice::stream() function and Notice::getStreamByIds().
There's probably some fine-tuning to do on the object interface. 
						
						
					 
					
						2011-03-23 11:29:55 -04:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						14a6ab2b04 
					 
					
						
						
							
							Refactoring on notification mail generation: common profile & footer chunks pulled out, notifications added for group joins.  
						
						
						
						
					 
					
						2011-03-22 16:50:27 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						a12680e8d5 
					 
					
						
						
							
							Fix typo in  cf45c978 
						
						
						
						
					 
					
						2011-03-22 14:20:21 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						83fb5e6023 
					 
					
						
						
							
							Mass replacement of #-comments with //-comments  
						
						... 
						
						
						
						like leprous boils in our code. So, I've replaced all of them with //
comments instead. It's a massive, meaningless, and potentially buggy
change -- great one for the middle of a release cycle, eh? 
						
						
					 
					
						2011-03-22 11:54:23 -04:00 
						 
				 
			
				
					
						
							
							
								Shashi Gowda 
							
						 
					 
					
						
						
							
						
						f81aaa5375 
					 
					
						
						
							
							Blend people tags UI into the new theme!  
						
						
						
						
					 
					
						2011-03-22 12:18:12 +05:30 
						 
				 
			
				
					
						
							
							
								Shashi Gowda 
							
						 
					 
					
						
						
							
						
						bf121a695a 
					 
					
						
						
							
							Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase  
						
						... 
						
						
						
						Conflicts:
	classes/Profile.php 
						
						
					 
					
						2011-03-22 07:59:06 +05:30 
						 
				 
			
				
					
						
							
							
								Shashi Gowda 
							
						 
					 
					
						
						
							
						
						31c1177970 
					 
					
						
						
							
							Merge branch '1.0.x' into people_tags_rebase  
						
						... 
						
						
						
						Conflicts:
	EVENTS.txt
	actions/peopletag.php
	actions/tagother.php
	classes/Notice.php
	js/util.js
	js/util.min.js
	lib/accountprofileblock.php
	lib/action.php
	lib/activityobject.php
	lib/command.php
	lib/personalgroupnav.php
	plugins/OStatus/OStatusPlugin.php 
						
						
					 
					
						2011-03-22 07:56:25 +05:30 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						61960d3668 
					 
					
						
						
							
							Add pending members list to group navigation, if group has joins moderated or if it has pending requests open  
						
						
						
						
					 
					
						2011-03-21 17:23:13 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						942887ca8c 
					 
					
						
						
							
							Split up some list/form classes, and get the 'approve' and 'cancel' links on group member queue working.  
						
						
						
						
					 
					
						2011-03-21 17:17:18 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						6bdb1053ad 
					 
					
						
						
							
							Pending members queue list -- doesn't yet allow approval.  
						
						
						
						
					 
					
						2011-03-21 16:40:10 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						471a480587 
					 
					
						
						
							
							Logic to have group joins turn into pending joins automatically when group is set to mod; allow users to cancel their pending group requests.  
						
						
						
						
					 
					
						2011-03-21 16:26:41 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						a54eb0941e 
					 
					
						
						
							
							Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.  
						
						
						
						
					 
					
						2011-03-21 15:05:36 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						541dfa04fe 
					 
					
						
						
							
							Switch things from calling Group_member::join & leave & calling events manually to running through Profile::joinGroup() && Profile::leaveGroup(), with the events encapsulated.  
						
						
						
						
					 
					
						2011-03-21 14:35:29 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						0bec9cfdbc 
					 
					
						
						
							
							Add request_queue table and user_group.join_policy column, for upcoming join & subscription moderation.  
						
						... 
						
						
						
						UI for setting the join policy is in, but not yet used. 
						
						
					 
					
						2011-03-21 13:51:13 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						089c10d5d8 
					 
					
						
						
							
							get_class -> class_exists for class loading hack (fixme for 1.0: make sure all these classes are in own files)  
						
						
						
						
					 
					
						2011-03-21 11:43:02 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0a71622aa7 
					 
					
						
						
							
							Widget automatically delegates unimplemented methods to  attribute  
						
						
						
						
					 
					
						2011-03-21 11:09:16 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						fc0ed76ebd 
					 
					
						
						
							
							Remove stray get_class() call  
						
						
						
						
					 
					
						2011-03-20 19:37:25 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						1fdc72f595 
					 
					
						
						
							
							Merge branch '0.9.x'  
						
						
						
						
					 
					
						2011-03-18 14:11:27 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						df4afee86c 
					 
					
						
						
							
							Tickets  #1610 ,  #1949 : show permalinks on Popular Notices, attachments aside sections  
						
						... 
						
						
						
						These mini notice lists were previously not actually showing links to the notices, making them hard to use. There was code to output a link, but it had been unused due to the config options triggering it not being set. The links also looked bad ("( see )" with bad spacing).
Replaced that code with a call into NoticeListItem's existing code to format a relative timestamp with the notice permalink, which looks nice. Used a div rather than p to avoid clearing the float, so it flows nicely. 
						
						
					 
					
						2011-03-18 14:09:41 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						4874ab0e7d 
					 
					
						
						
							
							Tickets  #1610 ,  #1949 : show permalinks on Popular Notices, attachments aside sections  
						
						... 
						
						
						
						These mini notice lists were previously not actually showing links to the notices, making them hard to use. There was code to output a link, but it had been unused due to the config options triggering it not being set. The links also looked bad ("( see )" with bad spacing).
Replaced that code with a call into NoticeListItem's existing code to format a relative timestamp with the notice permalink, which looks nice. Used a div rather than p to avoid clearing the float, so it flows nicely. 
						
						
					 
					
						2011-03-18 13:58:13 -07:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						a4e334a0ba 
					 
					
						
						
							
							Translator documentation added/updated.  
						
						... 
						
						
						
						i18n updates.
Superfluous whitespace removed. 
						
						
					 
					
						2011-03-18 18:03:41 +01:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						cf45c978d9 
					 
					
						
						
							
							Fixed issues with plural handling.  
						
						... 
						
						
						
						L10n/I18n updates.
Translator documentation added.
Superfluous whitespace removed. 
						
						
					 
					
						2011-03-18 17:59:51 +01:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						90a7631592 
					 
					
						
						
							
							Caching for conversation root lookup, some logic fixes in threaded view  
						
						
						
						
					 
					
						2011-03-17 17:36:53 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						0c2c73659c 
					 
					
						
						
							
							Use cached sources for favorites & repeats info on threaded notice lists  
						
						
						
						
					 
					
						2011-03-17 17:06:04 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						4afa3caae3 
					 
					
						
						
							
							ajax load for additional inline replies; /replies variant of conversationview  
						
						
						
						
					 
					
						2011-03-17 16:27:42 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						94ecfc3fcd 
					 
					
						
						
							
							Initial use of inline reply area for marking repeats...  
						
						
						
						
					 
					
						2011-03-17 15:17:45 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						c70fdef368 
					 
					
						
						
							
							Merge branch 'faves' into 1.0.x  
						
						
						
						
					 
					
						2011-03-17 14:48:14 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						ed6d5c6e7a 
					 
					
						
						
							
							Initial inline listing of favoriters  
						
						
						
						
					 
					
						2011-03-17 14:19:03 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						58d39153c6 
					 
					
						
						
							
							Favored lists in progress: 'foo, bar and baz'  
						
						
						
						
					 
					
						2011-03-17 13:51:55 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						6c236ab0ff 
					 
					
						
						
							
							work in progress  
						
						
						
						
					 
					
						2011-03-17 13:25:20 -07:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						8ef9d75bbc 
					 
					
						
						
							
							Work in progress: faves in the threaded reply area  
						
						
						
						
					 
					
						2011-03-17 13:07:17 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						60a237ac62 
					 
					
						
						
							
							some flushing in the UI  
						
						
						
						
					 
					
						2011-03-17 15:26:37 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						a430540155 
					 
					
						
						
							
							configuration option to bust frames or not  
						
						
						
						
					 
					
						2011-03-17 11:32:14 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						531400be6f 
					 
					
						
						
							
							upgrade lifecycle to release  
						
						
						
						
					 
					
						2011-03-17 09:58:41 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						409f5f5658 
					 
					
						
						
							
							alpha1 version of the software  
						
						
						
						
					 
					
						2011-03-17 09:21:26 -04:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						bd12546984 
					 
					
						
						
							
							Allow plugins to modify or append command help text; broke the command help down into pieces which also will aid translators in future, as the entire message blob won't change every time something gets fiddled with.  
						
						
						
						
					 
					
						2011-03-16 17:07:06 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f5bde9b693 
					 
					
						
						
							
							Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x  
						
						
						
						
					 
					
						2011-03-16 18:54:07 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0791d0034f 
					 
					
						
						
							
							return Ajax-y XML on exceptions  
						
						
						
						
					 
					
						2011-03-16 18:53:46 -04:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						a81a599d8a 
					 
					
						
						
							
							MESSAGES_PER_PAGE constant missing (merge error?)  
						
						
						
						
					 
					
						2011-03-16 11:11:06 -07:00 
						 
				 
			
				
					
						
							
							
								Samantha Doherty 
							
						 
					 
					
						
						
							
						
						5e40450efd 
					 
					
						
						
							
							Quick style update for profile blocks.  
						
						
						
						
					 
					
						2011-03-16 13:50:24 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						3692a09095 
					 
					
						
						
							
							Extended profile - add nav link to new profile block  
						
						
						
						
					 
					
						2011-03-16 10:30:57 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						c99f6f6afc 
					 
					
						
						
							
							remove a bunch of common_debug() calls for url shortening  
						
						
						
						
					 
					
						2011-03-16 10:26:14 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						32aa061c17 
					 
					
						
						
							
							remove debugging code for microapp  
						
						
						
						
					 
					
						2011-03-16 10:16:29 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						519bbfb2e9 
					 
					
						
						
							
							use <p> to keep stuff in profile block from bunching  
						
						
						
						
					 
					
						2011-03-16 10:03:28 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						410ca34ce9 
					 
					
						
						
							
							remove edit link from profileblock  
						
						
						
						
					 
					
						2011-03-16 09:59:36 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						07d9cca004 
					 
					
						
						
							
							fix bug with undefined variable  
						
						
						
						
					 
					
						2011-03-16 09:57:10 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						bbba1f6e16 
					 
					
						
						
							
							Show group actions in profile block  
						
						
						
						
					 
					
						2011-03-16 09:57:10 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						2d4554ea03 
					 
					
						
						
							
							Remove UserProfile class  
						
						
						
						
					 
					
						2011-03-16 09:57:10 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						3d68474e14 
					 
					
						
						
							
							move UserProfile actions to account profile block  
						
						
						
						
					 
					
						2011-03-16 09:57:10 -04:00