pgweb.git
10 years agoFix images.
Dave Page [Thu, 18 Dec 2014 15:21:54 +0000 (15:21 +0000)]
Fix images.

10 years ago9.4.0!
Dave Page [Thu, 18 Dec 2014 11:30:21 +0000 (11:30 +0000)]
9.4.0!

10 years agoFixup the 9.4 presskit.
Dave Page [Thu, 18 Dec 2014 09:31:13 +0000 (09:31 +0000)]
Fixup the 9.4 presskit.

10 years agoMoved all images to /media/img/
Josh Berkus [Wed, 17 Dec 2014 20:03:31 +0000 (12:03 -0800)]
Moved all images to /media/img/

10 years agoFirst version of 9.4 presskit updates.
Josh Berkus [Tue, 16 Dec 2014 01:37:53 +0000 (17:37 -0800)]
First version of 9.4 presskit updates.

10 years ago9.4RC1
Dave Page [Thu, 20 Nov 2014 18:17:18 +0000 (18:17 +0000)]
9.4RC1

10 years agoMention that CVE-2014-0067 is fixed on non-windows platforms
Magnus Hagander [Thu, 13 Nov 2014 19:06:51 +0000 (20:06 +0100)]
Mention that CVE-2014-0067 is fixed on non-windows platforms

11 years agoupdate the list of supported ubuntu versions in the dropdown and revert
Stefan Kaltenbrunner [Tue, 4 Nov 2014 17:58:24 +0000 (18:58 +0100)]
update the list of supported ubuntu versions in the dropdown and revert
the https change that was not intendet do be there just yet...

11 years agomore http->https changes for both the wiki and the commitfest-app
Stefan Kaltenbrunner [Mon, 3 Nov 2014 20:47:47 +0000 (21:47 +0100)]
more http->https changes for both the wiki and the commitfest-app

11 years agomove downloads through the file browser to https by default
Stefan Kaltenbrunner [Mon, 3 Nov 2014 20:05:06 +0000 (21:05 +0100)]
move downloads through the file browser to https by default

11 years agonuke some more references to pgfoundry and another http->https conversion for
Stefan Kaltenbrunner [Mon, 3 Nov 2014 20:04:01 +0000 (21:04 +0100)]
nuke some more references to pgfoundry and another http->https conversion for
the wiki url...

11 years agoI don't think the minor release list is the "best" target for the "What's new"
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:53:08 +0000 (20:53 +0100)]
I don't think the minor release list is the "best" target for the "What's new"
link but it is for sure better than pointing to 9.2.2...

11 years agoremove reference to pgfoundry as decided ages ago...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:42:47 +0000 (20:42 +0100)]
remove reference to pgfoundry as decided ages ago...

11 years agohttp->https here too, but this file needs more work anyway...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:41:27 +0000 (20:41 +0100)]
http->https here too, but this file needs more work anyway...

11 years agoanother one that has been https-only for years...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:37:24 +0000 (20:37 +0100)]
another one that has been https-only for years...

11 years agothe wiki is https for a while, make those mappings reflect that as well...
Stefan Kaltenbrunner [Mon, 3 Nov 2014 19:17:07 +0000 (20:17 +0100)]
the wiki is https for a while, make those mappings reflect that as well...

11 years agoFix date
Dave Page [Thu, 9 Oct 2014 12:47:06 +0000 (13:47 +0100)]
Fix date

11 years agoPG 9.4b3
Dave Page [Thu, 9 Oct 2014 12:45:01 +0000 (13:45 +0100)]
PG 9.4b3

11 years agoadd new book in russian - per request from Alexey Vasiliev on -www
Stefan Kaltenbrunner [Sun, 21 Sep 2014 18:43:37 +0000 (20:43 +0200)]
add new book in russian - per request from Alexey Vasiliev on -www

11 years agoOops, it would appear that date is in two places
Magnus Hagander [Thu, 24 Jul 2014 11:01:26 +0000 (13:01 +0200)]
Oops, it would appear that date is in two places

