pgeu-web.git
7 years agoHide "Open for" sections on events page with no content
Magnus Hagander [Mon, 3 Sep 2018 08:48:58 +0000 (10:48 +0200)]
Hide "Open for" sections on events page with no content

7 years agoRemove extra </div>
Magnus Hagander [Mon, 3 Sep 2018 08:47:04 +0000 (10:47 +0200)]
Remove extra </div>

Masked by previous error in the base template.

7 years agoAdd missing </div>
Magnus Hagander [Mon, 3 Sep 2018 08:46:59 +0000 (10:46 +0200)]
Add missing </div>

7 years agoMake invoice form load the full jquery and not the slim one
Magnus Hagander [Mon, 3 Sep 2018 08:38:43 +0000 (10:38 +0200)]
Make invoice form load the full jquery and not the slim one

This is needed to access the $.ajax() functionality.

7 years agoAdd a block "pagescript" for on-page scripts
Magnus Hagander [Mon, 3 Sep 2018 08:37:31 +0000 (10:37 +0200)]
Add a block "pagescript" for on-page scripts

These are scripts that need to run after jquery has loaded (for
example).

7 years agoMake it possible to override the jquery include
Magnus Hagander [Mon, 3 Sep 2018 08:36:48 +0000 (10:36 +0200)]
Make it possible to override the jquery include

This allows for example including a different version of jquery than the
default.

7 years agoFix typo
Magnus Hagander [Mon, 3 Sep 2018 08:32:55 +0000 (10:32 +0200)]
Fix typo

7 years agoNew base design for www.postgresql.eu website
Magnus Hagander [Fri, 31 Aug 2018 13:03:37 +0000 (15:03 +0200)]
New base design for www.postgresql.eu website

This replaces the base design with something that's a lot more modern,
based on bootstrap etc. Lots of inspiration from the updated main
postgresql.org website. Also is at least attempting to be a little bit
responsive, unlike previous website.

Also restructures the event section completely, to be able to more focus
on the events that we run.

Does not change anything fundamental in the backend systems, and
*should* have no effect on downstream conferences as those templates are
just wrapped in a different otuside now.

7 years agoAdd a member_context to all requeests
Magnus Hagander [Mon, 3 Sep 2018 07:57:00 +0000 (09:57 +0200)]
Add a member_context to all requeests

This adds a lazy object "member" which accesses the membershpi
information for the currently logged in user (if logged in). It's lazy
evaluated so we don't end up querying the database for it unless needed.

7 years agoFix accounting search function
Magnus Hagander [Sun, 2 Sep 2018 18:03:59 +0000 (20:03 +0200)]
Fix accounting search function

7 years agoEven more event merge failures
Magnus Hagander [Sun, 2 Sep 2018 17:34:26 +0000 (19:34 +0200)]
Even more event merge failures

7 years agoMore merge failure cleanups
Magnus Hagander [Sun, 2 Sep 2018 17:33:24 +0000 (19:33 +0200)]
More merge failure cleanups

7 years agoRemove more references to events
Magnus Hagander [Sun, 2 Sep 2018 17:32:47 +0000 (19:32 +0200)]
Remove more references to events

Fallout from a merge failure :/

7 years agoRemove reference in admin
Magnus Hagander [Sun, 2 Sep 2018 17:32:10 +0000 (19:32 +0200)]
Remove reference in admin

7 years agoAdd promotional fields to conference and series
Magnus Hagander [Sun, 2 Sep 2018 17:30:23 +0000 (19:30 +0200)]
Add promotional fields to conference and series

This adds field to enable/disable promotion of a conference, along with
a text and an image field for it. It also adds an intro text to
conference series, as they are now used to promote events.

7 years agoRemove support for standalone events
Magnus Hagander [Sun, 2 Sep 2018 17:29:07 +0000 (19:29 +0200)]
Remove support for standalone events

It wasn't actively used for a long time, having been replaced with our
full confreg system.

