pgweb.git
7 years agoPreserve whitespace and newlines in messages in the archive.
Jonathan S. Katz [Mon, 11 Jun 2018 18:35:12 +0000 (14:35 -0400)]
Preserve whitespace and newlines in messages in the archive.

This will help with readability of code segments and match what
people see in their email clients.

7 years agoFix misspellings of PostgreSQL in old presskits
Daniel Gustafsson [Mon, 11 Jun 2018 07:07:34 +0000 (09:07 +0200)]
Fix misspellings of PostgreSQL in old presskits

7 years agoReplace reference to Mac OS X with macOS
Daniel Gustafsson [Sun, 10 Jun 2018 22:32:01 +0000 (00:32 +0200)]
Replace reference to Mac OS X with macOS

This is a follow-up commit to 7d5fe7dbbbb11 which changed most of
the references.

7 years agoUpdate Git URL to be directly to core project.
Jonathan S. Katz [Sat, 9 Jun 2018 19:53:11 +0000 (15:53 -0400)]
Update Git URL to be directly to core project.

7 years agoAdd "v11" to the PostgreSQL Feature Matrix.
Jonathan S. Katz [Fri, 8 Jun 2018 14:07:11 +0000 (10:07 -0400)]
Add "v11" to the PostgreSQL Feature Matrix.

This will allow us to populate new features added to PostgreSQL 11
earlier in the release lifecycle to help drive more awareness to
what has changed.

7 years agoDon't crash on concurrent consent given
Magnus Hagander [Fri, 8 Jun 2018 10:45:52 +0000 (12:45 +0200)]
Don't crash on concurrent consent given

If a user gave consent to sharing community auth data in two parallel
sessions, one of them would crash with a unique violation. To avoid
that, use the django function for get_or_create(), and just throw away
the results if it turned out to be a get.

7 years agoAdded "Practical SQL" book to books list.
Jonathan S. Katz [Thu, 7 Jun 2018 19:57:31 +0000 (15:57 -0400)]
Added "Practical SQL" book to books list.

7 years agoAdded "Recognition Guidelines" to the "Community" quick links.
Jonathan S. Katz [Thu, 7 Jun 2018 19:49:35 +0000 (15:49 -0400)]
Added "Recognition Guidelines" to the "Community" quick links.

This had dropped off after the site refresh, but should be there.

7 years agoUpdated "Financial" section of Community Conference Recognition Guidelines.
Jonathan S. Katz [Thu, 7 Jun 2018 19:47:31 +0000 (15:47 -0400)]
Updated "Financial" section of Community Conference Recognition Guidelines.

The updated language was agreed to by the Core Team.

7 years agoFix a typo that causes inconsistent line heights in the archives.
Sarah Conway [Fri, 1 Jun 2018 16:15:07 +0000 (09:15 -0700)]
Fix a typo that causes inconsistent line heights in the archives.

A typo caused the h3.messages class to be larger than the h1.subject class that
was apparent when reading the archives. This makes both the CSS valid as well
as brings a better user experience.

7 years agoRemove "Shaded" URLs for clicked links site wide.
Sarah Conway [Wed, 30 May 2018 18:35:31 +0000 (11:35 -0700)]
Remove "Shaded" URLs for clicked links site wide.

7 years agoRemove minor versions as part of "Release Version" from Books.
Jonathan S. Katz [Thu, 31 May 2018 19:57:47 +0000 (15:57 -0400)]
Remove minor versions as part of "Release Version" from Books.

7 years agoAdd "PostgreSQL 10 Administration Cookbook"
Alvaro Herrera [Thu, 31 May 2018 18:37:46 +0000 (14:37 -0400)]
Add "PostgreSQL 10 Administration Cookbook"

7 years agoImplement consent for third party orgs in commmunity auth
Magnus Hagander [Wed, 30 May 2018 20:22:42 +0000 (16:22 -0400)]
Implement consent for third party orgs in commmunity auth

