Age | Commit message (Collapse) | Author |
|
This filters filenames to be regular ascii characters, and sets a
max length for URLs. Changes the errors for some broken urls and
attempted-scriptkiddie-exploits to just be a not found instead fo an
internal server error.
|
|
|
|
In an effort to close up with PEP8, we should use spaces for indent
rather than tabs... Time to update your editor config!
|
|
The old one was broken for URLs with .. in them, the new one was broken
for everything else. Let's see if we can get them both fixed at once.
|
|
This should raise an actual 404 error and not throw a random exception
caused by the django upgrade..
|
|
|
|
|
|
|
|
Enable admin interface to edit news and events.
Add countries module to reference for events.
Implement RSS feeds for news and events.
|
|
Not at all ready yet.
|