268 Commits

Author SHA1 Message Date
de54afabe4 Add book "The Art of PostgreSQL" 2019-08-26 08:13:27 -04:00
6f8c8df70f Added "PostgreSQL 11 Administration Cookbook" to books.
Author: Liaqat Andrabi, some minor modifications from me.
2019-07-31 11:00:27 -05:00
fbc5816bc1 Add Twitter as an Oauth1 login provider 2019-06-25 16:27:12 +02:00
289f9bc409 Fixed code formatting error in featurematrix.js 2019-05-15 08:18:49 -04:00
0222762b2b An additional logo adjustment.
A previous change did not look so great in production.
2019-03-30 12:25:38 -04:00
eab8f26e98 Logo adjustments and updates to recognized PostgreSQL sponsors. 2019-03-30 12:22:53 -04:00
5ca40460be Add logos based on Sponsorship committee selection.
Also included some updated logos of various company to either bring them
inline with their current brands, or provide a higher-res image of the
logo.
2019-03-30 11:44:34 -04:00
f85e5c26f1 Use consistent indenting throughout the CSS.
The main.css file had inconsistent whitespacing throughout, including a
mixture of tabs / spaces as well as different intervals of 2 / 4.

This patch brings the formatting to use 2 spaces at a time for each indent,
which is consistent with generally accepted best practices.
2019-03-25 09:26:37 -04:00
cdf42ad2e8 Input fields that contain checkboxes now have automatic width. (CSS) 2019-03-25 09:11:37 -04:00
c884493494 Create Release Notes archive in the Documentation section.
This creates a consolidated area to reference all of the notes from
previous releases of PostgreSQL, as current releases only keep the
the notes for that specific major release of PostgreSQL.
2019-03-08 11:19:25 -08:00
e7099c90ea Move project policies to the website.
Changes by myself and Jonathan Katz
Review by Jonathan Katz and Daniel Gustafsson
2019-02-18 10:36:53 +00:00
53d041d968 Pin the navigation bar to the top of the page.
From user feedback, the scrolling navigation bar would cause problems with
readability, especially in larger font views. This keeps the navigation bar
pinned to the top, until we can find a way to more easily handle this.
2019-02-03 09:33:00 -05:00
fdca701a76 Added "PostgreSQL for DBA volume 1..." to "Books" 2019-01-24 12:09:02 -05:00
11367b14a3 Ensure font size for <h5> blocks are smaller than <h4>
<h5> was not explicitly set prior.
2019-01-11 16:16:11 -05:00
79253866e3 Add further indentation to variable lists to distinguish groups.
This was an regression introduced by the new styles that affects
readability of nested variables lists (e.g. on the message protocol
page). This brings the look more in line with the previous documentation
styles and should help with readability.
2019-01-09 10:31:46 -05:00
1d78793add Remove inline script from debian/ubuntu download page 2019-01-05 13:15:58 +01:00
25860344de Remove inline styles from feature matrix generator.
This moves the HTML code generated for the filters into the Django
template, instead of the JavaScript portion.
2018-12-22 11:35:31 -05:00
48db40f71e Get rid of all inline styles
Some of these should be replaced with proper responsive tables for
example at some point, but this is a quick-fix.
2018-12-21 14:14:24 +01:00
d258d66481 Move admin custom css over to separate css file instead of inline 2018-12-21 14:14:24 +01:00
b5e5c2970a Move google analytics and scrolling code into main.js
This moves the remaining inline javascript out of the base templates
2018-12-21 14:14:03 +01:00
436fcf837a Move scripts from admin changeform to their own JS file
Could be made more efficient by combining some files, but tihs is just
the /admin/ interface so not used very often.
2018-12-20 17:18:11 +01:00
c622ecd02a Move javascript for forms into separate JS file
In passing also clean up a few things that can be passed directly in the
template instead, and simplify things now that we have jquery all the
time.
2018-12-20 17:18:11 +01:00
a33bc4630b Move debian/ubuntu downloads javascript into main.js 2018-12-20 17:18:11 +01:00
6ee5d9c58d Move featurematrix javascript into a separate script file 2018-12-20 17:18:11 +01:00
5f8ca8d672 Add PostgreSQL 11 Server Side Programming Quick Start Guide book 2018-12-03 10:00:32 +00:00
f710814f35 Add new book. 2018-11-20 13:44:55 +00:00
34dffd674c Remove padding from inline documentation elements.
In some situations, this would make it look like some directives
required spaces (e.g. .pgpass file set up), which would be incorrect.