This adds a new model for CommunityAuthOrg representing the organisation
that runs the system that's being authenticated (e.g. PostgreSQL Europe
or PostgreSQL US). For this we just keep a name and a "is consent required" flag.

In the case where consent is required, we keep track on a per-user basis
of if they have given consent to sharing their data with this
organistion. If they haven't, we ask for it before completing the
redirect and actually sharing the data.

7 years ago"Upcoming Community Events" => "Upcoming Events" on homepage.
Jonathan S. Katz [Thu, 24 May 2018 16:18:52 +0000 (12:18 -0400)]
"Upcoming Community Events" => "Upcoming Events" on homepage.

7 years agoPostgreSQL 11 Beta 1 release.
Jonathan S. Katz [Wed, 23 May 2018 15:56:34 +0000 (11:56 -0400)]
PostgreSQL 11 Beta 1 release.

7 years agoFixed spelling of Berkely.
Jonathan S. Katz [Tue, 22 May 2018 21:06:45 +0000 (17:06 -0400)]
Fixed spelling of Berkely.

7 years agoOnly call `datetime.date.today` once on the homepage.
Jonathan S. Katz [Fri, 18 May 2018 17:18:53 +0000 (13:18 -0400)]
Only call `datetime.date.today` once on the homepage.

7 years agoUpdate homepage event display algorithm.
Jonathan S. Katz [Fri, 18 May 2018 17:16:09 +0000 (13:16 -0400)]
Update homepage event display algorithm.

The event display algorithm shows up to two non-badged events
that take place over the next three months.  Subsequently, up to
seven minus |non-badged events| are returned.

7 years agoPut ordering on event querysets on homepage.
Jonathan S. Katz [Fri, 18 May 2018 13:55:49 +0000 (09:55 -0400)]
Put ordering on event querysets on homepage.

As we are getting the first X of each event queryset, we need to
ensure there is ordering so it is the first X by date.

7 years agoUpdated event display algorithm on home page.
Jonathan S. Katz [Thu, 17 May 2018 16:25:27 +0000 (12:25 -0400)]
Updated event display algorithm on home page.

The homepage will now display seven events, allowing up to two
events that are not community badged to be present.

7 years agoCumulative 2018-05-10 release content updates.
Jonathan S. Katz [Thu, 10 May 2018 13:07:47 +0000 (06:07 -0700)]
Cumulative 2018-05-10 release content updates.

7 years agoAdd PostgreSQL 10 High Performance book
Dave Page [Wed, 9 May 2018 12:09:38 +0000 (13:09 +0100)]
Add PostgreSQL 10 High Performance book

7 years agoEnsure "Donate via SPI" button submits form and redirects to SPI.
Jonathan S. Katz [Tue, 8 May 2018 05:10:12 +0000 (22:10 -0700)]
Ensure "Donate via SPI" button submits form and redirects to SPI.

7 years agoRemove duplicate text
Devrim Gรผndรผz [Mon, 7 May 2018 00:05:45 +0000 (01:05 +0100)]
Remove duplicate text

7 years agoUpdate min supported Fedora version
Devrim Gรผndรผz [Sun, 6 May 2018 21:14:02 +0000 (22:14 +0100)]
Update min supported Fedora version

7 years agoUpdate Fedora information for latest releases
Devrim Gรผndรผz [Sun, 6 May 2018 21:04:08 +0000 (22:04 +0100)]
Update Fedora information for latest releases

7 years agoUpdate examples for Debian packages to for PostgreSQL 10.
Christoph Berg [Sat, 5 May 2018 18:03:40 +0000 (14:03 -0400)]
Update examples for Debian packages to for PostgreSQL 10.

7 years agoAdd package information for Ubuntu LTS 18.04
Christoph Berg [Sat, 5 May 2018 18:02:54 +0000 (14:02 -0400)]
Add package information for Ubuntu LTS 18.04

7 years agoDo not show news article byline if author is "_migrated"
Jonathan S. Katz [Fri, 4 May 2018 17:56:31 +0000 (13:56 -0400)]
Do not show news article byline if author is "_migrated"

