.. |
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
|
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
|
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
|
Now sends email to chairs of WG of 'possibly-replaced' document, if any
|
2015-07-18 13:56:24 +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
|
When looking for a specific revision for a draft, which could be a quite old revision, look in the aggregate draft archive which should contain all available versions of drafts, also those which are missing in the official secretariat archive. Fixes issue #1729.
|
2015-07-09 15:36:50 +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
|
Manually moved the concepts forward. Reworked some presentation. Working enough to bring testers in at Sprint93
|
2015-07-13 21:09:39 +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
|
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
|
Manually moved the concepts forward. Reworked some presentation. Working enough to bring testers in at Sprint93
|
2015-07-13 21:09:39 +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
|
Manually moved the concepts forward. Reworked some presentation. Working enough to bring testers in at Sprint93
|
2015-07-13 21:09:39 +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
|
Merged in Ole's submit-time draft replacement information work, as tested and updated by Robert and Adam.
|
2015-07-20 14:53:20 +00:00 |
views_draft.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 |
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
|
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 |