11 years agoUpdate the date of beta2 as well...
Magnus Hagander [Thu, 24 Jul 2014 10:34:44 +0000 (12:34 +0200)]
Update the date of beta2 as well...

11 years agoUpdate for 9.4beta2
Magnus Hagander [Thu, 24 Jul 2014 10:22:08 +0000 (12:22 +0200)]
Update for 9.4beta2

11 years agoInclude links to beta documentation under manuals
Magnus Hagander [Thu, 24 Jul 2014 09:46:00 +0000 (11:46 +0200)]
Include links to beta documentation under manuals

11 years agoImplement user searching in the community auth system
Magnus Hagander [Sat, 19 Jul 2014 13:10:49 +0000 (15:10 +0200)]
Implement user searching in the community auth system

This lets downstream systems securely search for users that are in
the system, so they can populate their local database with users
before they have logged in if necessary. This can be used for example
for the commitfest management system to be able to flag users as
authors and reviewers even before they have logged in.

11 years agoSync up auth demo plugin with what's actually used
Magnus Hagander [Sat, 19 Jul 2014 10:06:21 +0000 (12:06 +0200)]
Sync up auth demo plugin with what's actually used

The newer version is at least used by the pgeu system and by the
new commitfest one, and has some fallback for the duplicate-email
issue.

11 years agoAdd a link to the archives policy.
Dave Page [Fri, 18 Jul 2014 15:29:40 +0000 (16:29 +0100)]
Add a link to the archives policy.

11 years agoDo not allow admin users to modify a username after it has been created
Jonathan S. Katz [Thu, 26 Jun 2014 13:36:21 +0000 (09:36 -0400)]
Do not allow admin users to modify a username after it has been created

This involves some changes to how the default Django UserAdmin is handled with
respect to saving the form, but we simply override the changes to keep all
of the default Django functionality intact, minus allowing a username to be
modified on edit.

11 years agoImplement workaround for django bug #15152 for badly encoded URLs
Magnus Hagander [Tue, 3 Jun 2014 07:24:43 +0000 (09:24 +0200)]
Implement workaround for django bug #15152 for badly encoded URLs

Hopefully this will stop the system spamming us..

11 years agoGive a 404 error when trying to load docs version 0.0
Magnus Hagander [Wed, 28 May 2014 17:51:28 +0000 (19:51 +0200)]
Give a 404 error when trying to load docs version 0.0

Noted by Josh Kupershmidt

11 years agoupdate apt.postgresql.org key with an extended lifetime till 2019 to cover
Stefan Kaltenbrunner [Mon, 26 May 2014 15:08:53 +0000 (17:08 +0200)]
update apt.postgresql.org key with an extended lifetime till 2019 to cover
Ubuntu trusty per Christoph Berg

11 years agoAdd support for sorting search results by reverse date
Magnus Hagander [Fri, 23 May 2014 20:45:16 +0000 (16:45 -0400)]
Add support for sorting search results by reverse date

This obviously only applies to mail search, but now lets you search
in a way to get the oldest possible hit first.

Request from Tom Lane

11 years agofurther clarified sentence wording on beta testing page
Jonathan S. Katz [Sat, 17 May 2014 04:37:59 +0000 (00:37 -0400)]
further clarified sentence wording on beta testing page

11 years agofixed language on the developer/beta page
Jonathan S. Katz [Sat, 17 May 2014 04:12:57 +0000 (00:12 -0400)]
fixed language on the developer/beta page

11 years agoAdd 9.4 to the feature matrix
Magnus Hagander [Thu, 15 May 2014 14:26:59 +0000 (16:26 +0200)]
Add 9.4 to the feature matrix

11 years agoFix title and a URL
Dave Page [Thu, 15 May 2014 13:48:33 +0000 (14:48 +0100)]
Fix title and a URL

11 years agov9.4 Beta 1
Dave Page [Thu, 15 May 2014 13:06:59 +0000 (14:06 +0100)]
v9.4 Beta 1

