Commit Graph

115 Commits

Author SHA1 Message Date
03892a5c41 Ensure that the system information view is only cached for 2 minutes 2010-06-17 14:15:27 +02:00
12cdc90e3e Implement is_behind_cache() and get_client_ip() functions to handle
the fact that when pages are served through Varnish, the request will come
from the Varnish server and not from the client.

Create a /system_information page that shows some information about the
connection to help diagnose how the caches work.
2010-06-17 14:11:50 +02:00
047982b81d Refactor the list of objects needing moderation into utils/moderation.py,
and create a script to use this to generate a moderation report email.
2010-06-13 15:11:53 +02:00
509e328d1d Re-fix event sorting, we're supposed to sort by *end* date... 2010-06-10 19:08:30 +02:00
f95fccc836 Fix sorting of events 2010-06-10 19:04:58 +02:00
24d2ca6bee Missing include! 2010-06-09 16:52:01 +02:00
7d5e50005b Control the caching of the frontpage to 10 minutes 2010-06-09 16:50:54 +02:00
4ca5d45536 Add page with list of all pending moderation requests, and link it
(somewhat hackishly) onto the header of the administration pages.
2010-03-21 18:25:00 +01:00
d2d359776b Make it possible to add new organisations again - they need to be tagged
with the logged in user as the first manager, or they become orphans before
they're even created...
2010-02-26 12:53:26 +01:00
0d55002019 Make each event have an organisation that's not just a free-text field,
for future ability to have multiple people manage a single event.
2010-02-25 16:46:36 +01:00
f1fd62c0c8 Clean up events handling - clearly it wasn't even remotely ready. 2010-01-14 21:38:10 +01:00
fcc9e08e95 Add simple RSS parser, currently only does planet. Use this for the
planet list on the frontpage and the community page.
2009-12-28 19:21:32 +01:00
2f671fe3d6 Add support for surveys 2009-12-28 16:12:44 +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