7 years agoLink "Browse Archives" in "News" on homepage to news archives.
Jonathan S. Katz [Thu, 3 May 2018 20:38:09 +0000 (16:38 -0400)]
Link "Browse Archives" in "News" on homepage to news archives.

7 years agoDon't allow docs comments on unsupported versions
Magnus Hagander [Thu, 3 May 2018 17:44:11 +0000 (19:44 +0200)]
Don't allow docs comments on unsupported versions

7 years agoUpdated Google Summer of Code page with 2018 details.
Stephen Frost [Thu, 3 May 2018 12:51:49 +0000 (08:51 -0400)]
Updated Google Summer of Code page with 2018 details.

7 years agoFix spacing between content and navigation in archives code.
Sarah Conway [Wed, 2 May 2018 19:34:04 +0000 (15:34 -0400)]
Fix spacing between content and navigation in archives code.

7 years agoAdd missing trailing slash to generated URL for sitemap.
Jonathan S. Katz [Wed, 2 May 2018 16:18:43 +0000 (12:18 -0400)]
Add missing trailing slash to generated URL for sitemap.

7 years agoFix generation of static templates URLs for sitemap.xml
Jonathan S. Katz [Wed, 2 May 2018 16:05:49 +0000 (12:05 -0400)]
Fix generation of static templates URLs for sitemap.xml

Cause of issue is speculated to be due to different relative path
handling since upgrade of Django versions.  For the static pages,
the path is handled relative to the file that is generating the
URLs for the sitemap.

7 years agoRename NOREPLY_FROM to ACCOUNTS_NOREPLY_FROM
Magnus Hagander [Tue, 1 May 2018 15:52:15 +0000 (17:52 +0200)]
Rename NOREPLY_FROM to ACCOUNTS_NOREPLY_FROM

This is today only used for things coming out of the accounts system,
like new accounts and password resets. To make sure we don't
accidentally start using it for something else, change the name of the
parameter.

7 years agoFix typo on the "About" page.
Jonathan S. Katz [Thu, 26 Apr 2018 21:36:29 +0000 (14:36 -0700)]
Fix typo on the "About" page.

7 years agoRefactor the navigation bar for desktop, tablet, and mobile.
Jonathan S. Katz [Wed, 25 Apr 2018 21:01:04 +0000 (14:01 -0700)]
Refactor the navigation bar for desktop, tablet, and mobile.

Specifically, the navigation bar now shrinks in height on scroll
and when on devices smaller than 768px. Additionally, the search
box disappears at the 1280px break point to avoid text wrapping.
A JavaScript file was added (main.js) to apply the "compressed"
class when scrolling, which is what provides the menu shrinking.

7 years agoAdd a new PostGIS book.
Dave Page [Wed, 25 Apr 2018 10:19:09 +0000 (11:19 +0100)]
Add a new PostGIS book.

7 years agoReturn "Why Upgrade?" and "Security" to prominence on homepage.
Jonathan S. Katz [Tue, 24 Apr 2018 18:44:44 +0000 (11:44 -0700)]
Return "Why Upgrade?" and "Security" to prominence on homepage.

7 years agoUse Bootstrap's default for line height.
Jonathan S. Katz [Sun, 22 Apr 2018 00:09:02 +0000 (20:09 -0400)]
Use Bootstrap's default for line height.

This will help to bring more content "above-the-fold" and in
particular help with the scrollability of pages that tend to have
much more content, e.g. mail archives.

7 years agoConvert formatting of Planet Postgres listing to table.
Sarah Conway [Sat, 21 Apr 2018 23:56:24 +0000 (16:56 -0700)]
Convert formatting of Planet Postgres listing to table.

This changes the structural display of the Planet Postgres listing on
the Community page from a dl tag to table. This allows for better padding
and less dense display of the post titles.

7 years agoRemove padding from month/tread view tables in archives.
Jonathan S. Katz [Sat, 21 Apr 2018 22:03:38 +0000 (18:03 -0400)]
Remove padding from month/tread view tables in archives.

This will help improve "information density" available on a given
page.