11 years agoFixed URL on document index page to point to 9.3 release
Jonathan S. Katz [Tue, 13 May 2014 15:54:16 +0000 (11:54 -0400)]
Fixed URL on document index page to point to 9.3 release

Fixed the "what's new" URL on the document index page to
point to the 9.3 release.

Issue discovered by and fixed by Euler Taveira

11 years agoAllow professional services to be searchable in the admin
Jonathan S. Katz [Wed, 30 Apr 2014 12:13:37 +0000 (08:13 -0400)]
Allow professional services to be searchable in the admin

Enables an admin to search over professional services, and additionally
filter the services by whether or not they are approved.

11 years agoFix git pull from the wrong directory :O
Magnus Hagander [Sun, 13 Apr 2014 12:59:47 +0000 (14:59 +0200)]
Fix git pull from the wrong directory :O

11 years agoIP restrictions don't currently work on SSL
Magnus Hagander [Sun, 13 Apr 2014 12:53:48 +0000 (14:53 +0200)]
IP restrictions don't currently work on SSL

Since we pipe all SSL through frontends, and explicitly reject directly
accessing the main host. However, this call has no payload, so we can
safely allow it without SSL through the frontends. Do that for now, while
we should look at fixing the SSL issue sometime in the future

11 years agoReorder update script to pull static repo first
Magnus Hagander [Sun, 13 Apr 2014 12:16:31 +0000 (14:16 +0200)]
Reorder update script to pull static repo first

Prior to this, the static repo would only update if there were
*some* changes in the main repo, which clearly wasn't intended.

Also, shorten the forced delay to 10 seconds.

11 years agoAdd API url that drops a trigger file for updates
Magnus Hagander [Sun, 13 Apr 2014 12:11:19 +0000 (14:11 +0200)]
Add API url that drops a trigger file for updates

The idea is a git repository hook will send a POST to this URL, which
will drop a trigger file somewhere. A cronjob (or inotify listener if
we want to be really fancy sometiem in the future) will pick up that
cronjob and run the update script. The goal being to shorten the time
required to process an update.

11 years agoFix spelling error in comments
Magnus Hagander [Sun, 13 Apr 2014 12:05:49 +0000 (14:05 +0200)]
Fix spelling error in comments

11 years agoFix accidentally swapped CVE numbers
Magnus Hagander [Fri, 28 Mar 2014 18:18:42 +0000 (19:18 +0100)]
Fix accidentally swapped CVE numbers

Reported by Steve Christey Coley

11 years agoFix date.
Dave Page [Thu, 20 Mar 2014 14:13:57 +0000 (14:13 +0000)]
Fix date.

11 years agoPostgreSQL updates 9.3.4, 9.2.8, 9.1.13, 9.0.17, and 8.4.21 released
Dave Page [Thu, 20 Mar 2014 14:11:16 +0000 (14:11 +0000)]
PostgreSQL updates 9.3.4, 9.2.8, 9.1.13, 9.0.17, and 8.4.21 released

11 years agoReplace locally-hosted jQuery with CDN-hosted version.
Thom Brown [Sat, 15 Mar 2014 14:35:59 +0000 (14:35 +0000)]
Replace locally-hosted jQuery with CDN-hosted version.

11 years agoRemove hardcoding of list of unsupported versions
Magnus Hagander [Sat, 15 Mar 2014 14:00:40 +0000 (15:00 +0100)]
Remove hardcoding of list of unsupported versions

Instead, query it from the database, so that it's properly updated when
a new release goes out of support.

11 years agoAdd filters to feature matrix.
Thom Brown [Thu, 13 Mar 2014 15:26:19 +0000 (15:26 +0000)]
Add filters to feature matrix.

As the feature matrix is useful for seeing how far PostgreSQL has come, we
still want to keep older versions on display.  However, this is causing
problems displaying the newer versions on smaller screens.

This change adds a filter which only shows supported versions by default,
and allows folk to choose which versions they wish to compare.  This will
have no effect on browsers with Javascript disabled.

11 years agoFix indentation
Magnus Hagander [Sat, 1 Mar 2014 19:08:43 +0000 (14:08 -0500)]
Fix indentation

