Commit graph

2853 commits

Author SHA1 Message Date
Henrik Levkowetz 609b977f78 Merged [5524] from jmh@joelhalpern.com:
Remove the \'Set all to not on agenda\' button, as it is never used.
 - Legacy-Id: 5537
Note: SVN reference [5524] has been migrated to Git commit 41fb290932
2013-03-09 23:07:32 +00:00
Henrik Levkowetz 907d7b9636 Changed the community tool email notification code to not try to send to nobody, and to use individual To: addressing rather bulk Bcc: addressing.
- Legacy-Id: 5536
2013-03-09 23:04:51 +00:00
Joel M. Halpern d83432dd2d Fix Moderator package Conflict review text.
- Legacy-Id: 5535
2013-03-09 23:00:09 +00:00
Adam Roach 820e87d09b Fixes formatting for history page
- Legacy-Id: 5534
2013-03-09 22:55:59 +00:00
Henrik Levkowetz 1bb79708e6 Merged [5519] from adam@nostrum.com:
Two changes: (1) searches by substring rather than
\'begins with\' (to allow, e.g., searching by last name);
and (2) limits results to 10 entries (to limit server
load and limit effectiveness of email-scraping attacks)
 - Legacy-Id: 5531
Note: SVN reference [5519] has been migrated to Git commit 2e740dcab8
2013-03-09 21:45:12 +00:00
Henrik Levkowetz 52bda8551a Merged [5518] from suresh.krishnan@ericsson.com:
Checking for loss of comments when AD enters comments without changing state. Also modified the base css to have an unified errorlist format.
 - Legacy-Id: 5530
Note: SVN reference [5518] has been migrated to Git commit edfc7b8193
2013-03-09 21:40:34 +00:00
Joel M. Halpern f81f08cc4a Add documet's notification list to destination email addresses when the document leaves IETF LC
- Legacy-Id: 5529
2013-03-09 21:38:12 +00:00
Adam Roach ad23d56fb2 Adding links to request page
- Legacy-Id: 5527
2013-03-09 21:22:16 +00:00
Ryan Cross 4da4efca7b Ticket #673: Add the ability for the secretariat to clear a ballot to the tracker
- Legacy-Id: 5525
2013-03-09 21:00:44 +00:00
Joel M. Halpern 41fb290932 Remove the "Set all to not on agenda" button, as it is never used.
- Legacy-Id: 5524
2013-03-09 20:47:13 +00:00
Henrik Levkowetz ece709e368 Merged [5516] from jmh@joelhalpern.com:
Repair the ballot requirements string
 - Legacy-Id: 5523
Note: SVN reference [5516] has been migrated to Git commit fe13ee8dfa
2013-03-09 20:37:21 +00:00
Henrik Levkowetz f5b4396479 Merged [5510] from ietf@augustcellars.com:
Increase the set of information being returned on the atom viewer to reflect IETF specific information.
 - Legacy-Id: 5522
Note: SVN reference [5510] has been migrated to Git commit ca1fc8b754
2013-03-09 20:15:15 +00:00
Henrik Levkowetz cc60a1aa5d Restored fix to utils/mail.py.
- Legacy-Id: 5521
2013-03-09 20:06:11 +00:00
Henrik Levkowetz 960f10d9a2 Merged [5511] from housley@vigilsec.com:
Send email to statements@ietf.org when a pending liaison statement gets queued.
 - Legacy-Id: 5520
Note: SVN reference [5511] has been migrated to Git commit f55195e3d6
2013-03-09 20:04:13 +00:00
Adam Roach 2e740dcab8 Two changes: (1) searches by substring rather than
"begins with" (to allow, e.g., searching by last name);
and (2) limits results to 10 entries (to limit server
load and limit effectiveness of email-scraping attacks)
 - Legacy-Id: 5519
2013-03-09 19:34:11 +00:00
Suresh Krishnan edfc7b8193 Checking for loss of comments when AD enters comments without changing state. Also modified the base css to have an unified errorlist format.
- Legacy-Id: 5518
2013-03-09 18:47:03 +00:00
Henrik Levkowetz 96ad6a653e Merged [5514] from adam@nostrum.com:
Fixed agenda oscillation problem (removed scrollbars from iframe)

-This line, and those below, will be ignored--

M    ietf/templates/meeting/agenda.html
 - Legacy-Id: 5517
Note: SVN reference [5514] has been migrated to Git commit ab5b610ce5
2013-03-09 18:33:27 +00:00
Joel M. Halpern fe13ee8dfa Repair the ballot requirements string
- Legacy-Id: 5516
2013-03-09 18:30:29 +00:00
Henrik Levkowetz 4795fa590e Tweaked agenda pages -- can't use the inheritance approach as-is due to caching.
- Legacy-Id: 5515
2013-03-09 17:20:29 +00:00
Adam Roach ab5b610ce5 Fixed agenda oscillation problem (removed scrollbars from iframe)
-This line, and those below, will be ignored--

M    ietf/templates/meeting/agenda.html
 - Legacy-Id: 5514
2013-03-09 17:18:33 +00:00
Russ Housley f55195e3d6 Send email to statements@ietf.org when a pending liaison statement gets queued.
- Legacy-Id: 5511
2013-03-09 16:49:38 +00:00
Jim Schaad ca1fc8b754 Increase the set of information being returned on the atom viewer to reflect IETF specific information.
- Legacy-Id: 5510
2013-03-09 15:29:51 +00:00
Jim Schaad 7ef255b0b1 Add new rules to the atom tracker for picking up documents in specific states
Add new rules to the atom tracker for picking up RFCs
Change the header fields on the RFC table so that they reflect RFC descriptions rather than I-D descriptions.
 - Legacy-Id: 5509
