Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								929b381cec 
								
							 
						 
						
							
							
								
								Show year only.  
							
							
							
						 
						
							2015-03-04 14:46:35 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								e54aff906c 
								
							 
						 
						
							
							
								
								This is by year, not by date.  
							
							
							
						 
						
							2015-03-04 14:45:56 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								f3eeca0969 
								
							 
						 
						
							
							
								
								reverse date for index of blog posts (HT tony)  
							
							
							
						 
						
							2015-03-04 14:43:37 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								c9d97e8f0f 
								
							 
						 
						
							
							
								
								Year should be listed, not first day of Jan.  
							
							
							
						 
						
							2015-03-04 14:39:35 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								20e258e000 
								
							 
						 
						
							
							
								
								Minor formatting change.  
							
							
							
						 
						
							2015-03-04 13:04:44 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								b7e31128a0 
								
							 
						 
						
							
							
								
								Improve pagination links and text in template.  
							
							... 
							
							
							
							This should correct various issues with pagination in the press
releases. 
							
						 
						
							2015-03-04 12:48:54 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								47b446cd3b 
								
							 
						 
						
							
							
								
								Correct template path name.  
							
							
							
						 
						
							2015-03-04 12:42:42 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								c478c2165b 
								
							 
						 
						
							
							
								
								import render_to_response  
							
							
							
						 
						
							2015-03-04 12:35:30 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								87c68de62a 
								
							 
						 
						
							
							
								
								news_queryset is what we wanted here, not news.  
							
							
							
						 
						
							2015-03-04 12:33:12 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								076345298e 
								
							 
						 
						
							
							
								
								Allow additional arguments to listing() call.  
							
							... 
							
							
							
							The urls setup of old gave us various arguments at call time for
custom_index(), and some where useful.  Hopefully, listing() can support
the same type of system, over time, once adapted.  Here's an attempt to
get it started, first by supporting paginate_by. 
							
						 
						
							2015-03-04 12:30:54 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								317dd24206 
								
							 
						 
						
							
							
								
								Remove custom_index() method from news view.  
							
							... 
							
							
							
							I don't believe custom_index() should be used anymore given that we have
this new listing setup.  At least, that's what I surmise based on
current error messages.  I may bring this back if removing it breaks
something else. 
							
						 
						
							2015-03-04 12:28:03 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								888d6c3589 
								
							 
						 
						
							
							
								
								Don't just call this "object", say what it is.  
							
							
							
						 
						
							2015-03-04 12:23:22 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								00995bff4d 
								
							 
						 
						
							
							
								
								Fix cut and paste error from documentation  
							
							... 
							
							
							
							This is trying to build a pagination of a news queryset.
HT tmarble for pointing this out. 
							
						 
						
							2015-03-04 12:22:33 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								5c7710954b 
								
							 
						 
						
							
							
								
								Attempt to use Django 1.7 Paginator object.  
							
							... 
							
							
							
							Upon reading
  https://docs.djangoproject.com/en/1.7/topics/pagination/#using-paginator-in-a-view 
I wonder if we should simply follow this model for pagination of news
items.  I've attempted to adapt that herein.  This is a first attempt
and likely will have issues. 
							
						 
						
							2015-03-04 12:08:39 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tom Marble 
								
							 
						 
						
							
							
							
							
								
							
							
								f742f86f4b 
								
							 
						 
						
							
							
								
								fixed /admin  
							
							
							
						 
						
							2015-03-04 19:30:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tom Marble 
								
							 
						 
						
							
							
							
							
								
							
							
								86e1646f8f 
								
							 
						 
						
							
							
								
								Fixed "(page of)" thing at the top of news  
							
							
							
						 
						
							2015-03-03 19:23:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tom Marble 
								
							 
						 
						
							
							
							
							
								
							
							
								2bf594b86c 
								
							 
						 
						
							
							
								
								First pass at migration to Django 1.7  
							
							
							
						 
						
							2015-03-03 18:40:18 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								029ca68386 
								
							 
						 
						
							
							
								
								FOSDEM event is over.  
							
							
							
						 
						
							2015-02-13 13:12:48 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								4595ec20e8 
								
							 
						 
						
							
							
								
								1201 Long Form Comment as filed.  
							
							
							
						 
						
							2015-02-09 11:08:59 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								eda33642c1 
								
							 
						 
						
							
							
								
								Paragraph about Outreachy in member project list.  
							
							... 
							
							
							
							This is as was provided from press release. 
							
						 
						
							2015-02-04 17:14:44 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								ed270e40c1 
								
							 
						 
						
							
							
								
								Correct bad div in events page: sidebar gone.  
							
							
							
						 
						
							2015-01-30 17:07:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								1f7772d09a 
								
							 
						 
						
							
							
								
								Revert last change: wrong file!  
							
							
							
						 
						
							2015-01-30 17:07:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								a4a3dfd432 
								
							 
						 
						
							
							
								
								Fix event page formatting from bad div.  
							
							
							
						 
						
							2015-01-30 17:04:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								983c119c0e 
								
							 
						 
						
							
							
								
								Remove side box as well.  
							
							
							
						 
						
							2015-01-30 14:34:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								9591c15928 
								
							 
						 
						
							
							
								
								No longer allow signup for the dinner tonight.  
							
							
							
						 
						
							2015-01-30 14:26:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								e3a93bb75d 
								
							 
						 
						
							
							
								
								Make it abundantly clear everyone can come.  
							
							... 
							
							
							
							Karen got feedback that some people were confused about who can attend.
