Henrik Levkowetz
5d9e6c0b6a
Fixed the language of the nomination confirmation message.
...
- Legacy-Id: 6250
2013-09-23 19:27:17 +00:00
Henrik Levkowetz
86cf15cd9f
Fixed some bugs in the EncryptedTextField class.
...
- Legacy-Id: 6246
2013-09-22 19:26:48 +00:00
Henrik Levkowetz
0016c69b61
Added an index page for nomcoms, at /nomcom/, with links to nomcom pages and announcements, where they exist.
...
- Legacy-Id: 6245
2013-09-22 18:59:24 +00:00
Ole Laursen
5924024513
Swap the arguments to group.has_role so they match the arguments to
...
the existing has_role
- Legacy-Id: 6218
2013-09-20 13:46:47 +00:00
Ole Laursen
0eed4ad9e5
Add has_role(role_name, user) utility to group, used like
...
group.has_role("chair", request.user). Remove the NomCom specific
group utilities, apparently they're not actually used.
- Legacy-Id: 6217
2013-09-20 11:23:17 +00:00
Henrik Levkowetz
da4177e1cd
Rename the nomcom public keys path setting.
...
- Legacy-Id: 6166
2013-09-18 18:10:27 +00:00
Henrik Levkowetz
641bcccfba
Replaced the ad_hoc nomcom_member_required() decorator with our generic role_required() decorator. Changed access permission for nomcom-chair only pages to also permit nomcom advisor access (this lets the previous nomcom chair explain and assist as needed). Also tweaked some text strings in the email feedback pipe script.
...
- Legacy-Id: 6160
2013-09-16 21:05:25 +00:00
Henrik Levkowetz
2a2389d17f
Merged in branch/iola/shimfree@6083. This cleans up and moves relevant code from idrfc/ to doc/. There should now only be a bit of old wrapper code left in idrfc; that will go away when the remaining models which use it are cleaned up.
...
- Legacy-Id: 6117
2013-09-09 17:45:36 +00:00
Henrik Levkowetz
d85e0ae2de
Added template rendering verification on dbtemplate form submission in order to catch errors in edited templates before they are committed. This should prevent server 500 errors when rendering dbtemplate pages. Fixes issue #1113 .
...
- Legacy-Id: 6079
2013-08-28 12:50:17 +00:00
Ole Laursen
d2b9adf3cb
Move ietf_filters templatetag from idtracker/ to doc/
...
- Legacy-Id: 6053
2013-08-14 15:11:24 +00:00
Henrik Levkowetz
8b6f122314
Fixed nomcom email pipe command to read from stdin if no file given, and give better error messages.
...
- Legacy-Id: 5992
2013-08-08 12:25:03 +00:00
Henrik Levkowetz
6baea429aa
Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run.
...
- Legacy-Id: 5948
2013-08-06 10:09:29 +00:00
Emilio A. Sánchez López
8a2931021d
Wrap feedback comments to avoid wide lines.
...
See #975
- Legacy-Id: 5783
2013-06-10 15:17:54 +00:00
Emilio A. Sánchez López
8638a1eca1
Remove debug code
...
See #975
- Legacy-Id: 5782
2013-06-10 11:04:01 +00:00
Emilio A. Sánchez López
49117c1622
Nominations are processed first and then the rest of feedback.
...
Select multiple resizable when selecting a nominee.
Fixed command that gets the feedback from email to retrieve the full address on the from header.
Added a "feedback pending" link in the top bar.
Fixed escaped html tags when displaying comments from feedback.
See #975
- Legacy-Id: 5781
2013-06-10 10:42:11 +00:00
Emilio A. Sánchez López
c12400641a
Redesign the feedback pending template. See #975
...
- Legacy-Id: 5774
2013-06-05 06:32:17 +00:00
Emilio Jiménez
8e2a8f2daa
Fixed coding error.
...
See #1042
- Legacy-Id: 5755
2013-05-22 22:46:43 +00:00
Emilio Jiménez
7c481a6c81
convert to str
...
See #1042
- Legacy-Id: 5751
2013-05-22 19:30:40 +00:00
Emilio Jiménez
a8c81570ca
Add better functions to decode emails.
...
See #1042
- Legacy-Id: 5750
2013-05-22 19:23:20 +00:00
Emilio Jiménez
a41abe3054
Convert unicode to str.
...
See #1042
- Legacy-Id: 5749
2013-05-22 18:34:18 +00:00
Emilio Jiménez
66c4a32c57
Add subject field to feedback model
...
New form to fill feedback mail via web.
Fixes #1042 #1043
- Legacy-Id: 5748
2013-05-21 12:31:24 +00:00
Emilio Jiménez
f998e0d29f
Add form to change email of nominees.
...
Refactor merge form to avoid merge old duplicate nominees.
See #1013
- Legacy-Id: 5747
2013-05-20 18:17:31 +00:00
Emilio A. Sánchez López
ee1eec7de8
Refactored the feedback pending list. Now you can classify feedback as any type of feedback.
...
The feedback of a type that is not related to a nominee is classified inmediatly.
The feedback of a type that is related to a nominee must be completed with the nominee information.
Created a view to list feedback that is not related to nominees (e.g. offtopic)
Changed the command that retrieves feedback from email to add the subject inside the comment and to set the author using the from field of the email.
Fixes #1036 . Fixes #1035
- Legacy-Id: 5738
2013-05-15 16:33:01 +00:00
Emilio Jiménez
0bc7e181cd
Change label "your email" and delete "your name"
...
Fixes #1041
- Legacy-Id: 5737
2013-05-15 09:48:27 +00:00
Emilio Jiménez
a6fdc52397
Refactor code to send reminders in a unique function
...
Refactor reminder command.
Fixes #1040
- Legacy-Id: 5736
2013-05-15 09:08:49 +00:00
Emilio Jiménez
3d25fa261e
now reminder form sends accept and decline links, and questionnaires.
...
See #1040
- Legacy-Id: 5735
2013-05-15 07:24:32 +00:00
Emilio Jiménez
7042e8896a
now you can see new feedback types
...
See #973
- Legacy-Id: 5726
2013-05-12 18:46:53 +00:00
Emilio A. Sánchez López
a7af017465
Rename member_required decorator to nomcom_member_required
...
Rename private_key_required decorator to nomcom_private_key_required
Fixes #1038
- Legacy-Id: 5716
2013-05-09 09:19:06 +00:00
Emilio A. Sánchez López
42fe4ccf16
Change label and help text of the secondary mail addresses in the merge form. Fixes #1037
...
- Legacy-Id: 5715
2013-05-09 09:15:26 +00:00
Emilio A. Sánchez López
ad5c2ddae9
Add new nominations to the primary address of existing merged nominations.
...
Allow to enter a secondary address in the primary address of the merge form and the merge is done into the primary address of the secondary address (tongue-twister).
Fixes #1034
- Legacy-Id: 5714
2013-05-09 09:02:34 +00:00
Emilio Jiménez
3cbdecd3c3
Show a message if there is or not a private kay in the user session
...
See #1033
- Legacy-Id: 5713
2013-05-08 16:19:03 +00:00
Emilio Jiménez
f3b3a21ccb
Show if nomcom has a public key
...
Fixes #1033
- Legacy-Id: 5712
2013-05-08 12:59:55 +00:00
Emilio A. Sánchez López
454128b165
Check valid public key. Fixes #1004
...
- Legacy-Id: 5711
2013-05-08 12:39:50 +00:00
Emilio Jiménez
868a82a327
Change message when public key does not exists
...
Refactor context views
Add new templatetags to check if the nomcom has public key
Fixes #1030
- Legacy-Id: 5710
2013-05-08 12:37:12 +00:00
Emilio Jiménez
3d747dbcb7
Delete * of date field in remider dates
...
Fixes #1031
- Legacy-Id: 5709
2013-05-08 11:00:47 +00:00
Emilio Jiménez
a7fed41d2c
Show name of feedback provider.
...
Fixes #1012
- Legacy-Id: 5707
2013-05-08 07:43:15 +00:00
Emilio Jiménez
34ec539ff2
Show in all views the email of nominee
...
show the candidate phone in nomination feedback
Fixes #1011
- Legacy-Id: 5703
2013-05-07 20:25:30 +00:00
Emilio Jiménez
424a454fbb
Chage initial_text to show above of input in nominate form
...
Fixes #1010
- Legacy-Id: 5702
2013-05-07 19:11:55 +00:00
Emilio Jiménez
ddbfdf4b7b
change merge form, accepted vs any state: accepted, pending vs declined: declined
...
Fixes #1016
- Legacy-Id: 5701
2013-05-07 11:50:13 +00:00
Emilio A. Sánchez López
38480747b4
Add an example of the format in the private key form.
...
Check if the private key is valid.
Fixes #1004
- Legacy-Id: 5697
2013-05-06 12:21:31 +00:00
Emilio Jiménez
f795684305
Change edit nomcom to edit settings
...
Fixes #1006
- Legacy-Id: 5694
2013-05-02 20:52:09 +00:00
Emilio Jiménez
91afe9c420
Add initial text for nominations in position edit form.
...
See #1010
- Legacy-Id: 5691
2013-05-02 11:00:39 +00:00
Emilio Jiménez
4796e973ee
Do legible questionnaires and requirements
...
See #1008
- Legacy-Id: 5690
2013-05-02 10:38:52 +00:00
Emilio Jiménez
c3ff510ed0
Change questionnaire response view.
...
Fixes #1007
- Legacy-Id: 5689
2013-05-02 09:42:00 +00:00
Emilio A. Sánchez López
edb3b138f5
Add nomcom year to the context in post views of edit-member. Fixes #1005
...
- Legacy-Id: 5688
2013-05-02 08:37:07 +00:00
Emilio Jiménez
9409776be8
change "Questionnaire Response" label
...
See #1003
- Legacy-Id: 5687
2013-05-02 08:03:24 +00:00
Emilio Jiménez
8182518242
Fixed questionnaire test
...
Ver #970
- Legacy-Id: 5686
2013-04-24 06:15:31 +00:00
Emilio Jiménez
519d628cde
Add command to send reminders
...
Add fields date an interval in nomcom models to send reminders
Refactor some managers
Add help_text to pending feedback form
Limit types in pending feedback form
See #969 #975
- Legacy-Id: 5683
2013-04-23 08:24:21 +00:00
Emilio A. Sánchez López
6898c51490
Merge position and nominee into one field in the feedback pending forms.
...
Style the feedback pending forms.
See #975
- Legacy-Id: 5668
2013-04-19 07:46:23 +00:00
Emilio A. Sánchez López
7122fafd2f
Refactor questionnaire form te select position and nominee in one widget. See #970
...
- Legacy-Id: 5666
2013-04-19 06:59:45 +00:00
Emilio A. Sánchez López
f81dd9a1ed
Compose the mail with the questionnaire using the header template and the questionnaire template. See #913 , #929
...
- Legacy-Id: 5599
2013-03-27 08:04:10 +00:00
Emilio Jiménez
85ab39f1ab
Refactor feedback, now feedback belong many to many nominees
...
See #913 #929 #930 #965 #970 #975
- Legacy-Id: 5598
2013-03-26 13:35:58 +00:00
Emilio Jiménez
da031d0a7b
Better not show private key by default
...
See #947
- Legacy-Id: 5597
2013-03-26 12:05:17 +00:00
Emilio Jiménez
be95a83dca
Add command to create feedbacks from emails.
...
See #975
- Legacy-Id: 5596
2013-03-26 11:57:45 +00:00
Emilio Jiménez
69c704de2d
better errors control in feedback form.
...
See #970
- Legacy-Id: 5593
2013-03-25 18:02:00 +00:00
Emilio Jiménez
da52637e9b
Not show nominees and nominee positions duplicated
...
See #970 #973
- Legacy-Id: 5589
2013-03-22 13:22:37 +00:00
Emilio Jiménez
c5c33c29bc
Refactor nominee merge and more test
...
See #930
- Legacy-Id: 5588
2013-03-22 12:34:19 +00:00
Emilio Jiménez
34af67420c
fixed error questionnaire test.
...
See #970
- Legacy-Id: 5587
2013-03-22 10:35:41 +00:00
Emilio Jiménez
35f75289e3
Add questionnarie test.
...
See #970
- Legacy-Id: 5586
2013-03-22 10:32:52 +00:00
Emilio Jiménez
bf38ef3c34
Improve to manage pending feedback errors.
...
See #975
- Legacy-Id: 5585
2013-03-22 09:28:51 +00:00
Emilio Jiménez
1715197ece
Save internal user in nominations.
...
See #913 #929
- Legacy-Id: 5584
2013-03-22 09:09:46 +00:00
Emilio Jiménez
7f7b771650
Improve save questionnaire data.
...
See #970
- Legacy-Id: 5583
2013-03-22 09:03:58 +00:00
Emilio Jiménez
139ab194c9
Add questionnaire skel view
...
Add feedback test
Fixed labels in feedback form
See #970
- Legacy-Id: 5582
2013-03-21 18:33:02 +00:00
Emilio Jiménez
55e843a4d8
refactor public key test.
...
See #905
- Legacy-Id: 5581
2013-03-21 12:26:45 +00:00
Emilio Jiménez
bd335e3a7b
now nominee has a nomcom field, it's necessary to separate nominees for distinct nomcom when two nomcom are active
...
when a nomcom is deleted, templates and files of nomcom are deleted too
change publick key file path in settings
See #976
- Legacy-Id: 5580
2013-03-21 12:16:23 +00:00
Emilio Jiménez
a9c33ed9f1
Add view to edit nomcom
...
Merge public key edit view whith nomcom edit view
Add view to delete nomcom
Add hash url to accept o decline nominations
Change new nominee template to include hash urls
See #976 #977
- Legacy-Id: 5578
2013-03-19 17:51:09 +00:00
Emilio Jiménez
d3731ce77e
Fixed queryset of feedback pending.
...
See #975
- Legacy-Id: 5577
2013-03-18 13:31:45 +00:00
Emilio Jiménez
40fd14da25
* Add skek view to manage feedback generated from email.
...
* Now, nominee, type and user fields in feedback model can be null
See #975
- Legacy-Id: 5576
2013-03-17 21:34:25 +00:00
Emilio Jiménez
3f64b5303b
Delete receipt when the nomination and feedback are privates
...
See #929 #970
- Legacy-Id: 5575
2013-03-16 15:54:25 +00:00
Emilio Jiménez
29064193a3
* Add feedback view by nominee
...
* Refactor EncryptedTextField
* Add feedback model managers
* Add templatetag to get person from author email
See #973
- Legacy-Id: 5574
2013-03-16 15:43:32 +00:00
Emilio Jiménez
4fec10183d
Feedback refactor:
...
* Now Feedback have manytomany to posotions, so a feedback email can be associated to few positions.
* Add user and time field to nomination model
* Delete feedbacks and questionnaires field from nomineeposition model, now feedback model has all information about nominations, feedback and quiestionnaires
* Add user field to Feedback model to know the nomcom meber who made the nomination, regardless of the real author
* Add nomcom field to Feedback and refactor EncryptedTextField, it's necessary to encrypt the comments with the nomcom public key.
* Template tag to decrypt feedback has been improved, now It isn't necessary the view context has the private key variable.
* Add skel view to view feedback
* Delete hidden fields from private and public feedback form
* Refactor private index view to show total number of questionnaires and to show if the nomienee has questionnaires or not
See #970
- Legacy-Id: 5571
2013-03-15 10:05:28 +00:00
Emilio Jiménez
b1f1ceb826
Add public and private complete views to do comments
...
Add new manager for position model
Add templatetag to see the total number of nominations by user on a position
Add feedback receipt template
See #970
- Legacy-Id: 5554
2013-03-12 15:47:49 +00:00
Emilio Jiménez
04ab58d1ae
Add test skel for feedback
...
See #970
- Legacy-Id: 5549
2013-03-11 07:52:23 +00:00
Emilio Jiménez
fb772fc7aa
Refactor managers to improve queries.
...
See #969
- Legacy-Id: 5548
2013-03-11 07:48:52 +00:00
Emilio Jiménez
7cd0f0b49a
Add checkbox to send receipt to nominator.
...
See #913 #929
- Legacy-Id: 5547
2013-03-10 18:41:23 +00:00
Emilio Jiménez
50dd5ba30b
Add skel view to provide comments to nominees
...
See #970
- Legacy-Id: 5488
2013-03-06 17:45:30 +00:00
Emilio Jiménez
ea4b6389d6
* Add new view and mail template to reminder to the nominees to accept (or decline) the nominations
...
* Create model managers to return nominee by nomcom, so nominees list by position belongs to a specific nomcom
* Refactor forms with new managers
See #965 #969
- Legacy-Id: 5487
2013-03-06 16:08:21 +00:00
Emilio Jiménez
da351ed06a
Add batch actions form to change nomination states.
...
See #965
- Legacy-Id: 5481
2013-03-05 16:20:32 +00:00
Emilio Jiménez
7118f9c498
Add filter to nominations
...
See #965
- Legacy-Id: 5480
2013-03-05 13:04:44 +00:00
Emilio Jiménez
f2681fe634
See #965
...
* list of all nominees along with their accept or decline status
* reports of the accept or decline status both per nominee as well as per open position.
* summary report containing statistics (total/accept/decline/no response)
- Legacy-Id: 5478
2013-03-05 10:17:16 +00:00
Emilio A. Sánchez López
9b00517449
View to enter a private key that will be encrypted and saved into the user session.
...
Util functions to encrypt/decrypt the private key.
Decorator to redirect to the private key input view if there is no key defined in the user session.
Templatetag 'decrypt' that decrypts text using the private key provided to the templatetag.
Fixes #947
- Legacy-Id: 5335
2013-01-30 16:48:19 +00:00
Emilio A. Sánchez López
20320ea9ff
Views for manage nomcom positions
...
Views for edit templates related to nomcom group and nomcom positions
Refactored some strings in html templates
Allow the secretariat to access the same views and view the same links as the chair
Fixes #914
- Legacy-Id: 5334
2013-01-30 08:26:15 +00:00
Emilio Jiménez
51f24f047c
Add edit public key and edit members views to private area.
...
See #904 #905
- Legacy-Id: 5315
2013-01-22 16:36:52 +00:00
Emilio A. Sánchez López
49ee366367
Split questionnaire template into questionnaire and introductori mail header. See #908 . See #906
...
- Legacy-Id: 5204
2013-01-16 13:01:37 +00:00
Emilio Jiménez
bf0747a8e9
Add duplicated field for nominees, it is necesary when chair marks duplicate nominations
...
Change questionnaires field in NomineePosition model to manytomany, becouse it is necessary whe chair marks duplicate nominations.
Add timestamp in NomineePosition objects to see wich nomineeposition object is the last one.
Better merge nominations, update questionnaires and state of primary nomineposition object
See #930
- Legacy-Id: 5187
2013-01-15 16:14:00 +00:00
Emilio Jiménez
69a93c9f92
Check nomcom of nominations and that email is a nominee
...
See #930
- Legacy-Id: 5184
2013-01-15 10:59:44 +00:00
Emilio Jiménez
7e830643e5
Add nominee merge view.
...
See #930
- Legacy-Id: 5183
2013-01-14 19:00:25 +00:00
Emilio Jiménez
0a62744875
Fixed error in public nomination process
...
Refactor view permissions.
See #913 #919
- Legacy-Id: 5181
2013-01-14 10:53:59 +00:00
Emilio Jiménez
de7bab7de4
Add nomination private process
...
See #929
- Legacy-Id: 5180
2013-01-13 20:34:27 +00:00
Emilio Jiménez
57ccf2d5fc
delete comment
...
See #905
- Legacy-Id: 5171
2013-01-03 21:19:50 +00:00
Emilio Jiménez
ec0429ed39
Add edit public key test
...
See #905
- Legacy-Id: 5170
2013-01-03 21:17:53 +00:00
Emilio Jiménez
4b00c329cf
Add nominate test.
...
See #913
- Legacy-Id: 5169
2013-01-03 20:15:19 +00:00
Emilio Jiménez
7e3a6a3cff
* Add nominate test
...
* If nomcom doesn't have public key, community users wont can nominate.
See #913
- Legacy-Id: 5166
2013-01-03 17:31:34 +00:00
Emilio Jiménez
9f9c7953ab
Add edit members test.
...
See #904
- Legacy-Id: 5164
2013-01-03 15:36:28 +00:00
Emilio Jiménez
140ebaad31
* Fix some decorators in private index and private merge views
...
* Add edit chair test
* Add new roles in nomcom_test_data function
* Add member rolename to name app fixtures
* Change urls names
See #904 #919
- Legacy-Id: 5163
2013-01-03 14:40:34 +00:00
Emilio Jiménez
8b0c358810
Move some views to the private area
...
Refactor edit_chair, edit_members and edit_publickey with the news decorators and form styles
fixed error in the role_required decorator
See #904 #905
- Legacy-Id: 5162
2013-01-02 15:33:21 +00:00
Emilio Jiménez
cca4924597
Create views skel for private area.
...
Create new decorators to test if user is nocom member
News function in Group model to get the group members
Move util functions to utils.py module
Improve passes_test_decorator function so test_func accept more params.
See #919
- Legacy-Id: 5161
2012-12-29 00:52:52 +00:00
Emilio Jiménez
34cd15018e
Refactor templates inheritance
...
See #919
- Legacy-Id: 5160
2012-12-28 07:33:44 +00:00
Emilio Jiménez
1e3e65fcbf
Add requeriments and questionnaires views
...
See #919
- Legacy-Id: 5158
2012-12-27 20:16:31 +00:00
Emilio Jiménez
5e3e4bfd2e
Add a test to check encrypted feedback
...
Ver #913
- Legacy-Id: 5157
2012-12-27 11:57:36 +00:00
Emilio Jiménez
79001600b9
Fix typo error.
...
See #913
- Legacy-Id: 5156
2012-12-26 17:34:34 +00:00
Emilio Jiménez
5aad2aadff
Add encrypted field to comment.
...
See #913
- Legacy-Id: 5155
2012-12-26 17:24:27 +00:00
Emilio Jiménez
e1a518720b
Add javascript to change initial text related with position
...
Refactor nomcom forms.
See #913
- Legacy-Id: 5154
2012-12-26 12:00:25 +00:00
Emilio Jiménez
ecc584465b
Apply form styles
...
See #913
- Legacy-Id: 5153
2012-12-26 08:01:57 +00:00
Emilio Jiménez
e42b5015e7
Add navigation bar for nomcom pages.
...
Add views and template skel for nomcom pages.
Modify nomcom templates fixtures
Modify initialize functions for nomcom templates
Add view tests for nomcom pages.
Add navset styles for horizontal items
See #919
- Legacy-Id: 5152
2012-12-25 11:39:36 +00:00
Emilio Jiménez
53cde2730a
Add send mails fuctions about nominations.
...
See #913
- Legacy-Id: 5140
2012-12-18 12:53:30 +00:00
Emilio Jiménez
eb8b6af4ed
* Add news fixtures of name for testing
...
* Add test data fuction for testing
* Add test case to check the default state and the unique constraint in NomineePosition class
* Override the save fuction of the NomineePosition class to set the state to pending by default
See #909
- Legacy-Id: 5127
2012-12-14 18:53:10 +00:00
Emilio Jiménez
1f05730851
better migration steps with dependencies to avoid errors.
...
Delete get_state_default of NomineePosition class because the migrate command fails.
See #908 #909
- Legacy-Id: 5124
2012-12-13 23:53:42 +00:00
Emilio Jiménez
d9df44e2b1
Add initial view for nominations
...
Chage migrate step with another state: Pending
Improve admin views of nomcom app.
See #913
- Legacy-Id: 5117
2012-12-11 15:13:06 +00:00
Emilio A. Sánchez López
e6a49e03b9
Modified public_key field in the NomCom model to be not required. The chair will set the public_key after the NomCom object creation.
...
Added default templates for nomcom application.
Duplicate default templates when creating a new NomCom object or a new Position object.
Fixes #906
- Legacy-Id: 5099
2012-12-05 13:25:02 +00:00
Emilio Jiménez
bcdeaf3004
Refactor public key edition view.
...
TODO: put styles in css file
See #905
- Legacy-Id: 5094
2012-12-04 10:00:36 +00:00
Emilio Jiménez
b9e94b20d5
Refactor members and chair edit forms of group with the new models.
...
Delete public key edit form becouse FormPreview doesn't work with FileField see https://code.djangoproject.com/ticket/7808
See #904 #905
- Legacy-Id: 5093
2012-12-03 17:28:08 +00:00
Emilio Jiménez
ddb10c4b0e
Add complete models of app nomcom
...
Add migration step to create nomcom models
Add admin interface to nomcom models. Maybe in a future we delete some model admin but now it's good to test
Add PUBLIC_KEYS_URL settings variable to define path where public keys are saved
Add new models in name app to use feedback type and nominee position state
Add admin interface for new name models
Add migration steps to create feedback type and nominee-position states
Comment urls.py until we refactor #904 #905 tickets with the new model
See #909
- Legacy-Id: 5090
2012-12-03 13:41:10 +00:00
Emilio Jiménez
b11374ad6a
Add view to edit groups public key. See #905
...
- Legacy-Id: 5073
2012-11-22 12:27:42 +00:00
Emilio Jiménez
8984e888f6
Refactor with new funcions: group.is_chair(user) and group.get_chair()
...
See #904
- Legacy-Id: 5070
2012-11-22 11:26:48 +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
7fc1216d24
Fixed url error
...
See #904
- Legacy-Id: 5067
2012-11-20 07:56:06 +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