The Great URL Rename (TM) project
authorMagnus Hagander <magnus@hagander.net>
Wed, 27 Dec 2017 13:52:08 +0000 (14:52 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 27 Dec 2017 14:00:06 +0000 (15:00 +0100)
commitc561e1e862c1865ed17ff1b7a8875b9ff1969402
treeb155df05b962a14841473a5b6d28294d3280c6ef
parentbd6cd48c49b965a3ffeecff0674f70e4627cd010
The Great URL Rename (TM) project

This commit changes almost every confreg URL in the system, from using
the pattern /events/action/conference to using
/events/conference/action. E.g. /events/register/someconf/ to
/events/someconf/register/.

The reason for this is that all pages that belong to one event now live
under /events/eventname/, making it more predictable and enablinge some
easier changes in the future as well.

Redirects are implemented for all the older URLs (except there is of
course likely something missed somewhere...).
26 files changed:
postgresqleu/confreg/invoicehandler.py
postgresqleu/confreg/views.py
postgresqleu/confwiki/views.py
postgresqleu/urls.py
template.jinja/confreg/callforpapers.html
template.jinja/confreg/callforpapersconfirmed.html
template.jinja/confreg/feedbacknotyet.html
template.jinja/confreg/registration_dashboard.html
template.jinja/confreg/session.html
template.jinja/confreg/session_feedback.html
template.jinja/confreg/speakerprofile.html
template.jinja/confreg/volunteer_schedule.html
template/confreg/admin_dashboard_single.html
template/confreg/mail/additionaloption_expired.txt
template/confreg/mail/attendee_stalled_registration.txt
template/confreg/mail/prepaid_vouchers.txt
template/confreg/mail/session_notify.txt
template/confreg/mail/speaker_empty_profile.txt
template/confreg/mail/speaker_empty_submission.txt
template/confreg/mail/speaker_remind_confirm.txt
template/confreg/mail/speaker_remind_register.txt
template/confreg/mail/waitlist_expired.txt
template/confreg/mail/waitlist_offer.txt
template/confreg/schedule.ical
template/confreg/sessionvotes.html
template/confwiki/admin_edit_form.html