Robert Sparks
51ab8123d9
merged in from 4.20-ise
...
- Legacy-Id: 4502
2012-06-22 20:25:17 +00:00
Henrik Levkowetz
2b78e1573e
Merged in personal/rjs/v4.02_via_rfc containing [4356] which replaces code using the old via-rfc tag with code looking at the document stream (and more), and [4364] which adds document page counts on the future telechats page.
...
- Legacy-Id: 4482
Note: SVN reference [4356] has been migrated to Git commit 4eabc033c1
Note: SVN reference [4364] has been migrated to Git commit b3c665287d
2012-06-20 22:17:48 +00:00
Henrik Levkowetz
afe3ee71b8
Merged in fixes from Ole, from branch/charter:r4382-4407, and some changes from Henrik (removing the use of pos.blocked in views_ballot.py, and setting a ballot id in idrfc/testsREDESIGN.py) to make idrfc.EditPositionTestCase succeed.
...
- Legacy-Id: 4444
2012-06-10 16:22:16 +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
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
e4a9d8c7aa
Finish ballot support for charters (apart from non-generic ballot
...
deferral), remove a bunch of now obsolete charter code.
- Legacy-Id: 4255
2012-04-04 18:09:03 +00:00
Ole Laursen
7747e3a836
Only trim ballot discusses/comments on the right side, not the left,
...
since some ADs are using the left-side for formatting, fixes #782 .
- Legacy-Id: 4022
2012-03-02 13:38:20 +00:00
Ole Laursen
0909534588
Fix bug in test
...
- Legacy-Id: 3967
2012-02-25 01:41:05 +00:00
Ole Laursen
793bb146c9
Expand send ballot comment test to check discuss too, fix bug where it
...
was testing pos directly instead of pos_id
- Legacy-Id: 3931
2012-02-16 16:42:11 +00:00
Ole Laursen
480cb04cd6
Save announcements generated by the system as Messages, adding an
...
extra relation to be able to associate a draft with the message
- Legacy-Id: 3917
2012-02-08 21:05:28 +00:00
Ole Laursen
cf394bf9ca
Add test of generating approval announcement for IRTF
...
- Legacy-Id: 3914
2012-02-08 13:48:56 +00:00
Ole Laursen
d43159cd90
Add support for incoming ADs with a new "pre-ad" role
...
- Legacy-Id: 3900
2012-02-03 16:22:31 +00:00
Ole Laursen
6079c17d79
Fix test
...
- Legacy-Id: 3868
2012-01-26 21:15:23 +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
0ba03ecb72
Fix start IESG process test to be more robust
...
- Legacy-Id: 3838
2012-01-20 15:07:08 +00:00
Ole Laursen
5fa8d71303
Autogenerate approval text if it's not there rather than requiring it
...
to be generated (noticed by Robert Sparks)
- Legacy-Id: 3836
2012-01-20 14:21:24 +00:00
Ole Laursen
923239a5dc
Clean up old draft files when submitting a new draft
...
- Legacy-Id: 3811
2012-01-13 16:38:00 +00:00
Ole Laursen
87e87cfc98
Fix bugs in expire tests
...
- Legacy-Id: 3805
2012-01-13 11:32:15 +00:00
Ole Laursen
dceedbf53d
Remove tombstone support from the code, importing drafts with their
...
version number unhacked
- Legacy-Id: 3803
2012-01-12 16:50:26 +00:00
Ole Laursen
f3685e7af1
Turn expiration into an explicit expires attribute on document, set
...
that on submission of new revision and resurrection
- Legacy-Id: 3801
2012-01-12 12:03:45 +00:00
Ole Laursen
2f00c3028f
Don't use IDDates in new schema, use dates from Meeting
...
- Legacy-Id: 3790
2011-12-23 20:46:49 +00:00
Ole Laursen
de0fc12ce8
Port telechat dates
...
- Legacy-Id: 3774
2011-12-20 13:12:12 +00:00
Ole Laursen
af8c1b4bf8
Revamp comment handling on state changes slightly, reenable changing
...
substate in the IESG state interface (modeled with tags)
- Legacy-Id: 3725
2011-11-29 18:46:42 +00:00
Ole Laursen
eaf1ca34ee
Fix some bugs in the trunk merge found through the automated tests
...
- Legacy-Id: 3692
2011-11-23 18:49:07 +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
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
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
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
Ole Laursen
af768fb633
Fix a bunch of merge bugs
...
- Legacy-Id: 3191
2011-06-29 13:05:11 +00:00
Ole Laursen
03bed41630
Merged in changes from the conversion branch
...
- Legacy-Id: 3187
2011-06-28 18:20:20 +00:00