bornhack-website/src
2019-05-12 18:57:04 +02:00
..
backoffice set invoice_date and creditor for expenses for reimbursements 2019-04-07 17:28:56 +02:00
bar Show only camp bar products. 2018-08-16 18:27:59 +02:00
bornhack add missing import 2019-04-07 16:34:41 +02:00
camps New logo on 2019 frontpage (#322) 2019-05-12 18:57:04 +02:00
economy Get rid of wrapt hack. Django 2.2 introduced setup() method on views. Yay! 2019-04-02 12:32:12 +02:00
events new content submission flow monster commit of doom. fixes a large part of #191. Split out /program/ urls into a seperate program/urls.py file in the program: URL namespace. Change call for speakers to call for participation everywhere (I think). Add boolean fields call_for_participation_open and call_for_sponsors_open to Camp model. Switch to font-awesome 5.0.13 and update <i> tags everywhere accordingly. Introduce Tracks so all Events belong to a Track, which in turn belongs to a Camp. Add seperate forms for submitting SpeakerProposals and EventProposals so we can set labels and help_text according to EventType, and remove fields we dont need. Remove Pictures from Speaker and SpeakerProposals, it was almost never used, and was a lot of code/complexity. Remove a few PROPOSAL_STATUS namely DRAFT and MODIFIED_AFTER_APPROVAL to simplify the workflow for submitters. Add description, icon and host_title fields to EventType. Add a CombinedProposalSubmitView which allows users to submit a SpeakerProposal and EventProposal from the same page, introducing a new requirements.txt dependency for django-betterforms==1.1.4. Update bootstrap-devsite to match the new reality. 2018-05-20 18:16:20 +02:00
feedback Display feedback a bit better. 2018-08-22 12:59:53 +02:00
info Fix some outstanding issues with the team controlled info categories functionality. 2018-06-21 09:19:09 +02:00
ircbot move debug logging so channel messages are not logged, the bot doesn't handle any channel messages anyway and we dont want the data 2018-06-03 22:39:05 +02:00
news Remove urlize filter from news items, we already have linkified in the commonmark filter. 2019-03-17 14:49:52 +01:00
people Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
profiles Use OrderProductRelationForm to validate stock when adding a new product to order, also make it possible to update the quantity of a product on the product detail page if it is already in the current order. 2019-03-27 23:34:44 +01:00
program Make start and end nonnull. 2019-03-18 23:54:06 +01:00
requirements Bump django from 2.2 to 2.2.1 in /src/requirements 2019-05-02 06:55:46 +00:00
rideshare Add missing non-db migrations. 2018-08-15 11:31:00 +02:00
shop Blackness. 2019-03-29 22:19:49 +01:00
sponsors changed sponsor logo to be filename only (#280) 2018-11-20 00:20:37 +01:00
static_src New logo on 2019 frontpage (#322) 2019-05-12 18:57:04 +02:00
teams Make edit button blue. 2019-03-12 12:12:01 +01:00
templates add bank account details to contact page 2019-05-12 18:04:32 +02:00
tickets Keep view code in the respective apps, implement the template in the profiles app. 2019-03-26 21:22:54 +01:00
tokens Add missing migration from adding ordering to Token model. 2019-03-27 20:25:41 +01:00
utils Make sure we do not get an IntegrityError because we are trying to create a new user with the same username as already created by another factory. 2019-03-29 15:59:07 +01:00
vendor readd submodule with the correct branch 2017-04-02 20:21:12 +02:00
villages Fix village update view. 2018-06-24 00:41:58 +02:00
manage.py Calling manage outside of src/ 2017-08-28 21:54:04 +02:00