James Polley
8ded9ff4fc
Remove reference to analytics.html
...
Don't know what it was, but it currently doesn't exist.
2017-10-15 14:29:33 +10:00
James Polley
493306bfff
update favico
2017-10-14 16:47:17 +11:00
James Polley
e18cfc4704
Rework navbar to have a consistent look with the static site.
2017-10-14 16:47:06 +11:00
James Polley
cd4c640c1b
Allow filter of team memberships by state
2017-10-14 14:31:57 +11:00
James Polley
f460e88850
Merge branch 'ticket-testing' into 'master'
...
Final preparations for miniconf CFP golive
See merge request LCA2018/symposion_app!65
2017-10-13 23:56:38 +00:00
James Polley
06eae1df07
Add environment labels for deploy jobs
2017-10-14 10:32:46 +11:00
James Polley
5689fd3fce
Open DevDevDev immediately, no close
...
https://rt.lca2018.org/Ticket/Display.html?id=499
2017-10-13 18:43:34 +11:00
James Polley
d7bf6d721a
Set start/end dates for FP miniconf
...
https://rt.lca2018.org/Ticket/Display.html?id=510
2017-10-13 18:37:59 +11:00
James Polley
dfc9c003cc
Update start dates for miniconfs
2017-10-13 18:35:32 +11:00
James Polley
5832745148
Add missing </div> so that available teams is properly positioned
2017-10-13 18:35:32 +11:00
James Polley
f7993de3bb
Merge branch 'ticket-testing' into 'master'
...
Reviews enhancements
See merge request LCA2018/symposion_app!64
2017-10-13 02:15:06 +00:00
James Polley
c9223aeef0
Restore datatables to review lists
2017-10-13 13:07:05 +11:00
James Polley
9bf90b411e
Enhance admin interface for result notifications
2017-10-13 13:02:44 +11:00
James Polley
1725664aec
Merge branch 'ticket-testing' into 'master'
...
Tweak invoice template so that instructional text does not print.
See merge request LCA2018/symposion_app!63
2017-10-11 11:16:40 +00:00
James Polley
3334469d30
Tweak invoice templates so that header text is hidden on print
2017-10-11 21:57:04 +11:00
James Polley
3da89a0549
Format the speaker bio as intended.
2017-10-08 22:23:13 +11:00
James Polley
c2b40fabbc
Merge branch 'ticket-testing' into 'master'
...
Update profile form and datatables
See merge request LCA2018/symposion_app!60
2017-10-08 05:32:19 +00:00
James Polley
d0f4b1c455
Update datatables libraries
...
This fixes some display issues and adds functionality.
2017-10-08 16:14:28 +11:00
James Polley
f0933d897d
Add notes to profile form about being able to edit form
...
Also about the known issue with some emoji
2017-10-08 15:10:34 +11:00
James Polley
3ee9c6ef4d
Merge branch 'ticket-testing' into 'master'
...
Datatable improvements: bigger uwsgi buffers, work for all tables
See merge request LCA2018/symposion_app!58
2017-10-04 14:37:34 +00:00
James Polley
8aa1148f7a
Make datatable work for each table on the page, not just the first
2017-10-05 00:55:30 +11:00
James Polley
8f28a444a2
Increase uwsgi buffer size
...
The DataTables sets a lot of data into some cookies. It's currently
overwhelming the uwsgi buffer size.
2017-10-05 00:38:05 +11:00
James Polley
e3c0aa510a
Merge branch 'ticket-testing' into 'master'
...
Revert "Split out dev/prod docker builds into parallel jobs."
See merge request LCA2018/symposion_app!57
2017-10-04 13:16:24 +00:00
James Polley
df389b9ce5
Revert "Split out dev/prod docker builds into parallel jobs."
...
This reverts commit d7065ee43d
.
Dev build re-uses prod build, so they can't be split (and dev build
won't take much extra time anyway)
2017-10-04 23:56:28 +11:00
James Polley
d48573073c
Merge branch 'ticket-testing' into 'master'
...
Remove errant debugging line from profile form
See merge request LCA2018/symposion_app!56
2017-10-04 12:54:44 +00:00
James Polley
d7065ee43d
Split out dev/prod docker builds into parallel jobs.
2017-10-04 23:49:16 +11:00
James Polley
f6b629bd60
Remove debugging line left on profile form.
2017-10-04 23:49:16 +11:00
James Polley
84f198e0e3
Merge branch 'ticket-testing' into 'master'
...
Add datatables to ticket reports
See merge request LCA2018/symposion_app!55
2017-10-04 12:27:14 +00:00
James Polley
af5fec11ff
Utilise multi-stage docker build for consistent dev/prod base
...
* developers can use --target symposion_dev to get a responsive site
that reads from their homedir and reacts to changed files instantly
* without a specified target the default is to build the prod image,
which is identical except for running uwsgi instead of the django
built-in server
* Enable debug when running in a developer's test environment
* Remove the makemigrations script and dockerfile
2017-10-04 20:43:01 +11:00
James Polley
45512e815a
Add datatables tools to ticket reports
2017-10-04 20:43:00 +11:00
James Polley
64f9b3fb6c
Merge branch 'clarify_profile_buttons' into 'ticket-testing'
...
Clarify function of buttons on profile form
See merge request LCA2018/symposion_app!54
2017-10-04 07:12:43 +00:00
James Polley
3c6c98021d
Clarify function of buttons on profile form
...
* "return to dashboard" throws away changes, so change the label to
"cancel" to make this more clear.
* "Save profile" is probably the button you're looking for, so flag it
as btn-success to make this clear.
2017-10-04 18:06:23 +11:00
James Polley
4ce5f1daa0
Merge branch 'ticket-testing' into 'master'
...
speakers_dinner_ticket requires acceptance of T&Cs
See merge request LCA2018/symposion_app!53
2017-10-01 23:33:38 +00:00
James Polley
dd5f789ef3
speakers_dinner_ticket requires acceptance of T&Cs
2017-10-02 09:13:05 +11:00
James Polley
74a56d6bf3
Merge branch 'ticket-testing' into 'master'
...
Enable adding voucher from the review screen
See merge request LCA2018/symposion_app!52
2017-10-01 14:03:37 +00:00
James Polley
a4398ad483
Add symlink to incoporate registrasion docs
2017-10-02 00:47:36 +11:00
James Polley
ec71df90c8
Enable adding voucher from the review screen
2017-10-02 00:44:01 +11:00
James Polley
c0f839c0dd
Merge branch 'ticket-testing' into 'master'
...
Ready to go live *gulp*
See merge request LCA2018/symposion_app!51
2017-10-01 13:36:22 +00:00
James Polley
abe4f5ad7a
Fix some rules that were overly generous
2017-10-02 00:05:21 +11:00
James Polley
0103f9a91f
Remove erroneous debug logging statements
2017-10-01 23:11:00 +11:00
James Polley
b0de856255
Clarify wording about complimentary products
2017-10-01 22:56:20 +11:00
James Polley
362ed28be2
Alter guided_registrasion logic to handle new page
...
This is required for the new method of accepting terms and conditions
2017-10-01 22:56:19 +11:00
James Polley
b8dcbd89b7
Draw more attention to the need to select complimentary items
...
A big complaint from 2017 was that people overlooked things like
shirts and dinner tickets as those are complimentary, so they assumed
they didn't need to choose them.
This change adds some labels and some explanatory text to try to make
this more clear.
2017-10-01 20:02:58 +11:00
James Polley
e325454fab
Move agreement to terms to a Category
...
- Remove field from attendee model
- Create the category instead
- Add a product as well
2017-10-01 20:02:45 +11:00
James Polley
348e1c5c82
Javascript hack to make it more clear that postcode is mandatory
...
On the two pages that display the profile form, add some javascript to
flag the postcode as required whenever the Country is AU
2017-10-01 18:45:29 +11:00
James Polley
38a99f7ae5
And "discount" to EB discount descriptions
2017-10-01 14:50:53 +11:00
James Polley
3f4050d96f
Use a YesNo field for T&C/CoC agreement
...
Using a checkbox doesn't make it obvious that this is required.
2017-10-01 14:48:59 +11:00
James Polley
ac0ef79b73
"Create" an attendee profile
2017-10-01 14:46:50 +11:00
James Polley
7965ac4111
De-dupe discount header/text
...
The version with the header was better, so let's use that in both
places by moving it inside the template.
2017-10-01 14:44:41 +11:00
James Polley
8d84438543
Remove antiquated compiled js
...
afaict this is no longer in use anywhere
2017-10-01 12:01:19 +11:00