pgweb.git
9 years ago9.5 beta 2
Dave Page [Thu, 12 Nov 2015 19:10:02 +0000 (19:10 +0000)]
9.5 beta 2

9 years agoUse more direct URL, per comments from Heikki
Dave Page [Thu, 5 Nov 2015 09:00:40 +0000 (09:00 +0000)]
Use more direct URL, per comments from Heikki

10 years agoadd a "current" link to the docs page to encourage people to refer to
Stefan Kaltenbrunner [Wed, 4 Nov 2015 19:03:08 +0000 (20:03 +0100)]
add a "current" link to the docs page to encourage people to refer to
the "current" docs instead of linking to versioned urls.
Thanks to Amir Rohan for both the idea and the patch!

10 years agoFix handlig of upper/mixed case email addresses on signup
Magnus Hagander [Wed, 4 Nov 2015 17:17:23 +0000 (18:17 +0100)]
Fix handlig of upper/mixed case email addresses on signup

The validation that the two entered email addresses were the same
did not work properly in this case - only login and other related
pages.

10 years agoCleanup text a little
Dave Page [Thu, 8 Oct 2015 14:39:42 +0000 (15:39 +0100)]
Cleanup text a little

10 years ago9.5b1 and backbranch releases.
Dave Page [Thu, 8 Oct 2015 14:31:35 +0000 (15:31 +0100)]
9.5b1 and backbranch releases.

10 years agousers_keys is a view in production..
Magnus Hagander [Wed, 7 Oct 2015 13:54:25 +0000 (15:54 +0200)]
users_keys is a view in production..

10 years agoDrop objects in the correct order..
Magnus Hagander [Wed, 7 Oct 2015 13:53:36 +0000 (15:53 +0200)]
Drop objects in the correct order..

10 years agoAlso get rid of old users_keys table
Magnus Hagander [Tue, 6 Oct 2015 13:00:24 +0000 (15:00 +0200)]
Also get rid of old users_keys table

10 years agoScrub organizations a bit more, per Stephen
Magnus Hagander [Tue, 6 Oct 2015 12:55:19 +0000 (14:55 +0200)]
Scrub organizations a bit more, per Stephen

10 years agoAdd simple data scrubbing script
Magnus Hagander [Tue, 6 Oct 2015 12:44:02 +0000 (14:44 +0200)]
Add simple data scrubbing script

This is used when we want a developer copy of the database somewhere.

NOTE! Before use always validate that it's up to date!

10 years agoRemove commented-out references to old clickthrus table
Magnus Hagander [Tue, 6 Oct 2015 12:33:10 +0000 (14:33 +0200)]
Remove commented-out references to old clickthrus table

This table is now dropped from the master, so remove it from here
so that nobody tries to re-use that code...

10 years agoFix how the mailinglist subscription form handles parameters
Magnus Hagander [Sat, 3 Oct 2015 11:02:44 +0000 (13:02 +0200)]
Fix how the mailinglist subscription form handles parameters

This was plain broken for things like nomail and digest, but even with
the right syntax it probably did not work right together with the fact
that we require confirmation for subscriptions.

Issue spotted by Amir Rohan, fix suggested by Alvaro Herrera, (broken) code by me

10 years agoEnsure emails are always checked in lowercase
Magnus Hagander [Thu, 24 Sep 2015 14:03:55 +0000 (16:03 +0200)]
Ensure emails are always checked in lowercase

Without this, it seems we can get a failure when the same email
address is entered in different cases on different users.

10 years agoAllow editing of contributor email addresses
Magnus Hagander [Mon, 24 Aug 2015 14:35:51 +0000 (16:35 +0200)]
Allow editing of contributor email addresses

Since this is only used as a display field (same as company name)
etc, we allow the contributors to edit them just generating a standard
post-moderation message to the list.

