Find a file
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
bin Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
django Merged in a lot of shim-layer removals from olau@iola.dk 2013-07-15 20:55:24 +00:00
etc Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
form_utils Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
html5lib Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
ietf Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
permissions Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting 2012-02-28 17:29:52 +00:00
redesign Merged in fixes to the migration from olau@iola.dk. Merged in charter branch from olau@iola.dk. Added various fixes and correction of merge errors. 2012-05-02 19:35:32 +00:00
south Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3 2011-12-15 14:13:54 +00:00
static Merged in more shim-layer removals from olau@iola.dk 2013-07-17 20:52:39 +00:00
test Removed some incidental files from test/ (Generated as an effect of generating sprint branches, so they don't really belong in the repository). 2013-02-24 20:58:44 +00:00
workflows Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting 2012-02-28 17:29:52 +00:00
.gitignore - Legacy-Id: 5678 2013-04-21 14:46:00 +00:00
changelog Cleaned up the changelog formatting to conform to rst. 2013-07-15 12:44:33 +00:00
changelog.py Added a simple page to show release information parsed from a release's changelog file. 2012-10-25 21:29:53 +00:00
control Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
debug.py Tweaked the handling of the syslog module not being available on windows. 2012-11-07 21:41:02 +00:00
decorator.py Added Michele Simionato's decorator module, for use in debug.py 2012-10-21 12:38:04 +00:00
INSTALL Updated changelog and INSTALL files with new version number for the release. 2013-05-15 22:34:11 +00:00
LICENSE Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
LICENSE.django Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
tzparse.py Added a module which handles parsing of time strings which include timezone information, tzparse.py. 2012-10-31 10:13:52 +00:00