pgweb.git
14 years ago Create prettier text for many-to-many fields in mail notifications
Jonathan S. Katz [Tue, 29 Nov 2011 18:06:38 +0000 (13:06 -0500)]
Create prettier text for many-to-many fields in mail notifications

    Creates prettier text for many-to-many fields for mail notifications by detecting if such a field is of a many-to-many type, and if so, joins the list together based on the related object's default unicode representation

    Fixes #110

    removed extra line of commented code

14 years agoRemove broken link to pg_live distribution.
Dave Page [Tue, 29 Nov 2011 15:06:33 +0000 (15:06 +0000)]
Remove broken link to pg_live distribution.

14 years agoInclude the secondary platform in the applications-v2.xml file.
Dave Page [Tue, 29 Nov 2011 09:58:56 +0000 (09:58 +0000)]
Include the secondary platform in the applications-v2.xml file.

14 years agoAdd Win64 support to the SB management pages.
Dave Page [Tue, 29 Nov 2011 09:49:04 +0000 (09:49 +0000)]
Add Win64 support to the SB management pages.

14 years agoParse files in the ftp tree as utf8, so as not to get random encoding errors
Magnus Hagander [Mon, 28 Nov 2011 20:14:04 +0000 (21:14 +0100)]
Parse files in the ftp tree as utf8, so as not to get random encoding errors

Any characters that aren't utf-8 will get replaced with the unicode
replacement character, instead of throwing an exception.

Fixes #106

14 years agoEnsure that files we look for in the filesystem are ASCII filenames
Magnus Hagander [Mon, 28 Nov 2011 17:55:21 +0000 (18:55 +0100)]
Ensure that files we look for in the filesystem are ASCII filenames

We don't have any utf8 or latin1 in the filenames at this point, and
there's no reason to start adding it....

Fixes #111

14 years agoUse the same URL in the sitemap as on the website....
Magnus Hagander [Sun, 27 Nov 2011 19:26:07 +0000 (20:26 +0100)]
Use the same URL in the sitemap as on the website....

14 years agoDon't index the ftp browser for now - it doesn't really contain
Magnus Hagander [Sun, 27 Nov 2011 18:58:57 +0000 (19:58 +0100)]
Don't index the ftp browser for now - it doesn't really contain
anything useful to search

14 years agoOops, don't double up the /admin/ directory in the URL
Magnus Hagander [Sun, 27 Nov 2011 18:51:11 +0000 (19:51 +0100)]
Oops, don't double up the /admin/ directory in the URL

14 years agoremove direct link to a specific quote, it is the only reference of that kind on...
Stefan Kaltenbrunner [Sun, 27 Nov 2011 18:45:10 +0000 (19:45 +0100)]
remove direct link to a specific quote, it is the only reference of that kind on the entire site and it does not seem worth the effort to make that work...

14 years agoDon't try to log into a nonexisting clickthrus table for now
Magnus Hagander [Sun, 27 Nov 2011 18:08:05 +0000 (19:08 +0100)]
Don't try to log into a nonexisting clickthrus table for now

14 years agoAdd casestudy pages that were missed in the migration
Magnus Hagander [Sun, 27 Nov 2011 16:56:40 +0000 (17:56 +0100)]
Add casestudy pages that were missed in the migration

14 years agoRemove more references to wwwmaster
Magnus Hagander [Sun, 27 Nov 2011 16:52:36 +0000 (17:52 +0100)]
Remove more references to wwwmaster

14 years agoRemove submitter field from professional services
Magnus Hagander [Sun, 27 Nov 2011 16:49:12 +0000 (17:49 +0100)]
Remove submitter field from professional services

The rest of the code already dealt with profservs attached to organisations,
but the existance of tihs field causded the validation to reject any
updates since this field is wrong. Instead, create a verify_submitter()
function that checks the permissions on the organisation.

This fixes #98

14 years agonot sure what Decic was supposed to say, but it seems we have enough screen estate...
Stefan Kaltenbrunner [Sun, 27 Nov 2011 16:05:47 +0000 (17:05 +0100)]
not sure what Decic was supposed to say, but it seems we have enough screen estate to writte a proper Dedicated, also "Specs" seems more useful than Perf for me

14 years agoadd a title to the password change pages
Stefan Kaltenbrunner [Sun, 27 Nov 2011 16:05:24 +0000 (17:05 +0100)]
add a title to the password change pages

14 years agofix minor spelling error in the browser title page
Stefan Kaltenbrunner [Sun, 27 Nov 2011 15:56:19 +0000 (16:56 +0100)]
fix minor spelling error in the browser title page