10 years agoUpdated URL in Press FAQ that was pointing to an incorrect page for PostgreSQL profes...
Jonathan S. Katz [Tue, 11 Aug 2015 20:39:46 +0000 (16:39 -0400)]
Updated URL in Press FAQ that was pointing to an incorrect page for PostgreSQL professional services.

10 years agoAdjusted release date for reality
David Fetter [Thu, 6 Aug 2015 18:35:06 +0000 (11:35 -0700)]
Adjusted release date for reality

10 years ago9.5 Alpha 2
Dave Page [Thu, 6 Aug 2015 12:46:03 +0000 (13:46 +0100)]
9.5 Alpha 2

10 years agoFix incorrect wording on debian/ubuntu pages
Magnus Hagander [Fri, 17 Jul 2015 18:01:42 +0000 (20:01 +0200)]
Fix incorrect wording on debian/ubuntu pages

Spotted by Daniel Cristian Cruz

10 years agoAdd 9.5 to the feature matrix
Magnus Hagander [Wed, 8 Jul 2015 12:29:27 +0000 (13:29 +0100)]
Add 9.5 to the feature matrix

10 years agoReturn proper errorcodes in django auth plugin example
Magnus Hagander [Tue, 21 Apr 2015 12:42:42 +0000 (14:42 +0200)]
Return proper errorcodes in django auth plugin example

Instead of raising an exception which will cause both a server log
and an email to be sent, return a proper http 400 message when the
incoming authentication request is bad. This will also show the
proper error message to the client, instead of a generic internal
server error.

10 years agoRemove unused variables
Magnus Hagander [Tue, 21 Apr 2015 12:36:54 +0000 (14:36 +0200)]
Remove unused variables

10 years agoProperly show error message on login form
Magnus Hagander [Fri, 27 Mar 2015 19:20:57 +0000 (15:20 -0400)]
Properly show error message on login form

Very strange that nobody noticed earlier that this was missing...

10 years agoDon't list "with comments" docs for test versions.
Dave Page [Thu, 2 Jul 2015 14:21:15 +0000 (15:21 +0100)]
Don't list "with comments" docs for test versions.

10 years agoHandle Alpha versions.
Dave Page [Thu, 2 Jul 2015 13:57:58 +0000 (14:57 +0100)]
Handle Alpha versions.

10 years agoMissed an 'alpha'.
Dave Page [Thu, 2 Jul 2015 13:39:09 +0000 (14:39 +0100)]
Missed an 'alpha'.

10 years agoWe have Alpha builds at the moment...
Dave Page [Thu, 2 Jul 2015 13:35:03 +0000 (14:35 +0100)]
We have Alpha builds at the moment...

10 years ago9.5 Alpha 1
Dave Page [Thu, 2 Jul 2015 13:28:37 +0000 (14:28 +0100)]
9.5 Alpha 1

10 years agomake php code enclosed by ?php - this makes it work by default on more modern
Stefan Kaltenbrunner [Sat, 20 Jun 2015 16:02:20 +0000 (12:02 -0400)]
make php code enclosed by ?php - this makes it work by default on more modern
php/debian

10 years agoPostgreSQL 9.4.4, 9.3.9, 9.2.13, 9.1.18 & 9.0.22 Released!
Dave Page [Fri, 12 Jun 2015 12:38:55 +0000 (13:38 +0100)]
PostgreSQL 9.4.4, 9.3.9, 9.2.13, 9.1.18 & 9.0.22 Released!

10 years agoPostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16 & 9.0.20 Released!
Dave Page [Thu, 4 Jun 2015 12:54:13 +0000 (13:54 +0100)]
PostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16 & 9.0.20 Released!

10 years agoPostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16, and 9.0.20 released!
Dave Page [Fri, 22 May 2015 13:00:01 +0000 (14:00 +0100)]
PostgreSQL 9.4.2, 9.3.7, 9.2.11, 9.1.16, and 9.0.20 released!

