Evan Prodromou 
							
						 
					 
					
						
						
							
						
						c3d08132dc 
					 
					
						
						
							
							update tags docs  
						
						
						
						
					 
					
						2011-09-30 14:53:01 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						1094e7c2c6 
					 
					
						
						
							
							Update openid docs  
						
						
						
						
					 
					
						2011-09-30 14:52:51 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f1eb96fc95 
					 
					
						
						
							
							bring about page up-to-date  
						
						
						
						
					 
					
						2011-09-30 14:33:08 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						2892f70d18 
					 
					
						
						
							
							bookmarklet is now part of Bookmark plugin  
						
						
						
						
					 
					
						2011-09-30 14:31:27 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						a64f49fb17 
					 
					
						
						
							
							remove OpenMicroblogging help page  
						
						
						
						
					 
					
						2011-09-30 14:30:48 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						d250d0161a 
					 
					
						
						
							
							more modern main help page  
						
						
						
						
					 
					
						2011-09-30 14:30:21 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						4af466f1a6 
					 
					
						
						
							
							Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x  
						
						
						
						
					 
					
						2011-09-30 14:25:06 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						82badb19c7 
					 
					
						
						
							
							Move docs menu to site primary menu  
						
						
						
						
					 
					
						2011-09-30 14:24:27 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						89ecda2c52 
					 
					
						
						
							
							Home stub nav for admin, settings, and docs  
						
						
						
						
					 
					
						2011-09-30 14:24:03 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						df72adcd2d 
					 
					
						
						
							
							remove bad old badge code  
						
						
						
						
					 
					
						2011-09-30 14:23:30 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f4ca0f7c5b 
					 
					
						
						
							
							remove dup lists doc  
						
						
						
						
					 
					
						2011-09-30 14:23:05 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						e7ef9e2117 
					 
					
						
						
							
							Remove gettext wrapper from log msg  
						
						
						
						
					 
					
						2011-09-30 18:20:22 +00:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						1d2a3be88e 
					 
					
						
						
							
							Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x  
						
						
						
						
					 
					
						2011-09-30 18:15:38 +00:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						fd62f6b934 
					 
					
						
						
							
							Don't throw exception if bookmark has no attachments; log error and render as normal notice instead.  
						
						
						
						
					 
					
						2011-09-30 18:13:25 +00:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						1b94625f2f 
					 
					
						
						
							
							add an href for homepage link  
						
						
						
						
					 
					
						2011-09-30 13:22:15 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						e3c010a870 
					 
					
						
						
							
							try to check whether file exists over and over and over  
						
						
						
						
					 
					
						2011-09-30 13:03:42 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f2a98e2329 
					 
					
						
						
							
							show group aliases on group profile block  
						
						
						
						
					 
					
						2011-09-30 12:23:10 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						636455ad82 
					 
					
						
						
							
							Fix conflict between URL parameter and POST parameter with groups  
						
						... 
						
						
						
						Group edit page is at /group/:nickname/edit. There's also a form
parameter named 'nickname'. The two were conflicting.
I changed the form parameter to 'newnickname' and it works.
I'm not sure how this ever worked before, though. 
						
						
					 
					
						2011-09-30 11:48:00 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						794dea4894 
					 
					
						
						
							
							Merge branch 'groupspagination' into 1.0.x  
						
						
						
						
					 
					
						2011-09-30 11:39:07 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						cd6e0a920f 
					 
					
						
						
							
							slightly better usergroups pagination  
						
						
						
						
					 
					
						2011-09-30 11:38:54 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						cd3bc8f4ef 
					 
					
						
						
							
							correct groups from Profile::getGroups()  
						
						
						
						
					 
					
						2011-09-30 11:38:06 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						d07780b478 
					 
					
						
						
							
							Output native PEAR DB errors to the log file  
						
						
						
						
					 
					
						2011-09-30 10:46:51 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						9c2e454901 
					 
					
						
						
							
							It's the End of the World as We Know It (And I Feel Fine)  
						
						... 
						
						
						
						We had planned to change over to using Beastie Boys song titles for
