Commit Graph

1515 Commits

Author SHA1 Message Date
81bee51468 Remove old reference to open source experts 2011-08-16 21:13:38 +02:00
b9dce09814 Clarify that we want a repeat email 2011-08-16 21:10:47 +02:00
caf1733b8b Properly migrate mailinglist information 2011-08-16 21:06:30 +02:00
af82e7cb87 When voting on a survey without a vote, redirect to results
instead of showing an error. This is now the same behaviour as the old site.
2011-08-16 21:00:59 +02:00
0d917f3421 Add missing sponsor logos 2011-08-16 20:56:12 +02:00
db2d7e284e Migrate privacy policy, previosly forgotten 2011-08-16 20:45:34 +02:00
dc44b634f4 Change about website -> about postgresql 2011-08-16 20:44:36 +02:00
9893136c98 Properly order surveys on list 2011-08-16 13:58:27 +02:00
6b621f5ec7 Add migration script for surveys
In passing, make answers up to 500 characters, because that's required
to perform the migration of existing ones...
2011-08-16 13:58:03 +02:00
03e88eaec8 Make docs loader use the django database connection/configuration
In passing, make it check that the version being loaded actually
exists...
2011-08-16 13:00:30 +02:00
d8383fae9e Open for writing the correct way 2011-08-12 13:02:19 +02:00
09da3bf19c Open logfile for append, not write.. 2011-08-12 13:01:22 +02:00
f0aab318bd Add gitignore for external downloads directory 2011-08-12 12:56:32 +02:00
c5f64c26ce Add logfile argument to varnish consumer 2011-08-12 12:55:41 +02:00
f86bcb9e23 Set pidfile and logfile for ticker 2011-08-12 10:49:18 +02:00
a37a126943 Add separate user for pgq 2011-08-12 10:28:36 +02:00
379b8d41cd Update feature matrix versions etc
8.5 -> 9.0
add 8.1
bugfix typo for loading of 8.5/9.0 values
2011-08-11 16:22:18 +02:00
74eca3cb55 Convert news as well, should not be commented out 2011-08-11 16:05:57 +02:00
8ba9a62ed2 Truncate more rqeuired tables 2011-08-11 16:05:44 +02:00
d0ec914ee1 Typo fix - use date, not type, to indicate date. 2011-08-11 16:03:21 +02:00
7505a44d4f List supported versions in the admin interface 2011-08-11 15:52:57 +02:00
2fa160e883 Update copyright years 2011-08-11 15:17:16 +02:00
571195361f Sync up to svn revision 2870 2011-08-11 15:11:23 +02:00
4ac854a2b0 Only include supported versions on the frontpage 2011-07-12 14:50:23 +01:00
2ca2b86b23 Only index news items 4 years or younger 2011-07-12 14:17:29 +01:00
2473db4910 Only sitemap events that actually are renderable 2011-07-12 14:17:14 +01:00
9ffd26ca5d Correcly handle old versions of the docs, where the file extension is .htm 2011-07-12 14:16:46 +01:00
bd8ac3b599 Fix sitemap for product catalog 2011-07-12 14:16:20 +01:00
f136a665fe Add concept of supported versions
Also, only index docs for supported versions...
2011-07-12 14:15:20 +01:00
09eb4f1d40 Properly quote URLs in the sitemap 2011-07-12 14:14:18 +01: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
1f265bb028 Add INI file for pgq 2011-06-19 16:22:45 +02:00
fd6a0a0abf Add a pgq consumer for purging URLs from Varnish 2011-06-19 16:17:55 +02:00
4f399474ef Fix links to news and events submissions 2011-06-15 20:30:01 +02:00
ad8bb1bcff Add a csrf token, hopefully fixing logins 2011-06-15 20:15:04 +02:00
9ca92ca5eb Only show a truncated version of the news item in the archive
This removes the need for a separate include file for item contents,
so remove that one as well.
2011-06-15 20:00:11 +02:00
c53d9b30a0 Include title in news and event pages 2011-06-15 19:52:31 +02:00
ac612423f5 Synchronize documentation stylesheet changes to the new layout
Thom Brown
2011-06-15 12:27:14 +02:00
e0ac07fb24 Sync content pages up to subversion r2860 2011-06-15 12:17:19 +02:00
d8dbb7e378 Add license->licence redirect, same as on old site 2011-06-15 11:07:43 +02:00
121b336792 Remove print statement that cannot be used when running under a server 2011-06-14 19:51:00 +02:00
f92709d2a6 Implement basic varnish purging
This allows all models inherited from PgModel to specify which
URLs to purge by either setting a field or defining a function
called purge_urls, at which point they will be purged whenever
the save signal is fired.

Also implements a form under /admin/purge/ that allows for manual
purging. This should probably be extended in the future to show
the status of the pgq slaves, but that will come later.

Includes a SQL function that posts the expires to a pgq queue. For
a local deployment, this can be replaced with a simple void function
to turn off varnish purging.
2011-06-14 19:48:48 +02:00
d9e26b9518 Add comments about why we're not indexing some archive pages 2011-06-01 17:18:35 +02:00
a3523e2ba8 Sync content pages up to subversion r2746.
Does not include css changes yet.
2010-09-29 15:07:13 +02:00
079259da7d Fix URLs as generated, and don't index pointless pages 2010-09-29 14:40:28 +02:00
22f5578c29 Add support for generating sitemap.
Each module now contains a struct.py file that will return all
the URLs that it can generate (yes, this is a small break of the
abstraction of url.py, but we've broken that elsewhere as well),
and also which search-engine-weight (0.1-1.0) that this URL should
be given.
2010-09-28 16:12:13 +02:00
8fce64451e Fix typo 2010-09-28 15:46:10 +02:00
e7f437c0e9 Remove leftover from copy/paste 2010-09-28 15:45:41 +02:00
3edfaf90ef Don't error out if there are no approved quotes avaliable 2010-07-15 22:40:21 +02:00
a9e5403b5b Enforce lowercase usernames everywhere. 2010-06-22 11:37:39 +02:00