10 years agoAdd core team description.
Dave Page [Mon, 18 May 2015 09:58:08 +0000 (10:58 +0100)]
Add core team description.

10 years agoAdd RHEL 7, mention about 9.2 packages in RHEL 6, and reorder from the latest to...
Devrim Gündüz [Thu, 16 Apr 2015 11:19:46 +0000 (14:19 +0300)]
Add RHEL 7, mention about 9.2 packages in RHEL 6,  and reorder from the latest to the oldest.

Per Magnus.

10 years agosplit security information into two parts, one for issues in supported versions
Stefan Kaltenbrunner [Fri, 15 May 2015 17:28:04 +0000 (19:28 +0200)]
split security information into two parts, one for issues in supported versions
and into an archive. Patch from Josh Berkus - very slightly modified by me.

10 years agoAdd new books from Packt.
Dave Page [Tue, 14 Apr 2015 08:08:04 +0000 (09:08 +0100)]
Add new books from Packt.

10 years agoUpdate info about CVE-2014-0067, now that the full fix is out
Magnus Hagander [Sat, 14 Mar 2015 12:26:05 +0000 (13:26 +0100)]
Update info about CVE-2014-0067, now that the full fix is out

From Noah Misch

10 years agoOrdered the PUG listings by Country, Locale as opposed to Country, Name
Jonathan S. Katz [Mon, 9 Mar 2015 17:38:44 +0000 (13:38 -0400)]
Ordered the PUG listings by Country, Locale as opposed to Country, Name

10 years agoAdd mention about Oracle Linux, and also state that 7.x is supported.
Devrim Gunduz [Wed, 18 Feb 2015 10:40:19 +0000 (12:40 +0200)]
Add mention about Oracle Linux, and also state that 7.x is supported.

10 years agotake a stab at cleaning up our download pages:
Stefan Kaltenbrunner [Wed, 11 Feb 2015 20:24:05 +0000 (21:24 +0100)]
take a stab at cleaning up our download pages:
* remove the boilerplates on various pages about how "easy" it is to build from source when we include a "installing from source" include at the same page
* remove text that mentions prehistoric and unsupported postgresql versions and/or OS platforms (yeah that means you PostgreSQL 8.4 and OSX for PPC...)
* pittis PPA is dead - long life apt.postgresql.org
* move the yum/rpm stuff to 9.4
* corrects some information about the apt repository wrt the support of ubuntu LTS-only
* update the fedora included versions with supported and upcoming fedora versions

10 years agofix prehistoric typo in the alt= text
Stefan Kaltenbrunner [Wed, 11 Feb 2015 19:48:41 +0000 (20:48 +0100)]
fix prehistoric typo in the alt= text

10 years agoUpdate security page for new releases
Magnus Hagander [Wed, 11 Feb 2015 19:24:16 +0000 (20:24 +0100)]
Update security page for new releases

Seems this was forgotten when the new release was pushed :S

Changes by Josh Berkus

10 years agoArchive GSoC page to 2014 and update to 2015.
Thom Brown [Mon, 9 Feb 2015 20:22:10 +0000 (20:22 +0000)]
Archive GSoC page to 2014 and update to 2015.

10 years agocorrect links to the details for CVE-2006-2313 and CVE-2006-2314 - per report
Stefan Kaltenbrunner [Sat, 7 Feb 2015 09:13:52 +0000 (10:13 +0100)]
correct links to the details for CVE-2006-2313 and CVE-2006-2314 - per report
from Noah Misch on -www

10 years agoFix list of supported Ubuntu versions
Magnus Hagander [Fri, 6 Feb 2015 09:01:15 +0000 (10:01 +0100)]
Fix list of supported Ubuntu versions

The dropdown list is actually correct, but the free text part
forgot to mention 14.04.

Noted by Paul Behrisch

10 years agoFix typo
Dave Page [Thu, 5 Feb 2015 14:49:17 +0000 (14:49 +0000)]
Fix typo