2013-03-09 15:28:39 +00:00
Henrik Levkowetz 8cbe1f9360 Set version info and settings back to development mode
- Legacy-Id: 5494
2013-03-06 19:37:19 +00:00
Henrik Levkowetz d8c765e72c Set version info to release version 4.42 before branching.
- Legacy-Id: 5492
2013-03-06 19:37:16 +00:00
Henrik Levkowetz e1a7bf92ff Added logging for mail sending problems.
- Legacy-Id: 5489
2013-03-06 19:36:06 +00:00
Henrik Levkowetz 2f3476690f In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant.
- Legacy-Id: 5486
2013-03-05 23:24:41 +00:00
Henrik Levkowetz 9ac6cdc581 Fixed refactoring bug.
- Legacy-Id: 5485
2013-03-05 23:21:51 +00:00
Henrik Levkowetz fc369a6e30 Provide html agendas with local and UTC timezone indications.
- Legacy-Id: 5484
2013-03-05 22:46:16 +00:00
Henrik Levkowetz 69e7373758 Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
- Legacy-Id: 5483
2013-03-05 22:44:03 +00:00
Henrik Levkowetz 7e67b40a87 Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
- Legacy-Id: 5482
2013-03-05 22:43:31 +00:00
Henrik Levkowetz 5f32828caa With RFC6410, there are only two RFC maturity levels, 'Proposed Standard' and 'Internet Standard'. Added a mapping between 'Internet Standard' and slug 'std', to be able to process newer RFC info from the RFC Editor.
- Legacy-Id: 5477
2013-03-02 17:03:15 +00:00
Robert Sparks 10b4f7a4dc * Added a document type for changing the publication status of other documents, and the UI for manipulating them.
* Added charters, conflict reviews, and status changes to the AD's "My Documents" page
* Improved the presentation of all document types on the Agenda, Future Telechats, Scribe and Moderator package pages
* Made the reverse name for document relationships explicit rather than deriving them from forward names
* Added a way to get to the underlying Document (when it exists) from an RfcWrapper
* Unified several common forms used by different document types
 - Legacy-Id: 5476
2013-03-01 15:47:51 +00:00
Henrik Levkowetz 2a0b758f08 Changed some tests to work with cssselect 0.7.1 (we've previously had 0.6.1 or possibly other lower versions).
- Legacy-Id: 5475
2013-02-28 21:39:29 +00:00
Henrik Levkowetz fac0d42511 Fixed an import statement that could cause grief.
- Legacy-Id: 5474
2013-02-28 15:06:28 +00:00
Henrik Levkowetz 2ba4f8049d Set version info and settings back to development mode
- Legacy-Id: 5472
2013-02-27 22:24:58 +00:00
Henrik Levkowetz 67a5fd81ac Set version info to release version 4.41 before branching.
- Legacy-Id: 5470
2013-02-27 22:24:55 +00:00
Henrik Levkowetz d0081079e7 Added links from the new IANA states to help pages describing the different states.
- Legacy-Id: 5468
2013-02-27 22:02:11 +00:00
Henrik Levkowetz fa93d26c01 Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/).
- Legacy-Id: 5467
2013-02-27 22:01:18 +00:00
Henrik Levkowetz 73e6f35d9a Added a missing import statement, fixing a bug in the state change logging. Things seemed to be working without this, but the signature of the log_state_changed pulled in from ietf.utils is different that what's expected in the code.
- Legacy-Id: 5466
2013-02-26 15:36:54 +00:00
Henrik Levkowetz 5f51f20409 Added a migration for the new unique_together constraint of [5460].
- Legacy-Id: 5462
Note: SVN reference [5460] has been migrated to Git commit f7d979c83e
2013-02-24 21:22:08 +00:00
Henrik Levkowetz 64c4199877 Unwrap some fairly plain model fields. No code change, just textual.
- Legacy-Id: 5461
2013-02-24 21:20:50 +00:00
Henrik Levkowetz f7d979c83e Merged [5426] from ietf@augustcellars.com:
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: 5460
Note: SVN reference [5426] has been migrated to Git commit a18bebe7bd
2013-02-24 21:03:57 +00:00
Henrik Levkowetz 4b4eb2952b Merged [5425] from ietf@augustcellars.com:
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: 5459
Note: SVN reference [5425] has been migrated to Git commit cb1593d6a2
2013-02-24 21:02:44 +00:00
Henrik Levkowetz 420098c725 Merged [5424] from ietf@augustcellars.com:
Close the image tag.  An empty image tag displays on IE although it does not display on Firefox.
 - Legacy-Id: 5458
Note: SVN reference [5424] has been migrated to Git commit 2c810112ab
2013-02-24 21:01:37 +00:00
Henrik Levkowetz c4015a302b Added variations on the recognized date formats during submitted draft parsing, such that comma need not be followed by whitespace in the formats using comma as a separator between some of the fields. Added extraction of drafts referenced by a document, in addition to RFCs referenced.
- Legacy-Id: 5456
2013-02-24 20:17:22 +00:00
Henrik Levkowetz 5345b17eab Added a missing import.
- Legacy-Id: 5455
2013-02-24 20:15:20 +00:00
Henrik Levkowetz e5f7dd8b12 Fixed a typo in a slug.
- Legacy-Id: 5454
2013-02-24 20:14:59 +00:00
Henrik Levkowetz 594ca1f256 Changed the logging target of auxiliary IANA and RFC-Ed sync scripts from LOG_LOCAL0 to LOG_USER, matching what we've already used elsewhere for datatracker logging.
- Legacy-Id: 5453
2013-02-24 20:14:20 +00:00
Henrik Levkowetz 04858d3c2a Added the bof-conc (Concluded BoF) slug to the proxy tranlator for status_id.
- Legacy-Id: 5452
2013-02-24 20:12:31 +00:00
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