This change makes it more abundantly clear everyone can attend. 
							
						 
						
							2015-01-23 17:00:29 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								8ec4e600c5 
								
							 
						 
						
							
							
								
								This should link to the #annual portion.  
							
							
							
						 
						
							2015-01-21 15:13:28 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								17a35a345e 
								
							 
						 
						
							
							
								
								This is my last attempt to get vertically aligned.  
							
							
							
						 
						
							2015-01-20 20:16:55 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								2b352ef63f 
								
							 
						 
						
							
							
								
								Fix tag.  
							
							
							
						 
						
							2015-01-20 20:14:15 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								eb4fe73074 
								
							 
						 
						
							
							
								
								Seems in the p is better?  
							
							
							
						 
						
							2015-01-20 20:13:37 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								c77ee15682 
								
							 
						 
						
							
							
								
								YA attempt to center vertically.  
							
							
							
						 
						
							2015-01-20 20:12:21 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								f78374e382 
								
							 
						 
						
							
							
								
								One more attempt to make this look better.  
							
							
							
						 
						
							2015-01-20 20:10:42 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								b1906dde34 
								
							 
						 
						
							
							
								
								More hacking to center.  
							
							
							
						 
						
							2015-01-20 20:10:01 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								ca597149b6 
								
							 
						 
						
							
							
								
								Quick hack to hopefully center align.  
							
							
							
						 
						
							2015-01-20 20:09:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								808513a9f1 
								
							 
						 
						
							
							
								
								use div's for sponsor stuff.  
							
							
							
						 
						
							2015-01-20 20:06:41 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								cd5e4a9c74 
								
							 
						 
						
							
							
								
								Make this an hr  
							
							
							
						 
						
							2015-01-20 20:04:49 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								8905d96f8f 
								
							 
						 
						
							
							
								
								This looks better.  
							
							
							
						 
						
							2015-01-20 20:04:11 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								f7fef3309c 
								
							 
						 
						
							
							
								
								Pull it down a bit on the page.  
							
							
							
						 
						
							2015-01-20 20:03:34 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								7b9110ea22 
								
							 
						 
						
							
							
								
								Add Google sponsor at end.  
							
							
							
						 
						
							2015-01-20 20:02:47 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								03e82f30c5 
								
							 
						 
						
							
							
								
								Link to annual supporter here.  
							
							
							
						 
						
							2015-01-20 18:34:27 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								51d08296f0 
								
							 
						 
						
							
							
								
								Fix quote.  
							
							
							
						 
						
							2015-01-20 18:23:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								39fad54ede 
								
							 
						 
						
							
							
								
								Remove errant email address paste.  
							
							
							
						 
						
							2015-01-20 18:22:33 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								5771d6e0a7 
								
							 
						 
						
							
							
								
								Fix accent mark.  
							
							
							
						 
						
							2015-01-20 18:21:11 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								c246843ee9 
								
							 
						 
						
							
							
								
								Clarify what existing supporters should do.  
							
							
							
						 
						
							2015-01-20 18:20:24 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								57124b5f2f 
								
							 
						 
						
							
							
								
								Label as amount per ticket.  
							
							
							
						 
						
							2015-01-20 18:10:08 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								f6cb68f50a 
								
							 
						 
						
							
							
								
								Change size to make this shorter.  
							
							
							
						 
						
							2015-01-20 18:03:28 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								577a4b01f5 
								
							 
						 
						
							
							
								
								br formatting.  
							
							
							
						 
						
							2015-01-20 18:02:52 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								5fd4ca8627 
								
							 
						 
						
							
							
								
								Correct title.  
							
							
							
						 
						
							2015-01-20 18:02:46 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								a1f9be5e31 
								
							 
						 
						
							
							
								
								Attempt to add quantity.  
							
							
							
						 
						
							2015-01-20 17:58:56 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bradley M. Kuhn 
								
							 
						 
						
							
							
							
							
								
							
							
								cb60dd3cd0 
								
							 
						 
						
							
							
								
								Rework RSVP text; increase on-site cost.  
							
							
							
						 
						
							2015-01-20 17:00:36 -05:00