10 years agoRelease 9.4.1, 9.3.6, 9.2.10, 9.1.15 & 9.0.19
Dave Page [Thu, 5 Feb 2015 14:47:27 +0000 (14:47 +0000)]
Release 9.4.1, 9.3.6, 9.2.10, 9.1.15 & 9.0.19

10 years agoCorrect contact number.
Dave Page [Mon, 26 Jan 2015 09:05:31 +0000 (09:05 +0000)]
Correct contact number.

10 years agofix some spelling errors noticed while reading through the code
Stefan Kaltenbrunner [Sun, 25 Jan 2015 09:17:12 +0000 (10:17 +0100)]
fix some spelling errors noticed while reading through the code

10 years agoadd new book in french - per Guillaume
Stefan Kaltenbrunner [Sun, 25 Jan 2015 08:47:44 +0000 (09:47 +0100)]
add new book in french - per Guillaume

10 years agofix spelling error and quote the "change" reference to make it more obvious
Stefan Kaltenbrunner [Sun, 25 Jan 2015 08:34:52 +0000 (09:34 +0100)]
fix spelling error and quote the "change" reference to make it more obvious

10 years agoAdd support for changing community account email
Magnus Hagander [Wed, 21 Jan 2015 20:22:16 +0000 (21:22 +0100)]
Add support for changing community account email

When changing an email, we generate a random token and send it to the
new email (the old email is verified by the fact that the user is
already logged in). Once the link in the email is clicked, we update
the actual email.

10 years agoadd cleaned up version of the indonesian version of the pressrelease, per
Stefan Kaltenbrunner [Sat, 20 Dec 2014 15:30:21 +0000 (16:30 +0100)]
add cleaned up version of the indonesian version of the pressrelease, per
request from josh

10 years agoeven more absolute url to relative url conversion...
Stefan Kaltenbrunner [Fri, 19 Dec 2014 20:18:38 +0000 (21:18 +0100)]
even more absolute url to relative url conversion...

10 years agoconvert some absolute url references to relative ones, still more to go...
Stefan Kaltenbrunner [Fri, 19 Dec 2014 19:10:58 +0000 (20:10 +0100)]
convert some absolute url references to relative ones, still more to go...

10 years agoa small number of old presskits had links to various logos and images
Stefan Kaltenbrunner [Fri, 19 Dec 2014 18:53:28 +0000 (19:53 +0100)]
a small number of old presskits had links to various logos and images
hosted on developer.postgresql.org/~josh which is not really ideal, especially
for the three occurances where they where used as <img src=> so refer to files
we already have under media/img/...

10 years agoupdate references to the wiki to https instead of http, remove random windows
Stefan Kaltenbrunner [Fri, 19 Dec 2014 18:06:30 +0000 (19:06 +0100)]
update references to the wiki to https instead of http, remove random windows
line endings from some older files and fix some minor typos/whitespace issues

10 years agoswitch debian/ubuntu download instructions to 9.4 add Jessie while here as
Stefan Kaltenbrunner [Fri, 19 Dec 2014 14:37:04 +0000 (15:37 +0100)]
switch debian/ubuntu download instructions to 9.4 add Jessie while here as
well to sync up with what we have on the wiki...

10 years agorefer to 9.4 as the latest version...
Stefan Kaltenbrunner [Thu, 18 Dec 2014 20:15:13 +0000 (21:15 +0100)]
refer to 9.4 as the latest version...

10 years agominor 9.4->9.5 update for the roadmap page keep the less general "Q3"
Stefan Kaltenbrunner [Thu, 18 Dec 2014 19:59:23 +0000 (20:59 +0100)]
minor 9.4->9.5 update for the roadmap page keep the less general "Q3"
wording while the press faq seems to be rather specific qith September 2015

10 years agoFix encoding.
Dave Page [Thu, 18 Dec 2014 15:46:32 +0000 (15:46 +0000)]
Fix encoding.

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