14 years agoAdd view used to dump ssh keys for git service
Magnus Hagander [Sun, 27 Nov 2011 15:44:15 +0000 (16:44 +0100)]
Add view used to dump ssh keys for git service

14 years agoIgnore symlinks in docs tarballs
Magnus Hagander [Sun, 27 Nov 2011 15:05:30 +0000 (16:05 +0100)]
Ignore symlinks in docs tarballs

Required for postgresql <7.1

14 years agoAdd redirect for images used by some community websites
Magnus Hagander [Sun, 27 Nov 2011 14:23:59 +0000 (15:23 +0100)]
Add redirect for images used by some community websites

14 years agoAdd simple 404 template
Magnus Hagander [Sun, 27 Nov 2011 13:56:39 +0000 (14:56 +0100)]
Add simple 404 template

14 years agoMigrate ssh keys and store them in a UserProfile table
Magnus Hagander [Sun, 27 Nov 2011 13:44:18 +0000 (14:44 +0100)]
Migrate ssh keys and store them in a UserProfile table

14 years agoMake it possible to autocreate an object in simple_form
Magnus Hagander [Sun, 27 Nov 2011 13:13:16 +0000 (14:13 +0100)]
Make it possible to autocreate an object in simple_form

Previously, one had to specify "new" as objectid to create a new one, but
in some cases it may not be known ahead of time if the object exists or not.

14 years agoAll purge_urls must be rooted, since we add ^ at the beginning
Magnus Hagander [Sun, 27 Nov 2011 12:31:20 +0000 (13:31 +0100)]
All purge_urls must be rooted, since we add ^ at the beginning

14 years agoConcept of mastersite is no longer used, remove all references
Magnus Hagander [Sun, 27 Nov 2011 11:34:00 +0000 (12:34 +0100)]
Concept of mastersite is no longer used, remove all references

14 years agoInclude missing slash in URL to purge for quotes
Magnus Hagander [Sun, 27 Nov 2011 11:29:50 +0000 (12:29 +0100)]
Include missing slash in URL to purge for quotes

14 years agoChange order of inheritance to make purging work properly
Magnus Hagander [Sun, 27 Nov 2011 11:27:17 +0000 (12:27 +0100)]
Change order of inheritance to make purging work properly

14 years agoDon't include version 0.0.0 in RSS feed
Magnus Hagander [Sun, 27 Nov 2011 11:21:43 +0000 (12:21 +0100)]
Don't include version 0.0.0 in RSS feed

(this is used for developer versions of the docs, it's not a real version..)

14 years agoOnly include supported versions. In particular, don't include 0.0.0
Magnus Hagander [Sun, 27 Nov 2011 11:21:29 +0000 (12:21 +0100)]
Only include supported versions. In particular, don't include 0.0.0

14 years agoAdd back a : that mysteriously went missing
Magnus Hagander [Sun, 27 Nov 2011 11:11:17 +0000 (12:11 +0100)]
Add back a : that mysteriously went missing

14 years agoUpdate the static files as well, not just the dynamic site
Magnus Hagander [Sat, 26 Nov 2011 20:13:38 +0000 (21:13 +0100)]
Update the static files as well, not just the dynamic site

14 years agoPurge newly loaded docs from varnish automatically
Magnus Hagander [Wed, 23 Nov 2011 07:55:33 +0000 (08:55 +0100)]
Purge newly loaded docs from varnish automatically

14 years agoChange link to the developer version of the docs
Magnus Hagander [Tue, 22 Nov 2011 20:41:22 +0000 (21:41 +0100)]
Change link to the developer version of the docs

14 years agoUse Decimal(0) instead of Decimal(0.0) to support older version of Python
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

14 years agoAdd option to docload.py to make it run quietly
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.

14 years agoAllow loading and serving of developer docs on the main website
Magnus Hagander [Tue, 22 Nov 2011 19:58:29 +0000 (20:58 +0100)]
Allow loading and serving of developer docs on the main website

14 years agoMinor updates for what might be the schedule for 9.2.
Magnus Hagander [Sun, 20 Nov 2011 12:33:24 +0000 (13:33 +0100)]
Minor updates for what might be the schedule for 9.2.

14 years agoIndicate that there are no alpha versions available at this point
Magnus Hagander [Sun, 20 Nov 2011 12:32:46 +0000 (13:32 +0100)]
Indicate that there are no alpha versions available at this point

14 years agoAdd function to duplicate stackbuilder apps
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).