7 years agoFix braintree payment fees view
Magnus Hagander [Sun, 2 Sep 2018 10:48:26 +0000 (12:48 +0200)]
Fix braintree payment fees view

This has been broken since payment fees started being tracked, but
apparently nobody ever viewed a braintree invoice that had been paid
before :)

7 years agoImport font-awesome 4.7
Magnus Hagander [Fri, 31 Aug 2018 13:18:29 +0000 (15:18 +0200)]
Import font-awesome 4.7

7 years agoAdd a django validator for urls-pointing-to-pictures
Magnus Hagander [Fri, 31 Aug 2018 13:16:41 +0000 (15:16 +0200)]
Add a django validator for urls-pointing-to-pictures

7 years agoAdd 'now' function to jinja templates
Magnus Hagander [Fri, 31 Aug 2018 13:05:44 +0000 (15:05 +0200)]
Add 'now' function to jinja templates

7 years agoFix schedule creation error when no rooms are defined
Magnus Hagander [Thu, 30 Aug 2018 19:22:10 +0000 (21:22 +0200)]
Fix schedule creation error when no rooms are defined

This would previously report that there are no slots defined, due to a
join against rooms. So instead, load the list of rooms first, and give a
specific error message if they're missing.

Patch mainly from ads, though I moved the check even further up.

7 years agoShow invoice autocancel times for additional options in backend view
Magnus Hagander [Wed, 29 Aug 2018 11:04:32 +0000 (13:04 +0200)]
Show invoice autocancel times for additional options in backend view

7 years agoAllow conference administrators to save schedule
Magnus Hagander [Wed, 29 Aug 2018 09:06:33 +0000 (11:06 +0200)]
Allow conference administrators to save schedule

This should not require superuser, but it does require the conference
admin (and not all talkvoters) as it changes things on the conference
website.

7 years agoWrap "full info" link on sessionlist in <span>
Daniel Gustafsson [Mon, 27 Aug 2018 09:21:31 +0000 (11:21 +0200)]
Wrap "full info" link on sessionlist in <span>

Make it possible to hide the "full information" link on the session
list template by wrapping it in a span with a class. When the list
is embedded on the conference website the link makes little sense
and is somewhat confusing.

7 years agoUpdate wording on sessionvotes loading panel
Daniel Gustafsson [Mon, 27 Aug 2018 08:58:53 +0000 (10:58 +0200)]
Update wording on sessionvotes loading panel

Replace "Nothing Yet" with "Loading submissions" as that it what
the dialog actually means.

7 years agoUse none function instead of default filter
Daniel Gustafsson [Mon, 27 Aug 2018 08:36:12 +0000 (10:36 +0200)]
Use none function instead of default filter

The default filter is a Django templatr construction, and broke
the Jinja template. Use the "none" function in Jinja instead to
fix the template.

7 years agoUse correct filtername for default
Daniel Gustafsson [Mon, 27 Aug 2018 08:32:53 +0000 (10:32 +0200)]
Use correct filtername for default

7 years agoUse a default trackname for unallocated talks
Daniel Gustafsson [Mon, 27 Aug 2018 08:27:02 +0000 (10:27 +0200)]
Use a default trackname for unallocated talks

In the sessionlist, when a talk hasn't been allocated a track it
shows up as "None" as the Python None object is translated to a
string. Override None tracks with 'General' instead to make the
sessionlist less confusing before it's complete.

7 years agoShow session id on talk voting page
Magnus Hagander [Fri, 24 Aug 2018 10:20:42 +0000 (12:20 +0200)]
Show session id on talk voting page

Per request from ads, this should be useful when discussing talks,to
avoid having to copy/paste the whole talk title.

7 years agoAdd row numbering to talk vote page
Magnus Hagander [Fri, 24 Aug 2018 09:32:31 +0000 (11:32 +0200)]
Add row numbering to talk vote page