Yay for spaces vs tabs!

11 years agoRemove obvious debugging code left in
Magnus Hagander [Sat, 1 Mar 2014 19:06:56 +0000 (14:06 -0500)]
Remove obvious debugging code left in

11 years agothe sorting in the ftpbrowser for source tarballs has always been odd,
Stefan Kaltenbrunner [Fri, 28 Feb 2014 20:51:50 +0000 (21:51 +0100)]
the sorting in the ftpbrowser for source tarballs has always been odd,
this is a small hack to make it better for the most common usecases...

11 years agoavoid creating a header field with a completely empty value, should
Stefan Kaltenbrunner [Fri, 28 Feb 2014 19:53:31 +0000 (20:53 +0100)]
avoid creating a header field with a completely empty value, should
reduce the chance that SA is getting confused on it

11 years agoUpdate GSoC page now that we've been approved for participation.
Thom Brown [Mon, 24 Feb 2014 18:53:38 +0000 (18:53 +0000)]
Update GSoC page now that we've been approved for participation.

11 years ago2014-02-20 releases.
Dave Page [Thu, 20 Feb 2014 14:44:01 +0000 (14:44 +0000)]
2014-02-20 releases.

11 years agoCorrect which version of django is used (and is in Wheezy)
Magnus Hagander [Tue, 18 Feb 2014 18:51:56 +0000 (19:51 +0100)]
Correct which version of django is used (and is in Wheezy)

Vik Fearing

11 years agoActually commit the changes to the summer of code page this time.
Thom Brown [Fri, 14 Feb 2014 10:15:15 +0000 (10:15 +0000)]
Actually commit the changes to the summer of code page this time.

11 years agoArchive GSoC 2013 and update all dates and links for 2014.
Thom Brown [Fri, 14 Feb 2014 09:23:12 +0000 (09:23 +0000)]
Archive GSoC 2013 and update all dates and links for 2014.

11 years agoRemove links to smaller/normal text size
Magnus Hagander [Sun, 9 Feb 2014 12:56:06 +0000 (13:56 +0100)]
Remove links to smaller/normal text size

This functionality is already implemented in browsers, there is no need
for us to have our own implementation.

11 years agoFix (hopefully) unicode encodings in moderation messages
Magnus Hagander [Sat, 8 Feb 2014 16:30:07 +0000 (17:30 +0100)]
Fix (hopefully) unicode encodings in moderation messages

It worked perfectly fine to have unicode in text fields, but if there
were unicode characters in one of the dropdown fields, then sometimes
it would not be possible to save the entries since the moderation email
generation would crash even if they run through the same codepath.

Hopefully this fix will take care of some of the random errors that have
shown up with submissions - there might be more issues like it around the
code, however.

11 years agoTruncate titles to 128 characters
Magnus Hagander [Fri, 17 Jan 2014 09:39:51 +0000 (10:39 +0100)]
Truncate titles to 128 characters

That's all we can store in the database anyway...

11 years agoAdd Message-Id header to emails
Stephen Frost [Mon, 13 Jan 2014 03:49:41 +0000 (22:49 -0500)]
Add Message-Id header to emails

The previous code, which was submitting locally, apparently didn't
need to provide a Message-Id header.  However, now that we're
directly submitting to a remote system, we need to make sure that
a Message-Id header exists or the emails will get bounced.

In addition, the Python docs for this module state that Message-Id
is really one of the required fields anyway.  It's unclear how many
real bugs we lost because of this, but I got involved when there
was complaining on IRC that a bug submitted didn't show up on the
-bugs list.

In case folks are wondering why I'm committing/pushing this (or how),
I've already fixed this on wrigleys (thanks to Andrew Gierth for
helping me debug and test the changes) and subsequently gave myself
access to this repo, to get this commit in, before anyone else
commits and overwrites my local hacks and breaks the bugs form again.

11 years agoTrack which emails are "user generated" for different antispam treatment
Magnus Hagander [Sat, 11 Jan 2014 19:44:57 +0000 (20:44 +0100)]
Track which emails are "user generated" for different antispam treatment

