Christopher Neugebauer
03a231093f
For some reason, our vote label in reviews.py used a unicode en dash. Oops.
...
Fixes #34 .
2016-08-02 10:53:53 +10:00
Christopher Neugebauer
5a8b7ecc30
Fixes markdown cheat sheet links in speaker and proposals forms.
...
Fixes #33 .
2016-08-02 10:51:43 +10:00
Scott Bragg
c12a541ec6
Merge pull request #32 from lca2017/chrisjrn/csv_speaker_email
...
Adds the speaker's e-mail address to the CSV output
2016-07-26 08:22:25 +10:00
Christopher Neugebauer
c0f4707032
Adds the speaker's e-mail address to the CSV output
2016-07-25 14:24:25 -07:00
Christopher Neugebauer
0c4597c4ea
Update models.py
...
Fixes a typo.
Closes issue #31 .
2016-07-22 13:37:24 -07:00
Scott Bragg
c5e9152b4c
Merge pull request #29 from lca2017/chrisjrn/27-better-csv
...
Handles unicode strings properly.
2016-07-04 22:22:10 +10:00
Christopher Neugebauer
f126330390
Handles unicode strings properly.
2016-07-04 22:18:34 +10:00
Scott Bragg
9c47421d5a
Merge pull request #28 from lca2017/chrisjrn/27-better-csv
...
Adds a view that returns all proposals in CSV format.
2016-07-04 21:26:18 +10:00
Christopher Neugebauer
6ebd0f0905
snoops
2016-07-04 16:28:31 +10:00
Christopher Neugebauer
6811708b33
Adds a view that returns all proposals in CSV format.
...
Fixes #27
2016-07-04 16:10:02 +10:00
Scott Bragg
96722e4d55
Merge pull request #26 from lca2017/chrisjrn-patch-1
...
Update models.py
2016-07-04 00:02:21 +10:00
Christopher Neugebauer
e17df73dde
Update models.py
...
en-GB spelling of "programme"
2016-07-03 12:14:07 +10:00
Christopher Neugebauer
087307e7cd
Merge pull request #25 from faulteh/lca2017
...
Adds bcc to emails sent from server
2016-07-01 10:14:27 +10:00
Scott Bragg
073174e617
Adds bcc to emails sent from server
2016-07-01 10:10:23 +10:00
Scott Bragg
7225dcd660
Merge pull request #22 from lca2017/chrisjrn/21-chairs-can-see-own-proposals
...
Lets programme chairs see their own proposals.
2016-06-29 22:26:46 +10:00
Scott Bragg
c23f2b5753
Merge pull request #24 from lca2017/chrisjrn/16-random-proposal-link
...
#16 adds view for jumping to a random proposal
2016-06-29 22:25:13 +10:00
Christopher Neugebauer
d4230feab0
#16 adds view for jumping to a random proposal
2016-06-29 16:00:07 +10:00
Christopher Neugebauer
d43d42bbc3
Fixes #21 — the check_speaker argument to proposals_generator is *false* for section chairs.
2016-06-29 15:16:24 +10:00
Scott Bragg
f56ce51459
Merge pull request #18 from lca2017/chrisjrn/017-cfp-models-and-forms
...
CFP models and forms
2016-06-21 09:57:56 +10:00
Scott Bragg
c8c25718bc
Merge pull request #20 from lca2017/chrisjrn/019-track-abstains-properly
...
Abstains are no longer tracked as "votes"
2016-06-21 09:43:17 +10:00
Christopher Neugebauer
7f3ed91dae
vote_count now only counts non-abstaining votes. Fixes #19
2016-06-19 18:39:07 +10:00
Christopher Neugebauer
14dea7eafa
Fixes deletion of reviews
2016-06-19 18:38:14 +10:00
Christopher Neugebauer
57acd04852
Removes a block of egregious stupidity from update_vote and replaces with something that actually works
2016-06-19 18:37:54 +10:00
Christopher Neugebauer
388c722ed6
Makes sure accessibility requirements are parsed
2016-06-19 14:07:43 +10:00
Christopher Neugebauer
c0e9b90476
Requires acceptance of the code of conduct and T&Cs
2016-06-19 14:00:17 +10:00
Christopher Neugebauer
782e5c9ea2
Tidies up some of the proposal fields
2016-06-19 13:30:10 +10:00
Christopher Neugebauer
aa56ac00c3
Updates speaker model to include information that LCA typically asks for
2016-06-19 13:19:32 +10:00
Christopher Neugebauer
0ce99678c3
Updates ProposalBase to include information that LCA typically asks for
2016-06-19 12:39:28 +10:00
Scott Bragg
08698e5326
Merge pull request #15 from lca2017/chrisjrn/002-abstain
...
Fixes two bugs in abstain voting
2016-06-18 18:12:19 +10:00
Scott Bragg
ee1c352571
Merge pull request #14 from lca2017/chrisjrn/011-travel-requirements
...
Adds extra fields to the speaker profile
2016-06-18 17:38:08 +10:00
Christopher Neugebauer
d305cd8c13
Requires comments for non-abstain votes only
2016-06-18 17:07:21 +10:00
Christopher Neugebauer
6e133970d9
Removes div-by-zero error if the first vote is an abstention
2016-06-18 17:01:56 +10:00
Christopher Neugebauer
b2af1d0c06
oops
2016-06-18 16:51:28 +10:00
Christopher Neugebauer
f64a7573d3
- Adds defaults to the speaker profile
...
- Removes “experience”, as this is listed in “other notes” on a per-proposal basis.
2016-06-18 16:50:11 +10:00
Scott Bragg
a22b4bc2f8
Merge pull request #13 from lca2017/chrisjrn/002-abstain
...
Adds abstensions to the vote model
2016-06-18 14:38:35 +10:00
Christopher Neugebauer
217f2f32c1
Adds extra fields to the speaker profile model
2016-06-18 13:53:02 +10:00
Christopher Neugebauer
149fbb4ac6
Adds .DS_Store to .gitignore
2016-06-18 13:33:06 +10:00
Christopher Neugebauer
47a6f212f2
Add display of scores to the review list
2016-06-18 13:13:18 +10:00
Christopher Neugebauer
28592e352c
More changes that make abstention work
2016-06-18 13:07:13 +10:00
Christopher Neugebauer
be4404c602
#2 Adds abstain vote type and revises vote score to account for abstention.
2016-06-18 11:40:18 +10:00
Scott Bragg
85d4272080
Merge pull request #7 from faulteh/lca2017
...
Only allow managers of the review sections to email the speaker
2016-06-14 09:39:44 +10:00
Scott Bragg
ce122994cc
Changed admin to the 'can_manage' permission and added an is_manager to the page context
2016-06-13 21:32:55 +10:00
Scott Bragg
a6405ccfc7
Fix team permissions backend not pulling out manager_permissions
...
Something like
request.user.has_perm('reviews.can_manage_%s' % proposal.kind.section.slug)
Will aways return false as the backend does a lookup of team membership
(member or manager) but only grabs the 'permissions' and not the
'manager_permissions' field
2016-06-13 21:21:21 +10:00
Scott Bragg
13393ef826
Merge pull request #6 from faulteh/lca2017
...
Update css_class methods to use new vote scoring (removed VOTE_ZERO)
2016-06-13 20:49:07 +10:00
Scott Bragg
acc1b1490e
Update css_class methods to use new vote scoring (removed VOTE_ZERO)
2016-06-13 20:46:13 +10:00
Scott Bragg
4717f30803
Merge pull request #5 from faulteh/lca2017
...
Replaced +1/+0/-0/-1 voting with +2/+1/-1/-2
2016-06-12 10:23:07 +10:00
Scott Bragg
f1f29c6f61
Replaced +1/+0/-0/-1 voting with +2/+1/-1/-2 (fixes lca2017/symposion/#1)
2016-06-10 15:29:09 +10:00
Patrick Altman
ad8181091a
Merge pull request #130 from pydata/unpublished-conference-schedule
...
Show unpublished conference schedule to staff.
2016-03-15 19:48:07 -05:00
Martey Dodoo
251f9ea280
Show unpublished conference schedule to staff.
...
This is an addendum to #123 to allow the `schedule_conference` view to
show unpublished conference schedules to staff members.
2016-03-15 12:17:46 -04:00
Patrick Altman
d10d313f64
Merge pull request #128 from jefftriplett/speaker-twitter-username
...
Adds twitter username to Speaker
2016-03-15 08:54:58 -05:00