Henrik Levkowetz
274812c5b9
Modified the set of permissible parents for session groups, in order to permit an IAB-sponsored BoF to appear on the agenda.
...
- Legacy-Id: 5451
2013-02-24 20:11:29 +00:00
Ryan Cross
275f82d224
normalize secr settings variable names
...
- Legacy-Id: 5449
2013-02-21 23:30:22 +00:00
Ryan Cross
b229612c0c
move form_utils again
...
- Legacy-Id: 5447
2013-02-21 22:14:19 +00:00
Ryan Cross
17c3b6486b
move form_utils
...
- Legacy-Id: 5446
2013-02-21 22:12:19 +00:00
Ryan Cross
fb8bbc7099
move form_utils
...
- Legacy-Id: 5445
2013-02-21 22:11:51 +00:00
Ryan Cross
a5a7ea17c8
support variable path for static files, SECR_STATIC_URL
...
- Legacy-Id: 5443
2013-02-21 21:43:37 +00:00
Ryan Cross
39f8e27e7f
restore url prefix to secr
...
- Legacy-Id: 5442
2013-02-21 21:32:00 +00:00
Ryan Cross
2ba9736808
ipr app move fixes
...
- Legacy-Id: 5441
2013-02-21 19:35:33 +00:00
Ryan Cross
4ca091dba3
changing name of ipr app to ipradmin
...
- Legacy-Id: 5440
2013-02-21 19:03:04 +00:00
Ryan Cross
185ac9f547
move ipr templates dir to ipradmin
...
- Legacy-Id: 5439
2013-02-21 18:38:14 +00:00
Ryan Cross
8688eafa61
move ipr app dir to ipradmin
...
- Legacy-Id: 5438
2013-02-21 18:35:36 +00:00
Ryan Cross
c32aee9874
add basic tests
...
- Legacy-Id: 5437
2013-02-21 00:41:04 +00:00
Ryan Cross
a0f548ea6b
fix issues with processing converted meeting materials
...
- Legacy-Id: 5436
2013-02-19 18:21:55 +00:00
Ryan Cross
9613471dff
comment unused global variable causing problems with test suite.
...
- Legacy-Id: 5433
2013-02-15 22:28:20 +00:00
Ryan Cross
a0fffcc776
more changes
...
- Legacy-Id: 5432
2013-02-15 19:02:07 +00:00
Ryan Cross
00dbf38cd9
add templates
...
- Legacy-Id: 5431
2013-02-15 18:48:30 +00:00
Ryan Cross
1f3ca71362
add apps
...
- Legacy-Id: 5430
2013-02-15 18:10:38 +00:00
Robert Sparks
6f611530c6
Fixed bug in display of conflict review targets after they become RFCs. Fixed views of previous version of status changes
...
- Legacy-Id: 5429
2013-02-12 22:00:07 +00:00
Jim Schaad
a18bebe7bd
Make sure that the same rule cannot be entered twice in a community list.
...
As part of this fix, you need to do the following:
1. Eliminate duplicates currently in the data base. This statement can be used to identify them.
SELECT e1.id id1, e2.id id2, e1.community_list_id, e1.rule_type, e1.value FROM ietf_utf8.community_rule e1 JOIN ietf_utf8.community_rule e2 ON (e1.id != e2.id AND e1.community_list_id=e2.community_list_id AND e1.rule_type=e2.rule_type AND e1.value=e2.value);
2. Delete any current duplicate lines in the text. This uses the following commands as of the check-in
DELETE FROM TABLE ietf_utf8.community_rule WHERE id=19 OR id=91 OR id=177
3. Add a constraint to the table so that it will enforce the rule itself
ALTER TABLE ietf_utf8.community_rule ADD CONSTRAINT pc_CommunityRule UNIQUE (community_list_id, rule_type, value)
- Legacy-Id: 5426
2013-02-09 18:09:33 +00:00
Jim Schaad
cb1593d6a2
Modify atom change feed so that
...
1. It returns the last 14 days of changes rather than the last 20
2. Change the atom template so that it has correct time offsets rather than saying that PST and UTC are the same
3. Change the atom template so that it uses content rather than summary and return HTML content with line breaks as needed.
- Legacy-Id: 5425
2013-02-04 17:45:03 +00:00
Jim Schaad
2c810112ab
Close the image tag. An empty image tag displays on IE although it does not display on Firefox.
...
- Legacy-Id: 5424
2013-02-04 17:43:13 +00:00
Robert Sparks
33e2a0766e
Repairing migration merge conflict
...
- Legacy-Id: 5423
2013-02-04 02:34:01 +00:00
Robert Sparks
8a7c5ac977
All documents show on the AD status page now
...
- Legacy-Id: 5422
2013-02-04 02:24:14 +00:00
Henrik Levkowetz
9fe4ba8225
Added a missing app to the list of apps in settings.py.
...
- Legacy-Id: 5354
2013-02-02 18:45:21 +00:00
Henrik Levkowetz
2f0ca59a3c
Apply patch for iesg/agenda/agenda.json from housely@vigilsec.com, and re-apply previous patch which was lost in the statesync merge.
...
- Legacy-Id: 5353
2013-02-02 18:44:08 +00:00
Robert Sparks
1cff6187f5
Put status changes on the agenda, moderator, and package pages
...
- Legacy-Id: 5331
2013-01-28 20:16:17 +00:00
Robert Sparks
c67661311f
Improved validaiton of status change document name
...
added the ability to start a status change when looking at an RFC (populating the start from accordingly)
Made changes and proposed changes show on the RFC pages
- Legacy-Id: 5330
2013-01-28 16:25:42 +00:00
Robert Sparks
589ff698ee
Merge forward complete
...
- Legacy-Id: 5328
2013-01-24 21:28:27 +00:00
Henrik Levkowetz
31a02c097e
Set version info and settings back to development mode
...
- Legacy-Id: 5309
2013-01-20 15:38:27 +00:00
Henrik Levkowetz
f5cb0f4ca8
Set version info to release version 4.40 before branching.
...
- Legacy-Id: 5307
2013-01-20 15:38:24 +00:00
Henrik Levkowetz
37955bf2a6
Added an INSTALL file which holds a record of general and version-specific actions needed to install.
...
- Legacy-Id: 5304
2013-01-20 15:19:31 +00:00
Ryan Cross
5c5fc3f5d0
add ams_filters
...
- Legacy-Id: 5179
2013-01-09 00:49:49 +00:00
Ryan Cross
f496498e12
fix base html refs, changes to tests.py
...
- Legacy-Id: 5178
2013-01-09 00:45:13 +00:00
Ryan Cross
37d99c44b1
changes to tests
...
- Legacy-Id: 5177
2013-01-08 21:21:02 +00:00
Ryan Cross
565f15bda6
move base.html
...
- Legacy-Id: 5176
2013-01-08 18:14:27 +00:00
Ryan Cross
f5e0ee9990
add templates/includes
...
- Legacy-Id: 5175
2013-01-08 00:24:46 +00:00
Ryan Cross
f6e05aff99
merge fixes
...
- Legacy-Id: 5174
2013-01-08 00:22:06 +00:00
Ryan Cross
818bffd0f7
first app for merge, sreq
...
- Legacy-Id: 5173
2013-01-07 22:27:14 +00:00
Ole Laursen
3dccf596b2
Fix ordering bug in test code that shows up in MySQL but not in SQLite
...
- Legacy-Id: 5151
2012-12-21 12:44:55 +00:00
Ole Laursen
f22b14a8a4
Fix really weird encoding issue with Python 2.6
...
- Legacy-Id: 5150
2012-12-21 11:46:42 +00:00
Henrik Levkowetz
1fbcd783f3
Merged branch/iola/statesync up to @5118 to trunk.
...
- Legacy-Id: 5147
2012-12-20 20:32:03 +00:00
Henrik Levkowetz
5b8a56affd
Set version info and settings back to development mode
...
- Legacy-Id: 5138
2012-12-16 18:30:34 +00:00
Henrik Levkowetz
8bb48d0369
Set version info to release version 4.37 before branching.
...
- Legacy-Id: 5136
2012-12-16 18:30:32 +00:00
Henrik Levkowetz
9d9e2851e0
Test the argument list, not the tuple of argument tuple.
...
- Legacy-Id: 5134
2012-12-16 18:30:25 +00:00
Henrik Levkowetz
505e715fe2
Merged in a patch from housley@vigilsec.com to handle different documents better in the agenda JSON output.
...
- Legacy-Id: 5132
2012-12-15 22:49:11 +00:00
Henrik Levkowetz
97a7ab30db
Added simple logging of test runs, to make it easier to be sure that tests has been run successfully on the latest code.
...
- Legacy-Id: 5131
2012-12-15 22:47:11 +00:00
Henrik Levkowetz
83f7b4ca5a
Got rid of some debug traces.
...
- Legacy-Id: 5130
2012-12-15 22:45:47 +00:00
Henrik Levkowetz
bda0cf3163
Added a new field, #16 : draft AD (name and email) to all_id2.txt
...
- Legacy-Id: 5129
2012-12-15 22:44:16 +00:00
Henrik Levkowetz
6f5ae2edcd
Added a new field, #16 : draft AD (name and email) to all_id2.txt
...
- Legacy-Id: 5128
2012-12-15 22:43:10 +00:00
Ole Laursen
819e80f033
Fix quoting bug in AUTH48 links
...
- Legacy-Id: 5118
2012-12-11 15:16:31 +00:00
Ole Laursen
9c571e65ef
Undo actual state when doing an RFC Editor undo, this is only relevant
...
if the removed entry is the latest entry
- Legacy-Id: 5116
2012-12-11 15:10:51 +00:00
Henrik Levkowetz
af9a442ca2
Made the IPR country field wider to accomodate IPR disclosures referencing many patent instances in many countries.
...
- Legacy-Id: 5089
2012-12-03 13:19:02 +00:00
Henrik Levkowetz
4946a3f694
Updated draft submission author extraction module to handle dash-separated double given names.
...
- Legacy-Id: 5088
2012-12-03 13:17:33 +00:00
Henrik Levkowetz
158f501653
More tweaks and fixes to the IESG scribe template templates.
...
- Legacy-Id: 5087
2012-12-03 13:16:10 +00:00
Henrik Levkowetz
e38f738851
Fixed some s!<br/>!<br>! and s!</li>!<li>! in the scribe template templates, and also where html escaping is and isn't applied.
...
- Legacy-Id: 5086
2012-12-03 13:07:16 +00:00
Ole Laursen
8eeef2def4
Send out expires as "null" in JSON rather than crashing if there's no
...
expiry on a document
- Legacy-Id: 5079
2012-11-27 12:08:56 +00:00
Ole Laursen
8165048f11
Add word wrap to charters for charters that aren't preformatted
...
- Legacy-Id: 5078
2012-11-27 12:06:32 +00:00
Henrik Levkowetz
dde89d19f4
Added a filter for use in displaying document comments and discusses which unfortunately sometimes use html <br> markup, which should give line breaks, and sometimes contain <email@domain> which should *not* be interpreted as html, but rendered as <...
...
- Legacy-Id: 5075
2012-11-25 15:56:29 +00:00
Henrik Levkowetz
9a302b63dc
Limit the 1wg-summary list and friends to WGs, (excluding the 'iesg' area which lists the areas as subgroups, for instance).
...
- Legacy-Id: 5063
2012-11-14 11:32:33 +00:00
Henrik Levkowetz
7e226be6fb
Removed debug statements.
...
- Legacy-Id: 5062
2012-11-13 14:52:55 +00:00
Henrik Levkowetz
ebef7416d2
Resolved a naming conflict between the builtin messages framework and a variable named messages in wgcharter.views.change_state. Fixes issue #901 .
...
- Legacy-Id: 5061
2012-11-13 14:51:50 +00:00
Henrik Levkowetz
0e67b2c758
Tweaked the handling of the syslog module not being available on windows.
...
- Legacy-Id: 5058
2012-11-07 21:41:02 +00:00
Henrik Levkowetz
231a1163f8
Fix what may have been a regression in the form of the anchors in the materials list page.
...
- Legacy-Id: 5057
2012-11-07 20:15:32 +00:00
Henrik Levkowetz
e72d344288
Set version info and settings back to development mode
...
- Legacy-Id: 5043
2012-11-07 19:41:40 +00:00
Henrik Levkowetz
9cfe5cd0c8
Set version info to release version 4.36 before branching.
...
- Legacy-Id: 5041
2012-11-07 19:41:37 +00:00
Ole Laursen
e29bd99283
Add test of RFC Editor redaction feature
...
- Legacy-Id: 5027
2012-11-07 15:19:45 +00:00
Ole Laursen
45cf853524
Dump redacted events in DeletedEvent table
...
- Legacy-Id: 5025
2012-11-07 14:59:17 +00:00
Ole Laursen
daa5d49adb
Fix RFC Editor group acronym to be rfceditor in test data
...
- Legacy-Id: 5024
2012-11-07 14:58:49 +00:00
Ole Laursen
6c91e93886
Allow State.next_states to be blank so the admin doesn't barf
...
- Legacy-Id: 5023
2012-11-07 14:57:04 +00:00
Ole Laursen
9b73aa30b9
Add migration for DeletedEvent
...
- Legacy-Id: 5022
2012-11-07 14:55:58 +00:00
Ole Laursen
730cd6056e
Add DeletedEvent for storing redacted events
...
- Legacy-Id: 5021
2012-11-07 14:55:39 +00:00
Henrik Levkowetz
2f2c79b9e7
Tweaked the html agenda a little bit by adding a day indication for each timeslot, to make it easier to see which day you're actually seeing when the day separator is outside the window.
...
- Legacy-Id: 5020
2012-11-07 13:19:06 +00:00
Henrik Levkowetz
206f2f1670
Merged [5005] from rjsparks@nostrum.com:
...
Enable diff on the conflict review history tab
Fixes bug #882
- Legacy-Id: 5019
Note: SVN reference [5005] has been migrated to Git commit f3102cdc17
2012-11-07 13:14:49 +00:00
Henrik Levkowetz
d1360133c2
Merged [5004] from jmh@joelhalpern.com:
...
Moe Replaced By: line i docent headers up to main header with Replaces:
- Legacy-Id: 5018
Note: SVN reference [5004] has been migrated to Git commit 801dfc3a03d666e4f0a47302fb6f4c86298154f7
2012-11-07 13:11:29 +00:00
Henrik Levkowetz
2cfbe69ffb
Merged [5002] from jmh@joelhalpern.com:
...
Add link to Shepherd update page to get back to the document manipulatin page.
- Legacy-Id: 5017
Note: SVN reference [5002] has been migrated to Git commit a841319fd9f7c11e07079c810c0e5e16e189aacb
2012-11-07 13:06:50 +00:00
Henrik Levkowetz
e896ead272
Merged [5001] from jmh@joelhalpern.com:
...
Make comments optional on WG adoption and WG state changes.
- Legacy-Id: 5016
Note: SVN reference [5001] has been migrated to Git commit 1057dbf631c22669cf35d0d52769945b9836f516
2012-11-07 13:04:05 +00:00
Henrik Levkowetz
cfcce2f03e
Merged [5000] from rjsparks@nostrum.com:
...
Made it more obvious when an intended status or shepherding AD is not set
Removed an unused template
Show reset approval text immediately.
Fixes bug #900
- Legacy-Id: 5015
Note: SVN reference [5000] has been migrated to Git commit 2470ad77dd
2012-11-07 13:01:34 +00:00
Henrik Levkowetz
3a7480520f
Merged [4999] from jmh@joelhalpern.com:
...
Correct test of final shepherd update flag.
- Legacy-Id: 5014
Note: SVN reference [4999] has been migrated to Git commit aba18e8f38364ad17d451d0ed7e33aa01dfbeb52
2012-11-07 12:50:38 +00:00
Ole Laursen
793856c217
Add RFC Editor undo page, missing test and dump model
...
- Legacy-Id: 5013
2012-11-06 17:06:10 +00:00
Henrik Levkowetz
5a5e3682d8
Merged [4993] from rcross@amsl.com:
...
changed CONFLICT_REVIEW_PATH from conflict_reviews to conflict-reviews
- Legacy-Id: 5010
Note: SVN reference [4993] has been migrated to Git commit 4d3f882d76
2012-11-06 15:25:44 +00:00
Henrik Levkowetz
6608254c5e
Merged [4992] from adam@nostrum.com:
...
Fixed '%2C' bug introducted (exposed?) by Apple's iCloud handling of URLs
- Legacy-Id: 5009
Note: SVN reference [4992] has been migrated to Git commit 15ff245c0a
2012-11-06 15:25:09 +00:00
Henrik Levkowetz
cfe466eb37
Merged [4991] from adam@nostrum.com:
...
Fixing time column wrapping problem that exhibits in (at least) Safari.
- Legacy-Id: 5008
Note: SVN reference [4991] has been migrated to Git commit 5e384591fd
2012-11-06 15:23:17 +00:00
Ole Laursen
63fb1cbf0c
Remove dummy attribute from sync notify form
...
- Legacy-Id: 5007
2012-11-06 14:52:21 +00:00
Ole Laursen
a77b2ae0ab
Add missing admin entries for StateDocEvent and ConsensusDocEvent
...
- Legacy-Id: 5006
2012-11-05 13:32:31 +00:00
Robert Sparks
f3102cdc17
Enable diff on the conflict review history tab
...
Fixes bug #882
- Legacy-Id: 5005
2012-11-03 21:30:09 +00:00
Adam Roach
ca1ff2fa0c
Implementation of ticket 893
...
- Legacy-Id: 5003
2012-11-03 21:01:40 +00:00
Robert Sparks
2470ad77dd
Made it more obvious when an intended status or shepherding AD is not set
...
Removed an unused template
Show reset approval text immediately.
Fixes bug #900
- Legacy-Id: 5000
2012-11-03 18:29:07 +00:00
Ryan Cross
4d3f882d76
changed CONFLICT_REVIEW_PATH from conflict_reviews to conflict-reviews
...
- Legacy-Id: 4993
2012-11-03 15:20:59 +00:00
Adam Roach
15ff245c0a
Fixed "%2C" bug introducted (exposed?) by Apple's iCloud handling of URLs
...
- Legacy-Id: 4992
2012-11-03 14:57:55 +00:00
Adam Roach
5e384591fd
Fixing time column wrapping problem that exhibits in (at least) Safari.
...
- Legacy-Id: 4991
2012-11-03 14:05:17 +00:00
Henrik Levkowetz
8aa4922978
Remove dependency on syslog module -- it won't be available under Python 2.7 under Windows.
...
- Legacy-Id: 4974
2012-10-30 22:17:24 +00:00
Henrik Levkowetz
de5da28101
Handle an unrecognized revision more gracefully.
...
- Legacy-Id: 4973
2012-10-30 22:15:55 +00:00
Henrik Levkowetz
7e84ccc606
Tweaked the changelog presentation to work irrespective of current directory, and give a sensible 404 if the changelog can't be found.
...
- Legacy-Id: 4972
2012-10-30 22:13:37 +00:00
Henrik Levkowetz
781403ae9c
Set version info and settings back to development mode
...
- Legacy-Id: 4971
2012-10-30 14:19:12 +00:00
Henrik Levkowetz
4323bcc9f6
Set version info to release version 4.35 before branching.
...
- Legacy-Id: 4969
2012-10-30 14:19:10 +00:00
Henrik Levkowetz
2eb6e705c2
Added a link from the version information at the bottom of the left-side menubar to the /release/ page. Tweaked the release page.
...
- Legacy-Id: 4967
2012-10-30 14:19:02 +00:00
Henrik Levkowetz
440ca88dd2
Added an 'email sent' success message after sending out a WG review announcement. XXX: Todo: Add equivalent messages in all other situations where email is sent out, for consistency.
...
- Legacy-Id: 4965
2012-10-30 13:30:01 +00:00
Henrik Levkowetz
f6c80779f9
Added various things which lets us use Django's messages framework to give feedback to users. This includes adding the messages middleware in settings.py, adding a message display are at the top of the page base template, and adding style setting for message display.
...
- Legacy-Id: 4964
2012-10-30 13:28:24 +00:00
Henrik Levkowetz
5eeb670b28
Merged [4909] from rjsparks@nostrum.com:
...
Reimplemented clear_ballot to close the existing ballot and create a new one. Changed the all_positions code to only return synthetic no-positions for current ADs when a ballot is actually open
- Legacy-Id: 4962
Note: SVN reference [4909] has been migrated to Git commit 2e6caa21b1
2012-10-30 12:07:10 +00:00
Henrik Levkowetz
9d042badf2
Merged [4904] from adam@nostrum.com:
...
Fixing conflict list; adding AD column.
- Legacy-Id: 4961
Note: SVN reference [4904] has been migrated to Git commit 3cb42b7b0c
2012-10-30 12:06:53 +00:00
Henrik Levkowetz
8493ce7e38
Merged [4885] from rjsparks@nostrum.com:
...
refactored close_open_ballots, creating a way to close one abllot at a time. rewrote the clear ballot code to close each open ballot and open a new one
- Legacy-Id: 4960
Note: SVN reference [4885] has been migrated to Git commit b3bdbc9506
2012-10-30 12:06:15 +00:00
Henrik Levkowetz
bfe0756351
Added a simple page to show release information parsed from a release's changelog file.
...
- Legacy-Id: 4958
2012-10-25 21:29:53 +00:00
Henrik Levkowetz
5a60a3c3d4
Improved the handling of iCalendar timezone information -- instead of simplified VTIMEZONE information generated from a template, the VTIMEZONE information for a meeting's timezone is read from file (where it presumably has been generated from the Olson timezone database, for instance using vzic.
...
- Legacy-Id: 4956
2012-10-25 21:28:08 +00:00
Henrik Levkowetz
09c891efba
Added an utility script to extract information about the outgoing confirmation request email related to a draft submission.
...
- Legacy-Id: 4955
2012-10-25 21:27:24 +00:00
Henrik Levkowetz
554c3d7de6
Improved the handling of iCalendar timezone information -- instead of simplified VTIMEZONE information generated from a template, the VTIMEZONE information for a meeting's timezone is read from file (where it presumably has been generated from the Olson timezone database, for instance using vzic.
...
- Legacy-Id: 4954
2012-10-25 21:25:45 +00:00
Henrik Levkowetz
6e4d27ca5b
Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there.
...
- Legacy-Id: 4953
2012-10-25 21:18:06 +00:00
Henrik Levkowetz
3ec8ec4803
Add an initials() method on Person.
...
- Legacy-Id: 4952
2012-10-25 21:11:10 +00:00
Henrik Levkowetz
4610381eb2
Add an name utility function to return a name's initials. Handle names with an uppercase surname to the left of the given name correctly.
...
- Legacy-Id: 4951
2012-10-25 21:10:30 +00:00
Henrik Levkowetz
45585957ef
Added support for reverse-order (i.e., Japanese, Chinese, and other) names with uppercase family name in the draft submission author extraction.
...
- Legacy-Id: 4949
2012-10-23 12:33:21 +00:00
Henrik Levkowetz
61ad24dde5
Tweaked the placement and look of the just introduced Meeting.agenda_note field on the html agenda.
...
- Legacy-Id: 4948
2012-10-23 12:31:28 +00:00
Henrik Levkowetz
09f89a0852
Added an 'agenda_note' field to meeting.models.Meeting, and added display of content (if any) in html and txt agendas. Added a migration, but the production system has already been patched and migrated.
...
- Legacy-Id: 4947
2012-10-22 21:05:19 +00:00
Henrik Levkowetz
1c12b295ef
Fixed a misleading error message given when disallowed character occurs in a draft filename.
...
- Legacy-Id: 4946
2012-10-22 18:18:49 +00:00
Henrik Levkowetz
c847ba2691
Merged [4879] from rjsparks@nostrum.com:
...
Changed 'protocol writeup' to 'shepherd writeup' in several templates.
Fixes bug #885
- Legacy-Id: 4945
Note: SVN reference [4879] has been migrated to Git commit 8a4f5e07f8
2012-10-22 18:17:10 +00:00
Henrik Levkowetz
0efc882252
Merged [4873] from rjsparks@nostrum.com:
...
Includes the conflict-review document contents in the email sent with the results of the conflict review.
Fixes bug #883
- Legacy-Id: 4944
Note: SVN reference [4873] has been migrated to Git commit d6579c63e6
2012-10-21 21:02:03 +00:00
Henrik Levkowetz
327ae948b1
Merged [4866] from rjsparks@nostrum.com:
...
Show link to pending liaison statements to approve to the secretariat.
This fixes bug #878
- Legacy-Id: 4943
Note: SVN reference [4866] has been migrated to Git commit d1c27fe57a
2012-10-21 18:00:51 +00:00
Henrik Levkowetz
492a292a00
Merged [4836] from housley@vigilsec.com:
...
Add stream to conflict-review documents in the agenda.json object for the IESG telechat agenda
- Legacy-Id: 4942
Note: SVN reference [4836] has been migrated to Git commit b612d8c26501730551cd1e4cc6aeff21dc01219b
2012-10-21 17:57:29 +00:00
Henrik Levkowetz
5787ca1ca6
Merged [4825] from rjsparks@nostrum.com:
...
Updated tests to deal with the mandatory state field
- Legacy-Id: 4941
2012-10-21 15:34:39 +00:00
Henrik Levkowetz
6a5a5c2200
Merged [4811] from rjsparks@nostrum.com:
...
Cleaned up setting wg state, leaving events, and facilitated creating an initial charter for an existing unchartered group
- Legacy-Id: 4940
2012-10-21 15:04:58 +00:00
Henrik Levkowetz
d0214d3b25
Merged [4806] from rjsparks@nostrum.com:
...
Better handling for BoFs, particularly those that won't create WGs
- Legacy-Id: 4939
2012-10-21 14:40:02 +00:00
Henrik Levkowetz
d9619aaa0a
Updated wginfo/tests.py to work with the merged wginfo/edit.py which requires the wg state to be set.
...
- Legacy-Id: 4938
2012-10-21 14:37:02 +00:00
Henrik Levkowetz
471cd05bac
Fixed a problem with the spiffy ajax handling of email fields when test cases submit a textual list of email addresses instead of a python list.
...
- Legacy-Id: 4937
2012-10-21 14:34:50 +00:00
Henrik Levkowetz
53b35ac4a5
Merged [4805] from rjsparks@nostrum.com:
...
When abandoning a chartering effort, only revert to approved charters if there's a chance one is there.
Fixes bug #868
- Legacy-Id: 4917
Note: SVN reference [4805] has been migrated to Git commit 51426f1bd0
2012-10-15 21:19:02 +00:00
Henrik Levkowetz
9f7e41ae09
Removed debug statements
...
- Legacy-Id: 4916
2012-10-15 21:06:33 +00:00
Henrik Levkowetz
6943ecb930
Added the creation of a WG state change event for WG state changes.
...
- Legacy-Id: 4915
2012-10-15 21:01:20 +00:00
Henrik Levkowetz
b5ae9c563f
Tweak the GroupHistoryAdmin list_display.
...
- Legacy-Id: 4914
2012-10-15 20:58:40 +00:00
Ole Laursen
e87b8483e5
Add migration script for setting the group on IAB stream documents to
...
IAB and IRTF stream documents to the corresponding RG (if it exists),
instead of keeping it as individual submission
- Legacy-Id: 4911
2012-10-11 15:26:21 +00:00
Ole Laursen
c20a5f6bf0
Convert the submit tool to associate RGs and IAB with drafts instead
...
of assigning them to individual submission, this is not a complete
overhaul but at least basic support so submission works and doesn't
say WG when it means RG.
- Legacy-Id: 4910
2012-10-10 16:15:09 +00:00
Robert Sparks
2e6caa21b1
Reimplemented clear_ballot to close the existing ballot and create a new one. Changed the all_positions code to only return synthetic no-positions for current ADs when a ballot is actually open
...
- Legacy-Id: 4909
2012-10-10 15:48:34 +00:00
Ole Laursen
49eb500692
Only set published state for relevant state type
...
- Legacy-Id: 4908
2012-10-10 10:15:31 +00:00
Ole Laursen
9c6fd95eab
Add date option to RFC Editor index mirroring script so one can
...
control what the publication cut off date is, also fix crash problem
with some old RFCs not having a page count
- Legacy-Id: 4907
2012-10-10 09:22:26 +00:00
Ole Laursen
4aef9182d2
Small beautification: include "RFC Editor" in email address when emailing the RFC Editor
...
- Legacy-Id: 4906
2012-10-10 09:20:22 +00:00
Adam Roach
3cb42b7b0c
Fixing conflict list; adding AD column.
...
- Legacy-Id: 4904
2012-10-09 20:59:58 +00:00
Ole Laursen
79212baffb
Explicitly determine approving body and consensus body in publication
...
requests for alternate streams so that they appear correctly for the
IRTF
- Legacy-Id: 4897
2012-10-08 09:35:37 +00:00
Ole Laursen
400218f40b
Reword publication request email from alternate streams from
...
suggestion by Sandy Ginoza and include consensus info
- Legacy-Id: 4894
2012-10-05 10:30:54 +00:00
Henrik Levkowetz
d342eee77f
Fixed missing import of Role.
...
- Legacy-Id: 4891
2012-10-04 12:17:06 +00:00
Ole Laursen
3b9bdbcecc
According to Alice Russo IAB has recently added the consensus option
...
for their drafts, so make it possible for them to edit it too
- Legacy-Id: 4890
2012-10-04 08:41:09 +00:00
Ole Laursen
33baa215b8
Send new draft revision notifications to iab-stream@iab.org as per
...
IABs request
- Legacy-Id: 4889
2012-10-03 08:52:24 +00:00
Ole Laursen
a8671798fd
Return None explicitly rather than implicitly
...
- Legacy-Id: 4886
2012-09-28 14:49:37 +00:00
Robert Sparks
b3bdbc9506
refactored close_open_ballots, creating a way to close one abllot at a time. rewrote the clear ballot code to close each open ballot and open a new one
...
- Legacy-Id: 4885
2012-09-27 21:41:11 +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
d47878656f
Fix a bug in the IANA changes logging, fix spelling mistake, remove
...
debug print
- Legacy-Id: 4882
2012-09-24 11:53:30 +00:00
Ole Laursen
91bea25382
Fix bug in the /accounts/testmail/ thing (missing import, probably
...
broken by a refactor some time ago)
- Legacy-Id: 4881
2012-09-24 11:52:23 +00:00
Ole Laursen
e569bf3f90
Improve the syslog output for the IANA review email script, also
...
handle error cases more graceful
- Legacy-Id: 4880
2012-09-24 10:08:41 +00:00
Robert Sparks
8a4f5e07f8
Changed "protocol writeup" to "shepherd writeup" in several templates
...
Fixes bug #885
- Legacy-Id: 4879
2012-09-21 20:41:26 +00:00
Ole Laursen
2ab4161daf
Return 500 on sync notify errors
...
- Legacy-Id: 4877
2012-09-21 13:22:04 +00:00
Ole Laursen
e9c6c9e347
Only show new consensus field for IETF and IRTF stream documents
...
- Legacy-Id: 4876
2012-09-21 10:23:45 +00:00
Ole Laursen
915908c203
Add HTTP auth to IANA sync, password is supposed to be saved in settings_local.py
...
- Legacy-Id: 4875
2012-09-21 09:15:35 +00:00
Ole Laursen
2415ae8687
Support blank password in sync notify view (for testing)
...
- Legacy-Id: 4874
2012-09-21 09:01:00 +00:00
Robert Sparks
d6579c63e6
Includes the conflict-review document contents in the email sent with the results of the conflict review.
...
Fixes bug #883
- Legacy-Id: 4873
2012-09-20 19:35:50 +00:00
Ole Laursen
79a16d913b
Add order on IANA Action states
...
- Legacy-Id: 4871
2012-09-20 14:16:08 +00:00