the 1.x series of StatusNet releases, but with the end of REM last
week, the team thought naming one last StatusNet version after an REM
song was a nice tribute, and a good way to announce what we think this
release means. 
						
						
					 
					
						2011-09-30 10:19:54 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						4e5af7513c 
					 
					
						
						
							
							50px more for bookmarklet popup  
						
						
						
						
					 
					
						2011-09-30 10:15:40 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						2e8d92dbe9 
					 
					
						
						
							
							use the 'top' action for bookmarklet popup  
						
						
						
						
					 
					
						2011-09-30 10:10:15 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0e439117a7 
					 
					
						
						
							
							replace 'public' in documentation with 'top'  
						
						
						
						
					 
					
						2011-09-30 10:09:41 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						9ba736c032 
					 
					
						
						
							
							Add a dummy 'top' action to take you to the main page of the site  
						
						
						
						
					 
					
						2011-09-30 09:45:17 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						3aad58c37f 
					 
					
						
						
							
							Only show some profiles in events  
						
						
						
						
					 
					
						2011-09-30 09:40:15 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						5df3c8bc4b 
					 
					
						
						
							
							Show the list of repeaters in threaded notice list  
						
						
						
						
					 
					
						2011-09-29 23:41:51 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						fb406a81e2 
					 
					
						
						
							
							allow / at end of group, user page  
						
						
						
						
					 
					
						2011-09-29 22:59:18 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						9dfa406493 
					 
					
						
						
							
							Merge branch '1.0.x' into testing  
						
						
						
						
					 
					
						2011-09-29 22:28:44 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						ba4bda9beb 
					 
					
						
						
							
							Fix display of group admin avatars  
						
						
						
						
					 
					
						2011-09-30 00:57:54 +00:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						51b7af41d4 
					 
					
						
						
							
							Show homepage on profile  
						
						
						
						
					 
					
						2011-09-29 20:26:01 +00:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						d438a55434 
					 
					
						
						
							
							Fix navigation for SubMirrorPlugin  
						
						
						
						
					 
					
						2011-09-29 20:11:51 +00:00 
						 
				 
			
				
					
						
							
							
								Samantha Doherty 
							
						 
					 
					
						
						
							
						
						d51a93ddb9 
					 
					
						
						
							
							Quick style for event attendee avatar lists.  
						
						
						
						
					 
					
						2011-09-29 16:00:10 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						699a90f11c 
					 
					
						
						
							
							Show Event attendees in mini-list  
						
						
						
						
					 
					
						2011-09-29 15:12:30 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0316e279d7 
					 
					
						
						
							
							Merge branch 'testing' of gitorious.org:statusnet/mainline into testing  
						
						
						
						
					 
					
						2011-09-29 12:32:09 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						32845a1051 
					 
					
						
						
							
							Make lists work in single-user mode  
						
						... 
						
						
						
						Added routes to the router for list pages in single-user mode.
For each of the actions in those routes, use the global single-user
nickname rather than a nickname URL argument to determine the tagger ID.
In nav, and for Ajax, provide the right nicknames. 
						
						
					 
					
						2011-09-29 12:29:12 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						2cbfc8cb8e 
					 
					
						
						
							
							Fix navigation for SubMirrorPlugin  
						
						
						
						
					 
					
						2011-09-29 07:58:52 +00:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						797e187acb 
					 
					
						
						
							
							Merge commit 'refs/merge-requests/174' of git://gitorious.org/statusnet/mainline into merge-requests/174  
						
						
						
						
					 
					
						2011-09-28 16:14:42 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						82770601e2 
					 
					
						
						
							
							Remove config.php.sample  
						
						... 
						
						
						
						This file is really, really out-of-date. We've got admin panels, and
we've got a long document (CONFIGURE) on how to do this. Using
config.php.sample as a starting point is a bad idea. 
						
						
					 
					
						2011-09-28 16:11:12 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						c70c7db1c5 
					 
					
						
						
							
							Remove unique key on file_thumbnail.url  
						
						... 
						
						
						
						We're getting "DB error: already exists" on thumbnails coming from
embed.ly. We don't need this to be unique, so let's avoid that. 
						
						
					 
					
						2011-09-28 15:48:20 -04:00 
						 
				 
			
				
					
						
							
							
								Scott Sweeny 
							
						 
					 
					
						
						
							
						
						94b524d6dc 
					 
					
						
						
							
							plugins/MobileProfile/MobileProfilePlugin.php: add 'maemo' to recognized devices  
						
						
						
						
					 
					
						2011-09-27 23:54:42 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						8ca9f33f45 
					 
					
						
						
							
							Merge branch 'testing' of gitorious.org:statusnet/mainline into testing  
						
						
						
						
					 
					
						2011-09-27 16:59:43 +00:00 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						cd30c94096 
					 
					
						
						
							
							Move check for valid access token to the right place  
						
						
						
						
					 
					
						2011-09-27 16:59:10 +00:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						baeb84ebb3 
					 
					
						
						
							
							Remove unsupported hcard action from xrd  
						
						
						
						
					 
					
						2011-09-27 11:49:38 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						23e02ea76a 
					 
					
						
						
							
							Merge branch '1.0.x' into testing  
						
						
						
						
					 
					
						2011-09-27 11:45:24 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						9f954eddc5 
					 
					
						
						
							
							remove unsupported hcard action  
						
						
						
						
					 
					
						2011-09-27 11:43:41 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						9143d4f384 
					 
					
						
						
							
							Merge branch '1.0.x' into testing  
						
						
						
						
					 
					
						2011-09-27 11:33:13 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						3a267aa549 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/testing' into testing  
						
						
						
						
					 
					
						2011-09-27 11:33:01 -04:00