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
Henrik Levkowetz
4a3749a66b
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: 9026
2015-02-08 19:16:46 +00:00
Henrik Levkowetz
24abae6d26
Added back a modified version of get_fieldsets for liaison forms; in this case the parent class doesn't have this method..
...
- Legacy-Id: 9011
2015-02-06 12:30:51 +00:00
Henrik Levkowetz
030eb5ff9f
Merged in [8733] from olau@iola.dk:\n Summary: Fix old bug in liaison tool - WG discussion lists where being
...
CC'ed with their list_subscribe rather than list_email address, and
the former is usually a URL, not an email address so cause a
validation error when submitting the statement
- Legacy-Id: 8868
Note: SVN reference [8733] has been migrated to Git commit 7f1683f093
2015-01-15 20:58:37 +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
Henrik Levkowetz
770b36d575
Added generated (and sometimes manually tweaked) resources.py files.
...
- Legacy-Id: 8744
2014-12-14 20:33:25 +00:00
Robert Sparks
a3437c0a21
Checks that an email address will survive encoding as part of validating a liaison form. Fixes bug 1410. Commit ready for merge.
...
- Legacy-Id: 7772
2014-05-22 18:45:59 +00:00
Henrik Levkowetz
f6cc509fd6
Merged [7416] from olau@iola.dk: Redo the quickfix to the "Send and Post" button bug (mentioned in
...
issue #1308 ) so that we still do the validation correctly, but just
always show the button (even if it's unusable)
- Legacy-Id: 7599
Note: SVN reference [7416] has been migrated to Git commit 649618626e
2014-04-12 18:28:05 +00:00
Henrik Levkowetz
b02b0a96df
All tests pass, except for some pyflakes tests which I believe are fixed in trunk.
...
- Legacy-Id: 7579
2014-04-06 20:04:36 +00:00
Henrik Levkowetz
12f6a55dbd
Made ietf/liaisons pyflakes-clean, which also fixed several places the code would crash. The IRTF chair can never have been able to use the liaison tool without getting a server 500 ...
...
- Legacy-Id: 7471
2014-03-15 18:10:35 +00:00
Ole Laursen
649618626e
Redo the quickfix to the "Send and Post" button bug (mentioned in
...
issue #1308 ) so that we still do the validation correctly, but just
always show the button (even if it's unusable)
- Legacy-Id: 7416
2014-03-05 17:39:13 +00:00
Henrik Levkowetz
1c6c3835e8
Typo fixes.
...
- Legacy-Id: 7254
2014-02-17 12:42:43 +00:00
Henrik Levkowetz
f59983ccd1
Merged [7236] from rcross@amsl.com: Ticket #1308 : fix Liaison Add CSRF token error and missing Post and Send button.
...
- Legacy-Id: 7246
Note: SVN reference [7236] has been migrated to Git commit ba6d31fd27
2014-02-16 16:58:54 +00:00
Ole Laursen
a656cf8a8b
Add .prefetch_related on liaison list page to reduce the number of DB
...
queries (from 571 to 28)
- Legacy-Id: 6991
2013-12-18 16:30:18 +00:00
Ole Laursen
7f277a8fbb
Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5
...
- Legacy-Id: 6968
2013-12-18 10:13:40 +00:00
Ole Laursen
ea24f5c3bd
Import slugify from django.utils.text (introduced in Django 1.5)
...
- Legacy-Id: 6967
2013-12-18 10:00:58 +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
84a9f49053
mimetype -> content_type (mimetype is deprecated)
...
- Legacy-Id: 6945
2013-12-16 16:53:47 +00:00
Ole Laursen
e6b12350d2
Port IPR and liaisons feed setup to new feed API too
...
- Legacy-Id: 6943
2013-12-16 16:33:18 +00:00
Ole Laursen
6a98fec2c3
Use built-in json module in Python instead of simplejson bundled with Django
...
- Legacy-Id: 6883
2013-12-11 16:59:19 +00:00
Ole Laursen
2c930d0f97
Get rid of remaining use of email_re, use validate_email instead
...
- Legacy-Id: 6882
2013-12-11 16:47:47 +00:00
Ole Laursen
119d76ae26
Get rid of unused import of old generic view
...
- Legacy-Id: 6881
2013-12-11 16:44:34 +00:00
Ole Laursen
883853f09c
Fix bug, TemplateView takes template_name, not template as parameter
...
- Legacy-Id: 6880
2013-12-11 16:43:34 +00:00
Ole Laursen
c15063f3c2
Adjust the import path for feeds
...
- Legacy-Id: 6879
2013-12-11 16:40:49 +00:00
Ole Laursen
cfa0d47ca0
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
...
- Legacy-Id: 6878
2013-12-11 16:36:09 +00:00
Ole Laursen
449436744e
Hide unapproved related liaison statement unless during approval it to prevent dead link
...
- Legacy-Id: 6839
2013-12-07 13:39:56 +00:00
Ole Laursen
ae2b0e2bcc
Remove use of group proxies from liaisons app, move proxy_personify_role into liaisons for the time being
...
- Legacy-Id: 6825
2013-12-07 11:56:32 +00:00
Ole Laursen
54464e6db2
Only show related approved liaisons (dead link found by test crawler)
...
- Legacy-Id: 6824
2013-12-06 18:44:01 +00:00
Ole Laursen
5f002cf0ac
Fix some test errors
...
- Legacy-Id: 6795
2013-12-05 15:30:17 +00:00
Ole Laursen
4250a95556
Remove proxy layer from liaisons tool, do some minor cleanups of
...
duplicated code, make sure the custom form widgets escape their input.
There's still a bit of custom proxying going on in the IETFHM class
hierarchy.
- Legacy-Id: 6794
2013-12-05 13:54:48 +00:00
Ole Laursen
9457669310
Merge in changes from the old shimfree branch
...
- Legacy-Id: 6764
2013-11-27 12:55:50 +00:00
Henrik Levkowetz
e4f4467725
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
...
- Legacy-Id: 6320
2013-09-30 20:36:20 +00:00
Ole Laursen
c191a691e0
Remove "names" fixture from all tests, since it's now loaded once just
...
after creating the test database through the global test fixture
mechanism - this speeds up multiple tests considerably
- Legacy-Id: 6305
2013-09-29 17:35:59 +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
Henrik Levkowetz
eb10724796
Changed liaison attachment code to use the correct document type slug.
...
- Legacy-Id: 5822
2013-07-15 07:14:20 +00:00
Ole Laursen
fce33cd034
Don't crash if an attachment has been created already, just reuse it - this case shouldn't actually happen, but apparently sometimes does, probably due to a concurrency issue
...
- Legacy-Id: 5797
2013-06-21 14:15:30 +00:00
Russ Housley
f55195e3d6
Send email to statements@ietf.org when a pending liaison statement gets queued.
...
- Legacy-Id: 5511
2013-03-09 16:49:38 +00:00
Henrik Levkowetz
327ae948b1
Merged [4866] from rjsparks@nostrum.com:
...
Show link to pending liaison statements to approve to the secretariat.
This fixes bug #878
- Legacy-Id: 4943
Note: SVN reference [4866] has been migrated to Git commit d1c27fe57a
2012-10-21 18:00:51 +00:00
Henrik Levkowetz
d342eee77f
Fixed missing import of Role.
...
- Legacy-Id: 4891
2012-10-04 12:17:06 +00:00
Robert Sparks
d1c27fe57a
Show link to pending liaison statements to approve to the secretariat.
...
This fixes bug #878
- Legacy-Id: 4866
2012-09-19 22:22:58 +00:00
Henrik Levkowetz
c90a26ca50
Merged [4772] from rjsparks@nostrum.com:
...
Liasion Manager:
* Patch from Yaco to avoid resetting the From field when changing other items on the form
* Gave the secretariat the ability to find/approve any unapproved liaisons
* Changed all the email code to use ietf.mail.utils (and removed the fake-mail concept)
Charter documents and the Agenda pages:
* Added charter documents to iesg/agenda and iesg/agenda/documents
* Synced the ordering of drafts on iesg/agenda and iesg/agenda/documents
* Allow setting a responsible AD for charter documents
* Changed the UI of the charter page to use editlink for changing attributes and buttons for actions (to align with drafts and conflict-reviews)
Moderator package:
* Refactor: Simplified access to the current BallotDocEvent from a Document
* Added functions to BallotDocEvents? to faciliate access to BallotPositionDocEvents?, both for all positions, and current AD postions.
* Updated the moderator package to use the Documents from _agenda_data.
* Added a filter to assist with rendering the moderator package.
* Fixed a bug where different functions in idrfc/views_ballot were using log_state_changed expecting different implementations (a cleanup task should reconcile the _three_ implementations in the codebase of that function).
Cleanup from codesprint:
* Removed some duplication between doc/util and doc/models by moving things into doc/models
* Do not show non-empty discuss text when the ballot position is not blocking
* Added a migration to update non-blocking ballot positions that have non-empty discuss text
DEPLOYMENT NOTES
Please be aware that migration step will take a few minutes to complete.
Fixes bug 865
- Legacy-Id: 4780
Note: SVN reference [4772] has been migrated to Git commit e5c3a5adc5
2012-08-22 12:34:55 +00:00
Henrik Levkowetz
d4e8a98346
Merged [4737] from adam@nostrum.com:
...
Fixed profile update page to keep Alias table up to date. Also, roles for inactive groups are no longer displayed on the profile page.
- Legacy-Id: 4776
Note: SVN reference [4737] has been migrated to Git commit 6d87558b06
2012-08-22 10:01:52 +00:00
Robert Sparks
fb59abd70d
Missed this import
...
- Legacy-Id: 4762
2012-08-14 21:50:48 +00:00
Robert Sparks
1d7883fc01
Patch from yaco to avoid resetting from field. Gave the secretarait the ability to approve any unapproved liaison. Changed all the email code to use ietf.utils.mail
...
- Legacy-Id: 4761
2012-08-14 21:37:59 +00:00
Henrik Levkowetz
25210ac328
The call to liaison_manager_sdos() in set_organization_field was missing a Person parameter -- add it.
...
- Legacy-Id: 4739
2012-07-31 22:24:22 +00:00
Henrik Levkowetz
76594a4c4d
Added support for IRTF liaisons.
...
- Legacy-Id: 4625
2012-07-20 11:36:01 +00:00
Henrik Levkowetz
d09d9deba5
Patch from esanchez@yaco.es to add a new IETF liaison-sending entity 'IESG and IAB'.
...
- Legacy-Id: 4537
2012-06-27 20:20:23 +00:00
Ole Laursen
9f880a3aab
Port all still relevant changes between trunk before migration and charter branch to new trunk (mostly various minor template fixes), except 0.24 version of draft.py tool which has some interfaces changes that requires changes in the submit tool
...
- Legacy-Id: 4341
2012-04-30 13:36:56 +00:00
Ole Laursen
bbeaa2d022
Fix bug in liaison form that prevents Secretariat users from posting
...
statements on behalf of SDO liaison managers in some cases.
- Legacy-Id: 4311
2012-04-23 20:18:23 +00:00