Commit Graph

37 Commits

Author SHA1 Message Date
50ac1ab518 Ensure "Versioning Policy" is titlecased. 2018-10-16 10:30:05 -04:00
72bb6bcbb0 Publish the COC. 2018-09-18 11:17:01 +01:00
747cc8f06a Add support for doing ESI on pages in Varnish 2018-06-29 18:03:25 +02:00
b2f45e5235 Added "Recognition Guidelines" to the "Community" quick links.
This had dropped off after the site refresh, but should be there.
2018-06-07 15:49:35 -04:00
b2ac897257 Updated Navigation Context for updated user flow.
This takes into account some pages that have been deprecrated,
some new pages, and some updated URLs.
2018-04-17 13:43:12 -04:00
a3e12ae500 Point "History" to the "History" section in documentation.
Part of the website refresh; this points the "History" page to
the current version of the documentation, using "current" as
the pointer.
2018-04-15 16:13:26 -04:00
fd37389a3b Replace NavContext and render_to_response with render_pgweb
render_to_response does not work on newer django, so it needs to be
replaced. And using a speicfic context actually overcomplicates things,
it's easier to just use a wrapper function. For those cases where we
don't need NavContext, just use render() (the new shortcut function from
django), which also removes the need to use RequestContext.
2018-03-10 10:38:11 -05:00
24d3a5881e Don't crash when .git/refs/heads/master doesn't exist
This happens after a git gc which moves this into packed-refs. So when
this happens, look in packed-refs. If packed-refs also cannot be found,
just return a made up value instead of crashing.
2017-10-13 11:15:51 +02:00
9d0a041efc Fix link to French docs 2017-08-13 18:41:38 +02:00
07b6188954 Publish community recognition guidelines from the PostgreSQL Core Committee.
Publish the community recognition guidelines developed by the PostgreSQL Core
Committee from a navigation off of the "Community" section.  Add URLs from
several other pages on the PostgreSQL website in order to access the guidelines:

  * Donate
  * Events
  * User Groups

Additionally, this patch updates the contact email address for donation questions
to the PostgreSQL Funds Group.
2017-08-01 16:42:58 -04:00
42e68546d0 Remove references to Alpha versions, as we don't do them anymore
Also noted by Christoph Berg
2016-10-01 13:08:19 +02:00
d5c4af13f9 Fix link to Russian documentation
One link was updated and one missed in
df4a433b19. This makes them consistent.

Pavel Luzanov
2016-09-08 19:11:26 +02:00
0b30089d34 add docs translated to russian - patch from Pavel Luzanov on -www 2016-08-10 21:58:10 +02:00
cd37dac7fd Move submitbug under /account/
In passing make it require ssl, make it no longer csrf-exempt,
and make it require a login so we don't let unauthenticated emails
through.
2016-05-17 17:37:09 -04:00
118b1193b8 Remove pwn module and links
The pwn module has never been used, as the pwn are simply sent to
-announce and nothing else. We've kept the code and model around for
doing it on the site for years now and it's unused, so let's remove it
to cut down on maintenance cost.
2016-05-14 22:17:07 +02:00
498e786c0e Move files and directories for new project layout
Move manage.py up one step, set up a new wsgi.py file, and adjust
relative paths that refer to other directories for the new project
layout that we need to use in django 1.8.
2016-05-14 19:49:12 +02:00
d7c0f24d3a Add core team description. 2015-05-18 10:58:08 +01:00
41c92d2ce4 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...
2014-11-03 20:53:08 +01:00
70729f8238 remove reference to pgfoundry as decided ages ago... 2014-11-03 20:42:47 +01:00
98f59c6479 http->https here too, but this file needs more work anyway... 2014-11-03 20:41:27 +01:00
48410d04fa 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.
2014-01-01 15:24:51 +01:00
8e317528ee Replace /community/lists/ page with a redirect to /list/
This new page is served from the archives backend, and has been enhanced
to contain the combination of the contents of both pages.
2013-09-14 14:13:20 +02:00
ec5b9fa183 Add usergroup listing module
Jonathan Katz
2013-05-08 22:07:30 +02:00
cca835ab03 Replace references to old archives URLs with new counterparts 2013-02-06 15:43:29 +01:00
2cad1799ed Actually implement a way to look at older events (events archive)
This also changes the main URL to look at events to be /about/events/
instead of /about/eventsarchive/, and reuses /about/eventsarchive/ to
be the actual achive. Also separates out the training archive to it's
own page at /about/eventsarchive/training/, for easier browsing.
2013-01-30 14:28:16 +01:00
c11688e595 Update releases 2012-12-06 14:07:16 +00:00
aa0fc310ac Fix the What's New link. 2012-09-25 13:25:50 +01:00
b282714a09 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...
2012-07-01 14:25:32 +02:00
27fc2a7e3c Migrate ssh keys and store them in a UserProfile table 2011-11-27 14:44:18 +01:00
e34d27ac25 Fix "what's new" text to have the proper ' in it. 2011-11-07 21:37:18 +01:00
bd02e36141 Sync up to svn revision 2906 2011-11-05 15:57:06 +01:00
965767e992 Add edit for professional services 2011-08-24 16:56:00 +02:00
571195361f Sync up to svn revision 2870 2011-08-11 15:11:23 +02:00
7b54520396 Add support for changing passwords, resetting passwords and signing
up for new accounts.
2010-02-26 15:57:33 +01:00
c3be6c213f Clean up the /accounts/ section. Still need to edit profile somehow,
but the submitted objects are now much nicer arranged.
2010-02-26 13:58:41 +01:00
df91488ae6 Add a template context processor that sets link_root on all secure requests,
so that we can generate proper linkbacks to the non-secure version of the
site for all static content.
2009-09-16 16:09:54 +02:00
90b758c247 A first very basic import.
Contains basic functionality, and an import of most of the static content
from the old site.

There is still plenty more to do...
2009-09-14 14:39:25 +02:00