index
:
pgeu-system.git
master
PostgreSQL Europe Conference and Membership management system.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postgresqleu
/
confreg
/
util.py
Age
Commit message (
Expand
)
Author
2024-05-14
Add ability to low-level queue emails in the future
Magnus Hagander
2023-11-01
Implement pending registration transfers with invoices
Magnus Hagander
2023-10-27
Add functions to send sponsor/conference emails without templates
Magnus Hagander
2023-09-20
Re-send policy email instead of welcome email if policy not accepted
Magnus Hagander
2023-07-31
Implement conference policy confirmation
Magnus Hagander
2023-03-06
Factor out send_attachment_email to separate function
Magnus Hagander
2023-02-14
Add misisng import
Magnus Hagander
2023-01-18
Move render_conference_response to util.py
Magnus Hagander
2022-10-18
Add core support for non-dejavu ttf fonts
Magnus Hagander
2022-06-25
Add more details in registration edit logging
Magnus Hagander
2022-04-02
Remove an attendee from signups when canceled
Magnus Hagander
2022-02-05
Make it possible to turn on/off jinja for a conference
Magnus Hagander
2021-12-27
Centralize and fix calculation of VAT totals for registrations
Magnus Hagander
2021-10-13
Make the location of TTF fonts configurable
Magnus Hagander
2021-07-10
Implement conference JWT tokens
Magnus Hagander
2020-07-13
Remove unused imports
Magnus Hagander
2020-05-18
Complete overhaul of social media integrations
Magnus Hagander
2020-05-06
Centralize conference notification sending
Magnus Hagander
2020-04-12
Enable full timezone management
Magnus Hagander
2020-03-31
Create abstraction for getting "today"
Magnus Hagander
2020-03-23
Don't send removal notices to regs added by third parties
Magnus Hagander
2020-03-23
Fix deletion of unpaid registrations
Magnus Hagander
2020-03-17
Add basic registration activity log
Magnus Hagander
2020-03-17
Track canceled registrations
Magnus Hagander
2020-03-12
Create wrapper function to get a conference from urlname
Magnus Hagander
2020-03-12
Replace datetime.now() with timezone.now()
Magnus Hagander
2020-01-08
Style and minor fixes pointed out by newer version of pep8
Magnus Hagander
2019-07-08
Add button to registration dashbaord to re-send welcome email
Magnus Hagander
2019-05-04
Add missing import
Magnus Hagander
2019-05-04
Centralize subject prefixing for conference emails
Magnus Hagander
2019-05-03
Change outgoing emails from confreg and confsponsor to use template
Magnus Hagander
2019-05-03
Move conference mail templates to jinja
Magnus Hagander
2019-01-10
Manual pep8 fixes
Magnus Hagander
2019-01-10
Import related fixes from 2to3
Magnus Hagander
2019-01-10
Generic changes for python3 from 2to3
Magnus Hagander
2019-01-04
Use proper floor division operator
Magnus Hagander
2019-01-04
Fix sibling imports
Magnus Hagander
2018-12-28
Configurable notifications for conferences
Magnus Hagander
2018-12-28
pep8 fixes for previous commits....
Magnus Hagander
2018-12-28
Re-think how refunds are handled
Magnus Hagander
2018-12-26
Rename jinjabadge to jinjapdf
Magnus Hagander
2018-12-26
Create ticketing and check-in system
Magnus Hagander
2018-12-19
Add support for emailing individual attendees
Magnus Hagander
2018-12-16
Move root of backendviews/forms/lookups into util
Magnus Hagander
2018-12-15
Move get_authenticated_conference to util.py
Magnus Hagander
2018-12-14
Properly use "is" and "is not" for comparing with None
Magnus Hagander
2018-12-14
not x in y --> x not in y
Magnus Hagander
2018-12-14
Fix blankline related warnings
Magnus Hagander
2018-12-14
Fix spacing around parameter names
Magnus Hagander
2018-12-14
Fix spacing around operators
Magnus Hagander
[next]