Dave Page [Sat, 15 Sep 2012 16:16:48 +0000 (12:16 -0400)]
More sponsor logo updates.
Dave Page [Sat, 15 Sep 2012 16:06:46 +0000 (12:06 -0400)]
Fix logo width.
Dave Page [Sat, 15 Sep 2012 15:57:40 +0000 (11:57 -0400)]
Shrink the PGX logo to a slightly more usable size.
Dave Page [Sat, 15 Sep 2012 15:56:24 +0000 (11:56 -0400)]
More sponsor logos.
Dave Page [Sat, 15 Sep 2012 15:47:08 +0000 (11:47 -0400)]
Add PGX logo
Dave Page [Sat, 15 Sep 2012 15:44:55 +0000 (11:44 -0400)]
Update SRA logo
Dave Page [Sat, 15 Sep 2012 15:43:10 +0000 (11:43 -0400)]
Update EDB logo
Dave Page [Sat, 15 Sep 2012 15:38:19 +0000 (11:38 -0400)]
First sponsor updates
Magnus Hagander [Thu, 13 Sep 2012 14:09:42 +0000 (16:09 +0200)]
Remove pgfoundry reference from frontpage
We still have references elsehwere, but we don't want to push
"prime location" links there when it's in it's current state.
Per discussion.
Magnus Hagander [Mon, 10 Sep 2012 12:26:21 +0000 (14:26 +0200)]
Fix link for ukranian
Magnus Hagander [Mon, 10 Sep 2012 12:02:19 +0000 (14:02 +0200)]
Add small tool to run w3c validator on local pages before deployment
Magnus Hagander [Mon, 10 Sep 2012 11:16:18 +0000 (13:16 +0200)]
Redirect /downloads/ to /download/
Seems Berkus managed to push a broken link in the press release...
Magnus Hagander [Mon, 10 Sep 2012 11:05:57 +0000 (13:05 +0200)]
Update beta and roadmap pages for 9.3
Magnus Hagander [Mon, 10 Sep 2012 10:58:27 +0000 (12:58 +0200)]
Too much copy/paste makes for wrong links to PDFs. Oops.
Magnus Hagander [Mon, 10 Sep 2012 10:55:27 +0000 (12:55 +0200)]
Fix broken HTML
Magnus Hagander [Mon, 10 Sep 2012 10:55:20 +0000 (12:55 +0200)]
Doc links updates for 9.2
Magnus Hagander [Mon, 10 Sep 2012 10:26:53 +0000 (12:26 +0200)]
Oops. Title should go in title field...
Magnus Hagander [Mon, 10 Sep 2012 10:24:35 +0000 (12:24 +0200)]
New shoutbox for 9.2 from Josh Berkus, and updated link to news item
Magnus Hagander [Mon, 10 Sep 2012 10:10:09 +0000 (12:10 +0200)]
Fix broken HTML in misc press files
Magnus Hagander [Mon, 10 Sep 2012 10:09:58 +0000 (12:09 +0200)]
Fix broken links in presskit
Magnus Hagander [Mon, 10 Sep 2012 08:49:31 +0000 (10:49 +0200)]
Regional contact list update
Magnus Hagander [Mon, 10 Sep 2012 08:46:40 +0000 (10:46 +0200)]
Presskit and FAQ updates for 9.2
Josh Berkus and a number of translators/regional contacts
Magnus Hagander [Fri, 7 Sep 2012 07:51:24 +0000 (09:51 +0200)]
Oops, documentation should not refer to RPMs that are not for production use
My bad :(
Magnus Hagander [Thu, 6 Sep 2012 16:41:04 +0000 (18:41 +0200)]
Fix link
Bruce Momjian
Magnus Hagander [Wed, 5 Sep 2012 20:34:28 +0000 (22:34 +0200)]
Replace broken link to "Share your story"
Magnus Hagander [Tue, 4 Sep 2012 16:32:04 +0000 (18:32 +0200)]
Add back the backend flowchart to the website
Bruce Momjian, with surprisingly few modifications by me
Magnus Hagander [Tue, 4 Sep 2012 13:05:57 +0000 (15:05 +0200)]
Add form to search for git commit hashes
Magnus Hagander [Mon, 27 Aug 2012 12:21:13 +0000 (14:21 +0200)]
Small changes, beta -> rc
Magnus Hagander [Tue, 21 Aug 2012 10:17:21 +0000 (12:17 +0200)]
Don't include old ssh keys when new ones exist
This would cause a UNIQUE violation on the git server...
Magnus Hagander [Fri, 17 Aug 2012 10:05:36 +0000 (12:05 +0200)]
Updates for new releases out today
Including security updates
Magnus Hagander [Wed, 15 Aug 2012 12:11:53 +0000 (14:11 +0200)]
Add description for postgres.app to the download page
Mattt Thompson
Magnus Hagander [Fri, 10 Aug 2012 11:05:00 +0000 (13:05 +0200)]
Ad dback links to OpenSCG cross-disto package downloads
Magnus Hagander [Fri, 10 Aug 2012 10:43:18 +0000 (12:43 +0200)]
Move headers into include files - no need for duplication
Dave Page [Mon, 6 Aug 2012 12:27:53 +0000 (13:27 +0100)]
Update for 9.2b3
Magnus Hagander [Thu, 12 Jul 2012 10:58:14 +0000 (12:58 +0200)]
Add the RPM signing key to the pgweb repository
This is done so people can get it using https, and verify the extra
trust.
Magnus Hagander [Wed, 11 Jul 2012 16:05:28 +0000 (18:05 +0200)]
Include listgroup sortkey in the JSON API
Magnus Hagander [Wed, 11 Jul 2012 09:42:18 +0000 (11:42 +0200)]
Make stackbuilder dependencies into a comma separated textfield
The "true dependencies" usign db relationships were too strict for
reality - multiple entries can have the same textid, and that's what
we need to depend on. Resolving it for platform is handled in the
StackBuilder client.
This update requires the following SQL to be run in the database:
DROP TABLE downloads_stackbuilderapp_dependencies;
ALTER TABLE downloads_stackbuilderapp ADD COLUMN txtdependencies varchar(1000) NOT NULL DEFAULT '';
ALTER TABLE downloads_stackbuilderapp ALTER COLUMN txtdependencies DROP DEFAULT;
Closes #167
Magnus Hagander [Fri, 6 Jul 2012 08:06:30 +0000 (10:06 +0200)]
Make sure new_notification is actually in POST before we try to use it
Magnus Hagander [Sun, 1 Jul 2012 12:28:18 +0000 (14:28 +0200)]
Put sourcecode first in the snapshots page
Per comments from Josh Berkus
Magnus Hagander [Sun, 1 Jul 2012 12:25:32 +0000 (14:25 +0200)]
Restructure download sections to be clearer
In particular, split up the linux instructions into different pages
for different distributions, since they are very differnt, and in
general try to include more detail.
There are still some OSes that definitely need more info, but this
is more than we had before...
Magnus Hagander [Fri, 29 Jun 2012 12:14:43 +0000 (14:14 +0200)]
Set verbose name on more organisation fields
Magnus Hagander [Fri, 29 Jun 2012 12:13:03 +0000 (14:13 +0200)]
One more spot missed when renaming organisation field
Magnus Hagander [Tue, 26 Jun 2012 13:14:52 +0000 (15:14 +0200)]
Override builting delete_selected action with one that does notifies
This should fix the problem where notifications weren't sent for objects
being deleted through the "mass deletion" function in the list of objects.
Closes #121
Magnus Hagander [Tue, 26 Jun 2012 12:59:35 +0000 (14:59 +0200)]
Oops, missed a number of references to publisher :O
Magnus Hagander [Tue, 26 Jun 2012 12:50:30 +0000 (14:50 +0200)]
Add missing comment
Magnus Hagander [Tue, 26 Jun 2012 12:32:13 +0000 (14:32 +0200)]
Rename publisher->org in Product model
This is requied to support notifications, and good for consistency
in general.
Magnus Hagander [Tue, 26 Jun 2012 12:25:38 +0000 (14:25 +0200)]
Rename organisation->org in ProfessionalService model
This is requied to support notifications, and good for consistency
in general.
Magnus Hagander [Tue, 26 Jun 2012 12:25:03 +0000 (14:25 +0200)]
Support PgAdmin classes that don't have markdown fields
Magnus Hagander [Tue, 26 Jun 2012 12:11:22 +0000 (14:11 +0200)]
Implement ability for moderators to send notices to organisations
Notices entered will be sent to the organisations email address - so there
needs to be one (if not, the notification field doesn't show up).
Notifications also go in the database, and show up on each object so you
can see the previous history of it, and get emailed to the slaves list.
Finally, it's possible to reject-with-notification, in which case the
notification is sent off to the user and after that the object is deleted.
The notification history stays in the database, but is not linked anywhere
(but can be viewed from the admin interface on that model directly).
Unfortunately, this seems to cause double notifications to the slaves list,
but we'll have to live with that for now.
Closes #137
Magnus Hagander [Tue, 26 Jun 2012 11:51:35 +0000 (13:51 +0200)]
Properly include superblock in news articles
In passing, use <h4> for the header to make it a bit more clear what's
going on.
Magnus Hagander [Tue, 26 Jun 2012 10:43:31 +0000 (12:43 +0200)]
Rename MarkdownPreviewAdmin to PgwebAdmin
This is in preparation for adding more functionality to it...
Magnus Hagander [Wed, 13 Jun 2012 07:00:36 +0000 (09:00 +0200)]
Redirect interactive devel docs to static instead of giving error
Per suggestion from Josh Kupershmidt
Dave Page [Mon, 11 Jun 2012 19:06:26 +0000 (20:06 +0100)]
Clarify Linux platform support for the installers.
Dave Page [Mon, 11 Jun 2012 19:03:00 +0000 (20:03 +0100)]
Clarify Mac platform support.
Magnus Hagander [Sun, 10 Jun 2012 14:08:20 +0000 (16:08 +0200)]
Fix incorrect URL to software catalogue submission
Magnus Hagander [Sun, 10 Jun 2012 11:25:42 +0000 (13:25 +0200)]
Add information about OpenBSD packages/ports
Magnus Hagander [Sun, 10 Jun 2012 11:20:01 +0000 (13:20 +0200)]
Set proper classes on tables of contributors
Should fix the missing rounded corners...
Thom Brown [Wed, 6 Jun 2012 12:46:41 +0000 (13:46 +0100)]
Add separator between supported and unsupported version links in docs.
Magnus Hagander [Tue, 5 Jun 2012 10:28:38 +0000 (12:28 +0200)]
Fix XHTML syntax
Magnus Hagander [Tue, 5 Jun 2012 10:28:20 +0000 (12:28 +0200)]
Move </div> outside {%if%}, since it's opened outside the if...
Magnus Hagander [Tue, 5 Jun 2012 10:24:06 +0000 (12:24 +0200)]
Show links to other versions of docs
Main patch from Marti Raudsepp, but with some fairly extensive changes
Magnus Hagander [Tue, 5 Jun 2012 09:36:43 +0000 (11:36 +0200)]
Detect HTML in markdown submission forms
This will do simple html detection based on trivial regexps. If HTML is found,
it will replace it with HTML_REMOVED and also show a warning (in red color,
no less) that this is not permitted.
The actual filtering is still done server-side later, so the fact that these
regexps are trickable if you really want to doesn't matter...
Fixes #164
Magnus Hagander [Mon, 4 Jun 2012 15:15:43 +0000 (17:15 +0200)]
Fix name of pgcrypto module
Reported by Peter E
Magnus Hagander [Mon, 4 Jun 2012 10:20:29 +0000 (12:20 +0200)]
Fix cut/paste error in URL
Magnus Hagander [Mon, 4 Jun 2012 10:00:38 +0000 (12:00 +0200)]
New releases out, 9.1.4 and friends
Magnus Hagander [Mon, 4 Jun 2012 07:44:04 +0000 (09:44 +0200)]
New sizes for PDF files
Magnus Hagander [Mon, 4 Jun 2012 07:43:37 +0000 (09:43 +0200)]
Description of security vulns in new release
Magnus Hagander [Sun, 3 Jun 2012 10:29:02 +0000 (12:29 +0200)]
Add generic PHP code for decryption/parsing
In general, you're better off looking at the mediawiki plugin which
is a bit more complete..
Magnus Hagander [Sun, 3 Jun 2012 10:26:33 +0000 (12:26 +0200)]
Add a help text to communtity auth title
I keep forgetting that it's end-user-visible myself, so I'm sure others
using it in the future could be equally confused :-)
Magnus Hagander [Sun, 3 Jun 2012 10:20:40 +0000 (12:20 +0200)]
Add community auth v2 provider for mediawiki
Magnus Hagander [Sun, 27 May 2012 19:07:06 +0000 (21:07 +0200)]
Add feature matrix entry for 9.2, hide 7.4 for layout reasons
Requires manual sql to be run on all installations:
BEGIN;
ALTER TABLE featurematrix_feature ADD COLUMN v92 int;
UPDATE featurematrix_feature SET v92=v91;
ALTER TABLE featurematrix_feature ALTER COLUMN v92 SET NOT NULL;
COMMIT;
Magnus Hagander [Sun, 27 May 2012 19:05:36 +0000 (21:05 +0200)]
Make it possible to turn off visibilty of versions in the feature matrix
Turn the feature matrix fields into their own class and add a paramter
for visible_default to it. Turning this off will hide them from view.
In the future this could be expanded to make it dynamic, but for now let's
just stick to being able to statically hide them.
Magnus Hagander [Sun, 27 May 2012 09:09:34 +0000 (11:09 +0200)]
Replace out of date list of technical features with link to the feature matrix
Josh Kupershmidt
Magnus Hagander [Fri, 25 May 2012 11:10:58 +0000 (13:10 +0200)]
Add redmine community auth plugin
Written by Alex Shulgin (ash at commandprompt.com)
Magnus Hagander [Fri, 25 May 2012 10:50:59 +0000 (12:50 +0200)]
Fix URLs that weren't properly anchored
Stefan Kaltenbrunner [Wed, 23 May 2012 20:36:47 +0000 (22:36 +0200)]
fix minor typo...
Magnus Hagander [Wed, 23 May 2012 14:05:33 +0000 (16:05 +0200)]
Oops - don't put the email in the name field, use the name instead
Magnus Hagander [Wed, 23 May 2012 14:02:18 +0000 (16:02 +0200)]
Add script to migrate a single account from the old system to the new
Required in order to be able to do password recovery on accounts, since
we only migrate users when they actually log in...
Magnus Hagander [Wed, 23 May 2012 13:26:33 +0000 (15:26 +0200)]
Fixes in developer install instructions and scripts
Per Josh Kupershmidt
Magnus Hagander [Fri, 18 May 2012 14:52:47 +0000 (10:52 -0400)]
Close db connection in docloader
To make Stefan happy...
Thom Brown [Thu, 17 May 2012 19:49:33 +0000 (15:49 -0400)]
Add version numbers to doc titles to prevent duplicate titles between versions. This should make results on search engines clearer and more explicit.
Thom Brown [Thu, 17 May 2012 14:46:32 +0000 (10:46 -0400)]
Set ending copyright year always to the current year so that we no longer need to maintain it.
Thom Brown [Thu, 17 May 2012 14:36:02 +0000 (10:36 -0400)]
Add a copyright meta tag to every page, and also a placeholder for optional meta tags. This is so we can add a description to the home page. The reason why we don't want the same description for every page is that a general description will only be appropriate to the home landing page.
Magnus Hagander [Wed, 16 May 2012 17:35:35 +0000 (13:35 -0400)]
Exclude beta version docs from sitemap.xml
Currently showed up as the highest priority - oops....
Spotted by Stefan
Thom Brown [Wed, 16 May 2012 17:31:00 +0000 (13:31 -0400)]
Change home page title to be more appropriate for a main landing page.
Stefan Kaltenbrunner [Wed, 16 May 2012 16:41:16 +0000 (12:41 -0400)]
the license says its "The PostgreSQL Global Development Group" and not "PostgreSQL Global Development Group", probably does not matter much in practice but make the wording uniform accross the whole site
Stefan Kaltenbrunner [Wed, 16 May 2012 15:30:21 +0000 (11:30 -0400)]
mediawiki seems to require a community_login_exists() - the existing only considers the "new" user table, make it also look at the "old" one
Magnus Hagander [Tue, 15 May 2012 19:59:15 +0000 (15:59 -0400)]
Don't include beta versions in versions.rss
Dave Page [Tue, 15 May 2012 17:01:35 +0000 (13:01 -0400)]
Clarify download pages for snapshots/RCs.
Magnus Hagander [Mon, 14 May 2012 21:26:38 +0000 (17:26 -0400)]
Add link to 9.2 beta docs
Devrim GUNDUZ [Mon, 14 May 2012 21:11:02 +0000 (00:11 +0300)]
Announce 9.2 beta1
Magnus Hagander [Mon, 14 May 2012 21:05:14 +0000 (17:05 -0400)]
Allow the use of -1 as minor version to indicate pre-release
Magnus Hagander [Thu, 10 May 2012 11:19:17 +0000 (13:19 +0200)]
Include events that end today in the listing on the frontpage
Make check "greater-than-or-equal" instead of "greater-than".
Magnus Hagander [Thu, 10 May 2012 11:16:06 +0000 (13:16 +0200)]
Remove org field from event search
Seems this causes errors in django...
Magnus Hagander [Thu, 19 Apr 2012 09:40:55 +0000 (11:40 +0200)]
Fix broken book images
Two images missing and an URL that failed in the migration from the
old site.
Thom Brown [Tue, 27 Mar 2012 08:27:56 +0000 (09:27 +0100)]
Change GSoC page to say that PostgreSQL *is* participating.
Thom Brown [Sun, 25 Mar 2012 21:39:57 +0000 (22:39 +0100)]
Updated GSoC liaison list.
Magnus Hagander [Sun, 25 Mar 2012 19:37:55 +0000 (21:37 +0200)]
Add verbose names for start and end dates
Per report from Devrim.
Thom Brown [Fri, 16 Mar 2012 19:59:58 +0000 (19:59 +0000)]
Fix student application link from 2010 to 2012. Reported by Josh Berkus.
Thom Brown [Fri, 9 Mar 2012 18:15:48 +0000 (18:15 +0000)]
Add GSoC advice page.