Basically, user generated email (bug report form) will be sent to the mail
frontends for antispam. Any errors generated there will be ignored and
the mails "dropped on the floor". Other emails keep entering the system
through localhost and delivered there.

11 years agoAdd the Postgres Succinctly book.
Dave Page [Sat, 11 Jan 2014 15:44:28 +0000 (15:44 +0000)]
Add the Postgres Succinctly book.

11 years agoSwitch email sending go through a queue table in the database
Magnus Hagander [Sat, 11 Jan 2014 11:33:06 +0000 (12:33 +0100)]
Switch email sending go through a queue table in the database

Import the code from the PostgreSQL Europe website to handle this, since it's
well proven by now.

Any points that send email now just write them to the database using the
functions in queuedmail.util. This means we can now submit notification
emails and such things within transactions and have them properly roll bcak
if something goes wrong (so no more incorrect notifications when there is
a database error).

These emails are picked up by a cronjob that runs frequently (typically
once per minute or once every 2 minutes) that submits them to the local
mailserver. By doing it out of line, this gives us a much better way of
dealing with cases where mail delivery is really slow.

The submission from the cronjob is now done with smtp to localhost instead
of opening a pipe to the sendmail command - though this should have no
major effects on anything.

This also removes the setting SUPPRESS_NOTIFICATIONS, as no notifications
are actually ever sent unless the cronjob is run. On development systems
they will just go into the queuedmail table, and can be deleted from there.

11 years agoWrong order of decorators
Magnus Hagander [Thu, 2 Jan 2014 11:04:54 +0000 (12:04 +0100)]
Wrong order of decorators

We really need to clean the code up so this does not matter...

11 years agoDon't redirect dynamic CSS from https to http
Magnus Hagander [Thu, 2 Jan 2014 11:00:32 +0000 (12:00 +0100)]
Don't redirect dynamic CSS from https to http

