Ole Laursen
d2b9adf3cb
Move ietf_filters templatetag from idtracker/ to doc/
...
- Legacy-Id: 6053
2013-08-14 15:11:24 +00:00
Ole Laursen
6ac0920af0
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
...
- Legacy-Id: 6052
2013-08-14 14:10:46 +00:00
Ole Laursen
742dbace24
Move views and templatetags from idrfc/ to doc, the I-D specific views
...
go into views_draft.py and tests in tests_draft.py; what's left in
idrfc is wrapper code, templates and the ballot_icon templatetag
- Legacy-Id: 6051
2013-08-14 10:32:25 +00:00
Ole Laursen
2cf79bb04c
Move update_telechat from idrfc.utils to doc.utils, port remaining
...
code to using log_state_changed from doc.utils, remove idrfc/utils.py
- Legacy-Id: 6050
2013-08-13 16:44:07 +00:00
Ole Laursen
a8fefd9454
Remove unused idrfc import from secr/telechat/views.py
...
- Legacy-Id: 6049
2013-08-13 16:28:21 +00:00
Ole Laursen
484293d190
Remove debug print
...
- Legacy-Id: 6048
2013-08-13 15:43:56 +00:00
Ole Laursen
867f7a8149
Get rid of some pre-redesign dead code in submit to get rid of idrfc import
...
- Legacy-Id: 6047
2013-08-13 14:47:49 +00:00
Ole Laursen
de7ae60985
Move markup_txt.py from idrfc/ to utils/
...
- Legacy-Id: 6046
2013-08-13 14:33:22 +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
Robert Sparks
a593fec06e
* Made reporting IPR consistant across document searches, IPR searches, AD document queues, last calls, and agendas. All these points now report on the document(s) being directly queried, and the documents those transitively replace or obsolete.
...
* Brought search results against WGs and document titles into consistency with results from searching for individual documents
* Added the IPR count to the link on the documents main page (when not zero)
* Built on Henrik's reimplementation of all_related_*, making the *_related_* functions return DocAlias lists consistently, and added corresponding _relations_ functions to get lists of actual RelatedDocument objects.
* Added getting the DocAlias with the same name to Document
* Added getting related IPR disclosures (as described in the first bullet) to Document
* Simplified ipr/related.py
* Removed the use of DraftLikeDocAlias and IETFWG from ipr/search.py. Retooled the various search functions and templates to use DocAlias and IprDocAlias directly.
* Removed dead code from ipr/search.py
* Removed the special handling of WG 2000 from ipr/search.py
Fixes bug 1071
- Legacy-Id: 6042
2013-08-12 21:41:57 +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
5a06a9f17c
Tweaked the nomcom private menus a bit.
...
- Legacy-Id: 6025
2013-08-09 18:19:00 +00:00
Ole Laursen
13a15b6111
Remove unused fixture generation (for old schema)
...
- Legacy-Id: 6005
2013-08-09 16:13:51 +00:00
Ole Laursen
ed7d8f2dd5
Remove debug print
...
- Legacy-Id: 6004
2013-08-09 15:57:47 +00:00
Ole Laursen
154a4b6b23
Remove the now unused tombstone template text files
...
- Legacy-Id: 6003
2013-08-09 15:01:24 +00:00
Ole Laursen
ff2c1ae3cc
Remove the testurl list tests from idrfc, these are now handled
...
through explicit unit tests (and the test crawler which can be run
with "bin/test-crawl")
- Legacy-Id: 6002
2013-08-09 15:00:07 +00:00
Ole Laursen
ec2f0cabbf
Delete dead code from idrfc, and delete some obsolete imports too
...
- Legacy-Id: 6001
2013-08-09 14:55:51 +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
c345d2f9d6
Fixed the red-on-red error message style which came in with the nomcom code merge.
...
- Legacy-Id: 5993
2013-08-08 12:25:42 +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
Ole Laursen
214b1e0a3b
Be more strict when chartering a new group, only accept [a-z][a-z0-9]+
...
as acronym (specifically not hyphens), closes #1080 .
- Legacy-Id: 5965
2013-08-07 15:23:37 +00:00
Ole Laursen
52cefc5909
Don't include WGs without areas in the area-based overviews of WGs
...
(1wg-summary.txt and 1wg-charters.txt) to prevent crashes, fixes issue
#1083
- Legacy-Id: 5963
2013-08-07 12:49:47 +00:00
Ryan Cross
22748ac289
add warning to group edit, use datatracker to manage groups
...
- Legacy-Id: 5960
2013-08-06 21:53:23 +00:00
Ryan Cross
1dd59020b8
remove additional info link from RG proceedings
...
- Legacy-Id: 5957
2013-08-06 17:41:35 +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
804542519b
Added migrations which should have been part of release 4.70.
...
- Legacy-Id: 5953
2013-08-06 17:37:33 +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
0404f82285
Changelog entry for 4.70
...
- Legacy-Id: 5949
2013-08-06 10:15:56 +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
27253dbd2d
Changelog entry for 4.70
...
- Legacy-Id: 5947
2013-08-06 10:05:24 +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
45aceb8378
Changelog entry for 4.61
...
- Legacy-Id: 5942
2013-08-01 16:26:21 +00:00
Henrik Levkowetz
e5d7c7620e
Send release notifications to the IESG, too.
...
- Legacy-Id: 5940
2013-08-01 15:03:49 +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