7 years agoAdjust color of <strong> tags to help them stand out more.
Sarah Conway [Sat, 21 Apr 2018 02:38:40 +0000 (19:38 -0700)]
Adjust color of <strong> tags to help them stand out more.

7 years agoChange colors for visited links.
Sarah Conway [Sat, 21 Apr 2018 02:34:38 +0000 (19:34 -0700)]
Change colors for visited links.

This changes the color for visited links to be a darker blue shade
in order to make it easier to distinguish between visited/unvisited
URLs.

7 years agoFix broken link on "About" page to tutorial.
Jonathan S. Katz [Sat, 21 Apr 2018 00:34:39 +0000 (20:34 -0400)]
Fix broken link on "About" page to tutorial.

7 years agoCSS changes related to mailing list message view fix.
Jonathan S. Katz [Sat, 21 Apr 2018 00:18:29 +0000 (20:18 -0400)]
CSS changes related to mailing list message view fix.

The CSS will help with the mobile scrolling / viewport wrapping
of text.

7 years agoUpdate language on "Contact" page related to donations.
Jonathan S. Katz [Fri, 20 Apr 2018 22:22:39 +0000 (18:22 -0400)]
Update language on "Contact" page related to donations.

7 years agoAdd more references on how to report bugs and security issues.
Jonathan S. Katz [Fri, 20 Apr 2018 22:16:31 +0000 (18:16 -0400)]
Add more references on how to report bugs and security issues.

Based on user feedback, it was challenging to find how to do so.
This should make it a little easier.

7 years agoAdd View Archives button to mailing lists box
xenophenes [Thu, 19 Apr 2018 23:45:38 +0000 (16:45 -0700)]
Add View Archives button to mailing lists box

7 years agoCSS changes to go with pgarchives changes for easier scrolling
Jonathan S. Katz [Thu, 19 Apr 2018 03:17:47 +0000 (23:17 -0400)]
CSS changes to go with pgarchives changes for easier scrolling

7 years agoChange submit button on "Submit a Bug" to "Submit and Send Email"
Jonathan S. Katz [Thu, 19 Apr 2018 02:27:00 +0000 (22:27 -0400)]
Change submit button on "Submit a Bug" to "Submit and Send Email"

7 years agoAdd CSS styles for pgarchives changes.
Jonathan S. Katz [Wed, 18 Apr 2018 20:21:10 +0000 (16:21 -0400)]
Add CSS styles for pgarchives changes.

This is because there is some shared infrastructure between the
two apps.

7 years agoFix typo
Magnus Hagander [Wed, 18 Apr 2018 19:08:54 +0000 (21:08 +0200)]
Fix typo

7 years agoAdd label for the search term box
Magnus Hagander [Wed, 18 Apr 2018 16:37:04 +0000 (18:37 +0200)]
Add label for the search term box

This is in particular needed when there is already something there --
the placeholder is only shown on an empty form.

7 years agoRemove duplicated list dropdown
Magnus Hagander [Wed, 18 Apr 2018 16:32:21 +0000 (18:32 +0200)]
Remove duplicated list dropdown

7 years agoFix for rendering of search results.
Jonathan S. Katz [Wed, 18 Apr 2018 16:26:02 +0000 (12:26 -0400)]
Fix for rendering of search results.

Author: Sarah Conway <sarah.conway@crunchydata.com>

7 years agoWrap search results in a <p> block.
Jonathan S. Katz [Wed, 18 Apr 2018 16:12:35 +0000 (12:12 -0400)]
Wrap search results in a <p> block.

The search results need a bit more work to look modern, but this
will alleviate formatting issues.

7 years agoUpdated "License" page with modern design and structure.
Jonathan S. Katz [Mon, 16 Apr 2018 04:03:55 +0000 (00:03 -0400)]
Updated "License" page with modern design and structure.

This also changes some of the language around "Why our License"
to provide more context around why the community chose our license
and where to find out more information about the license.

7 years agoUpdated survey results page with modern design.
Jonathan S. Katz [Mon, 16 Apr 2018 04:02:47 +0000 (00:02 -0400)]
Updated survey results page with modern design.

