.. |
announcements
|
Comment out unused permission code (causes test failures on Django 1.x)
|
2009-09-16 07:21:54 +00:00 |
bin
|
Merged in some Django 1.0 related fixes plus conversion script from Pasi. Merged in menubar link fixes from Chris. Merged in abstract generation scripts from Jelte.
|
2009-07-28 11:28:09 +00:00 |
contrib
|
Ignore trailing blank lines in form data, since some browsers
|
2007-09-05 15:38:59 +00:00 |
database-notes
|
Updated generated-model to reflect a current database snapshot.
|
2007-09-07 12:10:14 +00:00 |
idindex
|
Django failed resolving reverse url lookup in some cases, which could lead to 500 errors. Narrow the scope looked at appropriately for these cases.
|
2009-10-08 13:24:59 +00:00 |
idrfc
|
Fixed bunch of pyflakes complaints
|
2009-09-24 15:23:51 +00:00 |
idtracker
|
Fixed bunch of template tags to allow also Unicode strings
|
2009-09-25 18:59:47 +00:00 |
iesg
|
Removed bunch of unused code/templates
|
2009-09-24 16:14:56 +00:00 |
ietfauth
|
Removed account creation/password changing functionality
|
2009-10-08 17:41:15 +00:00 |
ipr
|
Gracefully handle non-ASCII disclosure files
|
2009-09-22 19:13:51 +00:00 |
liaisons
|
Fixed bug in liaisons feed (item_pubdate has to return a datetime, not date -- fails badly in Django 1.0)
|
2009-08-13 19:32:52 +00:00 |
mailinglists
|
Added some very basic test cases for mailing list wizards
|
2009-09-29 18:49:39 +00:00 |
meeting
|
Fixed bunch of pyflakes complaints
|
2009-09-24 15:23:51 +00:00 |
my
|
Adding copyright notices to all python files
|
2007-06-27 21:16:34 +00:00 |
proceedings
|
Fixed several field definitions: irtf is usually an integer, not a boolean (this was breaking things in Django 1.1)
|
2009-09-25 18:42:23 +00:00 |
redirects
|
Commented out all testurl.list lines (will add some back later)
|
2009-08-05 19:48:11 +00:00 |
templates
|
Removed account creation/password changing functionality
|
2009-10-08 17:41:15 +00:00 |
utils
|
In some cases, the code to show the location of a logging statement failed with an exception, resulting in no logging. Catch this, so something is logged.
|
2009-10-08 13:26:28 +00:00 |
wginfo
|
Added some test cases for wginfo/; added missing safe/escape tags found by Django 1.1 testing
|
2009-09-25 17:32:07 +00:00 |
.gitignore
|
Merged in Lars Eggert's changes to the search page, and Henrik's lefthand-menu addition
|
2008-11-18 21:36:14 +00:00 |
__init__.py
|
Set version info and settings back to development mode
|
2009-10-08 13:27:19 +00:00 |
context_processors.py
|
Merged in changes from Pasi, see changelog and Pasi's branch for details.
|
2009-05-12 14:06:21 +00:00 |
manage.py
|
Make manage.py executable
|
2009-09-03 14:10:41 +00:00 |
middleware.py
|
Add middleware that catches 404 errors if the original URL has a trailing
|
2007-07-07 19:26:18 +00:00 |
settings.py
|
Added ietf.wginfo to INSTALLED_APPS
|
2009-10-08 16:56:00 +00:00 |
tests.py
|
Instantiate a fresh Client after each test, to avoid earlier exceptions carrying over into later tests.
|
2009-10-08 13:23:35 +00:00 |
testurl.list
|
Further improvements in test coverage (*/testurl.list)
|
2009-08-10 20:03:39 +00:00 |
urls.py
|
Enable /admin/ only on Django 0.96
|
2009-08-27 21:17:52 +00:00 |