Ole Laursen
9faae5e915
Merged community list branch with trunk
...
- Legacy-Id: 11174
2016-05-06 17:36:04 +00:00
Russ Housley
858530c214
Cleaned up the checking permission for a user to manage a group. Also, cleanly handle a set of group parent links did for a loop.
...
- Legacy-Id: 11082
2016-04-02 21:06:33 +00:00
Russ Housley
1c509cd64c
The secretariat and the Team Chair can now edit team groups. In addition, if the team in within the IETF, Area Directors can edit it. And, if the team is within the IRTF, the IRTF Chair can edit it. Fixes #1915 .
...
- Legacy-Id: 11064
2016-04-02 15:10:10 +00:00
Robert Sparks
ca6512e4fa
Capture "Status update" summaries for groups that want to provide them. These updates show on the groups charter (or about) page, and in the group history. The most recent update provided before proceedings corrections closing date is included in the group's page in the meeting proceedings. This addresses the majority of #1773 (a ticket entered on behalf of the IESG). Commit ready for merge.
...
- Legacy-Id: 10969
2016-03-23 19:42:01 +00:00
Ole Laursen
c7589f9b6a
Integrate community lists for groups with the existing group documents
...
page. Each WG/RG now gets a list with an initial set of rules to
populate the list.
Refine the community list management interface a bit to support the
group lists better - group lists aren't connected to the usual track
icons so need to be able to add/remove individual drafts.
Change the "name contains" rule to support regular expressions to
enable each group to have a default replacement for the previously
implemented "related documents" search. Maintain a materialized view
of the regexp-matched drafts with a call in the submit code to avoid
having to scan all drafts/~1000 group rules all the time.
- Legacy-Id: 10963
2016-03-22 12:48:44 +00:00
Henrik Levkowetz
9b274111eb
Added group secretaries to the alias lists. Refactored related utility functions to less code with fewer branches with greater generality.
...
- Legacy-Id: 10543
2015-12-04 20:30:43 +00:00
Robert Sparks
5fb3198368
Add pre-ads to .ad aliases. Keep draft aliases for drafts that have become RFCs for some time. Commit ready to merge.
...
- Legacy-Id: 9306
2015-03-21 20:23:09 +00:00
Robert Sparks
3de9922d87
Improvements to the fix to #1592 . Commit ready to merge.
...
- Legacy-Id: 8949
2015-01-29 20:58:23 +00:00
Robert Sparks
0c4ef8c8f6
Capture out-of-area ADs in draft and group aliases. Fixes #1592 . Commit ready for merge.
...
- Legacy-Id: 8948
2015-01-29 20:32:39 +00:00
Robert Sparks
65804be683
This is the second step towards ADs out of GroupInfo into Role.
...
The use of group.ad has been scrubbed from the code and templates.
- Those places that set group.ad have been directly manipulate Role objects instead
- Most places that read group.ad now use a new group.ad_role() that returns a Role object, simplifing some views.
Related to #1555 and #1557 .
Commit ready for merge.
- Legacy-Id: 8854
2015-01-09 18:52:06 +00:00
Robert Sparks
e5e6b1337d
Added a materials manager (matman) Role, and populated it for the edu team
...
- Legacy-Id: 8708
2014-11-24 21:40:49 +00:00
Henrik Levkowetz
a73163993a
Rewrote the draft-alias and group-alias generation scripts to generate matching aliases and virtual files for postfix.
...
- Legacy-Id: 8055
2014-07-08 14:25:14 +00:00
Ole Laursen
f9ee750afd
Make it possible to adjust the name of new materials upon upload, also fix a couple of warnings from PyFlakes
...
- Legacy-Id: 7914
2014-06-13 12:30:42 +00:00
Ole Laursen
c94757405d
Add a /doc/ page for materials (slides, agendas, minutes), link to that from the group materials page
...
- Legacy-Id: 7825
2014-06-02 12:18:42 +00:00
Ole Laursen
544cd702bb
Drop the material doc type, instead present a choice of doc types for uploading materials (currently only slides) and use that, introduce a DOCUMENT_PATH_PATTERN setting for storing the files and only look in proceedings/ for documents that are actually meeting related
...
- Legacy-Id: 7802
2014-05-30 14:07:16 +00:00
Ole Laursen
9579525ca4
Add simple materials page, tie up some of the loose ends in group generalization work
...
- Legacy-Id: 7768
2014-05-22 15:53:20 +00:00
Ole Laursen
43e472b647
Remove IETFWG_DESCRIPTIONS_PATH which is no longer useful as all charter files will soon have been moved
...
- Legacy-Id: 7582
2014-04-08 14:15:49 +00:00
Ole Laursen
c125ca1c64
Fix edit pages and milestones functionality to work with RGs - currently the IRTF Chair takes the same role as the AD
...
- Legacy-Id: 7541
2014-03-25 11:50:24 +00:00
Henrik Levkowetz
2a551bb35b
Made ietf/group/ pyflakes-clean.
...
- Legacy-Id: 7465
2014-03-15 17:02:52 +00:00
Henrik Levkowetz
8675711c27
Merged [5902],[5904] from markus.stenberg@iki.fi:
...
Added support and scripts for generation of wg- and draft-aliases. Fixes issue #713 .
- Legacy-Id: 5937
Note: SVN reference [5902] has been migrated to Git commit e5b551f4ce
Note: SVN reference [5904] has been migrated to Git commit e68e51cc55
2013-08-01 12:44:49 +00:00
Ole Laursen
b19f6d8060
Merge in milestones branch
...
- Legacy-Id: 5091
2012-12-03 14:36:30 +00:00
Henrik Levkowetz
27186d111e
Added a docstring note about the convention for when save_*_in_history() shoudl be called.
...
- Legacy-Id: 4883
2012-09-27 10:03:16 +00:00
Ole Laursen
319a202900
Finish charter milestones support so they're merged in after approval
...
of the charter, also replace references to WGs in wgcharter with a
more generic counterpart so will be easier to add support for RGs if
someone ever gets that far (will still need testing and probably some
minor adjustments though).
- Legacy-Id: 4534
2012-06-27 16:24:04 +00:00
Ole Laursen
6c1e87b773
Move milestones branch out of the way to prepare for merge with trunk to get latest charter changes in
...
[[Split portion of a mixed commit.]]
- Legacy-Id: 4514.1
2012-06-26 17:47:53 +00:00
Henrik Levkowetz
bcd28cc45f
Merged in fixes to the migration from olau@iola.dk. Merged in charter branch from olau@iola.dk. Added various fixes and correction of merge errors.
...
- Legacy-Id: 4353
2012-05-02 19:35:32 +00:00
Ole Laursen
01afd80e76
Fix get_charter_text which wasn't actually working
...
- Legacy-Id: 3937
2012-02-17 20:25:11 +00:00
Ole Laursen
0b5b5e65d9
Add get_charter_text helper for groups
...
- Legacy-Id: 3936
2012-02-17 20:21:29 +00:00
Ole Laursen
980d4e6444
Move new schema models from redesign/ to ietf/
...
- Legacy-Id: 3855
2012-01-24 17:17:24 +00:00