Suresh Krishnan
fd3a74fa1f
When the state changes from whatever to Publication Requested, the regular state change mail will go out.
...
The regular state change mail will be sent to the authors and the wg chairs (this is the current behavior).
Now, in addition to this regular state change mail, another mail will be sent with the title "Publication has been requested for draft <draft-name>" and this mail will be sent to the AD responsible for the WG. I considered sending the mail to both the ADs but decided not to bother the other AD :-).
- Legacy-Id: 4704
2012-07-28 21:17:00 +00:00
Robert Sparks
51ab8123d9
merged in from 4.20-ise
...
- Legacy-Id: 4502
2012-06-22 20:25:17 +00:00
Robert Sparks
4eabc033c1
Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream.
...
Removed the stream editing form - that functionality is on the edit info form.
Put the old-ADs back into the list of choices when editing a document's info.
This (re) fixes bug #749
- Legacy-Id: 4356
2012-05-03 04:26:09 +00:00
Suresh Krishnan
19dbc6c9bb
Making doc writeup available as read-only text to regular users who are not shepherd/AD/Secretariat etc.
...
Adding a link for viewing a writeup to the main datatracker page.
- Legacy-Id: 4213
2012-03-24 15:03:11 +00:00
Ole Laursen
5fab1e071d
Be more careful in generating links to draft actions, fixes problem
...
with RFCs without an associated group and also makes the code somewhat
more readable (although the template tag detour need to go away at
some point, perhaps after the generic charter refactor)
- Legacy-Id: 4071
2012-03-08 13:01:20 +00:00
Henrik Levkowetz
00111065ea
Guard against trying to use .is_authenticated() on a plain string. The error condition can occur when an exception has been triggered before the auth middleware has run. Related to #767 and #768 .
...
- Legacy-Id: 4054
2012-03-07 10:00:31 +00:00
Ole Laursen
dbf5e6ab84
Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting
...
- Legacy-Id: 3995
2012-02-28 17:29:52 +00:00
Ole Laursen
1fc978e9fe
Fix so that Secretariat can also adopt documents when other people can
...
- Legacy-Id: 3873
2012-01-30 17:20:12 +00:00
Ole Laursen
a2f29f8139
Fix redirect on adoption
...
- Legacy-Id: 3869
2012-01-26 21:30:06 +00:00
Ole Laursen
65e5298630
Be more careful in handling Document.stream now that it can be null
...
- Legacy-Id: 3865
2012-01-26 13:28:02 +00:00
Ole Laursen
980d4e6444
Move new schema models from redesign/ to ietf/
...
- Legacy-Id: 3855
2012-01-24 17:17:24 +00:00
Ole Laursen
8d6bcc8ff5
Fix adoption test to unset the stream, fix bugs with non-stream drafts
...
- Legacy-Id: 3852
2012-01-24 13:11:03 +00:00
Ole Laursen
fc88964298
Go through the code and replace uses of Person.name with Person.plain_name()
...
- Legacy-Id: 3849
2012-01-23 20:22:45 +00:00
Ole Laursen
9d77c09f10
Independent submissions are IETF track drafts with group set to Individual
...
- Legacy-Id: 3844
2012-01-20 18:39:44 +00:00
Ole Laursen
85b036e456
Only output stream tags in get_annotation_tags_for_draft
...
- Legacy-Id: 3824
2012-01-19 12:05:34 +00:00
Ole Laursen
31aef86164
Merge charter branch with the UI hooks disabled for the time being
...
- Legacy-Id: 3800
2012-01-11 15:04:13 +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
8153a1c130
Patch up to pass request object to send mail in the instances where
...
it's possible (i.e. when not run in cron) in preparation for better
mail test handling
- Legacy-Id: 3711
2011-11-25 18:24:14 +00:00
Ole Laursen
13cec30f07
Fix bug in StreamedId proxy
...
- Legacy-Id: 3708
2011-11-25 13:29:07 +00:00
Ole Laursen
a8e219e16a
Rename DocStreamName to StreamName, they're not really doc-specific
...
- Legacy-Id: 3707
2011-11-25 12:25:35 +00:00
Ole Laursen
9a8b9ea857
Fix merge bug
...
- Legacy-Id: 3693
2011-11-24 10:41:34 +00:00
Ole Laursen
d4b296c5cf
Fix bug, make sure user is authenticated before trying to see if he's
...
got any roles
- Legacy-Id: 3690
2011-11-23 17:58:06 +00:00
Ole Laursen
367d6b2116
Port recently merged stream delegate management in ietfworkflows to new schema
...
- Legacy-Id: 3687
2011-11-22 21:15:49 +00:00
Ole Laursen
2b4f6f3751
Import is_secretariat directly from liaisons
...
- Legacy-Id: 3685
2011-11-22 20:51:27 +00:00
Ole Laursen
fb083da243
Fix bug in is_authorized_in_draft_streamREDESIGN
...
- Legacy-Id: 3682
2011-11-22 18:18:09 +00:00
Ole Laursen
5a4c23ea92
Merge with trunk
...
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Ole Laursen
5d291f222c
Remove .state and .*_state on Document in favour of generic states
...
mapping, port the codebase to use these states
- Legacy-Id: 3660
2011-11-16 18:18:06 +00:00
Henrik Levkowetz
e8b787312d
Merged [3600] from adam@nostrum.com:
...
Fixing bug in is_authorized_in_draft_stream: would never return true for WG chairs
- Legacy-Id: 3624
Note: SVN reference [3600] has been migrated to Git commit 5b9b56c5fd
2011-11-16 04:23:03 +00:00
Ole Laursen
ce74be89ef
Use the test mode in the mail code when running automated tests instead of
...
reinventing the wheel in test_runner
- Legacy-Id: 3620
2011-11-15 11:24:33 +00:00
Ole Laursen
ea7f45d56e
Port ietfworkflows and wgchairs to new schema, fix missing state
...
setting in I-D submission, add tests
- Legacy-Id: 3617
2011-11-14 19:40:20 +00:00
Lars Eggert
c9bc01d8b7
Automatically set the recipients of RFC5742 review emails sent by the IESG
...
based on the RFC Stream.
- Legacy-Id: 3603
2011-11-12 06:13:21 +00:00
Adam Roach
5b9b56c5fd
Fixing bug in is_authorized_in_draft_stream: would never return true for WG chairs
...
- Legacy-Id: 3600
2011-11-12 04:45:33 +00:00
Henrik Levkowetz
ccb71bec6a
Corrected workflows initial_data fixture; the previously committed version had too many states removed.
...
- Legacy-Id: 3562
2011-11-03 11:58:25 +00:00
Henrik Levkowetz
bfdb6b2f86
Align the workflow admin display lists with the current model fields.
...
- Legacy-Id: 3560
2011-11-03 10:30:16 +00:00
Henrik Levkowetz
941d22e3d5
Merged /branch/yaco/wgchairs.r3120:r3154-3558 from esanchez@yaco.es. This adds support for alternate streams document tracking, similar to the WG chairs tracking functionality.
...
- Legacy-Id: 3559
2011-11-02 15:47:44 +00:00
Henrik Levkowetz
151bc01c25
Merged /branch/yaco/wgchairs.r3120/static/media:r3152-3153. Do not show the draft addoption form when editing stream. See #671 .
...
- Legacy-Id: 3558
2011-11-02 14:21:57 +00:00
Henrik Levkowetz
63dc422f43
Merged /branch/yaco/wgchairs.r3120/static/media:r3122-3152. Do no try to create an already existing model. See #671 .
...
- Legacy-Id: 3557
2011-11-02 14:13:10 +00:00
Emilio A. Sánchez López
cfe6afce94
Check for an ISE Role. Fix #711
...
- Legacy-Id: 3448
2011-10-19 09:22:56 +00:00
Ole Laursen
5c5d534104
Add person foreign key on Role to link the role and person directly instead of through Email, this will allow us to use non-personal emails on roles
...
- Legacy-Id: 3418
2011-09-14 14:01:17 +00:00
Ole Laursen
152dc25e18
Port some utilities of ietfworkflows
...
- Legacy-Id: 3406
2011-09-01 12:46:57 +00:00
Emilio A. Sánchez López
40afa5fb06
Remove uneeded states. Fixes #704
...
- Legacy-Id: 3346
2011-08-22 06:34:55 +00:00
Emilio A. Sánchez López
b28469f117
View to design/remove delegates into an stream. Fixes #699
...
- Legacy-Id: 3300
2011-08-11 12:18:59 +00:00
Emilio A. Sánchez López
322caf332c
Add stream delegate model. See #699
...
- Legacy-Id: 3299
2011-08-11 12:11:07 +00:00
Ole Laursen
67e317d535
Merged in changes from conversion branch fixing a couple of problems
...
- Legacy-Id: 3285
2011-08-04 15:09:54 +00:00
Emilio A. Sánchez López
5af808b6dd
Retrieve IRTF group and chairs (including the IRTF chair). Fixes #694
...
- Legacy-Id: 3275
2011-08-02 09:38:03 +00:00
Emilio A. Sánchez López
6d68c732a5
Retrieve group from the existing one in the drafts. See #694
...
- Legacy-Id: 3274
2011-08-02 06:41:02 +00:00
Emilio A. Sánchez López
e7672a79c3
Removed duplicated group from model. See #694
...
- Legacy-Id: 3273
2011-08-02 06:38:12 +00:00
Henrik Levkowetz
2debf443ad
Enhance the admin list page for Stream a bit.
...
- Legacy-Id: 3263
2011-07-27 16:41:36 +00:00
Henrik Levkowetz
2a35f9123a
Tweak StreamedIdAdmin.
...
- Legacy-Id: 3207
2011-07-23 13:13:58 +00:00
Henrik Levkowetz
413bcdabbd
Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with.
...
- Legacy-Id: 3205
2011-07-23 12:49:56 +00:00