Reported By: Vik Fearing
2018-10-22 12:52:22 +01:00
69476ee578 Allow for blue section headers for tables in older documentation.
Some of the loaded documentation uses "<b>" tags instead of "<p>"
tags, so this accounts for those documents.
2018-10-16 20:16:29 -04:00
d25c8bfe0f Make section headers for tables in documentation more clear.
Ensure the section headers for tables in the documentation are both
blue and bold.
2018-10-16 20:01:55 -04:00
0938dba4b8 Fix text on CTA buttons.
The anchor tag updates were overriding the font color on the CTA buttons. This
ensures that they should not be overriden.

Author: Sarah Conway
2018-10-16 10:35:47 -04:00
a2f47aedcb Ensure all navigation URLs match top nav colors.
This should create more consistency for the navigation experience.
2018-10-16 10:20:37 -04:00
6679835174 Apply modern pgweb styles to web-based documentation.
This patch brings the web-based documentation to match the current styles
on the main postgresql.org website. The CSS supports the generated markup
from the main PostgreSQL documentation and supports the new/old class
that are visible in the documentation (e.g. uppercase classes pre-v10).

Authors: Sarah Conway, Jonathan Katz
2018-10-16 09:40:52 -04:00
35405bb886 Modify preformatted block / code styles.
Based on feedback, this should help readability.

Author: Sarah Conway
2018-10-16 09:40:52 -04:00
e0efdc6707 Apply padding to shoutbox for larger screen sizes.
Prior to this, there was limited padding on the shoutbox and it would look
smushed.

Author: Sarah Conway
2018-10-16 09:40:52 -04:00
068578f524 Updated color of anchor tags in body of site.
This should allow more distinction between main content and clickable
URLs.

Authors: Sarah Conway, Jonathan Katz
2018-10-16 09:40:52 -04:00
65bd64db5c Change global site font color.
This should make the text crisper and easier to read on the entire site.

Author: Sarah Conway
2018-10-16 09:40:52 -04:00
b1187f1185 Update font and style for headers.
The global headers by default were uppercase and at times were challenging to
read. This modification sets the font to be the same throughout the entire site,
and allows the text author to decide whether or not content should be
capitalized.

Author: Sarah Conway
2018-10-16 09:40:51 -04:00
15480483a7 Added "PostgreSQL for Beginners" book. 2018-07-02 19:13:24 -04:00
1279f7a295 Band-aid formatting on events listing page
Since we allow markdown, we need to somewhat constrain what it looks
like on the site, so we don't end up with events that have headlines
that are bigger than the actual page headlines.

We can probably do something cleaner for this, but this will do as a
start.
2018-06-14 16:31:40 +02:00
e695b9909f Relax the linespacing on messages in archives. 2018-06-11 16:44:08 -04:00
1a53b2f784 Decrease spacing between paragraphs in message content view in archives.
This should make it both easier to read and scroll through the text.
2018-06-11 15:24:15 -04:00
0a4979e31d 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.
2018-06-11 14:35:12 -04:00
b47c801958 Added "Practical SQL" book to books list. 2018-06-07 15:57:31 -04:00
a01e20616a 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.
2018-06-03 13:45:38 -04:00
f13fc8ae9b Remove "Shaded" URLs for clicked links site wide. 2018-06-03 13:32:35 -04:00
b0333ec417 Add "PostgreSQL 10 Administration Cookbook" 2018-05-31 15:55:42 -04:00
fdb1f607d2 Add PostgreSQL 10 High Performance book 2018-05-09 13:09:38 +01:00
a0c3faacf4 Fix spacing between content and navigation in archives code. 2018-05-02 15:34:04 -04:00
1e84557d40 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.
2018-04-25 14:01:04 -07:00
f007d006d0 Add a new PostGIS book. 2018-04-25 11:19:09 +01:00