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
b3e7b1be8c
add more addtitional speakers constraints
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-07-31 09:25:46 +09:00
Patrick Altman
91ae3de6df
Merge pull request #75 from miurahr/proposal_status
...
Display proposal result status in proposal admin change lists
2015-06-18 23:04:29 -05:00
Hiroshi Miura
5948aacd93
Internatinalize status label - undecided
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-06-17 11:43:02 +09:00
Hiroshi Miura
464d85b36a
Display proposal result status in proposal admin change lists
...
feedback from pycon development
commit 3401cdd8253d86e166d980a1d1eb5ba2de01932d
Author: Dan Poirier <dpoirier@caktusgroup.com>
Date: Thu Jun 6 15:10:57 2013 -0400
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-06-17 11:43:02 +09:00
Hiroshi Miura
edb3336aa7
notify to multiple speakers
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2015-06-12 01:36:11 +09:00
Patrick Altman
5f311ca7bd
Replace dotted notation FKs with actual objects
2014-12-18 08:19:01 -06:00
Patrick Altman
2ec9449e38
Not necessary
2014-12-18 08:19:01 -06:00
Patrick Altman
cb4b0fac38
Merge branch 'django1.6-compatibility' of https://github.com/mbrochh/symposion into mbrochh-django1.6-compatibility
...
Conflicts:
symposion/boxes/urls.py
symposion/cms/urls.py
symposion/conference/urls.py
symposion/proposals/models.py
symposion/proposals/urls.py
symposion/reviews/urls.py
symposion/schedule/models.py
symposion/schedule/urls.py
symposion/speakers/urls.py
symposion/sponsorship/urls.py
symposion/teams/urls.py
2014-12-15 15:15:46 -06:00
Carlos Henrique Romano
36ab6d599f
Fix flake8 warnings
2014-07-30 15:19:26 -03:00
Martin Brochhaus
5c07d3e945
Django 1.6 compatibility
2014-01-11 14:50:04 +08:00
James Tauber
96830f3c21
more tweaks to field label and help text to be more generic for different types of proposal
2013-02-20 01:04:20 -05:00
James Tauber
826b8e960a
made the help text a little more generic
2013-02-20 00:55:41 -05:00
Brian Rosner
bd2fd5338d
added DTL handling of email body
2012-09-08 19:38:57 -06:00
Luke Hatcher
b1d2ff22dd
whitespace nit
2012-08-31 03:06:01 -04:00
Luke Hatcher
7e7d85c7e7
add section property to proposalbase
2012-08-30 22:55:20 -04:00
Luke Hatcher
7b4c5cd205
add review message form
2012-08-14 17:22:54 -04:00
James Tauber
e00b646f20
added method for determining if section is open for proposals and redirect away from form if not
2012-08-14 17:09:51 -04:00
Luke Hatcher
63d07f8db3
mark strings for i18n
2012-07-18 19:21:21 -04:00
Luke Hatcher
6cf7a62da1
track revisions for proposals, boxes and add reversion admin to all
2012-07-18 19:19:59 -04:00
James Tauber
dc11411a4a
added first pass of documentation about proposals
2012-07-12 16:38:42 -04:00
Luke Hatcher
7596922f4d
add proposals app from pycon
2012-07-12 00:38:39 -04:00