.. |
management
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +00:00 |
migrations
|
Added a migration to capture the new DocEvent types that came in with Ole's replaced_by code in [9829].
|
2015-07-21 10:01:50 +00:00 |
templatetags
|
Fixed 2 instances of missing protocol specifier in URLs, pointed out by Lars Eggert.
|
2015-07-21 11:31:07 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Fixed a problem with the admin interface for the ietf.doc.DocHistory class.
|
2014-11-14 00:21:54 +00:00 |
expire.py
|
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
|
2015-08-23 18:15:06 +00:00 |
feeds.py
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +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
|
Make new branch from trunk (r9007) and merge facelift-r8876 into it, fixing a few merge conflicts
|
2015-02-06 14:08:34 +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
|
New exlicit "Intended status changed" message
|
2015-08-25 20:28:01 +00:00 |
models.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 |
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
|
Added generated (and sometimes manually tweaked) resources.py files.
|
2014-12-14 20:33:25 +00:00 |
tests.py
|
New explicit "Comment has been added to document history" message
|
2015-08-25 20:05:11 +00:00 |
tests_ballot.py
|
Smarter send_ballot_comment form
|
2015-08-24 18:25:39 +00:00 |
tests_charter.py
|
Done with the second pass focusing on test coverage. Lots of test tweaks, some new tests, a couple of bugs fixed. The session request code views need to be redone to allow testing.
|
2015-08-21 16:39:00 +00:00 |
tests_conflict_review.py
|
Done with the second pass focusing on test coverage. Lots of test tweaks, some new tests, a couple of bugs fixed. The session request code views need to be redone to allow testing.
|
2015-08-21 16:39:00 +00:00 |
tests_draft.py
|
New exlicit "Intended status changed" message
|
2015-08-25 20:28:01 +00:00 |
tests_material.py
|
checkpoint. Model changes done and UI tweaked to match.
|
2015-04-30 15:57:48 +00:00 |
tests_status_change.py
|
Done with the second pass focusing on test coverage. Lots of test tweaks, some new tests, a couple of bugs fixed. The session request code views need to be redone to allow testing.
|
2015-08-21 16:39:00 +00:00 |
urls.py
|
Moved doc-specific email aliases onto the email tab for the document
|
2015-08-25 15:19:55 +00:00 |
urls_charter.py
|
Allow changing the title of a charter document
|
2014-11-09 00:46:28 +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
|
Cleaned up issues with date and weekday variants of the session views
|
2014-11-24 21:06:58 +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
|
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
|
2015-08-23 18:15:06 +00:00 |
utils_charter.py
|
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
|
2015-08-23 18:15:06 +00:00 |
views_ballot.py
|
Smarter send_ballot_comment form
|
2015-08-24 18:25:39 +00:00 |
views_charter.py
|
checkpoint. includes moderate change to how personnel changes are sent out
|
2015-08-17 22:11:54 +00:00 |
views_conflict_review.py
|
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
|
2015-08-23 18:15:06 +00:00 |
views_doc.py
|
New explicit "Comment has been added to document history" message
|
2015-08-25 20:05:11 +00:00 |
views_draft.py
|
New exlicit "Intended status changed" message
|
2015-08-25 20:28:01 +00:00 |
views_help.py
|
Merged in [9782] from lars@netapp.com:
|
2015-07-18 15:29:12 +00:00 |
views_material.py
|
Facelift remaining materials pages
|
2015-01-28 12:50:09 +00:00 |
views_search.py
|
Factored out the doc_is_tracked logic, for use on group document list pages.
|
2015-04-03 13:27:29 +00:00 |
views_status_change.py
|
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
|
2015-08-23 18:15:06 +00:00 |