Commit graph

2341 commits

Author SHA1 Message Date
Joel Addison
bf94b789d6 Update button styles
Replace Bootstrap 3 button default style with Bootstrap 4 equivalent.
2020-01-05 12:10:42 +10:00
Joel Addison
fe7628b36e Improve credit note page
Add link back to attendee and source invoice.
Add page title and spacing to page layout.
2020-01-05 12:02:12 +10:00
Joel Addison
d4b0b52253 Registrasion updates
Show applied vouchers on attendee registration admin page.
Add head title and page title to more areas.
Update the dashboard to show warning for empty categories and have
button to open voucher page.
Fix exception on attendee page when user does not have attendee object.
2020-01-05 00:34:17 +10:00
Joel Addison
0420fa6b1a Hide unpublished talks from schedule
Use the unpublish flag on presentations to hide them from the schedule
grid/mobile view as well as the schedule lists.
Show unpublished indicator for staff.
2019-12-17 22:40:21 +10:00
Joel Addison
bc6e0d7675 Adjust tracks on mobile schedule
Only display track if slot is not exclusive. Always use the first room
assisgned to the slot to determine the track name.
2019-12-15 20:56:54 +10:00
Joel Addison
40f3169aba Update download button 2019-12-15 18:02:16 +10:00
Clinton Roy
9644af2fe6 better dummy user creation, dev only 2019-12-15 18:02:16 +10:00
Clinton Roy
a8062255ea links to alternative forms of the schedule. 2019-12-15 18:02:16 +10:00
Joel Addison
bc0f49f391 Fix presentation detail
Do not retrieve schedule if it does not exist for proposal kind section.
Do not show slot information if slot is not assigned.
2019-12-15 16:02:44 +10:00
Joel Addison
eb1193b265 Enable slot admin editable grid 2019-12-15 14:49:46 +10:00
Joel Addison
0d6890c849 Fix schedule day view
Retrieve day from URL on page load and open the schedule for that day.
2019-12-15 14:49:00 +10:00
Joel Addison
89a11ac558 Update mobile schedule
Display track details on talks if available.
Show day end time slot as per desktop view.
2019-12-15 14:46:11 +10:00
Joel Addison
0faf935653 Fix schedule edit
Use main base template instead of intermediate base.
Remove references to Bootstrap 3 and update to Bootstrap 4.
Add edit button to standard grid/mobile view instead of duplicating.
2019-12-15 14:45:00 +10:00
Joel Addison
ecea304d8b Fix comment 2019-10-30 09:18:08 +10:00
Joel Addison
a5de57b63d Update dummy presentations script
Set title and abstract on talk proposals when creating them.
2019-10-30 09:17:40 +10:00
Joel Addison
f52477c9b4 Add button to update invoice
Allow the recipient on an invoice to be updated without creating a new invoice.
This allows fixing of mistakes easily, especially for when it is given to someone
else to pay and a new invoice would be confusing.
2019-10-30 09:16:55 +10:00
Joel Addison
e529983759 Add social cards to template 2019-10-23 09:43:42 +10:00
Joel Addison
cbea9ec0e1 Improved dashboard styling
Display proposals in rows and columns, instead of all on one row.
Fix spacing for sections on the page.
Improve small screen display of page.
2019-10-22 09:28:47 +10:00
Clinton Roy
283aa5d22b make a slot for exclusive events with no allocated rooms, things like food breaks. 2019-10-21 22:17:57 +10:00
Joel Addison
249adba527 Improve schedule - speaker nav
Add link to speaker profile from presentation detail page.
Include twitter and homepage on speaker profile.
2019-10-21 09:21:25 +10:00
Joel Addison
4f28eb00a1 Remove unused intermediate templates 2019-10-21 09:08:04 +10:00
Joel Addison
929388220c Update speaker styling
Use site base template for all pages.
Fix speaker profile to work with Bootstrap 4.
2019-10-21 09:07:50 +10:00
Joel Addison
1022a42cf7 Styling for schedule
Update to Bootstrap 4 throughout.
Remove unused blocks and elements from past conferences.
Ensure schedule works in print mode.
2019-10-20 23:16:29 +10:00
Joel Addison
7365eeacc8 Use dummy cache in dev mode 2019-10-20 22:59:07 +10:00
Clinton Roy
f8a963dd36 test csvs, just to show styling issues. 2019-10-19 11:38:29 +10:00
Clinton Roy
a23f22dd09 a couple of fixmes, that kinda undermine the whole idea. 2019-10-19 11:38:29 +10:00
Clinton Roy
0d380cd8fc refactor a bit. 2019-10-19 11:38:29 +10:00
Clinton Roy
20469223cb go from proposal, to presentation, to slot, to slotroom. 2019-10-19 11:38:29 +10:00
Clinton Roy
8badb0cb99 first stab at making a room slot, still not quite there, think i have to make a separate slot for each time slot 2019-10-19 11:38:29 +10:00
Clinton Roy
92adbb3314 first stab at linking presentations to slots. 2019-10-19 11:38:29 +10:00
Clinton Roy
1243e499e3 correct imports. make a few more dummy proposals 2019-10-19 11:38:29 +10:00
Clinton Roy
8a5ee6837b remove unused imports 2019-10-19 11:38:29 +10:00
Clinton Roy
a7f26de2fe making slots. 2019-10-19 11:38:29 +10:00
Clinton Roy
f70345ba8a dummy presentations to play with 2019-10-19 11:38:29 +10:00
Clinton Roy
ed21bc0335 mandate both csv files, so that we can always get room order. actually finding/creating objects 2019-10-19 11:38:29 +10:00
Clinton Roy
619a311487 basic parsing of talks csv 2019-10-19 11:38:29 +10:00
Clinton Roy
2591a943fe basic parsing of timeslots. 2019-10-19 11:38:29 +10:00
Joel Addison
effa0a0fb4 Update to Boostrap 4.3.1 2019-10-14 23:28:57 +10:00
Joel Addison
c7985bed99 Update sass dependencies 2019-10-14 23:28:24 +10:00
Joel Addison
c85a98f25c Update django and saml
Use latest django and saml libraries.
2019-10-14 23:28:04 +10:00
Joel Addison
a06be640a4 Update registration report data tables
Use latest version of DataTables CSS and JS.
Change to Bootstrap 4 styles for DataTables.
2019-10-14 22:28:41 +10:00
Joel Addison
37a02c1704 Update review pages
Show the same options for reviews on the dashboard and on review screens.
Add title to all pages within the review section.
2019-10-14 21:26:49 +10:00
Joel Addison
6fb6809316 Improve registration report formatting
Show title in list instead of method name.
Add page title and head title to reports.
2019-10-13 22:22:15 +10:00
Joel Addison
de9066a4cb Update flatpages 2019-10-13 22:18:58 +10:00
Joel Addison
fa97cc07e8 Change to relative urls for inventory 2019-10-13 21:34:08 +10:00
Joel Addison
5380a510d5 Fix display of GST amount
Move GST rate to settings. Set to Australian GST rate.
2019-10-13 21:34:08 +10:00
Ben Stevens
b35d9c8bc6 Fix incorrect marrakesh URL in flatpages.json 2019-10-09 23:23:49 +10:00
Ben Stevens
665ad60eb3 Update accommodation fixture with live data 2019-10-08 21:04:19 +10:00
Joel Addison
dcae60d491 Fix price filter
Label or help text could be unassigned, so convert to empty string.
2019-10-03 01:13:26 +10:00
Joel Addison
94f8837288 Allow admin to manage own proposals
Do not block admins from changing votes, result or messaging
on their own proposals.
2019-10-02 23:27:51 +10:00