Commit graph

2755 commits

Author SHA1 Message Date
Ole Laursen 9ca9eb350d Fix two bugs in RFC Editor syncing: make sure documents we don't know
beforehand get a "draft" type and make sure individually submitted
drafts get the type="individ" group instead of NULL
 - Legacy-Id: 5282
2013-01-17 11:19:53 +00:00
Ole Laursen aa70cffe73 Rewrite draft and RFC tabs in terms of the new schema, porting
write-up and history tabs as well
 - Legacy-Id: 5214
2013-01-16 14:57:01 +00:00
Ole Laursen f85ce040a6 Use new new_revision .desc format for when drafts are submitted
- Legacy-Id: 5212
2013-01-16 14:37:50 +00:00
Ole Laursen 9e3891791a Add simple helper to Email to identify invalid email addresses (from
legacy author entries)
 - Legacy-Id: 5211
2013-01-16 14:36:49 +00:00
Ole Laursen 99a14b3ede Move the decoraters + utilities to new ietfauth/utils.py file
- Legacy-Id: 5210
2013-01-16 14:36:02 +00:00
Ole Laursen 8f6a26ba22 Hack the format_history_text filter to be less weird, using the same
formatting for snippets and full text, also link up legacy ballot set
events
 - Legacy-Id: 5209
2013-01-16 14:35:13 +00:00
Ole Laursen d56c6753ef Grant stream chairs access to changing the stream on a draft
- Legacy-Id: 5208
2013-01-16 14:32:59 +00:00
Ole Laursen 4624f4a31c Add migration for blanking IESG notes that just consist of "RFC
XXXX", these have been superfluous for some time
 - Legacy-Id: 5207
2013-01-16 14:20:20 +00:00
Ole Laursen e8daf2fbdf Add migration for transforming the .desc on the new_revision events
into something more akin to what is actually shown in the history page
 - Legacy-Id: 5206
2013-01-16 14:17:07 +00:00
Ole Laursen 6e45e5e17b Remove .related many to many relationship, it's not really useful
since we always have to restrict on the relationship type anyway,
instead add two helpers for doing the necessary queries (in both
directions)
 - Legacy-Id: 5205
2013-01-16 14:15:18 +00:00
Ole Laursen 6e89f3b606 Merge changes from old milestones branch
- Legacy-Id: 5198
2013-01-15 16:45:19 +00:00
Ole Laursen bbe51020d4 Move milestones branch out of the way to prepare for merge with trunk
[[Split portion of a mixed commit.]]
 - Legacy-Id: 5185.1
2013-01-15 16:12:31 +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
Ole Laursen 1b56a33d21 Fix bugs in abandoning chartering of a proposed/bof/unknown group,
apparently most of the problems are inherited from trunk
 - Legacy-Id: 5092
2012-12-03 15:00:07 +00:00
Ole Laursen b19f6d8060 Merge in milestones branch
- Legacy-Id: 5091
2012-12-03 14:36:30 +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 &lt;...
- 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