Commit Graph

17 Commits

Author SHA1 Message Date
42cc273025 Use correct classname for DoesNotExist exception 2011-12-01 15:45:25 +01:00
898ff65116 Include the secondary platform in the applications-v2.xml file. 2011-11-29 09:58:56 +00:00
2e07b3b30f Don't try to log into a nonexisting clickthrus table for now 2011-11-27 19:08:05 +01:00
74d8bdd647 Make account editing forms redirect back to list of objects
Instead of like previously, redirect back to the list of object
types.
2011-11-09 22:16:13 +01:00
47c09a5a57 Don't try to be smart with mirrors, just use our master mirrors
Still leaves the old templates around in case we want to go back on this,
as well as keeps the pure redirector service around so accesses from
things like stackbuilder don't stop working.
2011-11-06 11:45:46 +01:00
91d6cce18f Render server errors with a nicer template 2011-08-17 20:28:03 +02:00
d0ec914ee1 Typo fix - use date, not type, to indicate date. 2011-08-11 16:03:21 +02:00
bc56595241 Ensure that [Parent Directory] link ends up at the top of directory listings
Locale-aware sorting ignores the initial [, and sorts it at P. Instead,
sort before we add the parent link, and just insert it at the beginning.
2011-07-12 12:18:02 +01:00
2942c2832a Use new get_client_ip() function instead of using REMOTE_ADDR. 2010-06-17 14:56:26 +02:00
521920542b Get the information for the ftp browser from a file that is generated
on the ftp server, instead of crawling the directoreis directly. This
removes the requirement to sync almost 10Gb worth of ftp site onto the
web server...

The pickle file for this is currently around 1Mb, so it's not a huge
burden on the server. If it grows larger in the future, we may want to
re-think this and split it up, or put it in a database format or something
like that.
2010-06-10 14:46:16 +02:00
68c2ebc845 Implement stackbuilder 2010-01-13 23:12:53 +01:00
a6537437ce Turn the XML generation helper into a class for better flexibility 2010-01-13 23:07:25 +01:00
056466a21c Implement decorators to control proxy caching (for the reverse
proxy), and enable it for the mirror tracking parts
2010-01-12 19:52:32 +01:00
86940aaa86 Generate mirrors.xml file 2010-01-02 20:24:35 +01:00
4b9efc5bdc Add support for mirror selection and redirection. 2010-01-02 19:36:24 +01:00
f216b00037 Implement software catalogue. Break the organisation object out as
part of the core, since it seems like it could be useful for other
kinds of objects as well in the future, but for now only the
software catalogue uses it.
2009-12-28 14:22:17 +01:00
90b758c247 A first very basic import.
Contains basic functionality, and an import of most of the static content
from the old site.

There is still plenty more to do...
2009-09-14 14:39:25 +02:00