Since we can now filter out talks, it makes the row numbering a lot more
useful.

7 years agoMake it possible to filter talkvote list by status
Magnus Hagander [Fri, 24 Aug 2018 09:29:15 +0000 (11:29 +0200)]
Make it possible to filter talkvote list by status

7 years agoAllow talk vote status change by admins
Magnus Hagander [Fri, 24 Aug 2018 08:52:52 +0000 (10:52 +0200)]
Allow talk vote status change by admins

Previously it was only possible to change the status if someone was
*both* a voter *and* an admin. But the admins would still get the button
(but not talkvoters).

7 years agoFix typo in cancel reg popup
Daniel Gustafsson [Thu, 23 Aug 2018 19:34:03 +0000 (21:34 +0200)]
Fix typo in cancel reg popup

7 years agoAutomatically cascade deletes to conference session votes
Magnus Hagander [Thu, 16 Aug 2018 20:52:22 +0000 (22:52 +0200)]
Automatically cascade deletes to conference session votes

Without this, a session that had votes on it would not be possible to
delete.

7 years agoProperly support markdown when previewing session abstracts
Magnus Hagander [Tue, 14 Aug 2018 11:17:20 +0000 (13:17 +0200)]
Properly support markdown when previewing session abstracts

In the voting page, we should parse the markdown in the preview, since
it's supported in abstracts in general.

7 years agoAllow administrators to view talk voting page without throwing exception
Magnus Hagander [Mon, 13 Aug 2018 20:36:25 +0000 (22:36 +0200)]
Allow administrators to view talk voting page without throwing exception

They can of course not vote (and this was already protected for at the
actual endpoints), just view the overview without throwing.

7 years agoDon't crash speaker lookup on speakers with no userid
Magnus Hagander [Mon, 13 Aug 2018 20:27:47 +0000 (22:27 +0200)]
Don't crash speaker lookup on speakers with no userid

