Commit Graph

20 Commits

Author SHA1 Message Date
34023288b8 Add redirects as required to deal with legacy urls, for all the stuff
that was in .htaccess files on the old site.
2010-06-22 11:17:49 +02:00
f0e33b3718 Return a robots.txt file 2010-06-18 11:01:43 +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
405fe4fafc Handle references to .html pages, for example the link to security. We can
fix the links, but we need to keep the old references for links coming
in from other sites.
2010-06-11 14:37:17 +02:00
93d3450213 Add app to store and view the PostgreSQL Weekly News, including generation
of the RSS feed. (Which will receive a new URL now that it lives in the
actual app and not in with the static files, so a redirect will be needed
there).
2010-06-10 20:43: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
370c083720 Add support for legacy signup URL, since it's linked from external
systems.
2010-02-26 15:59:18 +01:00
fd9adcf528 Add legacy URLs for news and events 2010-01-16 17:23:06 +01:00
c42e6aa740 Add module for legacy URLs, add legacy URLs for press 2010-01-16 17:17:49 +01:00
557d48bad7 Properly anchor URLs at the beginning 2010-01-16 17:16:18 +01:00
68c2ebc845 Implement stackbuilder 2010-01-13 23:12:53 +01:00
cad9eddd92 Implement the feature matrix 2010-01-11 22:55:00 +01:00
4e9c4ef7fc Properly render docs pages with missing index.html in the path. 2010-01-11 17:25:47 +01:00
2982541900 Add bug submission form 2010-01-11 16:09:49 +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
77a5690dc8 Add handling of mailinglist subscription 2009-12-28 18:57:01 +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