Ryan Cross
fca04d97e5
Fixes issue where authorized individual unable to add incoming liaison. Fixes problem with incoming liaison form requiring deadline date for information only statements. Commit ready for merge.
...
- Legacy-Id: 9595
2015-05-01 18:11:00 +00:00
Ole Laursen
373644edf4
Port liaison submission/editing to Bootstrap, revamp the select related widget to use select2 rather than the longish popup table
...
- Legacy-Id: 8738
2014-12-12 17:59:57 +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
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
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
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
119d76ae26
Get rid of unused import of old generic view
...
- Legacy-Id: 6881
2013-12-11 16:44:34 +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
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
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
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
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
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
Ole Laursen
498dc38507
Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3
...
- Legacy-Id: 3773
2011-12-15 14:13:54 +00:00
Ole Laursen
2bbe307c05
Fix annoying duplicate entry bug in the from list for a Secretariat person
...
- Legacy-Id: 3351
2011-08-22 23:16:32 +00:00
Ole Laursen
b9e1753ef6
Port and proxy liaison views to new schema and add a bunch of tests
...
- Legacy-Id: 3350
2011-08-22 23:15:35 +00:00
Ole Laursen
91ced5c24a
Fix some problems with liaison importer and related models, add a
...
test, port account management and related utilities, fix up proxy and
port most of the views and form code
- Legacy-Id: 3345
2011-08-19 21:11:49 +00:00
Henrik Levkowetz
5497fa4b8e
Fix to permit secretariat staff to post liaisons on behalf of liaison managers, assuming the permissions of the person they post on behalf of for this purpose.
...
- Legacy-Id: 3046
2011-04-13 13:02:21 +00:00
Henrik Levkowetz
2b50bfdcef
Only try to populate the liaison user/email list from the from_entity if it's set.
...
- Legacy-Id: 2904
2011-03-24 09:59:53 +00:00
Emilio A. Sánchez López
a6dc8912e3
Do no try retrieve extra information if previous errors have been detected. See #581
...
- Legacy-Id: 2809
2011-02-04 09:27:33 +00:00
Henrik Levkowetz
07c1eea5c2
Merged in changes from esanchez@yaco.es, changesets 2790-2791. Refined handling of the To: and From: address lists when the Liaison Manager is also a WG Chair or AD.
...
- Legacy-Id: 2801
2011-02-02 17:31:02 +00:00
Henrik Levkowetz
63bc9cff6d
Changes from esanchez@yaco.es, changesets 2783-2789. Lets the secretariat send liaisons on behalf of others, corrected powers to liaison managers, and other fixes.
...
- Legacy-Id: 2800
2011-02-02 16:04:42 +00:00
Henrik Levkowetz
1837b38bc8
Rename 'LiaisonDetail.taken_care' field to 'action_taken'. Miscellaneous associated fixes. Enhanced liaison-related admin pages.
...
- Legacy-Id: 2798
2011-02-02 15:35:21 +00:00
Emilio A. Sánchez López
fb7b3d2152
Allow to filter the to field when a Liaison Manager changes de from field. Fixes #577
...
- Legacy-Id: 2790
2011-02-02 14:46:01 +00:00
Emilio A. Sánchez López
5684bc324d
Allow the secretariat to send liaisons on behalf of another user. Fixes #578
...
- Legacy-Id: 2787
2011-02-01 18:56:07 +00:00
Emilio A. Sánchez López
53fae6e4c5
Hide 'send and post' button to SDO Liaison Managers when they select their SDO in the from field. Fixes #577
...
- Legacy-Id: 2786
2011-02-01 17:32:50 +00:00
Emilio A. Sánchez López
79785fe75b
Check if the user has permission to edit a liaison. See #577
...
- Legacy-Id: 2785
2011-02-01 17:21:04 +00:00
Henrik Levkowetz
d75a57d60c
Fix typo in method calls to send email.
...
- Legacy-Id: 2778
2011-02-01 10:24:01 +00:00
Henrik Levkowetz
81f8dfc6ad
Prevent things from crashing if some of the email fields are null for a liaison.
...
- Legacy-Id: 2762
2011-01-27 15:01:18 +00:00
Emilio A. Sánchez López
cf26454bd3
Show reverse liaison reference in liaison detail. Fixes #387
...
- Legacy-Id: 2550
2010-10-10 20:20:30 +00:00
Emilio A. Sánchez López
de3bfded23
Anorther bug fixing. Fixes #385
...
- Legacy-Id: 2549
2010-10-10 19:56:03 +00:00
Emilio A. Sánchez López
98d15a3e08
Fix bull calling incorrect function. Fixes #385
...
- Legacy-Id: 2548
2010-10-10 19:51:44 +00:00
Emilio A. Sánchez López
46d48acc01
Allow sorting liaisons when selecting a related liaison. Fixes #386
...
- Legacy-Id: 2546
2010-10-08 11:12:28 +00:00
Emilio A. Sánchez López
80ca4e9f18
Allow to take care of a liaison with deadline. Fixes #385
...
- Legacy-Id: 2545
2010-10-08 10:34:56 +00:00
Emilio A. Sánchez López
895b8950eb
Add sorting to liaison list view. Fixes #383
...
- Legacy-Id: 2543
2010-10-07 11:31:55 +00:00
Emilio A. Sánchez López
73f9fe310b
Allow the user to select a referenced liaison. Fixes #381
...
- Legacy-Id: 2538
2010-10-01 10:17:40 +00:00
Emilio A. Sánchez López
f581e0fb8e
Fixes anonymous liaison detail view. Fixes Secretariat group name. Fixes #362
...
- Legacy-Id: 2481
2010-08-17 09:33:30 +00:00
Emilio A. Sánchez López
bfaf558e8d
Liaison edit view. See #362
...
- Legacy-Id: 2475
2010-08-13 07:41:09 +00:00
Emilio A. Sánchez López
ed0277cdb9
Create liaison manager group.
...
Users in that group can send outgoing liaisons from any ietf entity.
Users in that group can send incoming liaisons from any sdo.
Fixes #356
- Legacy-Id: 2467
2010-08-06 17:41:42 +00:00
Emilio A. Sánchez López
8e7295c996
Management of pending liaisons.
...
If an user can approve pending liaisons he/she have access to:
- List of pending liaisons he/she can approve
- Detailed view of a pending liaison with an approval button
Fixes #357
- Legacy-Id: 2466
2010-08-06 17:01:23 +00:00
Emilio A. Sánchez López
57f1cba918
Do not send any email if option 'Post only' is used. See #342
...
- Legacy-Id: 2463
2010-07-30 11:25:13 +00:00
Emilio A. Sánchez López
8680c99324
Send liaison by email. See #342
...
- Legacy-Id: 2462
2010-07-30 11:10:01 +00:00
Emilio A. Sánchez López
1a2f1559c4
Check if the user needs to approval to send a liaison on behalf of an entity.
...
Ajax queries merged into one.
See #353
- Legacy-Id: 2445
2010-07-28 13:01:14 +00:00
Emilio A. Sánchez López
709181c978
Outgoing liaison form with automatic filled fields. See #343
...
- Legacy-Id: 2428
2010-07-27 08:08:11 +00:00
Emilio A. Sánchez López
fbbf182329
Set link to new liaison management form. See #342
...
- Legacy-Id: 2378
2010-07-23 10:48:10 +00:00
Emilio A. Sánchez López
eec8de1efe
Save from of incoming liaisons. Manage CCs depending of sending entity. Fixes #345
...
- Legacy-Id: 2377
2010-07-23 10:04:13 +00:00
Emilio A. Sánchez López
ab8cbbb835
Save liaison and attachments. See #342
...
- Legacy-Id: 2374
2010-07-22 12:00:50 +00:00
Emilio A. Sánchez López
a2cbb76acd
Date picker and file attachments. See #342
...
- Legacy-Id: 2373
2010-07-22 08:13:48 +00:00
Emilio A. Sánchez López
251b161eac
CC SDO manager if not submitter. Order organization list. See #345
...
- Legacy-Id: 2350
2010-07-20 12:19:22 +00:00