Commit Graph

1515 Commits

Author SHA1 Message Date
857bcbe2cd Updated "Financial" section of Community Conference Recognition Guidelines.
The updated language was agreed to by the Core Team.
2018-06-07 15:47: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
aabea83c05 Remove minor versions as part of "Release Version" from Books. 2018-05-31 15:57:47 -04:00
b0333ec417 Add "PostgreSQL 10 Administration Cookbook" 2018-05-31 15:55:42 -04:00
f7d6709fae 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.
2018-05-30 16:25:37 -04:00
7980928885 "Upcoming Community Events" => "Upcoming Events" on homepage. 2018-05-24 12:18:52 -04:00
8dd1b04ea5 PostgreSQL 11 Beta 1 release. 2018-05-24 09:06:32 -04:00
8fc12ad5cc Fixed spelling of Berkely. 2018-05-22 17:06:45 -04:00
3e2b9ee6e2 Only call datetime.date.today once on the homepage. 2018-05-18 13:18:53 -04:00
5c3f229e44 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.
2018-05-18 13:16:09 -04:00
8a74e5d14a 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.
2018-05-18 09:55:49 -04:00
d252bdedf3 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.
2018-05-17 12:25:27 -04:00
9600f352bf Cumulative 2018-05-10 release content updates. 2018-05-10 06:07:47 -07:00
fdb1f607d2 Add PostgreSQL 10 High Performance book 2018-05-09 13:09:38 +01:00
c6fbd1b096 Ensure "Donate via SPI" button submits form and redirects to SPI. 2018-05-07 22:10:12 -07:00
08a3d0fa31 Remove duplicate text 2018-05-07 01:05:45 +01:00
5e1d5bf7bc Update min supported Fedora version 2018-05-06 22:14:02 +01:00
b006623d6c Update Fedora information for latest releases 2018-05-06 22:04:08 +01:00
a4c065f057 Update examples for Debian packages to for PostgreSQL 10. 2018-05-05 14:03:40 -04:00
9cf266b5cf Add package information for Ubuntu LTS 18.04 2018-05-05 14:02:54 -04:00
c5a127c0e3 Do not show news article byline if author is "_migrated" 2018-05-04 13:56:31 -04:00
d497365787 Link "Browse Archives" in "News" on homepage to news archives. 2018-05-03 16:38:09 -04:00
e8eb10d9a7 Don't allow docs comments on unsupported versions 2018-05-03 19:44:11 +02:00
1a0c151b9e Updated Google Summer of Code page with 2018 details. 2018-05-03 08:51:49 -04:00
a0c3faacf4 Fix spacing between content and navigation in archives code. 2018-05-02 15:34:04 -04:00
cdc44f2f4b Add missing trailing slash to generated URL for sitemap. 2018-05-02 13:26:51 -04:00
efcbcb18a5 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.
2018-05-02 13:26:45 -04:00
73706bdaba 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.
2018-05-01 17:52:15 +02:00
7a7ea05fec Fix typo on the "About" page. 2018-04-26 14:36:29 -07: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
f86bb5f3b2 Return "Why Upgrade?" and "Security" to prominence on homepage. 2018-04-24 11:44:44 -07:00
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
cd1daf1abe 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.
2018-04-21 20:04:20 -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
2c78cef40e Fix broken link on "About" page to tutorial. 2018-04-20 20:34:39 -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
166a666fd7 Update language on "Contact" page related to donations. 2018-04-20 18:24:04 -04:00
0d6b068bca 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.
2018-04-20 18:24:04 -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
1346225838 Change submit button on "Submit a Bug" to "Submit and Send Email" 2018-04-18 22:27:00 -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
2257e793d8 Fix typo 2018-04-18 21:08:54 +02:00
3c70d67885 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.
2018-04-18 18:37:04 +02:00
91963852f3 Remove duplicated list dropdown 2018-04-18 18:32:21 +02:00
5fa7d5586f Fix for rendering of search results.
Author: Sarah Conway <sarah.conway@crunchydata.com>
2018-04-18 12:26:02 -04:00