These would either be old migrated speakers or speakers who have been
added manually into the system (which we really shouldn't do..)

7 years agoChange voting comment to be text instead of varchar(200)
Magnus Hagander [Mon, 13 Aug 2018 20:23:30 +0000 (22:23 +0200)]
Change voting comment to be text instead of varchar(200)

No reason to limit it in the new interface.

7 years agoAttempt to fix sessionvotes rendering
Daniel Gustafsson [Fri, 10 Aug 2018 12:50:46 +0000 (14:50 +0200)]
Attempt to fix sessionvotes rendering

The .live function was removed in jQuery 1.9, causing the sessions
list to not display as it's rendered hidden. This is a mostly blind
attempt at fixing the issue.

7 years agoMinor documentation touch-ups
Daniel Gustafsson [Fri, 20 Jul 2018 15:05:48 +0000 (17:05 +0200)]
Minor documentation touch-ups

Nothing interesting, just minor things spotted while reading.

7 years agoAdd invoice payment information to sponsor admin page
Daniel Gustafsson [Fri, 20 Jul 2018 11:25:17 +0000 (13:25 +0200)]
Add invoice payment information to sponsor admin page

The invoicing information is present on the sponsorship dashboard,
but not on the detailed sponsorship view which can be confusing.
This adds the payment information on the detailed admin page.

7 years agoClarify wording on notification queue draining
Daniel Gustafsson [Fri, 20 Jul 2018 07:15:19 +0000 (09:15 +0200)]
Clarify wording on notification queue draining

While it's true that the speakers of the sessions will be attendees
of the conference, they probably won't be at this point. I had to
read code to ensure myself this wasn't sending a notification to
all registered attendees of the conference (which it doesn't), so
to spare myself the same excercise the next time reword the text
to make it clear.

7 years agoRevert "Add the membership navigation menu to the invoices list"
Guillaume Lelarge [Wed, 18 Jul 2018 08:43:39 +0000 (10:43 +0200)]
Revert "Add the membership navigation menu to the invoices list"

This reverts commit 2e016b9ecaab521356297ab17f4a9072f10aed35.

7 years agoAdd the nav menu to invoice pages.
Dave Page [Wed, 18 Jul 2018 08:37:54 +0000 (09:37 +0100)]
Add the nav menu to invoice pages.

7 years agoAdd the membership navigation menu to the invoices list
Guillaume Lelarge [Wed, 18 Jul 2018 08:35:51 +0000 (10:35 +0200)]
Add the membership navigation menu to the invoices list

7 years agoUpdate date on the statutes
Guillaume Lelarge [Wed, 27 Jun 2018 09:45:40 +0000 (11:45 +0200)]
Update date on the statutes

7 years agoAdd a link to member's invoices to the membership page.
Guillaume Lelarge [Wed, 18 Jul 2018 08:27:51 +0000 (09:27 +0100)]
Add a link to member's invoices to the membership page.

7 years agoWiden buttons on registration dashboard
Daniel Gustafsson [Tue, 17 Jul 2018 20:24:33 +0000 (22:24 +0200)]
Widen buttons on registration dashboard

The buttons dooesn't fit the text on them, and since their styling
was inline with !important it couldn't be fixed by the conference
overrides. Fix by widening the button and removing !important. This
lipsticking the pig to handle the current event taking place, all
the inline CSS needs to removed at some point but thats another
patch.

7 years agoWrap sessionlink in div element to allow styling
Daniel Gustafsson [Tue, 17 Jul 2018 20:14:09 +0000 (22:14 +0200)]
Wrap sessionlink in div element to allow styling

The "Back" link on session and speaker display currently takes the
user to the sessionlist, which may not be where the user actually
came from. This wraps the link in a div element such that an event
can hide it with visibility settings in the override CSS in case it
doesn't make sense.

7 years agoFix typo
Magnus Hagander [Tue, 17 Jul 2018 15:02:33 +0000 (17:02 +0200)]
Fix typo

7 years agoSeparate pending invoices from overdue one for confirmed sponsors
Magnus Hagander [Tue, 17 Jul 2018 15:01:45 +0000 (17:01 +0200)]
Separate pending invoices from overdue one for confirmed sponsors

7 years agoMake it possible to clear a voucher code from a registration
Magnus Hagander [Tue, 17 Jul 2018 14:46:51 +0000 (16:46 +0200)]
Make it possible to clear a voucher code from a registration

For example, if somebody is "hogging" a code without proceeding to
finish their registration, make it possible to clear a code from the
registratino without resorting to superuser editing.

A code can only be removed if the registration does not have an invoice
or bulk payment (of course).

7 years agoRemove duplicate alert messages code and styles
Magnus Hagander [Tue, 17 Jul 2018 09:37:19 +0000 (11:37 +0200)]
Remove duplicate alert messages code and styles

All pages inheriting from confadmin_base.html already process alert
messages using that template. Having it on the admin benefits made the
same message show up twice on the same page.

In passing remove CSS that used to be used for messages on timereports
but aren't anymore.

7 years agoMake unconfirmed benefits a bit more compact
Magnus Hagander [Mon, 16 Jul 2018 14:46:37 +0000 (16:46 +0200)]
Make unconfirmed benefits a bit more compact

7 years agoAdd some spacing between buttons
Magnus Hagander [Mon, 16 Jul 2018 14:43:27 +0000 (16:43 +0200)]
Add some spacing between buttons

7 years agoFix incorrect colspan
Magnus Hagander [Mon, 16 Jul 2018 14:03:30 +0000 (16:03 +0200)]
Fix incorrect colspan

7 years agoWarning text about changing sponsorship benefits
Magnus Hagander [Mon, 16 Jul 2018 13:31:54 +0000 (15:31 +0200)]
Warning text about changing sponsorship benefits

7 years agoRemove global superuser link
Magnus Hagander [Mon, 16 Jul 2018 13:30:42 +0000 (15:30 +0200)]
Remove global superuser link

We should really never use this anymore, so get rid of it.

7 years agoAdd basic docs for sponsorship side of things
Magnus Hagander [Mon, 16 Jul 2018 13:26:57 +0000 (15:26 +0200)]
Add basic docs for sponsorship side of things

7 years agoIndicate invoice status for pending sponsors
Magnus Hagander [Mon, 16 Jul 2018 13:18:17 +0000 (15:18 +0200)]
Indicate invoice status for pending sponsors

7 years agoAdd proper backend editor for sponsors
Magnus Hagander [Mon, 16 Jul 2018 12:37:34 +0000 (14:37 +0200)]
Add proper backend editor for sponsors

No need to use the django admin interface anymore!

7 years agoUse bootstrap accordion in admin interface
Magnus Hagander [Mon, 16 Jul 2018 12:25:40 +0000 (14:25 +0200)]
Use bootstrap accordion in admin interface

Avoid conflicts with jquery-ui

7 years agoUpgrade bootstrap and jquery to later minor releases
Magnus Hagander [Mon, 16 Jul 2018 12:07:50 +0000 (14:07 +0200)]
Upgrade bootstrap and jquery to later minor releases

Leave the old jquery around for non-confreg parts

7 years agoStyle fixes for sponsorship backend interface
Magnus Hagander [Mon, 16 Jul 2018 11:32:40 +0000 (13:32 +0200)]
Style fixes for sponsorship backend interface

7 years agoMake it even more clear why IBAN transfers are discouraged
Magnus Hagander [Fri, 13 Jul 2018 15:46:22 +0000 (17:46 +0200)]
Make it even more clear why IBAN transfers are discouraged

7 years agoMake it possible to use HTML in payment method description
Magnus Hagander [Fri, 13 Jul 2018 15:45:50 +0000 (17:45 +0200)]
Make it possible to use HTML in payment method description

This makes it possible to use boldface and such things in particular --
use with care, but all the strings come from the code so there's no
risk.

7 years agoInclude username in backend listings of speaker edit
Magnus Hagander [Fri, 13 Jul 2018 11:25:42 +0000 (13:25 +0200)]
Include username in backend listings of speaker edit

7 years agoUpdate invoice reminder text
Magnus Hagander [Thu, 12 Jul 2018 11:23:36 +0000 (13:23 +0200)]
Update invoice reminder text

Make it more clear that the auto-cancellation of invoices is
non-reversible, and that they should check their sending bank account to
look for automated returns.

7 years agoMinor doc touch-ups and typo fixes
Daniel Gustafsson [Mon, 9 Jul 2018 20:32:08 +0000 (22:32 +0200)]
Minor doc touch-ups and typo fixes

7 years agoAdd filter-by-track to talkvoting page
Magnus Hagander [Mon, 9 Jul 2018 14:58:22 +0000 (16:58 +0200)]
Add filter-by-track to talkvoting page

This makes it possible to use it indepdently for voting for training for
example, but also for removing things like training and breaks from the
list of sessions when voting.

7 years agoFix styling for back button on session notification queue
Magnus Hagander [Mon, 9 Jul 2018 14:18:08 +0000 (16:18 +0200)]
Fix styling for back button on session notification queue

7 years agoMove talk voting links into /admin/
Magnus Hagander [Mon, 9 Jul 2018 14:16:48 +0000 (16:16 +0200)]
Move talk voting links into /admin/

7 years agoAdd edit session button to conference voting page
Magnus Hagander [Mon, 9 Jul 2018 14:14:50 +0000 (16:14 +0200)]
Add edit session button to conference voting page

If smaller things have to be adjusted, allow conference admins to do so.

7 years agoAttempt to simplify talk voting pages
Magnus Hagander [Mon, 9 Jul 2018 14:09:25 +0000 (16:09 +0200)]
Attempt to simplify talk voting pages

This merges a couple of changes:

1. Each individual vote is cast by selection in dropdown and is
   immediately ajax-posted to the backend, so there is no huge save
   button for everything that risks overwriting other fields. Changing
   the vote will automatically update the average value based on the
   changes (and other changes made by others).
2. No dedicated text-edit box for own comments. Instead, own comments
   are listed alongside other comments, and there is an edit button that
   brings up a popup and lets the comment be edited.
3. No popup windows for talk descriptions. Instead, accordions are used,
   so clicking the title will expand the description in-line. This also
   makes it a lot easier to handle things like copy/paste from the
   descriptions.

7 years agoFix link to pending session notifications
Magnus Hagander [Mon, 9 Jul 2018 14:05:22 +0000 (16:05 +0200)]
Fix link to pending session notifications

7 years agoMake it possible to make waitlist offers until a certain time
Magnus Hagander [Mon, 9 Jul 2018 12:01:56 +0000 (14:01 +0200)]
Make it possible to make waitlist offers until a certain time

Previously it was only possible to say "<n>" hours, which made the
administrator do the calculation to make sure the offer didn't expire in
the middle of the night etc.

With this it's now possible to either extend an offer for a certain
number of hours, or until a certain point in time.

In both cases, the fields default to 48 hours from the current time.

7 years agoMake it possible to cancel a waitlist offer
Magnus Hagander [Mon, 9 Jul 2018 11:59:14 +0000 (13:59 +0200)]
Make it possible to cancel a waitlist offer

Previously it was only possible to remove a user from the waitlist when
they did not have an active offer, and one had to wait until the offer
expired to to that. Now we can cancel the offer but leave them on the
waitlist, and then decide if we want to cancel the waitlist completely
as a second step.

7 years agoApply styling to old-style buttons in backend views
Magnus Hagander [Mon, 9 Jul 2018 11:13:25 +0000 (13:13 +0200)]
Apply styling to old-style buttons in backend views

In passing also make sure that all views have the appropriate "back"
buttons at the bottom.

7 years agoAdd admin functionality to edit a signup response
Magnus Hagander [Mon, 9 Jul 2018 11:00:55 +0000 (13:00 +0200)]
Add admin functionality to edit a signup response

This allows the admin to override a response given by an attendee, or to
change it based on information received via other means such as email.

7 years agoBasic documentation for confreg system
Magnus Hagander [Mon, 9 Jul 2018 08:37:56 +0000 (10:37 +0200)]
Basic documentation for confreg system

This adds basic contextual aware documentation to the confreg system
(sponsorship system not yet included, but will be at some point in the
future). A help link is added to the top right part of the navigation
bar, which links to (potentially context aware) help pages.

Docs live in markdown format in the repo and are rendered as django
views, inside the framework. Graphs that are used are generated using
graphviz, but checked into the repo both as .dot and as .svg to not make
graphviz a dependency for anything other than actually changing the
graphs. The docs view in django basically does the markdown rendering
straight up but also knows how to inline the svg graphs specifically.

7 years agoRender HTML date input fields for invoice dates
Magnus Hagander [Fri, 6 Jul 2018 14:50:28 +0000 (16:50 +0200)]
Render HTML date input fields for invoice dates

Can't do the canceltime yet since it uses both date and time, and there
is no proper browser support for that yet. So that will be a separate
step.

7 years agoMove HTML 5 date input widget to utils
Magnus Hagander [Fri, 6 Jul 2018 14:49:46 +0000 (16:49 +0200)]
Move HTML 5 date input widget to utils

So it can be used in other places than the backend editors. While at it
make it also handle the case where a DateTime is sent to the field even
though it's only supposed to edit the date part.

7 years agoDon't allow textchoices on numeric answers in feedback setup
Magnus Hagander [Thu, 5 Jul 2018 14:51:00 +0000 (16:51 +0200)]
Don't allow textchoices on numeric answers in feedback setup

7 years agoVolunteer ical link should not be on admin page
Magnus Hagander [Thu, 5 Jul 2018 14:19:55 +0000 (16:19 +0200)]
Volunteer ical link should not be on admin page

7 years agoCurrent posted data must always be included in selectize fields
Magnus Hagander [Tue, 3 Jul 2018 10:29:23 +0000 (11:29 +0100)]
Current posted data must always be included in selectize fields

This fixes the fix in the previous commit

7 years agoDon't try to get current field values before object is created
Magnus Hagander [Tue, 3 Jul 2018 10:22:48 +0000 (11:22 +0100)]
Don't try to get current field values before object is created

7 years agoStop crashing on forms with no selectize fields
Magnus Hagander [Mon, 2 Jul 2018 11:31:20 +0000 (13:31 +0200)]
Stop crashing on forms with no selectize fields

7 years agoMake the conference editing form use fieldsets
Magnus Hagander [Mon, 2 Jul 2018 10:28:15 +0000 (12:28 +0200)]
Make the conference editing form use fieldsets

7 years agoAdd support for using fieldsets in backend forms
Magnus Hagander [Mon, 2 Jul 2018 10:28:03 +0000 (12:28 +0200)]
Add support for using fieldsets in backend forms

This will help make the big forms a lot more readable

7 years agoFix code spelling errors in cannot-happen paths
Magnus Hagander [Fri, 29 Jun 2018 11:30:30 +0000 (13:30 +0200)]
Fix code spelling errors in cannot-happen paths

7 years agoDon't store return values if we're not going to use them
Magnus Hagander [Fri, 29 Jun 2018 11:30:17 +0000 (13:30 +0200)]
Don't store return values if we're not going to use them

7 years agoRemove unused variable
Magnus Hagander [Fri, 29 Jun 2018 11:29:55 +0000 (13:29 +0200)]
Remove unused variable

7 years agoAdd missing return
Magnus Hagander [Fri, 29 Jun 2018 11:29:45 +0000 (13:29 +0200)]
Add missing return

7 years agoFix incorrect exception names
Magnus Hagander [Fri, 29 Jun 2018 11:29:25 +0000 (13:29 +0200)]
Fix incorrect exception names

7 years agoRemove a number of unused imports
Magnus Hagander [Fri, 29 Jun 2018 11:28:51 +0000 (13:28 +0200)]
Remove a number of unused imports

7 years agoFix /admin/ interface for registrations without user accounts
Magnus Hagander [Fri, 29 Jun 2018 10:57:49 +0000 (12:57 +0200)]
Fix /admin/ interface for registrations without user accounts

These can show up since we added the ability to register for somebody
else, and if such an account was made a volunteer of a conference, the
/admin/ interface would crash (the backend interface would still work,
which is how the data can get in there in the first place)

7 years agoMake selectize fields in backend load entries dynamically
Magnus Hagander [Fri, 29 Jun 2018 10:45:26 +0000 (12:45 +0200)]
Make selectize fields in backend load entries dynamically

Poplating three dropdowns with every single user on the system becomes a
bit inefficient (to the point that the form in production started
approaching 1Mb in size and took a lot of time to load).

So instead of doing that, make the selectize fields load their contents
dynamically through an Ajax call. To do this, implement three lookups
for accounts, registrations and speakers.

7 years agoFix conference editing
Magnus Hagander [Thu, 28 Jun 2018 11:56:41 +0000 (13:56 +0200)]
Fix conference editing

Broke the lookups for volunteers when conference became null

7 years agoSet verbose name on a number of fields on Conference
Magnus Hagander [Thu, 28 Jun 2018 11:18:19 +0000 (13:18 +0200)]
Set verbose name on a number of fields on Conference

7 years agoImplement editor for conference series
Magnus Hagander [Thu, 28 Jun 2018 11:02:09 +0000 (13:02 +0200)]
Implement editor for conference series