Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						ed13c9a098 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-08-20 21:30:04 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						31556e3c00 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-08-15 16:32:26 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						7fcdc1a9ed 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-07-21 14:49:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						eb90389a22 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-07-01 13:02:21 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						89aebb4ef0 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-06-18 18:14:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						c3f081c583 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-06-05 21:15:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						158140a118 
					 
					
						
						
							
							Add translator documentation.  
						
						 
						
						... 
						
						
						
						Whitespace updates.
i18n fixes. 
						
						
					 
					
						2011-06-05 19:58:11 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						7c5fb37e59 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-06-05 11:50:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						d4aef7a007 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-05-05 23:24:49 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						1e2d317b9c 
					 
					
						
						
							
							remove action-specific from RequireValidatedEmail  
						
						 
						
						
						
						
					 
					
						2011-05-02 11:21:37 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5d72b600a1 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-27 14:53:02 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						cb8eb4d307 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-20 10:19:58 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						997b0933ea 
					 
					
						
						
							
							Don't use bogus event in emailregistration  
						
						 
						
						... 
						
						
						
						I was trying to be smart by calling the same registration event as 'register'
when doing EmailRegistration. However, that event is so low-bandwidth that plugins
go fingerpoken in all the attributes and call methods on the passed-in action and
things like that.
So, now we just fall back to using the low-level stuff, catch any
exceptions, and feel happy. Some stuff might not work, but it's
generally anti-spam stuff more suited to public sites. 
						
						
					 
					
						2011-04-18 19:33:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						13ae3ab259 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-18 13:41:15 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5f3dbc3e98 
					 
					
						
						
							
							Localisation updates  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-17 20:30:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						409550e1dc 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-13 15:48:18 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						0644cdb6d0 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-11 15:10:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						396a0c08b3 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-09 20:53:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						09523a19d7 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-03 15:35:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						d2a2575648 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-04-01 22:59:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						4ac471f380 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-03-31 23:30:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						14456cbbb2 
					 
					
						
						
							
							Fix gettext domain for messages in plugins "_()" to "_m()".  
						
						 
						
						... 
						
						
						
						Some other i18n and L10n updates, too.
i18n/L10n review not complete. 
						
						
					 
					
						2011-03-30 22:31:23 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5bb6fae307 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-03-18 20:59:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						7a9b989349 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						... 
						
						
						
						Location information removed from translation files with msgmerge --no-location to decrease size of files and reduce diff size. Unfortunately there does not appear to be a setting in msgmerge or msgattrib to remove the extracted comments ("#.") from translation files. If you do know of such a switch, please let me know! 
						
						
					 
					
						2011-03-06 02:52:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5fd9767e80 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						... 
						
						
						
						* Fix previous commit. Pot files were built against master instead of 1.0.x. 
						
						
					 
					
						2011-03-03 18:39:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						0210b765ad 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						... 
						
						
						
						Looks like some documentation patches from 0.9.x didn't make it into 1.0.x (see statusnet.pot diff). Have to check with Brion what went wrong there. 
						
						
					 
					
						2011-03-03 18:21:17 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						78eed32781 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-02-26 00:34:44 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						1508193df4 
					 
					
						
						
							
							fix layout of form with magic hoohaw  
						
						 
						
						
						
						
					 
					
						2011-02-25 13:18:28 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						2b995c943f 
					 
					
						
						
							
							allow access to confirm first for not-logged-in users  
						
						 
						
						
						
						
					 
					
						2011-02-25 12:56:21 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						7c192dabe2 
					 
					
						
						
							
							Let users who aren't allowed to login confirm their email separately  
						
						 
						
						
						
						
					 
					
						2011-02-25 08:01:41 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						bf8a3c1931 
					 
					
						
						
							
							disallow login for users without validated email  
						
						 
						
						
						
						
					 
					
						2011-02-21 16:20:10 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						e6e402cefd 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2011-01-29 23:10:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						7c3f820ff0 
					 
					
						
						
							
							Ticket  #2999 : RequireValidatedEmail plugin now also prevents group creation by unvalidated users.  
						
						 
						
						
						
						
					 
					
						2011-01-20 13:05:58 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						cf824621b9 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2010-12-16 16:30:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						ed0e91c7a1 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2010-11-29 20:28:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						7a564276a9 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2010-10-28 01:58:43 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						fb32108707 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2010-10-20 19:51:49 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						bee51e1cec 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2010-10-20 02:43:14 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5ee4e52488 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2010-10-20 01:24:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						e6df1b19df 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net  
						
						 
						
						
						
						
					 
					
						2010-10-18 22:03:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f11c1c77ca 
					 
					
						
						
							
							Merge remote branch 'gitorious/0.9.x' into 0.9.x  
						
						 
						
						
						
						
					 
					
						2010-10-12 11:16:14 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5215423ea9 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net .  
						
						 
						
						
						
						
					 
					
						2010-10-09 16:15:48 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						1e3d5f8025 
					 
					
						
						
							
							hide notice form if not able to post  
						
						 
						
						
						
						
					 
					
						2010-10-07 10:32:29 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						8d2ccee3f6 
					 
					
						
						
							
							PHPCS-clean RequireValidateEmail  
						
						 
						
						
						
						
					 
					
						2010-10-07 09:13:38 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						458512aafd 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net  
						
						 
						
						
						
						
					 
					
						2010-10-03 22:46:38 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						ec7ab3af4d 
					 
					
						
						
							
							Localisation updates from  http://translatewiki.net  
						
						 
						
						... 
						
						
						
						* first export of L10n for languages other than English. Could use some testing/QA. 
						
						
					 
					
						2010-09-28 01:09:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						870be512d2 
					 
					
						
						
							
							Update POT files for plugins.  
						
						 
						
						
						
						
					 
					
						2010-09-23 00:37:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						8135f7d960 
					 
					
						
						
							
							Update pot files for plugins.  
						
						 
						
						
						
						
					 
					
						2010-09-19 00:24:48 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						977472bcf6 
					 
					
						
						
							
							remove superfluous whitespace  
						
						 
						
						
						
						
					 
					
						2010-09-18 14:39:06 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						db1d348135 
					 
					
						
						
							
							Update/add pot files for plugins.  
						
						 
						
						
						
						
					 
					
						2010-09-15 01:16:45 +02:00