Henrik Levkowetz
9e66c16fa7
Made retrieve_search_results() always return a queryset, which lets us use .exists() on the returned value as needed.
...
- Legacy-Id: 12007
2016-09-20 18:32:20 +00:00
Henrik Levkowetz
f8bca9bcf6
Reverted inadvertent commit
...
- Legacy-Id: 12006
2016-09-20 18:31:16 +00:00
Henrik Levkowetz
e917c5a0df
Added made group a json object in the json_agenda, and added session.group.type information.
...
- Legacy-Id: 12005
2016-09-20 18:24:08 +00:00
Henrik Levkowetz
9d053cae38
Removed an unwanted migration.
...
- Legacy-Id: 11968
2016-09-11 11:50:05 +00:00
Henrik Levkowetz
ecd4491150
Corrected a migration to match the list of event types in doc/models.py
...
- Legacy-Id: 11963
2016-09-10 20:05:35 +00:00
Henrik Levkowetz
22b2953b18
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0, which provides secretariat support for managing draft submissions outside of the automated datatracker draft submission tool. In addition to making the secreatiat handling of draft submissions that come in by email or other paths easier, it also improves the datatracker submission and document history for these documents.
...
- Legacy-Id: 11959
2016-09-09 17:00:23 +00:00
Henrik Levkowetz
545140d939
Started moving app-specific settings into app settings.py files.
...
- Legacy-Id: 11949
2016-09-09 05:42:41 +00:00
Henrik Levkowetz
e0e930fc0c
Fixed a situation where the Change IETF WG State form gave an exception when the form was submitted empty, instead of informing the user.
...
- Legacy-Id: 11943
2016-09-08 17:23:15 +00:00
Henrik Levkowetz
ec684e1b4e
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
...
- Legacy-Id: 11941
2016-09-08 14:48:59 +00:00
Henrik Levkowetz
f726f5c785
Moved default column chart settings to settings.py. Split chart config and data into separate ajax urls to permit drawing base chart details before having data. Added a 'Loading...' notification while loading chart data. Added more test cases. Changed chart settings to eliminate empty data points from data transfer.
...
- Legacy-Id: 11930
2016-09-07 13:06:30 +00:00
Henrik Levkowetz
03d5b07e51
Added document information and submission timeline to profile pages. Refactored the chart data generation.
...
- Legacy-Id: 11928
2016-09-06 19:25:51 +00:00
Henrik Levkowetz
74f7c5782b
Added some basic charting support, using highcharts, and charts showing new-revision timelines for document search results.
...
- Legacy-Id: 11927
2016-09-06 13:19:45 +00:00
Henrik Levkowetz
b0906f04af
Basic charting of new revision activity for document search results.
...
- Legacy-Id: 11922
2016-09-06 09:47:22 +00:00
Henrik Levkowetz
14607c977d
Fixed a blowup which could happen if an rfc doesn't have its standard level set.
...
- Legacy-Id: 11916
2016-09-01 08:57:49 +00:00
Henrik Levkowetz
e2fccfb094
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0@11899, which provides better support for manual ID posting.
...
- Legacy-Id: 11914
2016-08-31 22:30:31 +00:00
Henrik Levkowetz
a939936a10
Fixed document methods .get_file_path() and .href() for historic meeting documents, to make urls like /doc/minutes-96-detnet/1/ work.
...
- Legacy-Id: 11912
2016-08-31 16:19:05 +00:00
Henrik Levkowetz
fae136cfc3
Made migration doc:0013 more robust.
...
- Legacy-Id: 11903
2016-08-31 13:48:00 +00:00
Henrik Levkowetz
f97204ceee
Fixed a number of places where events were given the document time, but the document had not been given a new time yet, after the eventsave refactoring code changes of [11841]. Fixes issue #2004 .
...
- Legacy-Id: 11901
Note: SVN reference [11841] has been migrated to Git commit d868371aff
2016-08-31 10:54:27 +00:00
Mike Douglass
fa3a34389e
Merge forward to 6.31.1.dev0
...
- Legacy-Id: 11899
2016-08-31 03:00:10 +00:00
Henrik Levkowetz
9fb2ec22c6
Added handling for an exception which could occur for charter documents which does not have a matching chartered group.
...
- Legacy-Id: 11886
2016-08-26 14:07:50 +00:00
Henrik Levkowetz
7d0fd4cb29
Merged in [11859] from rjsparks@nostrum.com:
...
Put WG summary information on the rechartering page. Fixes #2000 .
- Legacy-Id: 11881
Note: SVN reference [11859] has been migrated to Git commit b6978debb6
2016-08-26 10:31:03 +00:00
Henrik Levkowetz
c8917f51aa
Changed the migration progress indication to a tqdm progress bar.
...
- Legacy-Id: 11862
2016-08-25 05:48:04 +00:00
Henrik Levkowetz
a90af1e9e3
Added a migration to capture an additional DocEvent type string.
...
- Legacy-Id: 11861
2016-08-25 05:22:59 +00:00
Robert Sparks
b6978debb6
Put WG summary information on the rechartering page. Fixes #2000 . Commit ready for merge.
...
- Legacy-Id: 11859
2016-08-24 18:43:15 +00:00
Henrik Levkowetz
cf5ac68b09
Renumbered and updated the migrations merged in from the eventsaving work. Made the dochistory-adding migration idempotent, and added progress indication as this migration may take as much as an hour to run.
...
- Legacy-Id: 11854
2016-08-24 15:37:25 +00:00
Henrik Levkowetz
4b0a9360f0
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
...
- Legacy-Id: 11840
2016-08-23 10:52:08 +00:00
Henrik Levkowetz
6f05b23837
Merged in [11778] from rjsparks@nostrum.com:
...
Enabled and refined document_main view for bluesheets.
Improved migration for 95 and 96 bluesheets, adding DocAlias and DocEvent creation.
Added bluesheet upload to the session details view.
Moved a function out of secr/proceedings/views into its own util.py file to allow reusing it in other modules without introducing circular imports.
- Legacy-Id: 11811
Note: SVN reference [11778] has been migrated to Git commit 0611444b36bc071e8db068a093cc1ad93bb69659
2016-08-17 18:28:02 +00:00
Robert Sparks
44cd9e0920
Moved the materials start, cutoff, and revision dates into the Meeting object
...
- Legacy-Id: 11760
2016-08-05 20:44:05 +00:00
Henrik Levkowetz
b420ef220c
Merged in [11721] from bartosz.balazinski@interdigital.com:
...
Annotated the document state selection list with indications of
whether the state is an IETF or IRTF state. Fixes #1968 .
- Legacy-Id: 11722
Note: SVN reference [11721] has been migrated to Git commit 0925e8e242
2016-07-20 09:14:27 +00:00
Bartosz Balazinski
0925e8e242
Annotated the document state selection list with indications of
...
whether the state is an IETF or IRTF state. Fixes #1968 .
Commit ready to merge.
- Legacy-Id: 11721
2016-07-20 00:02:45 +00:00
Henrik Levkowetz
f2150df76a
Merged in [11687], [11710] from presnick@qti.qualcomm.com:
...
Generate a message to Secretary and IESG when AD changes a draft state
to 'Approved'. Fixes issue #796 .
- Legacy-Id: 11714
Note: SVN reference [11687] has been migrated to Git commit ae87e84610
Note: SVN reference [11710] has been migrated to Git commit 65bb1f2738
2016-07-19 10:48:13 +00:00
Pete Resnick
65bb1f2738
Added a test for the document approved by AD action. Related to issue
...
#796 . Commit ready for merge
- Legacy-Id: 11710
2016-07-18 20:12:12 +00:00
Pete Resnick
ae87e84610
Generate message to Secretary and IESG when AD changes a draft state to "Approved".
...
Fixes issue #796 . Commit ready for merge.
- Legacy-Id: 11687
2016-07-16 17:09:21 +00:00
Henrik Levkowetz
d5d9d10017
Merged in [11663] from housley@vigilsec.com:
...
Clarify that the consensus field is talking about whether the doument will include the consensus boilerplate when it is published as an RFC. Fixes #1955 .
- Legacy-Id: 11684
Note: SVN reference [11663] has been migrated to Git commit 9d5a94713e
2016-07-16 14:52:57 +00:00
Russ Housley
9d5a94713e
Clarify that the consensus field is talking about whether the doument will include the consensus boilerplate when it is published as an RFC. Fixes #1955 .
...
- Legacy-Id: 11663
2016-07-16 09:53:54 +00:00
Robert Sparks
030ea1c939
Enhanced factories to simplify test writing. Commit ready for merge.
...
- Legacy-Id: 11656
2016-07-15 12:30:08 +00:00
Robert Sparks
992aba1aec
Call out downreferences in autogenerated last call text. Fixes #1982 . Commit ready for merge.
...
- Legacy-Id: 11654
2016-07-14 18:09:22 +00:00
Henrik Levkowetz
45b19a585b
Fixed various issues with the interim approval request email text when used for non-WG groups (RGs, for instance). Added supporting template filter functions. Related to issues #1979 and #1980 .
...
- Legacy-Id: 11581
2016-07-09 20:02:28 +00:00
Henrik Levkowetz
8b6d8c9f44
Replaced the hardcoded 'Area Director' approval role with a group-dependent list of approval roles. Fixes issue #1980 .
...
- Legacy-Id: 11575
2016-07-09 16:59:50 +00:00
Henrik Levkowetz
1ddd6e7a09
Merged in [11530] from rjsparks@nostrum.com:
...
Adds a publisher to the digital preservation feed.
- Legacy-Id: 11570
Note: SVN reference [11530] has been migrated to Git commit aafd1dc1ed
2016-07-08 13:17:02 +00:00
Henrik Levkowetz
ad9d5d72f9
Fixed an error in a docstring.
...
- Legacy-Id: 11534
2016-07-07 12:19:59 +00:00
Henrik Levkowetz
a4b5bbc5cf
Removed an unnecessary pyflakes:ignore.
...
- Legacy-Id: 11533
2016-07-07 12:19:02 +00:00
Henrik Levkowetz
2b55d20371
Added a filter 'nbsp' to turn spaces into nonbreaking-space characters.
...
- Legacy-Id: 11532
2016-07-07 12:18:21 +00:00
Robert Sparks
aafd1dc1ed
Adds a publisher to the digital preservation feed. Commit ready for merge.
...
- Legacy-Id: 11530
2016-07-06 20:41:14 +00:00
Robert Sparks
55ef3a620f
Change search results for recordings to link to the actual recording. Fixes #1895 . Commit ready for merge.
...
- Legacy-Id: 11501
2016-06-29 21:33:03 +00:00
Robert Sparks
e1da2669d3
Show ballots for charters that are in external review in search results (including the iesg/agenda/documents page). Fixed #1792 . Commit ready for merge. Should also be patched into production.
...
- Legacy-Id: 11487
2016-06-28 18:06:00 +00:00
Henrik Levkowetz
e6a005dba6
Added a score of setting save/restores to test setup/teardown actions.
...
- Legacy-Id: 11436
2016-06-21 07:51:02 +00:00
Henrik Levkowetz
f49471b6aa
Restore the AGENDA_PATH setting after temporary test suit change.
...
- Legacy-Id: 11432
2016-06-20 22:46:34 +00:00
Henrik Levkowetz
4285038e61
Updated copyright.
...
- Legacy-Id: 11419
2016-06-20 18:06:57 +00:00
Henrik Levkowetz
d298785fda
Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961 , #1962 and #1964 .
...
- Legacy-Id: 11402
2016-06-17 14:16:27 +00:00