Robert Sparks
9ddcd62c44
Allow nominees to add a comment when accepting or declining. Fixes #1845 .
...
- Legacy-Id: 10589
2015-12-14 03:26:43 +00:00
Robert Sparks
b653e8fe8a
Removed the description field from Position. Simplified the Position list and the Position edit form. Tweaked several places to make the pages more self documenting. Added a page to help nomcom chairs through setting up a new nomcom. Fixes #1867 and #1768 .
...
- Legacy-Id: 10565
2015-12-09 23:24:46 +00:00
Robert Sparks
f4f67425bf
fixes a type error in the feedback form. Starts to simplify construction of the feedback badges.
...
- Legacy-Id: 10525
2015-12-02 03:32:06 +00:00
Robert Sparks
a2b03420b7
Removed the notion of an incumbent. Fixes #1771 .
...
- Legacy-Id: 10522
2015-11-29 04:00:02 +00:00
Robert Sparks
00e5762e20
Simplify the nomcom feedback comment form. Make that more obvious who receives mail when that form is used. Fixes #1849 .
...
- Legacy-Id: 10501
2015-11-16 21:46:29 +00:00
Robert Sparks
f0f5a51eb6
(Rocky) merge forward.
...
- Legacy-Id: 10157
2015-10-09 03:16:24 +00:00
Henrik Levkowetz
e1cc8218e7
Merged in [10115] from rjsparks@nostrum.com:
...
Remove an extraneous field from the form that lets the nomcom chair paste in a questionnaire response.
- Legacy-Id: 10118
Note: SVN reference [10115] has been migrated to Git commit 3ee236d3ee25dffdd3516b0740251705c4db248c
2015-10-01 20:44:47 +00:00
Robert Sparks
f5b6465e81
mailtoken becomes mailtrigger
...
- Legacy-Id: 10090
2015-09-17 20:03:45 +00:00
Robert Sparks
90c3426e2f
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
...
- Legacy-Id: 10040
2015-08-23 18:15:06 +00:00
Robert Sparks
65be4190a7
Done with the first pass instrumenting all mail points. There is one spot in the ipr code that's complicated and will require some refactor before instrumenting. There are a few places to add explicit messages (templates and all) to replace the simple use of email_ad. The next pass will be to make sure every spot that sends mail is covered by a test, and that the tests look at the headers sensibly. That will be followed by a moderately heavy refactor of MailToken and the gather_address utilities. Then pages showing the expansions of a token for a given document/group. Long way to go, but this is working well, and I think it will make things much easier later.
...
- Legacy-Id: 10030
2015-08-19 21:53:02 +00:00
Robert Sparks
bcc14cb0d1
Add a checkbox to the nomination form to indicate permission to nomcom to share the nominator's name with the nominee. Commit ready for merge.
...
- Legacy-Id: 10002
2015-08-10 17:57:38 +00:00
Henrik Levkowetz
db255a86ac
Don't show the unused 'author' field in the public nomcom feedback form. Fixes issue #1699 .
...
- Legacy-Id: 9617
2015-05-11 21:03:25 +00:00
Henrik Levkowetz
869363e0b0
Fixed a problem with nomcom classification forms showing too many fields.
...
- Legacy-Id: 9611
2015-05-11 19:13:52 +00:00
Henrik Levkowetz
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +00:00
Henrik Levkowetz
45761e5c7f
Changed the nomcom.forms.FullFeedbackFormSet to use modelformsets_factory() instead of direct subclassing, in order to avoid a crash when using the form, caused by a missing instance attribute.
...
- Legacy-Id: 9154
2015-03-06 18:16:33 +00:00
Henrik Levkowetz
9209be4656
Added back a functioning get_fieldsets() method, which was removed instead of corrected in the Django 1.7 upgrade.
...
- Legacy-Id: 9084
2015-02-13 12:03:32 +00:00
Ole Laursen
a225fd5069
Make new branch from trunk and merge facelift-r9007 into it, fixing a few merge conflicts
...
- Legacy-Id: 9072
2015-02-12 10:43:52 +00:00
Henrik Levkowetz
7ecfac6308
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
...
- Legacy-Id: 9028
2015-02-08 21:16:44 +00:00
Henrik Levkowetz
028b7e315a
Reverted to [9025] because commit [9026] failed (it was incomplete with a broken working dir).
...
- Legacy-Id: 9027
Note: SVN reference [9026] has been migrated to Git commit 4a3749a66b
2015-02-08 20:03:16 +00:00
Ole Laursen
4087a9837f
End help_texts with period consistently - the default error rendering in the bootstrap3 library depends on it
...
- Legacy-Id: 8940
2015-01-28 13:25:21 +00:00
Henrik Levkowetz
ee2892ecf4
Bugfix: don't assign FK to Email to an EmailField (which expects just an email string).
...
- Legacy-Id: 8831
2014-12-22 17:57:31 +00:00
Henrik Levkowetz
f4ce5e033c
Fix django 1.7 incompatibilities: Remove get_fieldsets() methods which don't work any more because of Django's move from using its own SortedDict to python's OrderedDict (which always is available in python 2.7 and later). The get_fieldsets() method on Form wasn't available in early versions of django, but since it's provided now, we don't need own code for this method.
...
- Legacy-Id: 8830
2014-12-22 17:54:32 +00:00
Ole Laursen
a3399b0bcd
Summary: Port remaining parts of nomcom to bootstrap, fix some bugs,
...
let the private/public feedback pages share the same template, remove
the edit NomCom chair thing - there's no link to it and the
Secretariat can instead use the ordinary group management tool they
have available
- Legacy-Id: 8721
2014-12-02 10:43:20 +00:00
Ole Laursen
cebc979282
Summary: Resolve person/email/document multiselect issue by importing
...
select2 and switching the widgets over to using that. Port the
milestones editing page to Bootstrap.
- Legacy-Id: 8713
2014-11-25 16:47:48 +00:00
Ole Laursen
41cb195f52
Rebase /personal/lars/5.6.4-facelift/ on trunk
...
- Legacy-Id: 8520
2014-10-30 14:31:07 +00:00
Henrik Levkowetz
704589b4c7
Merged in branch/iola/people-cleanup @ [8471] from olau@iola.dk, which
...
enhances a number of pages in the datatracker where forms contain fields
where a person should be chosen, such as for instance when choosing the
shepherd of a document, so that they uniformly display choices which show
both email address and name.
Furthermore, changes have been made so as to make the email address
uniformly act as reference to the person record.
Autocompletion is now consistently provided when looking for the email
address or name of the person to choose.
This solves a number of issues where it has been difficult to choose the
correct Person/Email combination, and where the correct email address to use
for an association has been unavailable previously.
- Legacy-Id: 8472
Note: SVN reference [8471] has been migrated to Git commit d62f2343e8
2014-10-25 21:05:50 +00:00
Henrik Levkowetz
0d61e270d6
Normalized a couple of NameModels subclasses.
...
- Legacy-Id: 8460
2014-10-23 21:14:41 +00:00
Lars Eggert
a4daf2630c
Merge branch 'lars/5.6.3-facelift' into lars/5.6.4-facelift
...
Conflicts:
ietf/doc/templatetags/ietf_filters.py
ietf/doc/views_charter.py
ietf/templates/doc/charter/edit_notify.html
ietf/templates/doc/charter/edit_telechat_date.html
ietf/templates/doc/document_ballot_content.html
ietf/templates/doc/document_history.html
ietf/templates/doc/edit_notify.html
ietf/templates/doc/edit_telechat_date.html
ietf/templates/doc/notify.html
ietf/templates/group/concluded_groups.html
- Legacy-Id: 8429
2014-10-14 11:48:57 +00:00
Ole Laursen
065660b66f
Replace the gigantic incumbent email drop-down in the NomCom tool with an
...
AutocompletedEmailField, also show the name of the incumbents and not
just their email addresses on the list page
- Legacy-Id: 8281
2014-08-18 11:52:08 +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
Henrik Levkowetz
09f654b1f4
Merged in branch/iola/team-support from olau@iola.dk. This generalises and extends the group support for WGs and RGs so that also other groups, such as for instance the Edu Team, can have pages.
...
- Legacy-Id: 8013
2014-07-02 19:30:07 +00:00
Henrik Levkowetz
563f584a9e
Made ietf/nomcom pyflakes-clean. Removed some dead code.
...
- Legacy-Id: 7476
2014-03-15 19:26:01 +00:00
Ole Laursen
ab382a726f
While cleaning up the Javascript includes in the nomcom app, it turns
...
out nomcom.js is included in the wrong pages, and on the pages it is
actually useful in, it's obsolete, so delete it together with the
obsoleted AJAX view and the other JS left-over cruft in nomcom/, this
fixes an include 404 and removes the remaining dependency on
jquery-1.5.1 apart from the Secretariat tools
- Legacy-Id: 7097
2014-01-10 14:06:36 +00:00
Ole Laursen
f685e45ca5
Add select_related to PositionNomineeField in nomcom app to save a
...
bunch of database queries
- Legacy-Id: 7095
2014-01-10 13:13:03 +00:00
Ole Laursen
1dc860236f
Delete ADMIN_MEDIA_PREFIX which is now gone in Django, add a pattern to the static serving so a debug/test server serves the admin static files
...
- Legacy-Id: 6975
2013-12-18 11:45:36 +00:00
Ole Laursen
d66ac15fc2
Rewrite a bunch of HttpResponseRedirect + url reverse calls to instead
...
take advantage of the redirect shortcut (introduced in Django 1.1)
- Legacy-Id: 6960
2013-12-17 10:23:42 +00:00
Ole Laursen
81e5ced4ee
Remove "nominee" from FeedbackForm.Meta.fields, it doesn't exist in Feedback
...
- Legacy-Id: 6916
2013-12-13 15:48:13 +00:00
Ole Laursen
e63ac36b8f
Remove shim layer from ietfauth, delete some dead code and migrate
...
remaining importers of ietfauth.decorators to ietfauth.utils
- Legacy-Id: 6797
2013-12-05 16:24:03 +00:00
Henrik Levkowetz
afb09a0c71
Added code to the EditMembersFormPreview form class' post_post() method. This code was present in preview_post() but missing in post_post(). Fixes issue #1203 .
...
- Legacy-Id: 6723
2013-11-20 14:06:07 +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
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
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
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 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
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
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
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
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
69c704de2d
better errors control in feedback form.
...
See #970
- Legacy-Id: 5593
2013-03-25 18:02:00 +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
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
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
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
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 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 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
de7bab7de4
Add nomination private process
...
See #929
- Legacy-Id: 5180
2013-01-13 20:34:27 +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
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
34cd15018e
Refactor templates inheritance
...
See #919
- Legacy-Id: 5160
2012-12-28 07:33:44 +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
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