datatracker/ietf/idrfc
Henrik Levkowetz cbfe489ff5 Merged in more shim-layer removals from olau@iola.dk
(-r5465:HEAD from branch/iola/shimfree).  Copying relevant
commit messages here:

 - Deleted dead code in many places.

 - Renamed id-something to draft-something, make the "is
   this eligible for expiration" logic clearer

 - Added a name for IPR search URL

 - Revamped the ballot popup view

 - URL reversed the IPR search link instead of hardcoding it

 - Cleaned up search views and remove dead code, port them to the new DB
   schema, hack related views in iesg/ and wginfo/ to use the new search
   interfaces, avoid camelCase in search GET parameters (with
   backwards-compat fallback), add some simple search unit tests, remove
   caching from views_search.py index pages as they're now pretty fast to
   generate, rewrite ballot popup JS, regularize some CSS classes to use
   hyphen-notation rather than camelCase, move some of the search
   templates to doc/.

   idrfc/ now mostly contains some wrapper code still in use by other
   subdirs, some ported code not yet moved, and dead code.

 - Fixed output bug in test crawler and print referrer upon errors so it's
   easier to figure out where a link came from

 - Added /doc/in-last-call/ to crawler, report original page as referrer in
   a redirect chain rather than intermediate URL

 - Ported idindex to new schema, speed them up, add tests, refactor index
   page in views_search to share code with the text index file, get rid
   of some special-case idindex filters from ietf_filters, move
   "/drafts/" redirects to a file in /doc/

 - Ported /idtracker/status/ and /idtracker/status/last-call/ overview of
   drafts in IESG process to new schema in /doc/iesg/ and
   /doc/iesg/last-call/

 - Added redirects for all of /idtracker/*, removed all view code and other
   dead code from idtracker/

 - Removed the idtracker sitemap indexing drafts - in its current form,
   it adds nothing of value to the HTML-based /doc/all/ view, and it's
   pretty slow

 - Ported idtracker feeds to new schema, move them to doc/, cleaned up
   idtracker/ - only templatetags/ietf_filters and proxy code is left
 - Legacy-Id: 5836
2013-07-17 20:52:39 +00:00
..
fixtures Made several changes to correctly use the new (RFC6410) "Internet Standard" level 2012-04-17 21:00:26 +00:00
templatetags Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
__init__.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
expire.py Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
generate_fixtures.py Replace old charter branches with new branch based on conversion branch and some preliminary work on generalizing document handling 2012-01-31 17:38:27 +00:00
idrfc_wrapper.py Merged in a lot of shim-layer removals from olau@iola.dk 2013-07-15 20:55:24 +00:00
lastcall.py Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
mails.py Changed the header to last call messages to IETF Announce and to IANA to make replying to the announcement less likely to create an unnecessary ticket 2013-03-27 19:04:50 +00:00
markup_txt.py Rewrite draft and RFC tabs in terms of the new schema, porting 2013-01-16 14:57:01 +00:00
mirror_draft_versions.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
models.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
tests.py Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
testurlREDESIGN.list Move idrfc/views_doc.py to doc/ with associated templates, replace the 2013-01-18 13:17:00 +00:00
urls.py Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
utils.py Fixed nonstandard indentation. 2013-05-14 18:18:57 +00:00
views.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
views_ballot.py Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
views_edit.py Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
views_search.py Merged in a lot of shim-layer removals from olau@iola.dk 2013-07-15 20:55:24 +00:00