14 years agoMake community_login() look users up in the old system as well
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.

14 years agoRemove deprecated bold tags from quotes page and add CSS rules to space quotes out.
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.

14 years agoChange a couple CSS rules to allow identical look to original docs.
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.

14 years agoTry to make the update script not send email notifications every time
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

14 years agoRemove superfluous p tags from individual event pages.
Thom Brown [Thu, 17 Nov 2011 21:16:10 +0000 (21:16 +0000)]
Remove superfluous p tags from individual event pages.

14 years agoRemove surrounding p tags from individual news item pages.
Thom Brown [Thu, 17 Nov 2011 19:41:44 +0000 (19:41 +0000)]
Remove surrounding p tags from individual news item pages.

14 years agoAdd images for awards, and correct links
Magnus Hagander [Thu, 17 Nov 2011 19:18:29 +0000 (20:18 +0100)]
Add images for awards, and correct links

14 years agoRemove redundant <p> tags
Magnus Hagander [Tue, 15 Nov 2011 21:52:40 +0000 (22:52 +0100)]
Remove redundant <p> tags

14 years agoMake sure the submitter is always listed as an organisation admin
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.

14 years agoRemove PDF links from testing page, as they're not relevant (and were for 8.4)
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)

14 years agoRevert "Set navigation menu on login/change password dialogs"
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...

14 years agoMake account editing forms redirect back to list of objects
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.

14 years agoMake it possible to add and remove managers from an organisation
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/)

14 years agoAdd ability to include help text in forms
Magnus Hagander [Wed, 9 Nov 2011 21:11:17 +0000 (22:11 +0100)]
Add ability to include help text in forms

14 years agoClose open p tag on contact page.
Thom Brown [Tue, 8 Nov 2011 16:27:25 +0000 (16:27 +0000)]
Close open p tag on contact page.

14 years agoRemove orphaned closing a tag on security information page.
Thom Brown [Tue, 8 Nov 2011 16:22:14 +0000 (16:22 +0000)]
Remove orphaned closing a tag on security information page.

14 years agoClose li tag on testing page.
Thom Brown [Tue, 8 Nov 2011 16:17:19 +0000 (16:17 +0000)]
Close li tag on testing page.

14 years agoMake submit input elements self-closing.
Thom Brown [Tue, 8 Nov 2011 16:08:58 +0000 (16:08 +0000)]
Make submit input elements self-closing.

14 years agoClose an open td tag on contributors page.
Thom Brown [Tue, 8 Nov 2011 16:06:26 +0000 (16:06 +0000)]
Close an open td tag on contributors page.

14 years agoFix closing p tag which was incorrectly using a closing a tag.
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.

14 years agoFix closing p tag on donate page.
Thom Brown [Tue, 8 Nov 2011 15:56:27 +0000 (15:56 +0000)]
Fix closing p tag on donate page.

14 years agoAdd the type attribute to style tag on feature matrix page as per HTML standard.
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.

14 years agoFix incorrectly closed tr tag.
Thom Brown [Tue, 8 Nov 2011 15:20:19 +0000 (15:20 +0000)]
Fix incorrectly closed tr tag.

14 years agoFix thinko causing scope of paragraph margin changes to be too broad.
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.

14 years agoEmphasise c2 paragraphs in docs to match original style.
Thom Brown [Tue, 8 Nov 2011 15:01:27 +0000 (15:01 +0000)]
Emphasise c2 paragraphs in docs to match original style.

14 years agoReduce upper paragraph margin in table paragraphs.
Thom Brown [Tue, 8 Nov 2011 15:00:48 +0000 (15:00 +0000)]
Reduce upper paragraph margin in table paragraphs.

14 years agoAdd csrf tokens as required
Magnus Hagander [Tue, 8 Nov 2011 14:04:27 +0000 (15:04 +0100)]
Add csrf tokens as required

14 years agoSet navigation menu on login/change password dialogs
Magnus Hagander [Tue, 8 Nov 2011 14:04:18 +0000 (15:04 +0100)]
Set navigation menu on login/change password dialogs

14 years agoAdd missing donation form
Magnus Hagander [Tue, 8 Nov 2011 13:53:27 +0000 (14:53 +0100)]
Add missing donation form

14 years agoSet title on bug report form
Magnus Hagander [Tue, 8 Nov 2011 13:50:58 +0000 (14:50 +0100)]
Set title on bug report form

14 years agoRemove presskit link to file that does not exist
Magnus Hagander [Tue, 8 Nov 2011 13:44:07 +0000 (14:44 +0100)]
Remove presskit link to file that does not exist