7 years agoUpdated "Search" pages with modern design.
Jonathan S. Katz [Mon, 16 Apr 2018 04:01:35 +0000 (00:01 -0400)]
Updated "Search" pages with modern design.

7 years agoUpdated Support, Security, and Versioning with modern design.
Jonathan S. Katz [Mon, 16 Apr 2018 03:59:49 +0000 (23:59 -0400)]
Updated Support, Security, and Versioning with modern design.

Authors: Sarah Conway <sarah.conway@crunchydata.com> andme.

7 years agoUpdate "Event" and "News" archive to reflect new designs.
Jonathan S. Katz [Mon, 16 Apr 2018 03:55:14 +0000 (23:55 -0400)]
Update "Event" and "News" archive to reflect new designs.

7 years agoUpdated "About" pages for modern design and workflow.
Jonathan S. Katz [Mon, 16 Apr 2018 03:50:29 +0000 (23:50 -0400)]
Updated "About" pages for modern design and workflow.

This patch also removes a few pages, including:

- Advantages
- Awards
- Case Studies
- Featured Users
- Quotes

The upkeep of and traffic to these pages made them expendable
for the purposes of the new workflow.

7 years agoCreate "Online Resources" page.
Jonathan S. Katz [Mon, 16 Apr 2018 03:45:18 +0000 (23:45 -0400)]
Create "Online Resources" page.

The online resources page guides users to other digital resources
for learning about and better utilizing PostgreSQL.

Author: Sarah Conway <sarah.conway@crunchydata.com>

7 years agoUpdate Documentation and Bug Report pages to use modern design.
Jonathan S. Katz [Mon, 16 Apr 2018 03:44:49 +0000 (23:44 -0400)]
Update Documentation and Bug Report pages to use modern design.

7 years agoUpdate "Downloads" pages for redesign.
Jonathan S. Katz [Mon, 16 Apr 2018 03:40:00 +0000 (23:40 -0400)]
Update "Downloads" pages for redesign.

The downloads workflow remains the same, but adds more structured
elements to the page for easier viewing.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me.

7 years agoRestructure "Books" page to use new styles.
Jonathan S. Katz [Mon, 16 Apr 2018 03:33:02 +0000 (23:33 -0400)]
Restructure "Books" page to use new styles.

As the books page is not dynamically generated, this is a rather
large diff, but the changes are fairly straightforward.

Author: Sarah Conway <sarah.conway@crunchydata.com>

7 years agoAdapt the press kit for PostgreSQL 10 to the modern design.
Jonathan S. Katz [Mon, 16 Apr 2018 03:30:45 +0000 (23:30 -0400)]
Adapt the press kit for PostgreSQL 10 to the modern design.

As the PostgreSQL 10 press kit is still visible, apply structural
changes to ensure it is legible to viewers.

Author: Sarah Conway <sarah.conway@crunchydata.com>

7 years agoUpdate "Developer" pages with new design and workflow.
Jonathan S. Katz [Mon, 16 Apr 2018 03:23:15 +0000 (23:23 -0400)]
Update "Developer" pages with new design and workflow.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me

7 years agoUpdated "Community" pages for new design and workflow.
Jonathan S. Katz [Mon, 16 Apr 2018 03:17:56 +0000 (23:17 -0400)]
Updated "Community" pages for new design and workflow.

This also marks the retirement of the "Propaganda" and the
"Resources" page.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me.

7 years agoUpdate user profile management pages.
Jonathan S. Katz [Mon, 16 Apr 2018 03:12:58 +0000 (23:12 -0400)]
Update user profile management pages.

This applies the new CSS and HTML framework to the user profile
management pages.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me.

7 years agoUpdated Feature Matrix to reflect changes to website.
Jonathan S. Katz [Mon, 16 Apr 2018 03:04:05 +0000 (23:04 -0400)]
Updated Feature Matrix to reflect changes to website.

