.. |
management
|
Added a management command to generate draft bibxml files, and also a trial version of datatracker draft bibxml pages.
|
2019-11-05 18:10:29 +00:00 |
migrations
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
templatetags
|
Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports.
|
2020-03-05 14:41:41 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Improve admin handling of DocumentURL. Fixes #2865. Commit ready for merge.
|
2020-01-13 19:33:35 +00:00 |
expire.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
factories.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
feeds.py
|
Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports.
|
2020-03-05 14:41:41 +00:00 |
fields.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
forms.py
|
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
|
2019-07-15 15:40:51 +00:00 |
lastcall.py
|
Added DocEvent rev= parameter througout the code.
|
2017-03-06 15:08:21 +00:00 |
mails.py
|
Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports.
|
2020-03-05 14:41:41 +00:00 |
models.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
redirect_drafts_urls.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
redirect_idtracker_urls.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
resources.py
|
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
|
2019-12-20 15:00:55 +00:00 |
settings.py
|
Started moving app-specific settings into app settings.py files.
|
2016-09-09 05:42:41 +00:00 |
tests.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
tests_ballot.py
|
Fixed an issue with tests mocking urlopen() responses, and tweaked error messages on bad results in sync/rfceditor.py
|
2020-02-27 15:05:27 +00:00 |
tests_charter.py
|
Merged in [17288] from rjsparks@nostrum.com:
|
2020-02-18 22:04:15 +00:00 |
tests_conflict_review.py
|
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
|
2019-07-15 19:14:04 +00:00 |
tests_downref.py
|
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
|
2019-07-15 15:40:51 +00:00 |
tests_draft.py
|
Fixed an issue with tests mocking urlopen() responses, and tweaked error messages on bad results in sync/rfceditor.py
|
2020-02-27 15:05:27 +00:00 |
tests_irsg_ballot.py
|
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
|
2019-12-20 15:00:55 +00:00 |
tests_material.py
|
Turn sessions into regular sessions and non-sessions into misc.
|
2019-12-06 20:02:26 +00:00 |
tests_review.py
|
Only gather addresses instead of name_addrs for the group_secretaries Mailtrigger Recipient. Fixes #2847. Commit ready for merge.
|
2019-12-13 18:37:30 +00:00 |
tests_status_change.py
|
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
|
2019-07-15 19:14:04 +00:00 |
urls.py
|
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
|
2019-12-20 15:00:55 +00:00 |
urls_charter.py
|
Added a new document tab for some documents, showing htmlized drafts and RFCs
|
2017-03-20 14:08:52 +00:00 |
urls_conflict_review.py
|
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
|
2019-07-15 15:40:51 +00:00 |
urls_material.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
urls_review.py
|
Merged in [16939] from sasha@dashcare.nl:
|
2019-11-11 14:22:54 +00:00 |
urls_status_change.py
|
Cleaned up the remaining explicit url names, using dotted-paths to view
|
2017-02-26 23:21:49 +00:00 |
utils.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
utils_charter.py
|
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
|
2019-07-16 13:20:05 +00:00 |
utils_search.py
|
Fix #2050 - Allow adding review wishes from document and search pages.
|
2019-10-29 16:27:56 +00:00 |
views_ballot.py
|
Fixed a py2/py3 issue in sync.rfceditor.post_approved_draft(), and enhanced tests to execute the failing code (with Mock functions) instead of skipping the code.
|
2020-01-28 22:37:50 +00:00 |
views_charter.py
|
Update some uses of pos.ad in templates to pos.balloter. Fixes #2863. Commit ready for merge.
|
2020-01-10 19:04:42 +00:00 |
views_conflict_review.py
|
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
|
2019-12-20 15:00:55 +00:00 |
views_doc.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |
views_downref.py
|
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
|
2019-07-15 15:40:51 +00:00 |
views_draft.py
|
Added missing .as_strings() to some gather_address_lists() calls, in order to assign strings rather than lists to Message CharField instances. Fixed a Message content_type setting.
|
2020-02-26 16:59:18 +00:00 |
views_help.py
|
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 |
views_material.py
|
Type checking tweaks.
|
2019-10-15 16:54:33 +00:00 |
views_review.py
|
Fixed a string vs list issue for Message from form case.
|
2020-02-26 17:01:00 +00:00 |
views_search.py
|
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
|
2019-12-20 15:00:55 +00:00 |
views_stats.py
|
Merged in [16860] from rjsparks@nostrum.com:
|
2019-10-22 16:05:42 +00:00 |
views_status_change.py
|
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
|
2020-03-05 20:46:58 +00:00 |