Patrick Altman
67433cacb4
Merge branch 'i18n-all' of https://github.com/miurahr/symposion into miurahr-i18n-all
...
Conflicts:
symposion/boxes/models.py
symposion/conference/models.py
symposion/schedule/models.py
symposion/speakers/models.py
symposion/sponsorship/admin.py
symposion/sponsorship/models.py
symposion/teams/models.py
2015-09-08 15:07:24 -05:00
Hiroshi Miura
3207621058
i18n all part
...
- forms for labels and helps
- views for success or warning messages
- apps and models verbose_names for admin
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-08-03 23:37:33 +09:00
Hiroshi Miura
a95825ede8
python3 compatibility
...
- Things are suggested in python3 porting guide.
https://docs.djangoproject.com/en/1.8/topics/python3/
1. adding ```from django.utils.encoding import
python_2_unicode_compatible```
2. ``` __str__``` instead of ```__unicode__```
https://docs.djangoproject.com/en/1.8/topics/python3/#str-and-unicode-methods
3. Adding ```from __future__ import unicode_literals``` at the top
of your Python modules
https://docs.djangoproject.com/en/1.8/topics/python3/#unicode-literals
4. Removing the `u` prefix before unicode strings;
https://docs.djangoproject.com/en/1.8/topics/python3/#unicode-literals
- also closed #66
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-08-03 23:32:25 +09:00
Hiroshi Miura
3dd2f14f72
multiple recipients for email
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-06-12 08:04:22 +09:00
Patrick Altman
5f311ca7bd
Replace dotted notation FKs with actual objects
2014-12-18 08:19:01 -06:00
Carlos Henrique Romano
36ab6d599f
Fix flake8 warnings
2014-07-30 15:19:26 -03:00
Taavi Burns
e180c7f00b
Adds a manage.py script to assign reviewers to talks.
...
Requires that a 'reviewers' group exist, and that there are people assigned to it (otherwise it won't find any reviewers to add!).
It will assign up to 3 reviewers, where those reviewers are NOT one of the speakers, and that reviewer has not opted out of reviewing that talk. It will choose random reviewers from those with the fewest existing not-opted-out assignments.
2013-06-25 22:53:18 -04:00
Brian Rosner
2c46e56b35
Fixed bug in review deletion
...
When a review was not the latest it would cause a bug on deletion of the
latest. We changed the logic to work with the latest vote versus the previous
to fix this issue. Now all review deletion ensure a consistent latest vote
state.
2012-10-03 12:18:05 -06:00
Brian Rosner
7c6970fc3d
Removed default values of one from ProposalResult denormalized fields
...
The original default value of one assumed ProposalResult was being created
when a Review was created which meant a comment and a vote was made. This is
no longer the case from changes after the original change and has caused off
by one errors in the denormalized count.
2012-10-01 10:48:06 -06:00
James Tauber
72620244ea
removed debugging prints and updated Presentation field name
2012-09-20 21:11:49 -04:00
James Tauber
d02e7f83c6
reverted incorrect guarding which removed the whole point of promote_proposal and ensured it was never called
2012-09-20 21:07:08 -04:00
Luke Hatcher
1202997a0d
guard against no schedule app installed
2012-09-19 01:36:35 -04:00
Brian Rosner
bd2fd5338d
added DTL handling of email body
2012-09-08 19:38:57 -06:00
Brian Rosner
ecfabd5b70
added from_address to NotificationTemplate and prepare form
2012-09-08 19:10:06 -06:00
Brian Rosner
c87225674f
added admin for NotificationTemplate
2012-09-08 17:29:18 -06:00
Brian Rosner
733c4adc53
create ResultNotification objects and send mail
2012-09-08 17:03:03 -06:00
James Tauber
3dd7468365
first pass at models and view for table with selection
2012-09-06 22:36:40 -04:00
James Tauber
8f5291b539
switched from reserve to standby and added support in UI review detail
2012-09-02 15:04:17 -04:00
James Tauber
0422855582
switched from using nullboolean accepted on proposal result to a more flexible status choice
2012-09-02 14:45:41 -04:00
James Tauber
d4b5326395
unpromote a proposal if undecided or rejected
2012-08-31 00:41:12 -04:00
James Tauber
37c976c2f7
hooked up presentation promotion
2012-08-31 00:30:53 -04:00
Luke Hatcher
3d68af9796
add reviews app
2012-08-14 03:54:45 -04:00