The feature matrix is now modified to be helpful for newer users.
Entries now go from neweset version to oldest, as well as
displaying all entries by default.

7 years agoUpdated Navigation Context for updated user flow.
Jonathan S. Katz [Mon, 16 Apr 2018 02:59:52 +0000 (22:59 -0400)]
Updated Navigation Context for updated user flow.

This takes into account some pages that have been deprecrated,
some new pages, and some updated URLs.

7 years agoUpdate "About" page with new look and feel as well as content.
Jonathan S. Katz [Mon, 16 Apr 2018 02:58:10 +0000 (22:58 -0400)]
Update "About" page with new look and feel as well as content.

The content is geared more towards people first discovering
PostgreSQL as well as providing guidance over history and
usage of the project.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me

7 years agoHomepage redesign utilizing new CSS and base HTML.
Jonathan S. Katz [Mon, 16 Apr 2018 02:57:50 +0000 (22:57 -0400)]
Homepage redesign utilizing new CSS and base HTML.

The new look of the homepage is optimized for both desktop and
mobile views and is setup to help guide new and returning users
to appropriate PostgreSQL content.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me

7 years agoNew base HTML for PostgreSQL.org
Jonathan S. Katz [Mon, 16 Apr 2018 02:57:05 +0000 (22:57 -0400)]
New base HTML for PostgreSQL.org

The base HTML structure enables the responsiveness for the
website. In addition to the primary base template, the generic
page and form templates are also modernized.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me

7 years agoNew CSS base for the PostgreSQL website.
Jonathan S. Katz [Mon, 16 Apr 2018 02:14:53 +0000 (22:14 -0400)]
New CSS base for the PostgreSQL website.

This also adds Bootstrap, Font Awesome to the codebase with license info.

Bootstrap and Font Awesome are CSS and font frameworks respectively
that ease modern web development.

The new CSS allows the PostgreSQL.org website to be responsive
based on browser window size as well as provide a modern look
and feel.

The redesign is built on top off the Bootstrap and Font Awesome
CSS and font frameworks respectively.

Authors: Sarah Conway <sarah.conway@crunchydata.com> and me

7 years agoAllow "About" page to be render dynamically.
Jonathan S. Katz [Mon, 16 Apr 2018 02:05:59 +0000 (22:05 -0400)]
Allow "About" page to be render dynamically.

In prep for the new "About" page to serve dynamic (though
periodically cached) content.

7 years agoUse UK spelling for words on "Core" page.
Jonathan S. Katz [Sun, 15 Apr 2018 23:56:22 +0000 (19:56 -0400)]
Use UK spelling for words on "Core" page.

7 years agoAdd missing </p> tag on "Backend" page.
Jonathan S. Katz [Sun, 15 Apr 2018 23:53:42 +0000 (19:53 -0400)]
Add missing </p> tag on "Backend" page.

7 years agoPoint "History" to the "History" section in documentation.
Jonathan S. Katz [Sun, 15 Apr 2018 20:13:26 +0000 (16:13 -0400)]
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.

7 years agoUse <h2> instead of <h3> on the Donate page.
Jonathan S. Katz [Sun, 15 Apr 2018 20:06:02 +0000 (16:06 -0400)]
Use <h2> instead of <h3> on the Donate page.

7 years agoAdd "Read More..." to the news archive list.
Jonathan S. Katz [Sun, 15 Apr 2018 19:58:44 +0000 (15:58 -0400)]
Add "Read More..." to the news archive list.

7 years agoBreak up product count and category description.
Jonathan S. Katz [Sun, 15 Apr 2018 19:53:48 +0000 (15:53 -0400)]
Break up product count and category description.

This puts the product count and the description of the product
category onto separate lines.

7 years agoAdd byline to detailed News view and archive list.
Jonathan S. Katz [Sun, 15 Apr 2018 19:48:10 +0000 (15:48 -0400)]
Add byline to detailed News view and archive list.

This will let users know who is posting the news.

7 years agoUpdated Press FAQ with information about PostgreSQL 11
Jonathan S. Katz [Sun, 15 Apr 2018 19:44:08 +0000 (15:44 -0400)]
Updated Press FAQ with information about PostgreSQL 11

