imperosol 
							
						 
					 
					
						
						
							
						
						3e8f3b9275 
					 
					
						
						
							
							feat: success message on membership creation  
						
						
						
						
					 
					
						2025-09-26 15:49:24 +02:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						c7363de44f 
					 
					
						
						
							
							improve new member form style  
						
						
						
						
					 
					
						2025-09-26 15:49:24 +02:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						966fe0ec0e 
					 
					
						
						
							
							fix: N+1 queries on old club members view  
						
						
						
						
					 
					
						2025-09-26 15:49:24 +02:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						fd0af3a804 
					 
					
						
						
							
							HTMXify club members page  
						
						
						
						
					 
					
						2025-09-26 15:49:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c6e86841b3
	 
					 
					
						
						
							
							Remove jquery remeanants  
						
						
						
						
					 
					
						2025-09-25 16:02:56 +02:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						83c96884d8 
					 
					
						
						
							
							add missing meta description tags  
						
						
						
						
					 
					
						2025-09-01 18:20:27 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Girod 
							
						 
					 
					
						
						
							
						
						54be8addeb 
					 
					
						
						
							
							remove laundry  
						
						
						
						
					 
					
						2025-05-26 09:10:35 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Girod 
							
						 
					 
					
						
						
							
						
						ad4afce67f 
					 
					
						
						
							
							fix club members tests  
						
						
						
						
					 
					
						2025-04-11 14:54:06 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Girod 
							
						 
					 
					
						
						
							
						
						c527e87fd1 
					 
					
						
						
							
							fix club edition page  
						
						
						
						
					 
					
						2025-04-04 11:00:31 +02:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						6dfd4e16e2 
					 
					
						
						
							
							remove accounting views  
						
						
						
						
					 
					
						2025-04-04 10:27:51 +02:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						fb4909fc36 
					 
					
						
						
							
							merge ClubEditView and ClubEditPropView  
						
						
						
						
					 
					
						2025-03-28 17:42:56 +01:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						805b146f17 
					 
					
						
						
							
							change Club.unix_name to Club.slug_name and remove it from forms  
						
						
						
						
					 
					
						2025-03-28 17:42:53 +01:00 
						 
				 
			
				
					
						
							
							
								imperosol 
							
						 
					 
					
						
						
							
						
						f764ce1585 
					 
					
						
						
							
							remove ClubStatView  
						
						
						
						
					 
					
						2025-03-28 17:40:52 +01:00 
						 
				 
			
				
					
						
							
							
								thomas girod 
							
						 
					 
					
						
						
							
						
						f71518ed6f 
					 
					
						
						
							
							Move deprecated paginate macro to a lower scope  
						
						
						
						
					 
					
						2024-09-27 11:21:33 +02:00 
						 
				 
			
				
					
						
							
							
								thomas girod 
							
						 
					 
					
						
						
							
						
						1800785b80 
					 
					
						
						
							
							generalize usage of the paginate_jinja macro  
						
						
						
						
					 
					
						2024-09-27 11:21:33 +02:00 
						 
				 
			
				
					
						
							
							
								thomas girod 
							
						 
					 
					
						
						
							
						
						b25805e0a1 
					 
					
						
						
							
							introduce djhtml as jinja+scss formater  
						
						
						
						
					 
					
						2024-07-25 16:46:45 +02:00 
						 
				 
			
				
					
						
							
							
								Julien Constant 
							
						 
					 
					
						
						
							
						
						d16bf12611 
					 
					
						
						
							
							Links update & translations typos fixes ( #671 )  
						
						... 
						
						
						
						* Remove BDF link (as BDF is now part of AE)
* Remove unused pages
* Fix typos
* Fix typo again 
						
						
					 
					
						2023-10-10 15:29:02 +02:00 
						 
				 
			
				
					
						
							
							
								thomas girod 
							
						 
					 
					
						
						
							
						
						ef968f3673 
					 
					
						
						
							
							Better usage of cache for groups and clubs related operations ( #634 )  
						
						... 
						
						
						
						* Better usage of cache for group retrieval
* Cache clearing on object deletion or update
* replace signals by save and delete override
* add is_anonymous check in is_owned_by
Add in many is_owned_by(self, user) methods that user is not anonymous. Since many of those functions do db queries, this should reduce a little bit the load of the db.
* Stricter usage of User.is_in_group
Constrain the parameters that can be passed to the function to make sure only a str or an int can be used. Also force to explicitly specify if the group id or the group name is used.
* write test and correct bugs
* remove forgotten populate commands
* Correct test 
						
						
					 
					
						2023-05-02 12:36:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						320a896610 
					 
					
						
						
							
							Fix tests and broken forms  
						
						
						
						
					 
					
						2022-08-04 17:20:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						274a7b7137
	 
					 
					
						
						
							
							core/club: allow adding custom js action to pagination link, useful for FormDetailView with pagination  
						
						
						
						
					 
					
						2019-11-28 01:46:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8dd2c02d3e
	 
					 
					
						
						
							
							club: add pagination for ClubSellingView  
						
						
						
						
					 
					
						2019-11-28 00:30:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af48553e35
	 
					 
					
						
						
							
							club: separation between archived products and non archived ones  
						
						
						
						
					 
					
						2019-11-27 16:23:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1fb9cc4c3
	 
					 
					
						
						
							
							clubs: remove moderator and club from mailing form + display not moderated mailings  
						
						
						
						
					 
					
						2019-05-09 17:43:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d07195881
	 
					 
					
						
						
							
							clubs: add bulk deletion on mailing lists  
						
						
						
						
					 
					
						2019-05-01 22:54:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0e39b8904 
					 
					
						
						
							
							clubs: rewrite MailingForm to include everything in one place  
						
						... 
						
						
						
						Everything is handled on the same view, no more redirection hacks
Remove get_context_data in DetailFormView since it's already done by django 
						
						
					 
					
						2019-05-01 15:49:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f72f0639ee
	 
					 
					
						
						
							
							clubs: display a message instead of a table when no member in a club  
						
						
						
						
					 
					
						2019-04-25 17:38:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						68f61a432a
	 
					 
					
						
						
							
							clubs: adapt tests to new display and fix form validation issue for start_date  
						
						
						
						
					 
					
						2019-04-25 17:31:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3eb3565a63
	 
					 
					
						
						
							
							clubs: nice display of bulk mark as old  
						
						
						
						
					 
					
						2019-04-25 16:36:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5ad2c5141
	 
					 
					
						
						
							
							clubs: Handle bulk add of users in clubs and refresh of the form handling  
						
						
						
						
					 
					
						2019-04-24 03:10:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6ab993b8d 
					 
					
						
						
							
							wiki: remove old markdown preview  
						
						
						
						
					 
					
						2018-12-20 14:32:52 +01:00 
						 
				 
			
				
					
						
							
							
								gnikwo 
							
						 
					 
					
						
						
							
						
						21b24f2891 
					 
					
						
						
							
							Club views and discussions fixes  
						
						
						
						
					 
					
						2017-11-28 15:12:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8146186447
	 
					 
					
						
						
							
							Fix some bugs in mailings with new club tools  
						
						
						
						
					 
					
						2017-10-06 11:09:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4800db3c2c
	 
					 
					
						
						
							
							Add auto generation for mailing lists  
						
						
						
						
					 
					
						2017-10-06 11:09:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						baa7be69e4
	 
					 
					
						
						
							
							Better integration of wiki pages on clubs  
						
						
						
						
					 
					
						2017-10-06 11:09:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c1cf2d7af
	 
					 
					
						
						
							
							Fix for club tools  
						
						
						
						
					 
					
						2017-10-06 11:09:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4026d076b3
	 
					 
					
						
						
							
							Forgoten migration from skia and fixed migration  
						
						
						
						
					 
					
						2017-10-06 11:09:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						db509bf060
	 
					 
					
						
						
							
							Nice club presentation  
						
						
						
						
					 
					
						2017-10-06 11:09:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe69cbcee1
	 
					 
					
						
						
							
							Add page for clubs and inactive clubs  
						
						
						
						
					 
					
						2017-10-06 11:09:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f6109e27c 
					 
					
						
						
							
							Refactor mailings email  
						
						
						
						
					 
					
						2017-08-22 22:39:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						470680e760 
					 
					
						
						
							
							Add moderation for mailing lists  
						
						
						
						
					 
					
						2017-08-22 15:36:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76efb91e40 
					 
					
						
						
							
							Move mailing list admin to com  
						
						
						
						
					 
					
						2017-08-22 15:36:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						69e997d587 
					 
					
						
						
							
							Refactoring mailings  
						
						
						
						
					 
					
						2017-08-22 15:36:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c9f02a142 
					 
					
						
						
							
							Add fetch function for DSI  
						
						
						
						
					 
					
						2017-08-22 15:36:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9cb88a878d 
					 
					
						
						
							
							Even better mailing  
						
						
						
						
					 
					
						2017-08-22 15:36:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						feaf6b73b7 
					 
					
						
						
							
							Begin mailing list system  
						
						
						
						
					 
					
						2017-08-22 15:36:39 +02:00 
						 
				 
			
				
					
						
							
							
								Skia 
							
						 
					 
					
						
						
							
						
						f2b2ff533d 
					 
					
						
						
							
							Rename Matmat to Trombi  
						
						
						
						
					 
					
						2017-05-10 22:17:05 +02:00 
						 
				 
			
				
					
						
							
							
								Skia 
							
						 
					 
					
						
						
							
						
						b3bc33a319 
					 
					
						
						
							
							Add first Matmat' app  
						
						
						
						
					 
					
						2017-05-10 19:19:33 +02:00 
						 
				 
			
				
					
						
							
							
								Skia 
							
						 
					 
					
						
						
							
						
						3cf1628435 
					 
					
						
						
							
							Fix weekmail new article link  
						
						
						
						
					 
					
						2017-03-24 14:01:05 +01:00 
						 
				 
			
				
					
						
							
							
								Skia 
							
						 
					 
					
						
						
							
						
						097d238962 
					 
					
						
						
							
							Improve weekmail  
						
						
						
						
					 
					
						2017-01-15 22:58:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c71c18d1b 
					 
					
						
						
							
							--amend  
						
						
						
						
					 
					
						2017-01-05 18:02:02 +01:00