.. |
management
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +00:00 |
migrations
|
Put old style slides directly into archived. Migrate IETF92 materials to match. Commit ready for merge.
|
2015-04-03 20:53:13 +00:00 |
templatetags
|
Fixed format_snippet to produce valid html (the previous filter order resulted in broken html entities and bad email addresses)
|
2015-04-24 20:42:33 +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
|
Python's pathlib is now available for both 2.x and 3.x, and is well established. Removed the ietf/utils/path.py fallback, and added pathlib to requirements.txt
|
2015-03-07 17:17:50 +00:00 |
feeds.py
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +00:00 |
fields.py
|
Summary: Port the remaining parts of the IPR form to Bootstrap, and fix
|
2015-01-23 16:47:22 +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
|
Improve the approval mail contents concerning IESG contact members. Fixes #1588. Commit ready for merge.
|
2015-01-26 22:25:38 +00:00 |
models.py
|
Provide DocHistory entries with a docalias_set property (that of the associated document).
|
2015-04-13 16:47:53 +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
|
Updated a test to match the 'Document Search' change.
|
2015-04-12 13:30:34 +00:00 |
tests_ballot.py
|
Merged in [9505] from rjsparks@nostrum.com:
|
2015-04-15 15:49:35 +00:00 |
tests_charter.py
|
Fix a bunch of failing tests, mostly due to changes in markup
|
2014-10-31 17:20:14 +00:00 |
tests_conflict_review.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 |
tests_draft.py
|
Update tests to match r9541. Commit ready for merge.
|
2015-04-22 13:52:52 +00:00 |
tests_material.py
|
Merged in trunk@9440, containing the changes for version 5.13.1; and updated tests which look at HTML content to work with the facelift changes.
|
2015-04-11 18:24:20 +00:00 |
tests_status_change.py
|
Changed from using an otherwise unused css class as content container selector in tests, to instead using an explicit css id as selector.
|
2015-04-04 08:57:39 +00:00 |
urls.py
|
Merged trunk@9354 to facelift copy
|
2015-04-02 06:51:34 +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
|
Fixed an issue where the https: schema inadvertently had been included in RFCDIFF_PREFIX, causing duplicate schema specifications in some places. Changed name to RFCDIFF_BASE_URL and cleaned out the duplicate schema specifiers.
|
2015-04-30 22:00:49 +00:00 |
utils_charter.py
|
This is the second step towards ADs out of GroupInfo into Role.
|
2015-01-09 18:52:06 +00:00 |
views_ballot.py
|
Add a checkbox to cc the group list address on ballot positions if a document belongs to a group. Add better tests of the checkboxes on that form. Commit ready for merge.
|
2015-04-15 14:53:42 +00:00 |
views_charter.py
|
Merged trunk@9354 to facelift copy
|
2015-04-02 06:51:34 +00:00 |
views_conflict_review.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 |
views_doc.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 |
views_draft.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 |
views_help.py
|
A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code.
|
2014-03-16 22:15:46 +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
|
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 |