datatracker/ietf/doc
Henrik Levkowetz 38b0a59ba3 Merged personal/rjs/v4.70@6042:
* Made reporting IPR consistant across document searches, IPR searches, AD document queues, last calls, and agendas. All these points now report on the document(s) being directly queried, and the documents those transitively replace or obsolete.

  * Brought search results against WGs and document titles into consistency with results from searching for individual documents

  * Added the IPR count to the link on the documents main page (when not zero)

  * Built on Henrik's reimplementation of all_related_*, making the *_related_* functions return DocAlias? lists consistently, and added corresponding _relations_ functions to get lists of actual RelatedDocument? objects.

  * Added getting the DocAlias? with the same name to Document

  * Added getting related IPR disclosures (as described in the first bullet) to Document

  * Simplified ipr/related.py

  * Removed the use of DraftLikeDocAlias? and IETFWG from ipr/search.py. Retooled the various search functions and templates to use DocAlias? and IprDocAlias? directly.

  * Removed dead code from ipr/search.py

  * Removed the special handling of WG 2000 from ipr/search.py 

  This fixes bug #1071
 - Legacy-Id: 6083
2013-09-02 18:34:54 +00:00
..
management Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there. 2012-10-25 21:18:06 +00:00
migrations Merged in a lot of shim-layer removals from olau@iola.dk 2013-07-15 20:55:24 +00:00
templatetags merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Merged in a lot of shim-layer removals from olau@iola.dk 2013-07-15 20:55:24 +00:00
feeds.py Port idtracker feeds to new schema, move them to doc/, clean up 2013-04-11 14:20:42 +00:00
forms.py Merge forward complete 2013-01-24 21:28:27 +00:00
models.py Merged personal/rjs/v4.70@6042: 2013-09-02 18:34:54 +00:00
proxy.py Import math as needed. Related to [5626] and issue #974. 2013-04-07 17:10:19 +00:00
redirect_drafts_urls.py Port idindex to new schema, speed them up, add tests, refactor index 2013-04-10 11:48:07 +00:00
redirect_idtracker_urls.py Add redirects for all of /idtracker/*, remove all view code and other 2013-04-11 11:54:35 +00:00
tests.py Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
tests_conflict_review.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
tests_status_change.py Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents 2013-06-01 21:01:45 +00:00
urls_conflict_review.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
urls_status_change.py Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents 2013-06-01 21:01:45 +00:00
utils.py Changed the order of the files diffed in the draft diff links on the history page. Fixes issue #1114. 2013-08-28 10:36:32 +00:00
views_conflict_review.py Save document before set_state, to maintain database consistency. 2013-07-14 14:41:01 +00:00
views_doc.py Merged personal/rjs/v4.70@6042: 2013-09-02 18:34:54 +00:00
views_help.py Fixed the handling of help pages for doc states. 2013-07-29 13:25:10 +00:00
views_status_change.py Save document before set_state, to maintain database consistency. 2013-07-14 14:52:00 +00:00