Jennifer Richards
17d37723f7
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196 , #3204 . Commit ready for merge.
...
- Legacy-Id: 18939
2021-04-09 15:18:11 +00:00
Henrik Levkowetz
726fcbf27d
Removed all __future__ imports.
...
- Legacy-Id: 17391
2020-03-05 23:53:42 +00:00
Henrik Levkowetz
ab173cb2eb
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
...
- Legacy-Id: 17390
2020-03-05 20:46:58 +00:00
Henrik Levkowetz
8c6eb3a30a
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
...
- Legacy-Id: 16458
2019-07-15 19:14:04 +00:00
Henrik Levkowetz
f481f5c3e6
Replaced use of six with the equivalent pure python3 constructs.
...
- Legacy-Id: 16428
2019-07-08 10:43:47 +00:00
Henrik Levkowetz
d7f5c84182
Initial 2to3 patch with added copyright statement updates.
...
- Legacy-Id: 16309
2019-06-27 14:40:54 +00:00
Henrik Levkowetz
8e9858379b
Fixed some pyflakes and form initialization issues with the upgrade to DurationField.
...
- Legacy-Id: 12599
2016-12-21 17:03:39 +00:00
Henrik Levkowetz
67b2fc1107
Extended the form fields used for duration to accept additional formats, including formats the secretariat are currently using, in order to avoid trouble with the TimedeltaField --> DurationField transition.
...
- Legacy-Id: 12598
2016-12-21 15:26:32 +00:00
Ole Laursen
8d5cd02922
Summary: Add a placeholder for datepicker fields
...
- Legacy-Id: 8916
2015-01-26 12:53:43 +00:00
Ole Laursen
1d51a43be4
Summary: Fix the yyyymmdd to strftime format converter to use a single
...
pass through the format so that it actually works correctly
- Legacy-Id: 8732
2014-12-12 11:24:15 +00:00
Ole Laursen
c7342d2f30
Summary: Add specialized DateField for triggering Bootstrap datepicker
...
- Legacy-Id: 8712
2014-11-25 16:43:50 +00:00
Ole Laursen
f7ac066059
Integrate Secretariat tools MultiEmailField with the one in
...
utils/fields.py, also fix a couple of issues in NomCom tool (spelling
bugs and avoid overwriting base_fields on forms with dynamic data)
- Legacy-Id: 8276
2014-08-17 14:39:23 +00:00
Ole Laursen
f6fa699992
Fix MultiEmailField to use validate_email for validation
...
- Legacy-Id: 6835
2013-12-07 12:54:24 +00:00
Emilio Jiménez
65afd10d4a
Refactor mange group views:
...
* Create a new models NomComGroup with public_key field. Default type is nomcom
* News urls and views to separate members and chair forms
* Add rolodex url when person not found.
* Views access is only for secretariat and chair roles
See #904
- Legacy-Id: 5069
2012-11-22 10:46:39 +00:00
Emilio Jiménez
230f6cfae7
view only accessible by the secretariat that allows to assign the email of the members and the chair of the NomCom
...
See #904
- Legacy-Id: 5066
2012-11-20 00:40:57 +00:00