Magnus Hagander [Sat, 26 Nov 2011 20:13:38 +0000 (21:13 +0100)]
Update the static files as well, not just the dynamic site
Magnus Hagander [Wed, 23 Nov 2011 07:55:33 +0000 (08:55 +0100)]
Purge newly loaded docs from varnish automatically
Magnus Hagander [Tue, 22 Nov 2011 20:41:22 +0000 (21:41 +0100)]
Change link to the developer version of the docs
Magnus Hagander [Tue, 22 Nov 2011 20:33:04 +0000 (21:33 +0100)]
Use Decimal(0) instead of Decimal(0.0) to support older version of Python
Magnus Hagander [Tue, 22 Nov 2011 20:09:12 +0000 (21:09 +0100)]
Add option to docload.py to make it run quietly
Using commandline --quiet. To do this, switch to using the standard
python optionparser for commandline parsing.
Magnus Hagander [Tue, 22 Nov 2011 19:58:29 +0000 (20:58 +0100)]
Allow loading and serving of developer docs on the main website
Magnus Hagander [Sun, 20 Nov 2011 12:33:24 +0000 (13:33 +0100)]
Minor updates for what might be the schedule for 9.2.
Magnus Hagander [Sun, 20 Nov 2011 12:32:46 +0000 (13:32 +0100)]
Indicate that there are no alpha versions available at this point
Magnus Hagander [Sun, 20 Nov 2011 12:28:50 +0000 (13:28 +0100)]
Add function to duplicate stackbuilder apps
It will append _new to the name (to avoid uniqueness conflicts), and
it will set the application to inactive (so it can be edited and then
activated once verified).
Magnus Hagander [Sun, 20 Nov 2011 11:24:29 +0000 (12:24 +0100)]
Make community_login() look users up in the old system as well
Instead of requiring all users to log in to the main website once,
this allows them to keep using their old password on any aux sites
that uses the community login system.
We might want to consider actually migrating the accounts to the new
system at some point in the future, but for now, just allow logins
against the old tables, and have migration only happen when the
user logs into the main website.
Thom Brown [Fri, 18 Nov 2011 15:54:37 +0000 (15:54 +0000)]
Remove deprecated bold tags from quotes page and add CSS rules to space quotes out.
Thom Brown [Fri, 18 Nov 2011 15:37:21 +0000 (15:37 +0000)]
Change a couple CSS rules to allow identical look to original docs.
Magnus Hagander [Fri, 18 Nov 2011 11:08:23 +0000 (12:08 +0100)]
Try to make the update script not send email notifications every time
Thom Brown [Thu, 17 Nov 2011 21:16:10 +0000 (21:16 +0000)]
Remove superfluous p tags from individual event pages.
Thom Brown [Thu, 17 Nov 2011 19:41:44 +0000 (19:41 +0000)]
Remove surrounding p tags from individual news item pages.
Magnus Hagander [Thu, 17 Nov 2011 19:18:29 +0000 (20:18 +0100)]
Add images for awards, and correct links
Magnus Hagander [Tue, 15 Nov 2011 21:52:40 +0000 (22:52 +0100)]
Remove redundant <p> tags
Magnus Hagander [Tue, 15 Nov 2011 21:49:48 +0000 (22:49 +0100)]
Make sure the submitter is always listed as an organisation admin
This fixes organisation submitting again, and also makes it impossible to
orphan oneself from an organisation.
Magnus Hagander [Tue, 15 Nov 2011 21:31:06 +0000 (22:31 +0100)]
Remove PDF links from testing page, as they're not relevant (and were for 8.4)
Magnus Hagander [Tue, 15 Nov 2011 21:28:56 +0000 (22:28 +0100)]
Revert "Set navigation menu on login/change password dialogs"
This broke on Django 1.2, which is what we use on Debian Stable...
Magnus Hagander [Wed, 9 Nov 2011 21:15:18 +0000 (22:15 +0100)]
Make account editing forms redirect back to list of objects
Instead of like previously, redirect back to the list of object
types.
Magnus Hagander [Wed, 9 Nov 2011 21:11:48 +0000 (22:11 +0100)]
Make it possible to add and remove managers from an organisation
(from the general interface, not just from /admin/)
Magnus Hagander [Wed, 9 Nov 2011 21:11:17 +0000 (22:11 +0100)]
Add ability to include help text in forms
Thom Brown [Tue, 8 Nov 2011 16:27:25 +0000 (16:27 +0000)]
Close open p tag on contact page.
Thom Brown [Tue, 8 Nov 2011 16:22:14 +0000 (16:22 +0000)]
Remove orphaned closing a tag on security information page.
Thom Brown [Tue, 8 Nov 2011 16:17:19 +0000 (16:17 +0000)]
Close li tag on testing page.
Thom Brown [Tue, 8 Nov 2011 16:08:58 +0000 (16:08 +0000)]
Make submit input elements self-closing.
Thom Brown [Tue, 8 Nov 2011 16:06:26 +0000 (16:06 +0000)]
Close an open td tag on contributors page.
Thom Brown [Tue, 8 Nov 2011 16:03:01 +0000 (16:03 +0000)]
Fix closing p tag which was incorrectly using a closing a tag.
Thom Brown [Tue, 8 Nov 2011 15:56:27 +0000 (15:56 +0000)]
Fix closing p tag on donate page.
Thom Brown [Tue, 8 Nov 2011 15:31:17 +0000 (15:31 +0000)]
Add the type attribute to style tag on feature matrix page as per HTML standard.
Thom Brown [Tue, 8 Nov 2011 15:20:19 +0000 (15:20 +0000)]
Fix incorrectly closed tr tag.
Thom Brown [Tue, 8 Nov 2011 15:14:30 +0000 (15:14 +0000)]
Fix thinko causing scope of paragraph margin changes to be too broad.
Thom Brown [Tue, 8 Nov 2011 15:01:27 +0000 (15:01 +0000)]
Emphasise c2 paragraphs in docs to match original style.
Thom Brown [Tue, 8 Nov 2011 15:00:48 +0000 (15:00 +0000)]
Reduce upper paragraph margin in table paragraphs.
Magnus Hagander [Tue, 8 Nov 2011 14:04:27 +0000 (15:04 +0100)]
Add csrf tokens as required
Magnus Hagander [Tue, 8 Nov 2011 14:04:18 +0000 (15:04 +0100)]
Set navigation menu on login/change password dialogs
Magnus Hagander [Tue, 8 Nov 2011 13:53:27 +0000 (14:53 +0100)]
Add missing donation form
Magnus Hagander [Tue, 8 Nov 2011 13:50:58 +0000 (14:50 +0100)]
Set title on bug report form
Magnus Hagander [Tue, 8 Nov 2011 13:44:07 +0000 (14:44 +0100)]
Remove presskit link to file that does not exist
Magnus Hagander [Tue, 8 Nov 2011 13:40:42 +0000 (14:40 +0100)]
For multilanguage pages, use english as default language
So we search both for <url>.html, and <url>/en.html. This is consistent
with how we access non-english languages.
Magnus Hagander [Tue, 8 Nov 2011 13:30:22 +0000 (14:30 +0100)]
Add migration of contributor list
Magnus Hagander [Mon, 7 Nov 2011 21:17:07 +0000 (22:17 +0100)]
Add more information about to do with existing organisations
This includes explaining what "Migrated Connection" actually means
when listed as a manager.
Magnus Hagander [Mon, 7 Nov 2011 21:07:08 +0000 (22:07 +0100)]
Fix verbose names
Magnus Hagander [Mon, 7 Nov 2011 21:04:53 +0000 (22:04 +0100)]
Remove ugly period
Magnus Hagander [Mon, 7 Nov 2011 20:52:34 +0000 (21:52 +0100)]
Fix FAQ link
Magnus Hagander [Mon, 7 Nov 2011 20:49:22 +0000 (21:49 +0100)]
Remove link to CVS repository - need to rethink how it's put out there
Magnus Hagander [Mon, 7 Nov 2011 20:47:37 +0000 (21:47 +0100)]
Set proper title on list subscription form.
Magnus Hagander [Mon, 7 Nov 2011 20:42:55 +0000 (21:42 +0100)]
Allow HTML in mailinglist descriptions
Magnus Hagander [Mon, 7 Nov 2011 20:37:18 +0000 (21:37 +0100)]
Fix "what's new" text to have the proper ' in it.
Magnus Hagander [Mon, 7 Nov 2011 20:29:47 +0000 (21:29 +0100)]
Add ordering of product categories
Magnus Hagander [Mon, 7 Nov 2011 15:04:47 +0000 (16:04 +0100)]
Ensure we always set Content-Length when getting the web_sync_timestamp
This is required by our own automirror scripts...
Magnus Hagander [Sun, 6 Nov 2011 15:12:52 +0000 (16:12 +0100)]
Must include the leading slash in purges.
Magnus Hagander [Sun, 6 Nov 2011 15:00:19 +0000 (16:00 +0100)]
Version must be a PgModel in order to purge things
And it was already set up to purge things like the front page...
Magnus Hagander [Sun, 6 Nov 2011 11:10:10 +0000 (12:10 +0100)]
Fix for newer version of git
Magnus Hagander [Sun, 6 Nov 2011 11:09:18 +0000 (12:09 +0100)]
Oops, include missing cd command
Magnus Hagander [Sun, 6 Nov 2011 11:05:43 +0000 (12:05 +0100)]
Add script to update the site automatically from cron
Magnus Hagander [Sun, 6 Nov 2011 11:01:33 +0000 (12:01 +0100)]
Point download links directly at the ftp server
Instead of going through a redirector now that it doesn't add
any actual logic at all to the processing...
Magnus Hagander [Sun, 6 Nov 2011 10:45:46 +0000 (11:45 +0100)]
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.
Magnus Hagander [Sat, 5 Nov 2011 18:18:23 +0000 (19:18 +0100)]
Date/time-stamp all log entries
Magnus Hagander [Sat, 5 Nov 2011 17:51:10 +0000 (18:51 +0100)]
Add a sync_timestamp URL to point automirror at
Magnus Hagander [Sat, 5 Nov 2011 15:05:37 +0000 (16:05 +0100)]
Switch to new way of specifying admin urls
Should work for deployed version as well, and the old way stopped
working in 1.3, I believe.
Magnus Hagander [Sat, 5 Nov 2011 14:57:06 +0000 (15:57 +0100)]
Sync up to svn revision 2906
Magnus Hagander [Thu, 25 Aug 2011 10:23:56 +0000 (12:23 +0200)]
Don't crash on users with just one name when trying to turn it into first/last names
Magnus Hagander [Wed, 24 Aug 2011 14:56:00 +0000 (16:56 +0200)]
Add edit for professional services
Magnus Hagander [Wed, 24 Aug 2011 14:38:28 +0000 (16:38 +0200)]
Each organisation should only be able to have one professional service
Magnus Hagander [Wed, 24 Aug 2011 14:38:04 +0000 (16:38 +0200)]
Set verbose name for fields in professional services
Magnus Hagander [Wed, 24 Aug 2011 14:26:05 +0000 (16:26 +0200)]
Fix *really* bad html typo in list of objects
Basically, the whole style-unapproved-as-red was completely broken
Magnus Hagander [Sat, 20 Aug 2011 19:50:11 +0000 (21:50 +0200)]
Add required table iptocountry, for downloads
Thom Brown [Fri, 19 Aug 2011 15:26:12 +0000 (16:26 +0100)]
Include style switcher in main site base template
Magnus Hagander [Thu, 18 Aug 2011 08:46:48 +0000 (10:46 +0200)]
Add 500.html template, missed in previous commit
Magnus Hagander [Thu, 18 Aug 2011 08:46:36 +0000 (10:46 +0200)]
Validate superuser on "hidden" admin views
Magnus Hagander [Thu, 18 Aug 2011 08:46:25 +0000 (10:46 +0200)]
Implement proper mergeing of organisations
Magnus Hagander [Thu, 18 Aug 2011 08:01:39 +0000 (10:01 +0200)]
Add a list of organisatoins, and link this one from the accounts page
Magnus Hagander [Wed, 17 Aug 2011 18:28:03 +0000 (20:28 +0200)]
Render server errors with a nicer template
Magnus Hagander [Wed, 17 Aug 2011 18:02:10 +0000 (20:02 +0200)]
Link to markdown specification for markdown fields
Magnus Hagander [Wed, 17 Aug 2011 17:55:13 +0000 (19:55 +0200)]
Set page title on simple forms, not just the H1 tag
Magnus Hagander [Wed, 17 Aug 2011 17:51:15 +0000 (19:51 +0200)]
Don't show empty list of moderation items
Magnus Hagander [Wed, 17 Aug 2011 17:51:05 +0000 (19:51 +0200)]
Fix login functions to be compatible with pg 9.0
Magnus Hagander [Tue, 16 Aug 2011 19:35:48 +0000 (21:35 +0200)]
Rescale some logo files to be the correct size
Magnus Hagander [Tue, 16 Aug 2011 19:28:04 +0000 (21:28 +0200)]
Get wwwmaster from settings instead of hardcoded, when possible
Magnus Hagander [Tue, 16 Aug 2011 19:13:38 +0000 (21:13 +0200)]
Remove old reference to open source experts
Magnus Hagander [Tue, 16 Aug 2011 19:10:47 +0000 (21:10 +0200)]
Clarify that we want a repeat email
Magnus Hagander [Tue, 16 Aug 2011 19:06:30 +0000 (21:06 +0200)]
Properly migrate mailinglist information
Magnus Hagander [Tue, 16 Aug 2011 19:00:59 +0000 (21:00 +0200)]
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.
Magnus Hagander [Tue, 16 Aug 2011 18:56:12 +0000 (20:56 +0200)]
Add missing sponsor logos
Magnus Hagander [Tue, 16 Aug 2011 18:45:34 +0000 (20:45 +0200)]
Migrate privacy policy, previosly forgotten
Magnus Hagander [Tue, 16 Aug 2011 18:44:36 +0000 (20:44 +0200)]
Change about website -> about postgresql
Magnus Hagander [Tue, 16 Aug 2011 11:58:27 +0000 (13:58 +0200)]
Properly order surveys on list
Magnus Hagander [Tue, 16 Aug 2011 11:58:03 +0000 (13:58 +0200)]
Add migration script for surveys
In passing, make answers up to 500 characters, because that's required
to perform the migration of existing ones...
Magnus Hagander [Tue, 16 Aug 2011 11:00:30 +0000 (13:00 +0200)]
Make docs loader use the django database connection/configuration
In passing, make it check that the version being loaded actually
exists...
Magnus Hagander [Fri, 12 Aug 2011 11:02:19 +0000 (13:02 +0200)]
Open for writing the correct way
Magnus Hagander [Fri, 12 Aug 2011 11:01:22 +0000 (13:01 +0200)]
Open logfile for append, not write..
Magnus Hagander [Fri, 12 Aug 2011 10:56:32 +0000 (12:56 +0200)]
Add gitignore for external downloads directory
Magnus Hagander [Fri, 12 Aug 2011 10:55:41 +0000 (12:55 +0200)]
Add logfile argument to varnish consumer
Magnus Hagander [Fri, 12 Aug 2011 08:49:18 +0000 (10:49 +0200)]
Set pidfile and logfile for ticker
Magnus Hagander [Fri, 12 Aug 2011 08:28:36 +0000 (10:28 +0200)]
Add separate user for pgq
Magnus Hagander [Thu, 11 Aug 2011 14:22:18 +0000 (16:22 +0200)]
Update feature matrix versions etc
8.5 -> 9.0
add 8.1
bugfix typo for loading of 8.5/9.0 values
Magnus Hagander [Thu, 11 Aug 2011 14:05:57 +0000 (16:05 +0200)]
Convert news as well, should not be commented out
Magnus Hagander [Thu, 11 Aug 2011 14:05:44 +0000 (16:05 +0200)]
Truncate more rqeuired tables