Devrim Gündüz [Fri, 28 May 2021 00:38:58 +0000 (01:38 +0100)]
pgadmin4 is not distributed via RHEL/EPEL/Fedora repos anymore. Users need to use upstream's own repo.
Devrim Gündüz [Fri, 28 May 2021 00:37:48 +0000 (01:37 +0100)]
RHEL 8.4 is out, and ships PostgreSQL 13 via AppStream.
Magnus Hagander [Thu, 27 May 2021 14:54:24 +0000 (16:54 +0200)]
Update address to contact the contributors team
The top of the page said report additions to contributors@, and the
bottom said report omissions to webmaster@. For consistency, this
changes both to go to contributors@.
Magnus Hagander [Mon, 24 May 2021 11:21:19 +0000 (13:21 +0200)]
Add missing model change
Magnus Hagander [Mon, 24 May 2021 10:29:37 +0000 (12:29 +0200)]
Remove cve_visible field on security patches
Since we are not relying on external services for linking to security
patch information anymore, instead providing our own pages, this is no
longer used for anything. So get rid of it along with the cronjob to
update it.
Magnus Hagander [Tue, 18 May 2021 10:56:56 +0000 (12:56 +0200)]
Improve news queries on frontpage
Select the related organisation in the query since we know we're going
to view it. And don't load up the list of tags since they're not
actually used anywhere on the frontpage.
Stephen Frost [Sat, 22 May 2021 20:34:22 +0000 (16:34 -0400)]
Updates from the Katz
Stephen Frost [Sat, 22 May 2021 20:20:06 +0000 (16:20 -0400)]
Update IRC page for Libera Chat
Per discussion among the PostgreSQL IRC Admin team, the official
#postgresql channel has been migrated to the Libera Chat network. Also
rework the page to be a bit cleaner and clearer, and to list the current
PostgreSQL IRC Admin team.
Dave Page [Fri, 21 May 2021 09:32:54 +0000 (10:32 +0100)]
Fix typo
Jonathan S. Katz [Thu, 20 May 2021 01:43:00 +0000 (21:43 -0400)]
PostgreSQL 14 Beta 1 release
Jonathan S. Katz [Wed, 19 May 2021 20:00:10 +0000 (16:00 -0400)]
Improve admin preview for doc page redirect
This presents the redirection in a legible format, instead of
having to click into each list item to figure out what it is.
Dave Page [Wed, 19 May 2021 08:30:50 +0000 (09:30 +0100)]
Remove 9.5, and make further corrections to the macOS test list.
Dave Page [Wed, 19 May 2021 08:27:24 +0000 (09:27 +0100)]
Correct tested macOS versions.
Magnus Hagander [Tue, 18 May 2021 08:45:45 +0000 (10:45 +0200)]
Add basic documentation of those xkeys that are in use.
Magnus Hagander [Tue, 18 May 2021 08:27:00 +0000 (10:27 +0200)]
Remove the relnotes field from the Version model
This field can be trivially calculated from the version number, the
pattern has only changed a couple of times in the past. So turn it into
a calculated field instead, which makes things like pushing a new
release easier since it leaves one less mistake to make.
Magnus Hagander [Tue, 18 May 2021 07:59:10 +0000 (09:59 +0200)]
Purge PDF listings page when new PDFs are uploaded
This will update which versions have PDFs as well as their sizes.
Magnus Hagander [Tue, 18 May 2021 07:39:23 +0000 (09:39 +0200)]
Make documentation purges use xkey
Magnus Hagander [Tue, 18 May 2021 07:20:13 +0000 (09:20 +0200)]
Enhance the xkey tags set on documentation pages
* For 'current' docs, *also* set the xkey pgdocs_current. Otherwise when
a new major release is turned into current, the loader purge wouldn't
be able to replace it, only replace the devel version.
* Set the pgdocs_<version> key on the release notes pages under
/release/ (this is what triggered me to look at this)
* Set the pgdocs_all key for index pages such as /docs/ and /docs/release/. This
will be purged every time, making sure we have an up-to-date list of
versions.
* Set the key pgdocs_pdf for any pages that have PDF file information in
them, so we can purge the list when new PDFs are uploaded.
Sehrope Sarkuni [Mon, 17 May 2021 20:30:31 +0000 (22:30 +0200)]
Add a /versions.json feed with information about all PostgreSQL versions
This includes the same information as the /versions.rss feed, but with
more detail including release and eol dates. It also includes all
versions, not just the supported ones.
Andreas 'ads' Scherbaum [Mon, 17 May 2021 19:58:24 +0000 (21:58 +0200)]
Add two more projects using the pgeu system
Magnus Hagander [Mon, 17 May 2021 10:03:35 +0000 (12:03 +0200)]
Handle varnish purges for the static repo as well
By calling the purge notifier script with --static, the paths wil be
taken as part of the pgweb-static repostory instead, and purged with a
prefix of files/
Magnus Hagander [Mon, 17 May 2021 07:59:05 +0000 (09:59 +0200)]
Reverse order of solaris and bsd packages
In some rough "order by most used platforms" kind of setup.
Magnus Hagander [Mon, 17 May 2021 07:57:38 +0000 (09:57 +0200)]
Update Solaris information to indicate we don't provide packages anymore
This keeps the page itself around sicne links can point there and since
it's a legitimate question people would ask. But we shouldn't send them
to an unmaintained download directory.
Jonathan S. Katz [Thu, 13 May 2021 02:28:55 +0000 (22:28 -0400)]
2021-05-13 cumulative update release
Magnus Hagander [Tue, 4 May 2021 09:54:30 +0000 (11:54 +0200)]
Add some more fixtures based on current data
This includes most models that just contain "metadata" as well as the
complete feature matrix (because it's useful).
Also add a script to refresh the contents of the fixtures. Still has to
be run manually, but mayeb it helps us keep it slightly more up to date.
Magnus Hagander [Tue, 4 May 2021 09:09:18 +0000 (11:09 +0200)]
Refresh contents of data fixtures
This still needs to be done manually, but at least now the commands to
do it are listed in the the loading scripts.
Magnus Hagander [Tue, 4 May 2021 09:01:33 +0000 (11:01 +0200)]
Rename yaml files to json
The actual contents of the files is json, so why they were named .yaml
in the first place is somewhat of a mystery.
Jonathan S. Katz [Sat, 1 May 2021 21:29:39 +0000 (17:29 -0400)]
Add Italian translation for the Code of Conduct
Author: Stacey Haysler <stacey@haysler.sh>
Translated by: Federico Campoli <rotellaro@gmail.com>
Reviewed by: Ilaria Battiston <ilaria.battiston@gmail.com>
Magnus Hagander [Fri, 30 Apr 2021 09:46:14 +0000 (11:46 +0200)]
Trap all kinsd of base64 decoding errors when saving crypt keys
This could lead to an ugly error with certain types of incorrect crypt
keys when editing in the /admin/ interface.
Magnus Hagander [Fri, 30 Apr 2021 09:44:25 +0000 (11:44 +0200)]
Make community auth cooloff message configurable per site
Devrim Gündüz [Wed, 28 Apr 2021 14:59:07 +0000 (15:59 +0100)]
Revert "RHEL 8.4 is out, and ships PostgreSQL 13 via AppStream."
This reverts commit
1513c978a8407cbd7bfc2fa88770cba5a926d33f.
8.4 is due next week, sorry.
Devrim Gündüz [Wed, 28 Apr 2021 07:50:05 +0000 (08:50 +0100)]
RHEL 8.4 is out, and ships PostgreSQL 13 via AppStream.
Devrim Gündüz [Tue, 27 Apr 2021 19:28:12 +0000 (20:28 +0100)]
Update Fedora info
Jonathan S. Katz [Wed, 21 Apr 2021 00:46:17 +0000 (20:46 -0400)]
Update logo on sponsors page
Magnus Hagander [Fri, 9 Apr 2021 13:30:16 +0000 (15:30 +0200)]
Disallow archives resend URLs
They all generate redirects to the login page, so there is no point in
indexing them anyway.
Magnus Hagander [Fri, 9 Apr 2021 13:20:56 +0000 (15:20 +0200)]
Exclude security notices with no CVE from list of CVEs in sitemap
Otherwise we're instructing google and others to index pages that don't
exist.
Jonathan S. Katz [Wed, 7 Apr 2021 13:07:50 +0000 (09:07 -0400)]
Update clarification around license FAQ
This consolidates two redundant-ish sections in the FAQ portion
of the license page, since both effectively said the same thing.
Jonathan S. Katz [Thu, 1 Apr 2021 23:23:36 +0000 (19:23 -0400)]
Add clarification on how one can perform major upgrades
It is possible to perform major upgrades while skipping major
versions, though some guidance is recommended.
Author: Bruce Momjian <bruce@momjian.us>, with some edits from
me.
Jonathan S. Katz [Sun, 28 Mar 2021 17:18:09 +0000 (13:18 -0400)]
Order versions in descending order in CVE list
Across other parts of pgweb we display things from newest to
oldest version, so this brings the CVE display to match this
convention.
Jonathan S. Katz [Sun, 28 Mar 2021 16:36:47 +0000 (12:36 -0400)]
Add markdown support for the security patch details fields
It turns out that a lot of the detailed descriptions can benefit
from things like paragraphs and some formatting, so it is better
to render it in markdown.
This does not show the markdown in a preview view due to a bunch
of reasons, but future work can improve upon that.
Jonathan S. Katz [Sun, 21 Mar 2021 18:15:19 +0000 (14:15 -0400)]
Add page with additional details about a CVE
This page contains most information that may be found on 3rd party
sites about a particular CVE, but with the benefit of being hosted
on the PostgreSQL infrastructure.
This does require inserting the CVE description into the website,
which will include backporting the CVE descriptions throughout
many existing CVEs, but the added benefit is that this information
is available when we publish a release, vs. waiting for a 3rd party
to publish the info.
This patch also adds sitemap indexing for each of the CVE entries,
and ensures the top-level CVE URL is in the sitemap.
Jonathan S. Katz [Sun, 21 Mar 2021 19:04:26 +0000 (15:04 -0400)]
Refactor generation of CVE number from CVE ID
This allows the method to be repurposed in additional parts of
the pgweb codebase.
Jonathan S. Katz [Sun, 21 Mar 2021 18:54:32 +0000 (14:54 -0400)]
Update CVE ID syntax validator
The current validator stopped after 5 digits, whereas there can
be an aribtrary amount. However, the MITRE docs appear to stop at
7, so this seems like a sane cut-off, until it's not[1].
[1] https://cve.mitre.org/cve/identifiers/syntaxchange.html#new
Jonathan S. Katz [Sat, 27 Mar 2021 18:58:53 +0000 (14:58 -0400)]
Update Planet PostgreSQL policy
This includes a clause about the inclusion of video and audio
in blog feeds. Reviewed and approved by the Core Team.
Magnus Hagander [Wed, 24 Mar 2021 18:24:54 +0000 (19:24 +0100)]
Fix debug toolbar integration
This was broken when the querystring limiter was put in place
in
0724c08e402d0bffb0eb53192c4363dac1311fe3.
Jonathan S. Katz [Wed, 24 Mar 2021 15:59:48 +0000 (11:59 -0400)]
Add Russian translation for the Code of Conduct
Translated by: Anastasia Raspopina
Reviewed by: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Reviewed by: Alexander Lakhin <exclusion@gmail.com>
Reviewed by: Victor Yegorov <vyegorov@gmail.com>
Reviewed by: Valeria Kaplan <kaplan.valeria@gmail.com>
Jonathan S. Katz [Wed, 24 Mar 2021 14:46:55 +0000 (10:46 -0400)]
Add Hebrew translation for the Code of Conduct
Translated by: Michael Goldberg <mic.goldberg@gmail.com>
Reviewed by: Emil Shkolnik
Reviewed by: Valeria Kaplan <kaplan.valeria@gmail.com>
Magnus Hagander [Tue, 16 Mar 2021 17:25:08 +0000 (18:25 +0100)]
Improve help text for email field on news submission
While at it also move it from the model and into the form, so we don't
have to go back-edit the migrations every time (and it's the more
correct place now that it contains more direct instructions and a link)
Magnus Hagander [Tue, 16 Mar 2021 17:19:53 +0000 (18:19 +0100)]
Fix bug in markdown preview of new objects
Whens submitting a new object, the instructions for how to do markdown
didn't show up until after the object had been saved once.
This turns out to be because the performance optimization to take an
empty string markdown and turn it into an empty string html wrote the
(empty) result to the wrong field, thereby overwriting the instructions.
Jonathan S. Katz [Sun, 14 Mar 2021 20:36:49 +0000 (16:36 -0400)]
Update Japanese translation of the Code of Conduct
Translated by: Tatsuo Ishii <ishii@sraoss.co.jp>
Reviewed by: Tetsuo Sakata <sakata.tetsuo@oss.ntt.co.jp>
Reviewed by: Akira Kurosawa <a-kurosawa@bk.jp.nec.com>
Jonathan S. Katz [Sun, 14 Mar 2021 20:17:36 +0000 (16:17 -0400)]
Add Code of Conduct Committee 2020 report
This also includes an additional CSS class to help keep multiple
tables of this report aligned with each other for easier browsing.
Magnus Hagander [Mon, 8 Mar 2021 20:57:38 +0000 (21:57 +0100)]
Restrict docs page names in url map
Match only filenames, not subdirectory+filename. A subdir+filename would
just generate a 404 in most cases, but it could in some cases generate
incorrect redirects that could leave a client stuck in a loop until the
URL got long enough to start failing, which is obviously not very good
behaviour.
Also dont' match an empty filename with just an extension because, well,
that's stupid.
Magnus Hagander [Wed, 3 Mar 2021 11:48:56 +0000 (12:48 +0100)]
Allow oauth1 field oauth_verifier in querystring
Magnus Hagander [Tue, 2 Mar 2021 10:53:10 +0000 (11:53 +0100)]
Don't list Scientific Linux version 8
Because it does not exist.
Per note from Devrim.
Magnus Hagander [Tue, 2 Mar 2021 09:24:40 +0000 (10:24 +0100)]
Replace remaining @postgresql.org lists with @lists.postgresql.org
Seems we had a few places left, so fix those.
(Accompanied by a similar fix in the archives, which were a lot more
prominent)
Jonathan S. Katz [Mon, 1 Mar 2021 21:07:21 +0000 (16:07 -0500)]
Add information on the CoC translation process
This provides guidance on how to submit a CoC translation and
how the process for translating works.
Magnus Hagander [Wed, 24 Feb 2021 20:43:53 +0000 (21:43 +0100)]
Make sure Host: header is included in varnish purges
Magnus Hagander [Tue, 23 Feb 2021 10:20:48 +0000 (11:20 +0100)]
Add allowed query parameters for oauth logins
I forgot to "git add" this file :/
Magnus Hagander [Mon, 22 Feb 2021 11:21:29 +0000 (12:21 +0100)]
Fix silly typo
Magnus Hagander [Mon, 22 Feb 2021 10:32:48 +0000 (11:32 +0100)]
Add a css that explicitly imports rqeuired docs css files
Being able to point to this one css instead of individually at each one
will make it easier in the future to make changes to the stylesheets
without breaking things like the docs build.
Magnus Hagander [Mon, 22 Feb 2021 10:13:42 +0000 (11:13 +0100)]
Remove old archives_search function
This function hasn't been used since we switched tot he new archives
system that does the search through a http api.
Magnus Hagander [Mon, 22 Feb 2021 10:11:58 +0000 (11:11 +0100)]
Retire search for "community sites"
This hasn't worked for a few years (since
900946df) and nobody has
complained. Getting rid of it allows similifying a few things on the
search server side as well.
Magnus Hagander [Mon, 22 Feb 2021 09:43:59 +0000 (10:43 +0100)]
Require explicit tagging on views taking query parameters
Require each view to declare which query parameters it wants, and filter
out any other parameters.
We have very few views that actually take query parameters, and random
additional query patterns will have no effect on the view. However, they
will break frontend caching (in making them look like different pages).
This will be extended into an implementation in the caching frontends as
well, btu it's needed in the backend to ensure that local testing will
have tbe same effect as the caches.
Magnus Hagander [Mon, 22 Feb 2021 09:43:35 +0000 (10:43 +0100)]
Band-aid fix on multi-site search
There is still some broken stuff in here.
Magnus Hagander [Thu, 18 Feb 2021 16:13:38 +0000 (17:13 +0100)]
Bump some cache times up
About page goes from 10min to 30min (short cache to rotate the
quotes).
Search results go from 15min to 30 min.
Dynamic CSS goes from 6 hours to 48 hours, since we use cache busting
URLs everywhere these days, and on average they change very seldom.
Jonathan S. Katz [Tue, 16 Feb 2021 02:53:00 +0000 (21:53 -0500)]
Fix homepage typo
There were two instances of "11.11" written as "11.1".
Jonathan S. Katz [Thu, 11 Feb 2021 01:51:03 +0000 (20:51 -0500)]
2021-02-11 cumulative update release
Jonathan S. Katz [Mon, 8 Feb 2021 17:19:33 +0000 (12:19 -0500)]
Soften bold on various definition list entries on docs
The new changes had made certain pages, e.g. the index, much
more bold.
Jonathan S. Katz [Sun, 7 Feb 2021 22:12:03 +0000 (17:12 -0500)]
Fix bolding of text on website
Borrowing from
5112187fa[1] in the pgeu-system codebase,
this returns the ability to bold text within pgweb by ensuring
the Open Sans heavier fonts are loaded.
To accomplish this, this patch includes a few more changes:
- Normalize the heavier weights under 400, 600, 800.
- Ensure any font-weight settings using Open Sans match the
standards listed above.
- An adjutsment on the event archive page to ensure the font
weights are not too bold.
[1] https://git.postgresql.org/gitweb/?p=pgeu-system.git;a=commit;h=
5112187fac45e0bcadb34e61c6e3e0ac398a5df3
Magnus Hagander [Fri, 29 Jan 2021 11:27:29 +0000 (12:27 +0100)]
Allow /admin/ to search for users by secondary email
Magnus Hagander [Fri, 29 Jan 2021 10:17:14 +0000 (11:17 +0100)]
Add a validator to the /admin/ form for changing email addresses
As Jonathan recently demonstrated, it was possible to change the primary
email address on one account to be the secondary email address of
another one when using /admin/ (it was prevented when using the user
facing forms), which then caused conflicts in the change track and
replication steps later.
Add a validator to the admin form to avoid this mistake in the future.
This doesn't entirely remove all possibilities, so we should consider
adding a database trigger to enforce it as well, but it closes the most
obvious hole and makes the other ones much harder to hit (but you can
still cause the same damage through psql or so, of course).
Magnus Hagander [Fri, 29 Jan 2021 09:55:14 +0000 (10:55 +0100)]
Show secondary emails on the admin form
Magnus Hagander [Sun, 17 Jan 2021 15:17:57 +0000 (16:17 +0100)]
Send moderation notice to moderators even when no changes are made
When a moderation notice was sent without making any actual state
changse (so not approving, rejecting or returning), the notice would
only be sent to the submitter, and not to the moderators. Which
obviously can lead to some confusion. So make sure that it's always sent
there as well, and the message clearly states that it was just a
comment.
Jonathan S. Katz [Thu, 14 Jan 2021 19:23:41 +0000 (14:23 -0500)]
Add "Mastering PostgreSQL 13 - Fourth Edition"
Magnus Hagander [Thu, 14 Jan 2021 16:26:42 +0000 (17:26 +0100)]
Clarify the instructions for how/when to add new organisations
Magnus Hagander [Thu, 14 Jan 2021 16:24:37 +0000 (17:24 +0100)]
Add headline separating the submit_header for organisations
Magnus Hagander [Thu, 14 Jan 2021 15:49:03 +0000 (16:49 +0100)]
Move the hint message for organisation to its own file
This is way too much text to duplicate across many places..
Magnus Hagander [Wed, 13 Jan 2021 21:10:49 +0000 (22:10 +0100)]
Update version of cvss module
Jonathan S. Katz [Fri, 8 Jan 2021 19:04:50 +0000 (14:04 -0500)]
Do not set fixed width for thread selector dropdown box
There were cases that the fixed width for this box would cause the
thread selector to explode outside of the email header table in the
thread viewer. We should keep the select dropdown itself to the width
of the overall list of email addresses in the chain.
Magnus Hagander [Wed, 6 Jan 2021 15:51:03 +0000 (16:51 +0100)]
Add EOT format of fa fonts
Based on the number of 404's for this on the website, clearly it's
something that browsers want, and it was probably just missed in the
original import.
Magnus Hagander [Sun, 3 Jan 2021 15:14:47 +0000 (16:14 +0100)]
Only show sections on submissions dashbaord that has entries
Instead of showing (confusing) empty sections, remove the complete
section from she page.
From Andreas Scherbaum, though not his patch in the end
Jonathan S. Katz [Sun, 3 Jan 2021 14:56:44 +0000 (09:56 -0500)]
Update to verbiage for generic moderation view page
This more clearly specifies the actions a user must take while
working with the moderation system, and fixes up some syntax.
Co-authored-by: Andreas 'ads' Scherbaum <ads@pgug.de>
Magnus Hagander [Fri, 1 Jan 2021 15:24:01 +0000 (16:24 +0100)]
Fix some RST formatting
Magnus Hagander [Fri, 1 Jan 2021 15:19:35 +0000 (16:19 +0100)]
Update the developer install docs
They could definitely use some more love, but it's a start.
Magnus Hagander [Fri, 1 Jan 2021 15:19:14 +0000 (16:19 +0100)]
Make loading script work regardless of directory
Magnus Hagander [Fri, 1 Jan 2021 15:18:55 +0000 (16:18 +0100)]
Add a missing requirement to requirements.txt
This is default in most installations -- but clearly not all.
Devrim Gündüz [Wed, 30 Dec 2020 01:02:41 +0000 (01:02 +0000)]
Update Fedora information
Jonathan S. Katz [Thu, 17 Dec 2020 21:51:24 +0000 (16:51 -0500)]
Fix multi-paragraph statements in documentation callouts
Multi-paragraph statements in the warning/caution/note/tip boxes
were being smushed together due to the removal of paragraph
margins. It is still essential to remove the paragraph margin
on the final paragraph, which is accounted for in this change.
Reported by: Peter Geoghegan <pg@bowt.ie>
Jonathan S. Katz [Mon, 14 Dec 2020 14:56:27 +0000 (09:56 -0500)]
Update Code of Conduct Committee page
This adds a bio for a new committee member.
Jonathan S. Katz [Tue, 8 Dec 2020 16:11:53 +0000 (11:11 -0500)]
Updates to trademark policy
Jonathan S. Katz [Tue, 8 Dec 2020 16:04:31 +0000 (11:04 -0500)]
Updates logo files and display
This adds the black outline logo of Slonik to the repository
and provides some updates to the existing logo files that are
hosted on pgweb.
Jonathan S. Katz [Tue, 24 Nov 2020 02:04:27 +0000 (21:04 -0500)]
Add the Recognised PostgreSQL User Group policy
This also updates the PUG page to point at the policy.
Jonathan S. Katz [Tue, 24 Nov 2020 01:34:47 +0000 (20:34 -0500)]
Move community recognition guidelines into policy pages
This consolidates the pages into the policies section.
A redirect is set up from the previous community recognition
page to the policy pages.
Magnus Hagander [Mon, 23 Nov 2020 16:05:11 +0000 (17:05 +0100)]
Update layout of documentation navigation pages
* Move links to current manuals to /docs/, decommission /docs/manuals/
* Add link to /docs/current/ with a large button
* Add links to /docs/devel/ at the bottom of the version table
* Remove translated manuals from left nav menu, since they are in the
right one
* Remove redundant wording around "comprehensive manual"
* Clean up some incorrect template tags
Discussion: https://www.postgresql.org/message-id/CABUevEymaWDL4JywHxBDBATUUPPrAf4_tGwin4CtGFdQ5tx5Hg@mail.gmail.com
Magnus Hagander [Tue, 24 Nov 2020 08:39:02 +0000 (09:39 +0100)]
Replace core team enumeration with link to the active core team
We missed updating this when the core team changed a while ago, which
indicates that it's silly to have the same thing defined in more than
one place. Thus, replace it with a link.
Reviewed by both -core and funds-group.
As this does not contain any changes to the actual policy, this commit
does not bump the "last updated" date of the page.
Magnus Hagander [Mon, 23 Nov 2020 16:16:55 +0000 (17:16 +0100)]
Add modified object title to notifications of end user edits
Commit
c2d58d6 only added the title of the object to notifications when
an object were modified by a moderator/admin, not by the end user. Fix
that to make it consistent.
Maciek Sakrejda [Mon, 23 Nov 2020 14:37:10 +0000 (15:37 +0100)]
Fix search result pagination link handling
If the total number of search results is divisible by the page size, the page count
is mis-calculated and there's a link to an additional page of results, even though there
are no more results and that page is empty.
See issue here: https://www.postgresql.org/search/?m=1&q=contrib&l=76&d=365&s=r&p=2
At the moment, this has 20 results but a link to a second page, which is empty with a label of
"Results 21-20 of 20." Previous and Next works still work fine, but that second page
does not really need to be there.
This changes the page count calculation to avoid this issue.
Magnus Hagander [Mon, 23 Nov 2020 11:15:52 +0000 (12:15 +0100)]
Include title of modified object in change notification emails
Should make the notifications a lot more useful without clicking
through.
Magnus Hagander [Mon, 23 Nov 2020 11:06:19 +0000 (12:06 +0100)]
Add link to event archive to menu in /about/
Magnus Hagander [Mon, 23 Nov 2020 10:58:18 +0000 (11:58 +0100)]
Add per-version xkey tags to documentation pages
This is not used for anything yet, we need it to propagate into all
long-term caches before we can start using it.