7 years agoAppend "/" to pgweb hosted URLs that currently lack one.
Jonathan S. Katz [Sun, 15 Apr 2018 19:14:04 +0000 (15:14 -0400)]
Append "/" to pgweb hosted URLs that currently lack one.

By default, Django expects URLs to end with a "/" but if it
accepts a request without a trailing slash, it will issue a
permanent redirect with the slash appended. While this is great,
it does mean an extra request to the server.

This patch adds a "/" to anchor tags that did not have one
already appended to it, thus helping to save time for a user
browsing .org as well as for the server.

7 years agoReplace <b> and <i> tags with <strong> and <em> respectively.
Jonathan S. Katz [Sun, 15 Apr 2018 19:01:46 +0000 (15:01 -0400)]
Replace <b> and <i> tags with <strong> and <em> respectively.

The semantics of <b> and <i> tags have changed as the web has
evolved. <b> is specified to only be used as a last resort
whereas <i> can be used for other purposes (e.g. rendering icons).
Bold and italic text should be rendered using <strong> and <em>
respectively.

This patch makes this replacement in all pages except for pages
that will be deprecrated soon and in the presskits.

7 years agoTitleize "Additional Software" on the "Downloads" page.
Jonathan S. Katz [Sun, 15 Apr 2018 18:56:40 +0000 (14:56 -0400)]
Titleize "Additional Software" on the "Downloads" page.

7 years agoUpdate GSoC page
Jonathan S. Katz [Sun, 15 Apr 2018 18:55:46 +0000 (14:55 -0400)]
Update GSoC page

7 years agoCreate link back to www.postgresql.org on server sponsors page.
Jonathan S. Katz [Sun, 15 Apr 2018 18:20:53 +0000 (14:20 -0400)]
Create link back to postgresql.org on server sponsors page.

7 years agoUpdate language for how to reach out to start a user group.
Jonathan S. Katz [Sun, 15 Apr 2018 18:16:50 +0000 (14:16 -0400)]
Update language for how to reach out to start a user group.

Includes language updates on the "Contact" page for reaching out
to user group liaison as well as on the "Local User Group" page.

7 years agoEnsure UK spelling for language across pgweb.
Jonathan S. Katz [Sun, 15 Apr 2018 18:09:06 +0000 (14:09 -0400)]
Ensure UK spelling for language across pgweb.

7 years agoAlphabetize functions in pgfilters for easier mainetnance.
Jonathan S. Katz [Sun, 15 Apr 2018 17:42:49 +0000 (13:42 -0400)]
Alphabetize functions in pgfilters for easier mainetnance.

7 years agoAdd helpful Django filters created for PGLister.
Jonathan S. Katz [Sun, 15 Apr 2018 17:39:21 +0000 (13:39 -0400)]
Add helpful Django filters created for PGLister.

PGLister adds several filters that make it easier to work with
Django forms with HTML, particularly with the Bootstrap framework.

These filters will be utilized as pgweb shifts to a newer design
framework.

The original code can be found here:

https://gitlab.com/pglister/pglister/blob/master/web/pglister/lists/templatetags/pglister.py

7 years agoAdd "mailto" anchor to Professional Services
Jonathan S. Katz [Sun, 15 Apr 2018 17:35:24 +0000 (13:35 -0400)]
Add "mailto" anchor to Professional Services

7 years agoAdd "mailto" anchors to help text for News & Event submissions.
Jonathan S. Katz [Sun, 15 Apr 2018 17:25:35 +0000 (13:25 -0400)]
Add "mailto" anchors to help text for News & Event submissions.

7 years agoUpdate language on "Submit Documentation Comment" page.
Jonathan S. Katz [Sun, 15 Apr 2018 17:16:05 +0000 (13:16 -0400)]
Update language on "Submit Documentation Comment" page.

The language is more thorough in describing how to use the form,
in an effort to help improve the overall quality of submissions to
pgsql-docs.