.. |
management
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +00:00 |
migrations
|
Added a migration for changed choices list for DocEvent. Related to [10770].
|
2016-02-07 13:43:35 +00:00 |
templatetags
|
Changed the style for 'recuse' from 'default' to 'primary' colour.
|
2015-12-11 20:04:56 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Fixed pyflakes complaints introduced with pyflakes 1.1.0
|
2016-03-04 21:24:26 +00:00 |
expire.py
|
mailtoken becomes mailtrigger
|
2015-09-17 20:03:45 +00:00 |
factories.py
|
checkpoint: purged the rest of the day/seq URLs. Streamlined workflows to focus on "current" versions as a default. Plumbed editing and deleting sessionpresentations from a document perspective. Started adding meat to document factories.
|
2016-02-19 04:20:57 +00:00 |
feeds.py
|
Added an RSS feed for RFCs for use with the digital preservation project. Commit ready for merge.
|
2015-10-31 08:11:48 +00:00 |
fields.py
|
Manually moved the concepts forward. Reworked some presentation. Working enough to bring testers in at Sprint93
|
2015-07-13 21:09:39 +00:00 |
forms.py
|
Refactored counting telechat pages to do it only in one place. Count more accurately and make it possible to report more granularly. Added page counts to agenda.json. Commit ready to merge.
|
2016-01-07 23:31:05 +00:00 |
lastcall.py
|
Protect against cases where add_state_change_event can return None. Fixes bug # 1383. Commit ready for merge.
|
2014-04-30 22:17:01 +00:00 |
mails.py
|
Allow IAB, IRTF, and Independent streams to use new capability for RFC Editor Notes. Do not display of document shepherd and shepherd writeup for non-IETF stream documents. Do not display IESG information for IAB stream documents.
|
2016-02-11 22:12:52 +00:00 |
models.py
|
Code style tweak.
|
2016-03-04 20:05:05 +00:00 |
redirect_drafts_urls.py
|
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
|
2015-04-24 21:47:12 +00:00 |
redirect_idtracker_urls.py
|
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
|
2015-04-24 21:47:12 +00:00 |
resources.py
|
Fixed a typo.
|
2016-03-15 23:15:44 +00:00 |
tests.py
|
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
|
2016-02-22 17:03:46 +00:00 |
tests_ballot.py
|
Added test for proper eneration of the approval message with and without an RFC Editor Note.
|
2016-02-12 22:09:13 +00:00 |
tests_charter.py
|
Create the approval ballot for charters when the charter enters external review (or iesg review if external review is skipped). Fixes #1792. Commit ready for merge.
|
2016-02-08 19:59:47 +00:00 |
tests_conflict_review.py
|
Modified the test data to use some AD and WG chair names that contain non-ascii characters, and fixed test issues found.
|
2015-11-04 07:34:56 +00:00 |
tests_draft.py
|
Moved some production-path checks to the checks module, and fixed up tests which changed some settings without restoring them.
|
2016-02-09 18:50:37 +00:00 |
tests_material.py
|
Show which session the user is adding drafts to when there was more than one sesison at a meeting.
|
2016-02-23 16:30:54 +00:00 |
tests_status_change.py
|
Modified the test data to use some AD and WG chair names that contain non-ascii characters, and fixed test issues found.
|
2015-11-04 07:34:56 +00:00 |
urls.py
|
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
|
2016-02-22 17:03:46 +00:00 |
urls_charter.py
|
Handle the new-work message
|
2015-08-27 21:27:10 +00:00 |
urls_conflict_review.py
|
Merged in [8293] from rjsparks@nostrum.com:\n XXX: Should what is now captured in the list of STATUSCHANGE_RELATIONS instead be captured in the database in name_docrelationshipname?
|
2014-10-12 17:32:11 +00:00 |
urls_material.py
|
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
|
2016-02-22 17:03:46 +00:00 |
urls_status_change.py
|
Merged in [8293] from rjsparks@nostrum.com:\n XXX: Should what is now captured in the list of STATUSCHANGE_RELATIONS instead be captured in the database in name_docrelationshipname?
|
2014-10-12 17:32:11 +00:00 |
utils.py
|
Merged in [10629] from rjsparks@nostrum.com:
|
2016-01-15 21:59:49 +00:00 |
utils_charter.py
|
Added listing all the area directors back. Related to #1889. Commit ready for merge.
|
2016-01-22 21:17:44 +00:00 |
views_ballot.py
|
Allow IAB, IRTF, and Independent streams to use new capability for RFC Editor Notes. Do not display of document shepherd and shepherd writeup for non-IETF stream documents. Do not display IESG information for IAB stream documents.
|
2016-02-11 22:12:52 +00:00 |
views_charter.py
|
Create the approval ballot for charters when the charter enters external review (or iesg review if external review is skipped). Fixes #1792. Commit ready for merge.
|
2016-02-08 19:59:47 +00:00 |
views_conflict_review.py
|
Change the text used in conflict review approval messages. Fixes #1877. Commit ready for merge.
|
2016-01-06 15:44:29 +00:00 |
views_doc.py
|
Only show the "Upload new revision" button when the view will actually let you upload a new revision. Commit ready for merge.
|
2016-02-29 19:56:06 +00:00 |
views_draft.py
|
Fix "RemovedInDjango19Warning: The django.forms.util module has been renamed.
|
2016-02-03 13:33:37 +00:00 |
views_help.py
|
Merged in [9782] from lars@netapp.com:
|
2015-07-18 15:29:12 +00:00 |
views_material.py
|
checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions.
|
2016-02-22 17:03:46 +00:00 |
views_search.py
|
Removed an unused import.
|
2016-03-06 17:49:00 +00:00 |
views_status_change.py
|
mailtoken becomes mailtrigger
|
2015-09-17 20:03:45 +00:00 |