This can break things (d'uh).

Do this by introducing a new decorator, @ssl_optional. When this is
present, no SSL redirection will happen, regardless of whether the
access comes in over http or https.

This decorator overrides @ssl_required, but for redability's sake,
never use both at the same time.

11 years agoRemove unused code causing warnings
Magnus Hagander [Wed, 1 Jan 2014 15:31:06 +0000 (16:31 +0100)]
Remove unused code causing warnings

11 years agoReplace wildcard imports with explicit ones
Magnus Hagander [Wed, 1 Jan 2014 15:33:29 +0000 (16:33 +0100)]
Replace wildcard imports with explicit ones

11 years agoClean up imports
Magnus Hagander [Wed, 1 Jan 2014 14:42:30 +0000 (15:42 +0100)]
Clean up imports

Remove unused imports and some other completely unused code.

11 years agoEnable cache-busting URLs for CSS and JS
Magnus Hagander [Wed, 1 Jan 2014 14:24:51 +0000 (15:24 +0100)]
Enable cache-busting URLs for CSS and JS

This will allow us to increase the cache times in the browser for our
CSS, which almost never changes.

Enables a new value to be used in templates, {{gitrev}}, which can be
used to bust pretty much any URL. We could do this for all the images
in the templates as well, but since most of them almost never change,
we'll just enable it manually for each individual image as it becomes
necessray - or just use a ?1, ?2 etc for those.

Enabled by default for CSS and JavaScript links, since those are much
more likely to be changed without having the URL changed.

Cache times aren't increased yet - we'll do that later one we're sure
that all existing caches are expired first.

11 years agoIf we don't commit the transaction, varnish purges are not sent
Magnus Hagander [Sun, 29 Dec 2013 14:10:41 +0000 (15:10 +0100)]
If we don't commit the transaction, varnish purges are not sent

The updates still gets saved, but the manually executed SQL in the
post save handler that creates the varnish purge gets rolled back.

11 years agoMake it possible for a contributor to edit his/her own data
Magnus Hagander [Sun, 29 Dec 2013 13:52:43 +0000 (14:52 +0100)]
Make it possible for a contributor to edit his/her own data

Only for users that are already listed under /community/contributors/,
make it possible to edit this data, so we don't have to track it manually.
For obvious reasons, we don't allow editing of the "contributor level"
field...

This also changes the contributors model to send a notification to
the slaves list whenever a contributor record is changed, so we can do
post-moderation if necessary.

11 years agoProperly send notifications for objects that don't have an approved field
Magnus Hagander [Sun, 29 Dec 2013 13:41:06 +0000 (14:41 +0100)]
Properly send notifications for objects that don't have an approved field

Preivously we crashed when this happened - but it turned out we had no such
objects in the code. We will in the future.

11 years agoAdd a link from contributors to their userid
Magnus Hagander [Sun, 29 Dec 2013 13:11:37 +0000 (14:11 +0100)]
Add a link from contributors to their userid

This will be used to allow users to edit their own contributor records.

Requires SQL:
ALTER TABLE contributors_contributor add column "user_id" integer REFERENCES "auth_user" ("id") DEFERRABLE INITIALLY DEFERRED;
CREATE INDEX "contributors_contributor_user_id" ON "contributors_contributor" ("user_id");
UPDATE contributors_contributor set user_id=(select id from auth_user where auth_user.email=contributors_contributor.email) where contributors_contributor.email is not null;

11 years agoUse minified version of jquery
Magnus Hagander [Sat, 28 Dec 2013 17:05:44 +0000 (18:05 +0100)]
Use minified version of jquery

11 years agoLoad some of our scripts asynchronously
Magnus Hagander [Sat, 28 Dec 2013 17:05:02 +0000 (18:05 +0100)]
Load some of our scripts asynchronously

11 years agoDynamically merge CSSes into a single one
Magnus Hagander [Sat, 28 Dec 2013 16:22:36 +0000 (17:22 +0100)]
Dynamically merge CSSes into a single one

This will make CSS downloading a single request, instead of making
6-7 requests for each page as it is now. It also moves all the definitions
of URLs for CSS into the templates and not in the raw CSS itself, which
will make it possible to enable client side caching in the future.

Fixes #91

11 years agoRemove unnecessary CSS import
Magnus Hagander [Sat, 28 Dec 2013 16:10:13 +0000 (17:10 +0100)]
Remove unnecessary CSS import

docs isn't actually needed for docs large - it needs either docs or
base. And those are always loaded before docs_large anyway.

11 years agoOptimize PNG compression of some images on the frontpage
Magnus Hagander [Sat, 28 Dec 2013 11:09:43 +0000 (12:09 +0100)]
Optimize PNG compression of some images on the frontpage

Note by Stefan Kaltenbrunner using Google Pagespeed Insights

11 years agoRemove image not being used and never will be used
Magnus Hagander [Sat, 28 Dec 2013 11:05:45 +0000 (12:05 +0100)]
Remove image not being used and never will be used

11 years agoThe Red Hat name is supposed to have a space in it
Magnus Hagander [Fri, 27 Dec 2013 18:19:02 +0000 (19:19 +0100)]
The Red Hat name is supposed to have a space in it

Per Devrim.

11 years agoUpdate RedHat family installation instructions
Magnus Hagander [Fri, 27 Dec 2013 16:23:57 +0000 (17:23 +0100)]
Update RedHat family installation instructions

Consistently refer to "RedHat family" instead of listing individual
distributions. Include explicit mention of Oracle Linux, and which
versions it ships with by default.

Clarify exactly which distribtutions are supported by the yum
repository.

11 years agoFix installation instructions on Fedora 19+
Magnus Hagander [Fri, 27 Dec 2013 16:23:25 +0000 (17:23 +0100)]
Fix installation instructions on Fedora 19+

11 years agoAdd mention of Fedora 20 to the RedHat download page
Magnus Hagander [Fri, 27 Dec 2013 16:22:25 +0000 (17:22 +0100)]
Add mention of Fedora 20 to the RedHat download page

Per note from Devrim. Also add a short sentence about distros
not mentioned on the page.

11 years agoClarify information about which versions of Ubuntu/Debian are supported
Magnus Hagander [Fri, 27 Dec 2013 13:07:00 +0000 (14:07 +0100)]
Clarify information about which versions of Ubuntu/Debian are supported

This information was implicitly in the dropdown boxes for configuration already,
but for those that don't get that far...

11 years agoAdd missing line breaks.
Devrim Gunduz [Thu, 12 Dec 2013 08:24:46 +0000 (09:24 +0100)]
Add missing line breaks.

11 years ago* Mention about Fedora 19
Devrim Gunduz [Wed, 11 Dec 2013 15:08:39 +0000 (16:08 +0100)]
* Mention about Fedora 19
* Add instructions about initdb, etc. on Fedora 19 (systemd based) systems.
* Fix a package name (remove spaces)

11 years ago2013-12-05 update releases.
Dave Page [Thu, 5 Dec 2013 14:15:17 +0000 (14:15 +0000)]
2013-12-05 update releases.

11 years agoEnsure db connection is closed before script exits
Magnus Hagander [Mon, 25 Nov 2013 18:40:31 +0000 (19:40 +0100)]
Ensure db connection is closed before script exits

This is required in django 1.4, but was closed automatically back
in 1.2 when it was created.

11 years agoReplace the OpenSCG Java bundles with their new BigSQL bundle.
Scott Mead [Thu, 21 Nov 2013 17:16:00 +0000 (17:16 +0000)]
Replace the OpenSCG Java bundles with their new BigSQL bundle.

12 years agouse 9.3 as the default version for the download/installation instructions on linux
Stefan Kaltenbrunner [Wed, 6 Nov 2013 18:14:51 +0000 (19:14 +0100)]
use 9.3 as the default version for the download/installation instructions on linux

12 years agoUpdate the EDB sponsor logo.
Dave Page [Tue, 5 Nov 2013 15:25:28 +0000 (15:25 +0000)]
Update the EDB sponsor logo.

12 years agoSponsors aren't listed in alphabetical order.
Dave Page [Tue, 5 Nov 2013 15:21:14 +0000 (15:21 +0000)]
Sponsors aren't listed in alphabetical order.

12 years agoList 5 events on homepage; move navigation / RSS feed links for events above "Upcomin...
Jonathan S. Katz [Wed, 21 Aug 2013 03:14:21 +0000 (23:14 -0400)]
List 5 events on homepage; move navigation / RSS feed links for events above "Upcoming Training"

List 5 events on homepage; move navigation / RSS feed links for events above "Upcoming Training"
To maintain the balance of the end columns, this patch also extends the list of
News articles and Planet postings to 7

12 years agoAlso ensure unmanaged transaction is committed after purge
Magnus Hagander [Sat, 19 Oct 2013 13:47:32 +0000 (15:47 +0200)]
Also ensure unmanaged transaction is committed after purge

12 years agoMake explicit cache purge on survey votes
Magnus Hagander [Sat, 19 Oct 2013 13:09:47 +0000 (15:09 +0200)]
Make explicit cache purge on survey votes

It should have been done through the model, but that is somehow not working.
Therefor, make an immediate purge of the results to the specific survey that
is being voted on.

12 years agoExclude repositories from ftp browser
Magnus Hagander [Fri, 18 Oct 2013 15:58:49 +0000 (17:58 +0200)]
Exclude repositories from ftp browser

There is no need to browse into the repositories on the main website.
It's still possible to browse there directly on the ftp servers of course,
for those that need to debug a repository install and things like that.

12 years agoPush 9.3.1, 9.2.5, 9.1.10, 9.0.14 and 8.4.18
Dave Page [Thu, 10 Oct 2013 13:06:03 +0000 (14:06 +0100)]
Push 9.3.1, 9.2.5, 9.1.10, 9.0.14 and 8.4.18

12 years agoUpdate Dalibo's logo.
Dave Page [Wed, 9 Oct 2013 15:05:44 +0000 (16:05 +0100)]
Update Dalibo's logo.