datatracker/ietf/doc
Ole Laursen 8bca1b4b33 Summary: Make name the primary key for DocAlias.
This fixes Javascript widgets working with DocAliases, such as the
replaces field in draft submission, to work better with Javascript
disabled. It also makes sense from a modelling perspective as the name
really is a unique key for the alias.

The actual transformation requires a series of migrations taking a
couple of minutes to complete. The actual switch to the key is done at
the end.

Branch ready for merge.
 - Legacy-Id: 10111
2015-09-30 13:47:33 +00:00
..
management Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
migrations Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +00:00
templatetags Merged in [9924] from rjsparks@nostrum.com: 2015-08-01 10:12:40 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +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 Changed several email alias references from tools.ietf.org to ietf.org. Fixes #1759. Commit ready for merge. 2015-07-30 22:13:59 +00:00
models.py Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +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 a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +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 Summary: Make name the primary key for DocAlias. 2015-09-30 13:47:33 +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 Changed several email alias references from tools.ietf.org to ietf.org. Fixes #1759. Commit ready for merge. 2015-07-30 22:13:59 +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 Merged in an update from trunk@9942. 2015-08-03 14:12:38 +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