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
Henrik Levkowetz
84a07d7151
Selectively removed the agenda and minutes warnings from the meeting materials page, for educational sessions where agenda and minutes aren't expected. Fixes issue #1115 .
...
- Legacy-Id: 6078
2013-08-28 11:00:38 +00:00
Henrik Levkowetz
37e69a02c6
Changed the order of the files diffed in the draft diff links on the history page. Fixes issue #1114 .
...
- Legacy-Id: 6077
2013-08-28 10:36:32 +00:00
Henrik Levkowetz
ed020c8b8e
Add Auto-Submitted and Precedence header fields to outgoing email messages.
...
- Legacy-Id: 6071
2013-08-17 15:33:56 +00:00
Henrik Levkowetz
551f61b55a
Fixed a possible KeyError bug for missing form field 'by'.
...
- Legacy-Id: 6045
2013-08-13 12:43:53 +00:00
Henrik Levkowetz
e46220af5d
Added code to expire last calls for statechg documents too (in addition to iesg drafts) with the expire-last-call script. Fixes issue #1092 .
...
- Legacy-Id: 6044
2013-08-12 22:25:54 +00:00
Henrik Levkowetz
4376c7d279
Added missing parenthesis.
...
- Legacy-Id: 6043
2013-08-12 22:07:19 +00:00
Henrik Levkowetz
8df981a25d
Reverted commit [6032] -- it had unintended changes :-( We'll probably have to move forward instead, and fix the dependent scripts to accept RG annotations.
...
- Legacy-Id: 6035
Note: SVN reference [6032] has been migrated to Git commit 2b19bba4b8
2013-08-12 14:32:09 +00:00
Henrik Levkowetz
2b19bba4b8
Fixed regression in the generation of 1id-abstracts.txt -- the refactored code generated entries for all groups (including research groups) which have active drafts. That would be fine if there weren't other scripts that used the output and format of 1wg-abstracts.txt that broke when RGs where included... I hope we're getting closer to upgrading Django and after that providing a JSON interface for things that are now handled by 1id-abstracts.txt (and friends), but for now we need to stick to the conventions for these files.
...
- Legacy-Id: 6032
2013-08-10 21:52:38 +00:00
Henrik Levkowetz
9b04370eb6
Added secretaries to those who are authorized to edit stream info for a document.
...
- Legacy-Id: 6028
2013-08-09 18:21:16 +00:00
Henrik Levkowetz
f5ab950fcb
Added a penalty field to the ConstrantNames, for use in agenda scheduling.
...
- Legacy-Id: 6027
2013-08-09 18:20:15 +00:00
Henrik Levkowetz
9c42fe3e24
Tweaked the nomcom private menus.
...
- Legacy-Id: 6026
2013-08-09 18:19:34 +00:00
Henrik Levkowetz
99a3d4772d
Added missing migration. Already fixed (somehow??) in production.
...
- Legacy-Id: 5997
2013-08-08 13:39:25 +00:00
Henrik Levkowetz
175a9dba80
Refactored group membership code, adding advisors and liaisons to the membership list. Needed for the nomcom code.
...
- Legacy-Id: 5996
2013-08-08 12:29:59 +00:00
Henrik Levkowetz
676d8504f0
Reverted an unneded 'fix' for RG chair document access, which caused 1wg-summary.txt to erroneously include RGs.
...
- Legacy-Id: 5995
2013-08-08 12:29:00 +00:00
Henrik Levkowetz
603f8b93fe
Fixed the broken WG document list template (regression caused by the shimfree merge).
...
- Legacy-Id: 5994
2013-08-08 12:27:12 +00:00
Henrik Levkowetz
8b6f122314
Fixed nomcom email pipe command to read from stdin if no file given, and give better error messages.
...
- Legacy-Id: 5992
2013-08-08 12:25:03 +00:00
Henrik Levkowetz
c6b688e0af
Added migrations which should have been part of release 4.70.
...
- Legacy-Id: 5954
2013-08-06 17:37:47 +00:00
Henrik Levkowetz
d59b16b665
Set version info and settings back to development mode
...
- Legacy-Id: 5952
2013-08-06 10:16:01 +00:00
Henrik Levkowetz
a32834c087
Set version info to release version 4.70 before branching.
...
- Legacy-Id: 5950
2013-08-06 10:15:58 +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
a84d8910a4
Re-enabled the link to document shepherd writeups for individual drafts, which regressed in the 4.60 merge. Fixes issue #1084 .
...
- Legacy-Id: 5946
2013-08-02 12:22:33 +00:00
Henrik Levkowetz
2fa9aedf01
Set version info and settings back to development mode
...
- Legacy-Id: 5945
2013-08-01 16:26:30 +00:00
Henrik Levkowetz
fac8b399f7
Set version info to release version 4.61 before branching.
...
- Legacy-Id: 5943
2013-08-01 16:26:26 +00:00
Henrik Levkowetz
17eb95c180
Tweaked code to correct access to document metadata and actions, adding RGs to the groups and group secretaries to the roles which are given access.
...
- Legacy-Id: 5939
2013-08-01 14:37:50 +00:00
Henrik Levkowetz
582be932d1
Tweaked agenda presentation in order to not blow up on bad character encodings in charter file.
...
- Legacy-Id: 5938
2013-08-01 14:35:19 +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
Henrik Levkowetz
9f998e5bbc
Tweaked code to correct access to document metadata and actions, adding RGs to the groups and group secretaries to the roles which are given access.
...
- Legacy-Id: 5935
2013-07-31 17:11:19 +00:00
Henrik Levkowetz
b02d0bdd1c
Corrected reset of document group on document stream change.
...
- Legacy-Id: 5934
2013-07-31 17:06:12 +00:00
Henrik Levkowetz
8b1b38d57e
Added group secretaries to those authorise to edit group document meta-information.
...
- Legacy-Id: 5933
2013-07-31 16:07:16 +00:00
Henrik Levkowetz
88bd027776
Added handling for missing association between login and Person record.
...
- Legacy-Id: 5932
2013-07-31 14:54:03 +00:00
Henrik Levkowetz
b090f1e92c
Merged [5903] from adam@nostrum.com:
...
Added tooltip capability to document tabs, and tooltips for disabled IESG Evaluation/Review tab. Fixes bug #448 .
- Legacy-Id: 5931
Note: SVN reference [5903] has been migrated to Git commit d87379c177
2013-07-31 14:16:37 +00:00
Henrik Levkowetz
d7879978f1
Merged [5901] from adam@nostrum.com:
...
Added a document link to the emails sent on discuss/comment changes. Fixes bug #916
- Legacy-Id: 5930
Note: SVN reference [5901] has been migrated to Git commit 30dec0ec09
2013-07-31 14:08:36 +00:00
Henrik Levkowetz
941378d201
Merged [5900] from rjsparks@nostrum.com:
...
Adds related documents to the set of documents checked for IPR declarations when building last call text. Partially addresses #1071 .
- Legacy-Id: 5929
Note: SVN reference [5900] has been migrated to Git commit c69a33217e
2013-07-31 14:04:12 +00:00
Henrik Levkowetz
ddf45fd995
Merged [5899] from suresh.krishnan@ericsson.com:
...
When working group chairs added an annotation to a document, the date on the
history entry was wrong. It has now been fixed. Fixes issue #1046 .
- Legacy-Id: 5928
Note: SVN reference [5899] has been migrated to Git commit 60bab5fe50
2013-07-31 14:01:08 +00:00
Henrik Levkowetz
2cc0542666
Merged [5897] from suresh.krishnan@ericsson.com:
...
Fixes the last call processing code to identify the new placeholder writeup.
Fixes issue #884 .
- Legacy-Id: 5927
Note: SVN reference [5897] has been migrated to Git commit 8d4a171431
2013-07-31 13:56:35 +00:00
Henrik Levkowetz
6794113320
Merged [5898] from adam@nostrum.com, with
...
additional tweaks from henrik: Added the capability to search for all kinds
of documents in the main datatracker search page. Fixes bug #838 .
- Legacy-Id: 5926
Note: SVN reference [5898] has been migrated to Git commit b14a8d0cee
2013-07-31 12:45:32 +00:00
Henrik Levkowetz
3decaf3300
Added back the 'Request Publication' action (regression loss) on draft pages for the non-ietf streams.
...
- Legacy-Id: 5921
2013-07-30 14:56:25 +00:00
Henrik Levkowetz
544d252b92
Fixed a bug in rendering the AD/Shepherd column in document list pages, when no AD is associated with a document. Fixes issue #1079 .
...
- Legacy-Id: 5916
2013-07-30 11:00:59 +00:00
Henrik Levkowetz
6d8a7afa5f
Modified the doc stream-change edit form to reset doc.group to None on stream changes. Fixes issue #1078 .
...
- Legacy-Id: 5915
2013-07-30 10:02:42 +00:00
Henrik Levkowetz
4e42c65e92
Fixed double plural 's' caused by the use of 'pluralize' in the template *and* plural forms for the group headers returned by fill_in_search_attributes(). Fixes issue #1077 .
...
- Legacy-Id: 5914
2013-07-30 09:42:53 +00:00
Henrik Levkowetz
63b985036d
Fixed the incorrect blankline placemnt in the refactored template for id-index and id-abstracts, when generating abstracts. Fixes issue #1076 .
...
- Legacy-Id: 5913
2013-07-29 14:57:49 +00:00
Henrik Levkowetz
12bd97c7cf
Added convenience methods to the Document class to recursively retrieve all forward / reverse relationship of a kind or set of kinds.
...
- Legacy-Id: 5912
2013-07-29 13:31:18 +00:00
Henrik Levkowetz
7a131cd777
Fixed the handling of help pages for doc states.
...
- Legacy-Id: 5911
2013-07-29 13:25:10 +00:00
Henrik Levkowetz
5171e331e7
Added a direct link to the cookie options in use by the datatracker to the lefthand menubar. Fixes issue #1075 .
...
- Legacy-Id: 5908
2013-07-29 09:18:33 +00:00
Markus Stenberg
e68e51cc55
Removed hardcoded rewrites - bad idea, and added default .ad's also for working group documents (.group.acronym != 'none').
...
- Legacy-Id: 5904
2013-07-27 14:53:31 +00:00
Adam Roach
d87379c177
Fixed bug #448 -- added tooltip capability to document tabs
...
- Legacy-Id: 5903
2013-07-27 14:25:01 +00:00
Markus Stenberg
e5b551f4ce
First iteration of email alias generation for wg- and drafts ( issue #713 ).
...
- Legacy-Id: 5902
2013-07-27 14:11:20 +00:00
Adam Roach
30dec0ec09
Fixed bug #916
...
- Legacy-Id: 5901
2013-07-27 13:45:29 +00:00
Robert Sparks
c69a33217e
Adds related documents to the set of documents checked for IPR declarations when building last call text
...
- Legacy-Id: 5900
2013-07-27 13:07:00 +00:00