14 years agoFor multilanguage pages, use english as default language
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.

14 years agoAdd migration of contributor list
Magnus Hagander [Tue, 8 Nov 2011 13:30:22 +0000 (14:30 +0100)]
Add migration of contributor list

14 years agoAdd more information about to do with existing organisations
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.

14 years agoFix verbose names
Magnus Hagander [Mon, 7 Nov 2011 21:07:08 +0000 (22:07 +0100)]
Fix verbose names

14 years agoRemove ugly period
Magnus Hagander [Mon, 7 Nov 2011 21:04:53 +0000 (22:04 +0100)]
Remove ugly period

14 years agoFix FAQ link
Magnus Hagander [Mon, 7 Nov 2011 20:52:34 +0000 (21:52 +0100)]
Fix FAQ link

14 years agoRemove link to CVS repository - need to rethink how it's put out there
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

14 years agoSet proper title on list subscription form.
Magnus Hagander [Mon, 7 Nov 2011 20:47:37 +0000 (21:47 +0100)]
Set proper title on list subscription form.

14 years agoAllow HTML in mailinglist descriptions
Magnus Hagander [Mon, 7 Nov 2011 20:42:55 +0000 (21:42 +0100)]
Allow HTML in mailinglist descriptions

14 years agoFix "what's new" text to have the proper ' in it.
Magnus Hagander [Mon, 7 Nov 2011 20:37:18 +0000 (21:37 +0100)]
Fix "what's new" text to have the proper ' in it.

14 years agoAdd ordering of product categories
Magnus Hagander [Mon, 7 Nov 2011 20:29:47 +0000 (21:29 +0100)]
Add ordering of product categories

14 years agoEnsure we always set Content-Length when getting the web_sync_timestamp
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...

14 years agoMust include the leading slash in purges.
Magnus Hagander [Sun, 6 Nov 2011 15:12:52 +0000 (16:12 +0100)]
Must include the leading slash in purges.

14 years agoVersion must be a PgModel in order to purge things
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...

14 years agoFix for newer version of git
Magnus Hagander [Sun, 6 Nov 2011 11:10:10 +0000 (12:10 +0100)]
Fix for newer version of git

14 years agoOops, include missing cd command
Magnus Hagander [Sun, 6 Nov 2011 11:09:18 +0000 (12:09 +0100)]
Oops, include missing cd command

14 years agoAdd script to update the site automatically from cron
Magnus Hagander [Sun, 6 Nov 2011 11:05:43 +0000 (12:05 +0100)]
Add script to update the site automatically from cron

14 years agoPoint download links directly at the ftp server
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...

14 years agoDon't try to be smart with mirrors, just use our master mirrors
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.

14 years agoDate/time-stamp all log entries
Magnus Hagander [Sat, 5 Nov 2011 18:18:23 +0000 (19:18 +0100)]
Date/time-stamp all log entries

14 years agoAdd a sync_timestamp URL to point automirror at
Magnus Hagander [Sat, 5 Nov 2011 17:51:10 +0000 (18:51 +0100)]
Add a sync_timestamp URL to point automirror at

14 years agoSwitch to new way of specifying admin urls
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.

14 years agoSync up to svn revision 2906
Magnus Hagander [Sat, 5 Nov 2011 14:57:06 +0000 (15:57 +0100)]
Sync up to svn revision 2906

14 years agoDon't crash on users with just one name when trying to turn it into first/last names
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

14 years agoAdd edit for professional services
Magnus Hagander [Wed, 24 Aug 2011 14:56:00 +0000 (16:56 +0200)]
Add edit for professional services

14 years agoEach organisation should only be able to have one professional service
Magnus Hagander [Wed, 24 Aug 2011 14:38:28 +0000 (16:38 +0200)]
Each organisation should only be able to have one professional service

14 years agoSet verbose name for fields in professional services
Magnus Hagander [Wed, 24 Aug 2011 14:38:04 +0000 (16:38 +0200)]
Set verbose name for fields in professional services

14 years agoFix *really* bad html typo in list of objects
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

14 years agoAdd required table iptocountry, for downloads
Magnus Hagander [Sat, 20 Aug 2011 19:50:11 +0000 (21:50 +0200)]
Add required table iptocountry, for downloads

14 years agoInclude style switcher in main site base template
Thom Brown [Fri, 19 Aug 2011 15:26:12 +0000 (16:26 +0100)]
Include style switcher in main site base template