Commit Graph

53 Commits

Author SHA1 Message Date
f235a2ffd3 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.
2018-04-21 20:09:02 -04:00
66a4175236 Remove padding from month/tread view tables in archives.
This will help improve "information density" available on a given
page.
2018-04-21 18:03:38 -04:00
b3be5dcf00 Adjust color of <strong> tags to help them stand out more. 2018-04-21 12:25:14 -04:00
36b5579824 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.
2018-04-21 12:16:15 -04:00
9db89d6c39 CSS changes related to mailing list message view fix.
The CSS will help with the mobile scrolling / viewport wrapping
of text.
2018-04-20 20:18:29 -04:00
839ab0637c Add View Archives button to mailing lists box 2018-04-20 14:30:36 -04:00
974e332e6f CSS changes to go with pgarchives changes for easier scrolling 2018-04-18 23:17:47 -04:00
8ee383b614 Add CSS styles for pgarchives changes.
This is because there is some shared infrastructure between the
two apps.
2018-04-18 16:21:10 -04:00
c72d7cefd1 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
2018-04-16 15:06:42 -04:00
fd2295ebf5 Add a top margin on the newstag
The newstag label was sitting close on the textblock, add a bit of
top-margin to create separation.

Reviewed by: Magnus Hagander <magnus@hagander.net>
2018-02-08 21:57:42 +01:00
0cb56d9355 Database:ify the list of security patches
This finally moves the patches into the db, which makes it a lot easier
to filter patches in the views.

It also adds the new way of categorising patches, which is assigning
them a CVSSv3 score.

For now, there are no public views to this, and the old static pages
remain. This is so we can backfill all existing security patches before
we make it public.
2018-01-25 21:59:13 +01:00
2c8faa5db4 Avoid spans overlapping each other when there are many tags 2017-12-13 21:30:25 +01:00
9bd151082e Add tag support for news items
This lets us separate things like project news from other OSS and from
commercial postings, for example, allowing for people to subscribe to
different feeds with just the parts they are interested in.
2017-12-13 20:55:07 +01:00
4ed0ca0fbe Fix submission forms for many2many fields with checkboxes
This includes proper styling (no more centering of the checkbox itself)
and actually saving the m2m fields on submit.
2017-12-11 15:29:45 +01:00
f92fac2797 Prevent changes of column width on events form
Do this by setting the max width of the lefthand column in the table, so
it doesn't change when the checkbox for community events is clicked.

A better solution would of course be to make the forms properly
responsive, but that's part of a "next generation website", rather than
a quick fix...
2017-12-06 12:14:37 +09:00
8bee611bff Replace frontpage header images with text
It's too much of a pain to regenerate the images when a header needs to
change in some way, and having text is better for searching too. This
slightly changes the strength of the headers, but mostly things look the
same as before.
2017-12-06 11:59:30 +09:00
d0cd663459 Import jquery-ui theme images
We already had the basic theme imported, just forgot the images.
2017-10-13 11:15:14 +02:00
74d9f8c30f Release 10.0 2017-10-05 14:00:27 +01:00
21a2cdd62f Apply table style also to informaltable elements
Discussion:
https://www.postgresql.org/message-id/flat/20170728120244.1449.87477%40wrigleys.postgresql.org
2017-09-06 11:12:25 -07:00
b6147645d7 Adjust selectors for table style in docs
Older DocBook XSL stylesheets don't have a class on the table element,
but all versions have a surrounding div element with class "table", so
use that instead.
2017-04-12 13:29:07 +02:00
f2065d1e1a Improve admonitions style in new docs
Make admonitions (tip, note, caution, warning) style under XSLT more
similar to previous style.  Previously, tip and note were blockquotes
and caution and warning were tables.  Now everything is just a div.
2017-04-12 13:29:07 +02:00
c513457da7 Make h2 orange in the documentation in new docs
With the XSLT stylesheets, most chunk headings are not h2 instead of
formerly h1, so make h2 orange as well to match the previous style.
2017-04-12 13:29:07 +02:00
a41a4cc74b Add support for documentation built by XSL stylesheets
The class names and in some cases elements differ a bit between DSSSL
and XSL builds.
2016-11-11 21:08:49 +01:00
232d292c4c Remove useless trailing whitespace 2016-11-11 21:08:14 +01:00
199aca2a40 Release 9.6.1, 9.5.5, 9.4.10, and others. 2016-10-27 09:26:49 -04:00
9245fb04e6 9.6 release! 2016-09-29 13:55:26 +01:00
41e1b3b1b2 Import jquery and jquery-ui
We need these for autocomplete in the admin interface, to come shortly.
2016-06-23 17:59:45 +02:00
d89507b3d8 Release 9.5.1, 9.4.6, 9.3.11, 9.2.15, and 9.1.20 2016-02-11 13:38:39 +00:00
0edff500af Update for 9.5 2016-01-07 10:45:04 +00:00
e842df35bd Release 9.4.1, 9.3.6, 9.2.10, 9.1.15 & 9.0.19 2015-02-05 14:47:27 +00:00
d9ac220746 9.4.0! 2014-12-18 11:30:21 +00:00
78c698c180 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.
2014-02-09 13:58:34 +01:00
6dfd884f16 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
2013-12-28 17:24:47 +01:00
cd7c7449c8 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.
2013-12-28 17:10:13 +01:00
fdb9858994 Push 9.3.1, 9.2.5, 9.1.10, 9.0.14 and 8.4.18 2013-10-10 14:06:03 +01:00
fc95e9e305 Use the elephant image in the shout box. 2013-09-09 13:57:58 +01:00
11fab09c61 PostgreSQL 9.3 beta 2. 2013-06-27 14:22:47 +01:00
5e57382327 Adjust CSS on nav menu for large text layout so that wrapping doesn't result in invisible menu items. 2013-03-04 18:11:09 +00:00
6f96c14452 Override some CSS classes from django-admin in the markdown previews
We don't want to use django style headlines and margins in the preview,
we want something that looks a bit more like the main site. It's not
going to be exact (e.g. the colors will still be wrong), but it will
be a lot closer than without this.
2013-02-12 17:57:34 +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
9a37d893e8 Show links to other versions of docs
Main patch from Marti Raudsepp, but with some fairly extensive changes
2012-06-05 12:24:06 +02:00
4911b0fff8 Stop emphasising elements with a 'c4' class as it only affects elements which shouldn't be bold. 2012-01-20 11:43:10 +00:00
f0e0bc0053 Remove deprecated bold tags from quotes page and add CSS rules to space quotes out. 2011-11-18 15:54:37 +00:00
bce1c1b103 Change a couple CSS rules to allow identical look to original docs. 2011-11-18 15:37:21 +00:00
751e796310 Add ability to include help text in forms 2011-11-09 22:16:12 +01:00
776781eda6 Fix thinko causing scope of paragraph margin changes to be too broad. 2011-11-08 15:14:30 +00:00
1aadff9aab Emphasise c2 paragraphs in docs to match original style. 2011-11-08 15:01:27 +00:00
d98f0636d1 Reduce upper paragraph margin in table paragraphs. 2011-11-08 15:00:48 +00:00
ac612423f5 Synchronize documentation stylesheet changes to the new layout
Thom Brown
2011-06-15 12:27:14 +02:00
c4d15b20b4 Fix image name typos. Per report from Selena. 2010-06-07 21:01:04 +02:00