datatracker/ietf
2019-05-15 12:21:57 +00:00
..
api Removed a debug statement. 2018-10-09 13:51:54 +00:00
bin Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
community Updated the role handling to use GroupFeatures.groupman_roles consistently for group management access. Fixes a IRTF RG delegate permissions issue. 2019-04-25 13:19:30 +00:00
cookies The cookie tests were all calling make_test_data, but not using anything it created. Removed the calls. Commit ready for merge. 2018-07-12 20:33:39 +00:00
database-notes
dbtemplate Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
doc Added review assignment information to the review-document view. Addresses issue #2717. 2019-05-07 21:53:38 +00:00
externals/static Updated bower-managed static web assets 2019-05-06 14:39:39 +00:00
group Added a signal receiver for notifications to the RFC editor about changed Group names. 2019-05-14 13:59:32 +00:00
help
idindex Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream. 2018-12-11 22:38:05 +00:00
iesg Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
ietfauth Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
ipr Merged in [16022] from rcross@amsl.com: 2019-03-13 14:31:25 +00:00
liaisons Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs. Commit ready for merge. 2019-01-02 22:55:00 +00:00
mailinglists Added 9 new group features, and changed list-like char fields to json fields, to get better support for using the values as lists. Modified code to use the group features instead of explicit lists of group types in many places in the code. 2019-01-22 18:11:46 +00:00
mailtrigger Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403. Commit ready for merge. 2019-03-25 16:10:00 +00:00
meeting Fixed a problem in 3 views that were accessible through URLs without meeting numbers (e.g., .../meeting/proceedings/overview/) but gave 500 errors when accessed. 2019-05-02 20:00:07 +00:00
message Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly. 2019-03-11 17:01:33 +00:00
name Some additional tweaks to the review assingment migrations. 2019-05-02 15:40:21 +00:00
nomcom Merged in [16092] from rcross@amsl.com: 2019-03-26 15:53:41 +00:00
person After having test_duplicate_person_name() fail for a non-ascii name, changed the test to always supply a non-ascii name. 2019-05-01 21:34:59 +00:00
redirects
release
review Fixed a pyflakes issue. 2019-05-06 14:38:34 +00:00
secr Merged in [16126] from housley@vigilsec.com: 2019-04-08 17:02:02 +00:00
static Tweaked the review assignment presentation in review/request_info.html. 2019-05-08 13:20:23 +00:00
stats Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself. 2019-04-30 16:54:06 +00:00
submit Removed a debug print statement 2019-03-28 10:11:33 +00:00
sync Merged in [15822] and [15809] from rjsparks@nostrum.com: 2018-12-14 22:17:58 +00:00
templates Added .ics links for future meetings to the group meetings tab. 2019-05-15 12:21:57 +00:00
utils Changed a ReviewAssignmentDocEvent type from 'closed_review_request' to 'closed_review_assignment', for consistency and readability. 2019-05-02 12:38:41 +00:00
.gitignore
__init__.py Set version info and settings back to development mode 2019-05-06 15:36:24 +00:00
bower.json Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators. 2018-11-13 19:28:46 +00:00
checks.py Added more hint information when patch actions in ietf/checks.py fails. 2018-08-16 16:03:31 +00:00
context_processors.py
feed_urls.py
LICENSE
manage.py
middleware.py
README-BOWER.rst
settings.py Updated settings with EC/P-256 api keys (JWT does not support RS2048, which is what we had). Added a variable for RFC Editor group name notifications, with a placeholder value. 2019-05-14 13:04:58 +00:00
settings_releasetest.py
settings_sqlitetest.py
settings_testcrawl.py
urls.py This commit replaces the code defined group features with features held 2018-07-12 10:51:48 +00:00
virtualenv-manage.py Added os.chdir() to virtualenv_activate to place us correctly to pick up patch files. 2018-10-15 19:27:24 +00:00
wsgi.py