pgweb.git
8 years agoUnify the two login forms
Magnus Hagander [Wed, 9 Aug 2017 14:27:52 +0000 (16:27 +0200)]
Unify the two login forms

Instead of having two completely different forms for general login and
community authentication login with the only difference being the url
and the intro text, make it take a parameter instead and have just one
copy of the rest.

8 years agoFix incorrect mention of core team size
Magnus Hagander [Wed, 9 Aug 2017 08:05:33 +0000 (10:05 +0200)]
Fix incorrect mention of core team size

Reported by Vik Fearing

8 years agoFix typo
Daniel Gustafsson [Tue, 8 Aug 2017 11:06:26 +0000 (13:06 +0200)]
Fix typo

8 years agoPublish community recognition guidelines from the PostgreSQL Core Committee.
Jonathan S. Katz [Sat, 29 Jul 2017 16:31:54 +0000 (12:31 -0400)]
Publish community recognition guidelines from the PostgreSQL Core Committee.

Publish the community recognition guidelines developed by the PostgreSQL Core
Committee from a navigation off of the "Community" section.  Add URLs from
several other pages on the PostgreSQL website in order to access the guidelines:

  * Donate
  * Events
  * User Groups

Additionally, this patch updates the contact email address for donation questions
to the PostgreSQL Funds Group.

8 years agoSimplify wording pointing to the sponsorship policy.
Dave Page [Mon, 24 Jul 2017 08:16:24 +0000 (09:16 +0100)]
Simplify wording pointing to the sponsorship policy.

8 years agoUpdate logo collection for "/about/sponsors/" page
Jonathan S. Katz [Sat, 22 Jul 2017 16:37:41 +0000 (12:37 -0400)]
Update logo collection for "/about/sponsors/" page

8 years agoAllow contributor emails to be blank
Stephen Frost [Tue, 18 Jul 2017 19:29:24 +0000 (21:29 +0200)]
Allow contributor emails to be blank

Over the years, contributors come and go and we have many cases now where
the contributor's email address which we have is not valid.  As we really
don't want to show incorrect information on the webpage, allow contributor
email addresses to be blank for cases where we've discovered that the email
address is no longer valid.

8 years agoUpdate info about supported debian and ubuntu releases
Magnus Hagander [Mon, 17 Jul 2017 12:03:37 +0000 (14:03 +0200)]
Update info about supported debian and ubuntu releases

Adrien Nayrat

8 years agoShow username on profile edit form
Magnus Hagander [Thu, 13 Jul 2017 17:52:01 +0000 (19:52 +0200)]
Show username on profile edit form

Can't change the username, but it makes sense for it to be visible.

8 years agoAdd a post_form block to baseform
Magnus Hagander [Thu, 13 Jul 2017 17:29:05 +0000 (19:29 +0200)]
Add a post_form block to baseform

8 years agoClarify installer platform support.
Dave Page [Fri, 14 Jul 2017 11:31:32 +0000 (12:31 +0100)]
Clarify installer platform support.

8 years agoOops, it's July, not June
Magnus Hagander [Thu, 13 Jul 2017 13:21:41 +0000 (15:21 +0200)]
Oops, it's July, not June

8 years ago10 beta2 is out
Magnus Hagander [Thu, 13 Jul 2017 13:19:47 +0000 (15:19 +0200)]
10 beta2 is out

8 years agoBoldface current version when active in docs
Daniel Gustafsson [Tue, 11 Jul 2017 15:25:23 +0000 (17:25 +0200)]
Boldface current version when active in docs

We previously did this only for non-current version of the docs, which
seems like an oversight.

8 years agoPrevent empty <ul></ul> if no pdf manuals exist for a version
Magnus Hagander [Tue, 11 Jul 2017 09:55:51 +0000 (11:55 +0200)]
Prevent empty <ul></ul> if no pdf manuals exist for a version

8 years agoSupport listname in the URL, not just the id
Magnus Hagander [Sat, 8 Jul 2017 19:32:47 +0000 (21:32 +0200)]
Support listname in the URL, not just the id

This will make it easier to link to a search form that properly
pre-populates the dropdown. This will be followed with a patch to the
archives to generate links this way.

It's not strictly speaking needed to support this as we currently
synchronize the list id between the systems, but that's something that
is likely going away in the future.

8 years agoMake mailinglist name unique in the database
Magnus Hagander [Sat, 8 Jul 2017 19:31:12 +0000 (21:31 +0200)]
Make mailinglist name unique in the database

This should have been the case from the beginning, there are many things
that would break if this was not followed.

8 years agocc bugreports to the original submitter
Magnus Hagander [Tue, 4 Jul 2017 15:57:51 +0000 (16:57 +0100)]
cc bugreports to the original submitter

This gives the submitter a chance to respond to their own message even
if it's not delivered through the list (for example, because they are
not subscribed, or because it's caught in moderation for other reasons).

Per discussion at the developer meeting.

8 years agoAdd simple API endpoint to activate and deactivate a list
Magnus Hagander [Mon, 3 Jul 2017 14:35:55 +0000 (15:35 +0100)]
Add simple API endpoint to activate and deactivate a list

Access is restricted by IP for the list server. Once the migration is
done, we should probably remove the endpoint again.

8 years agoSet correct attributes on script tags
Magnus Hagander [Tue, 27 Jun 2017 20:20:11 +0000 (22:20 +0200)]
Set correct attributes on script tags

The type attribute is mandatory in XHTML while the language
attribute has been deprecated.

8 years agoRemove support for repo updated trigger
Magnus Hagander [Tue, 27 Jun 2017 13:14:20 +0000 (15:14 +0200)]
Remove support for repo updated trigger

This was never actually completed, and we have other ways to deal with
the deployments now that are faster.

8 years agoAdd information about pglister migration to subscription pages
Magnus Hagander [Thu, 22 Jun 2017 19:15:17 +0000 (21:15 +0200)]
Add information about pglister migration to subscription pages

8 years agoAdd support for a pre-form block on generic forms
Magnus Hagander [Thu, 22 Jun 2017 18:44:02 +0000 (20:44 +0200)]
Add support for a pre-form block on generic forms

8 years agoRemove support for nomail and digest on new subscriptions
Magnus Hagander [Thu, 22 Jun 2017 18:30:51 +0000 (20:30 +0200)]
Remove support for nomail and digest on new subscriptions

A step towards simplification as this moves to a legacy section

8 years agoStrip leading and trailing space from searches
Magnus Hagander [Tue, 20 Jun 2017 18:56:46 +0000 (20:56 +0200)]
Strip leading and trailing space from searches

8 years agoRemove explicit version listings in text
Magnus Hagander [Thu, 8 Jun 2017 11:49:18 +0000 (13:49 +0200)]
Remove explicit version listings in text

We have them in the dropdowns aleady, which also contains a more
detailed info about which versions are actually available for which
platforms. So keep the distributions only, not the specific version.

Per suggestion from Devrim.

8 years agoMake yum download instructions more dyanamic
Magnus Hagander [Thu, 8 Jun 2017 11:05:35 +0000 (13:05 +0200)]
Make yum download instructions more dyanamic

Using the crawled data, propulate dropdown boxes with versions and
platforms, to be able to show simpler instructions of exactly which
commands to use to install using the yum repository.

8 years agoAdd a couple of new books from Packt.
Dave Page [Wed, 7 Jun 2017 08:31:28 +0000 (09:31 +0100)]
Add a couple of new books from Packt.

8 years agoGenerate sitemap with 10 instead of 10.0 for docs search
Magnus Hagander [Sun, 28 May 2017 15:41:03 +0000 (11:41 -0400)]
Generate sitemap with 10 instead of 10.0 for docs search

8 years agoFix spelling error
Magnus Hagander [Sat, 27 May 2017 18:43:34 +0000 (14:43 -0400)]
Fix spelling error

Pointed out by Stephen

8 years agoAdd proper tsearch configuration for site search as well
Magnus Hagander [Fri, 26 May 2017 14:31:52 +0000 (10:31 -0400)]
Add proper tsearch configuration for site search as well

It was previously only on archives search

8 years agoInvent the concept of a docs page alias
Magnus Hagander [Thu, 25 May 2017 15:28:39 +0000 (11:28 -0400)]
Invent the concept of a docs page alias

This allows us to say that "app-pgreceivexlog.html" is actually the same
as "app-pgreceivewal.html" on a different version.

Turns out the templates would already render this correctly if we could
just find the map, so it's a simple case of adding an additional join
(that the django orm can't figure out, but we can do it in manual sql).

Adds a non-django managed unique index to make sure that it's not
possible to add the same alias twice in different "directions".
Violating this will cause a django excpetion in the admin interface
since it doesn't know about it, but as this is a very uncommon operation
and admin only, we don't care about that.

Finally, we don't bother issuing varnish purges for changes here, the
admin is expected to handle those manually. These changes are supposed
to happen very seldom, and the contents are purged automatically when
the docs are loaded anyway.

8 years agoFix whitespace
Magnus Hagander [Thu, 25 May 2017 13:55:52 +0000 (09:55 -0400)]
Fix whitespace

8 years agoAdd ability to hide emails per contributor type
Magnus Hagander [Thu, 25 May 2017 13:54:49 +0000 (09:54 -0400)]
Add ability to hide emails per contributor type

This makes it possible to hide emails from past contributors, which are
more likely to not be correct anyway.

8 years agoAdd function to spider reporpms from the yum repo
Magnus Hagander [Wed, 24 May 2017 17:48:04 +0000 (13:48 -0400)]
Add function to spider reporpms from the yum repo

The ftp server can then submit a list (and structure) of which platforms
are supported for yum downloads, which can then later (in a separate
commit) be used to generate a nicer download for yum repo rpms.

8 years agoReorder Linux download options
Magnus Hagander [Wed, 24 May 2017 15:17:22 +0000 (11:17 -0400)]
Reorder Linux download options

Put our own apt and yum repositories at the top, as they are the
recommended way to install.

8 years agoRemove incorrect mention of architectures in yum repo
Magnus Hagander [Tue, 23 May 2017 19:17:29 +0000 (15:17 -0400)]
Remove incorrect mention of architectures in yum repo

Some new distros only have packages for x86_64, so remove the text that
says that all distros are available in both that and i386.

8 years agoFix one missing conversion to numtree
Magnus Hagander [Fri, 19 May 2017 11:53:58 +0000 (13:53 +0200)]
Fix one missing conversion to numtree

Spotted by Daniel Gustafsson

8 years agoFix release notes link on frontpage to be 10 instead of 10.0
Magnus Hagander [Fri, 19 May 2017 11:53:16 +0000 (13:53 +0200)]
Fix release notes link on frontpage to be 10 instead of 10.0

8 years agoUpdate versioning explanation text to reflect version 10
Peter Eisentraut [Fri, 19 May 2017 11:50:44 +0000 (13:50 +0200)]
Update versioning explanation text to reflect version 10

8 years agoRemove May 11 release from "upcoming" releases
Magnus Hagander [Fri, 19 May 2017 11:49:04 +0000 (13:49 +0200)]
Remove May 11 release from "upcoming" releases

Since it has already happened, it's clearly not upcoming anymore.

8 years agoRedirect docs requests for 10.0 to 10
Magnus Hagander [Fri, 19 May 2017 11:43:50 +0000 (13:43 +0200)]
Redirect docs requests for 10.0 to 10

This will include future 11.0 -> 11 as well, etc, for good measure.

8 years agoInvent the concept of a "numtree" for versions
Magnus Hagander [Fri, 19 May 2017 11:42:58 +0000 (13:42 +0200)]
Invent the concept of a "numtree" for versions

This property returns a single digit numbers for versions 10 and up (10,
11 etc), and keeps the two digit number for earlier (9.0, 9.1 etc).

8 years ago10 Beta 1
Dave Page [Thu, 18 May 2017 12:59:52 +0000 (13:59 +0100)]
10 Beta 1

8 years agoHandle URLS for the PG10 docs. This is a hack for now - we need to properly handle...
Dave Page [Thu, 18 May 2017 11:12:21 +0000 (12:12 +0100)]
Handle URLS for the PG10 docs. This is a hack for now - we need to properly handle '10' vs. '9.6' formatting before GA.

8 years agoUpdate releases
Dave Page [Thu, 11 May 2017 13:00:07 +0000 (14:00 +0100)]
Update releases

8 years agoUpdate buildfarm links to https
Daniel Gustafsson [Thu, 11 May 2017 09:14:31 +0000 (11:14 +0200)]
Update buildfarm links to https

The buildfarm now returns 301 on http, so update the links to use
https instead.

8 years agoVarious updates: Update repo RPM URLs, update Fedora version, use 9.6 instead of...
Devrim Gündüz [Wed, 3 May 2017 21:42:16 +0000 (00:42 +0300)]
Various updates: Update repo RPM URLs, update Fedora version, use 9.6 instead of 9.5.

Reported by Greg Clough offlist.

8 years agoFix markup in old presskits
Daniel Gustafsson [Wed, 3 May 2017 21:14:29 +0000 (23:14 +0200)]
Fix markup in old presskits

This fixes a number of repeated markup errors, as well as changes links
to the main website to be https.

8 years agoAdd PostgreSQL Administration Cookbook 9.5/9/6 edition.
Dave Page [Tue, 2 May 2017 10:37:47 +0000 (11:37 +0100)]
Add PostgreSQL Administration Cookbook 9.5/9/6 edition.

Patch by Umair Shahid.

8 years agoRemove left-over debugginng code
Magnus Hagander [Tue, 2 May 2017 08:44:55 +0000 (10:44 +0200)]
Remove left-over debugginng code

Commented out, but should be removed anyway.

8 years agoStrip trailing slashes from symlinks
Magnus Hagander [Tue, 2 May 2017 08:40:51 +0000 (10:40 +0200)]
Strip trailing slashes from symlinks

This avoids double slashes and issues they cause in the ftp browser.

Daniel Gustafsson

8 years agoRemove duplicate closing of </style>
Magnus Hagander [Fri, 14 Apr 2017 19:37:50 +0000 (21:37 +0200)]
Remove duplicate closing of </style>

Noted by Peter Eisentraut

8 years agoFix font adjustment for double-code embedding
Bruce Momjian [Fri, 14 Apr 2017 18:38:38 +0000 (20:38 +0200)]
Fix font adjustment for double-code embedding

Add additional CSS injection to prevent code tag embedded in code tag
from having its font size adjusted twice.

Discussion: https://postgr.es/m/20170408015201.GA18573@momjian.us

8 years agoDisallow creation of user accounts with @ and _
Magnus Hagander [Fri, 14 Apr 2017 15:17:32 +0000 (17:17 +0200)]
Disallow creation of user accounts with @ and _

Mediawiki is just too limiting in which characters it supports, and
having to rename users once they eventually want to do things with the
wiki is getting out of hand. So we limit the global system to the
silliest common denominator, which at this point appears to be
mediawiki.

8 years agoAdjust selectors for table style in docs
Peter Eisentraut [Wed, 12 Apr 2017 11:27:48 +0000 (13:27 +0200)]
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.

8 years agoImprove admonitions style in new docs
Peter Eisentraut [Wed, 12 Apr 2017 11:26:44 +0000 (13:26 +0200)]
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.

8 years agoMake h2 orange in the documentation in new docs
Peter Eisentraut [Wed, 12 Apr 2017 11:25:37 +0000 (13:25 +0200)]
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.

8 years agoAdd PostgreSQL High Performance Cookbook.
Dave Page [Tue, 11 Apr 2017 08:49:49 +0000 (09:49 +0100)]
Add PostgreSQL High Performance Cookbook.

8 years agoUpdate "Working with PostgreSQL" book to second edition
Magnus Hagander [Mon, 10 Apr 2017 12:06:27 +0000 (14:06 +0200)]
Update "Working with PostgreSQL" book to second edition

Alexey Vasiliev

8 years agoFix old typo in function name
Magnus Hagander [Sun, 2 Apr 2017 14:48:27 +0000 (16:48 +0200)]
Fix old typo in function name

8 years agoFirst stab at supporting https for generic sites
Magnus Hagander [Sun, 2 Apr 2017 14:47:02 +0000 (16:47 +0200)]
First stab at supporting https for generic sites

Previously only the main website search supported it, which was less
than great for community sites that are now https only.

8 years agoSet textsearch weight on the title of a page
Magnus Hagander [Sun, 2 Apr 2017 13:26:36 +0000 (15:26 +0200)]
Set textsearch weight on the title of a page

8 years agoExplicitly specify the tsearch configuration to use
Magnus Hagander [Sun, 2 Apr 2017 13:15:21 +0000 (15:15 +0200)]
Explicitly specify the tsearch configuration to use

The main reason this didn't work before was because of server dictionary
configuration, not because of the code. But make it explicit so we're
not relying on session level settings.

8 years agoSeems we'v ebroken the "pg" fts config, so disable temporarily
Magnus Hagander [Thu, 23 Mar 2017 16:15:58 +0000 (17:15 +0100)]
Seems we'v ebroken the "pg" fts config, so disable temporarily

8 years agoDon't break when suburl is not specified
Magnus Hagander [Thu, 23 Mar 2017 16:08:41 +0000 (17:08 +0100)]
Don't break when suburl is not specified

8 years agoAdd support for searching in internal pages
Magnus Hagander [Thu, 23 Mar 2017 16:03:56 +0000 (17:03 +0100)]
Add support for searching in internal pages

In particular, this re-enables the ability to search in the developer
docs

8 years agoNew column is isinternal, not internal
Magnus Hagander [Thu, 23 Mar 2017 15:43:12 +0000 (16:43 +0100)]
New column is isinternal, not internal

8 years agoMove a bunch of initialization to the parse step
Magnus Hagander [Thu, 23 Mar 2017 15:39:03 +0000 (16:39 +0100)]
Move a bunch of initialization to the parse step

We probably need to clean up more internal state in expat between the
calls.

8 years agoTeach search crawler about internal sitemap
Magnus Hagander [Thu, 23 Mar 2017 15:31:39 +0000 (16:31 +0100)]
Teach search crawler about internal sitemap

We only support it for our main website, which uses a sitemap, so
implement it only for that provider. And always probe
sitemap_internal.xml, since we don't even try to access any external
sites on it.

8 years agoGenerate internal sitemap including devel docs
Magnus Hagander [Thu, 23 Mar 2017 11:03:18 +0000 (12:03 +0100)]
Generate internal sitemap including devel docs

We'll use this to index some things in our own search engine without
exposing it to external sitemap parsers. Not from a security standpoint
of course, but something that will lead to it being possible to search
the devel docs again.

8 years agoAdd PostgreSQL High Availability Cookbook 2nd Edition to the book list.
Dave Page [Thu, 9 Mar 2017 09:11:53 +0000 (09:11 +0000)]
Add PostgreSQL High Availability Cookbook 2nd Edition to the book list.

8 years agoIgnore PyCharms project files.
Dave Page [Thu, 9 Mar 2017 09:04:38 +0000 (09:04 +0000)]
Ignore PyCharms project files.

8 years agoAvoid generating empty <ul> tag when no navmenu exists
Daniel Gustafsson [Wed, 8 Mar 2017 03:38:00 +0000 (22:38 -0500)]
Avoid generating empty <ul> tag when no navmenu exists

8 years agoProperly set checked="checked" attribute in search form
Daniel Gustafsson [Sun, 26 Feb 2017 15:14:08 +0000 (16:14 +0100)]
Properly set checked="checked" attribute in search form

8 years agoTrap invalid URLs for submission forms
Magnus Hagander [Sun, 26 Feb 2017 15:09:36 +0000 (16:09 +0100)]
Trap invalid URLs for submission forms

I still haven't figured out where these come from, but generate a proper
404 when the URL is malformatted rather than trying to render it and
crash with an exception

8 years agoTrap SSLError when calling search API
Magnus Hagander [Wed, 22 Feb 2017 12:20:50 +0000 (13:20 +0100)]
Trap SSLError when calling search API

Since we moved to https, timeouts can either be at the socket level or
at the SSL level, so trap both those and give a nicer error than a 500.

8 years agoUpdate roadmap for minor releases
Stephen Frost [Sun, 19 Feb 2017 23:17:33 +0000 (18:17 -0500)]
Update roadmap for minor releases

Probably past time to adjust the roadmap for Upcoming minor
releases to account for the Feb 9 2017 releases.

Remove Feb 9 2017, add Feb 8 2018 to the bottom of the list.

8 years agoReplace references to OSX with macOS
Daniel Gustafsson [Sat, 18 Feb 2017 18:38:45 +0000 (19:38 +0100)]
Replace references to OSX with macOS

8 years agoDisable clean flag in tidy calls on new XML based docs build
Magnus Hagander [Sat, 18 Feb 2017 13:09:57 +0000 (14:09 +0100)]
Disable clean flag in tidy calls on new XML based docs build

Let's see if this cleans up some unintentional formatting

8 years agoDetect both http and https links in feature matrix links
Magnus Hagander [Sat, 18 Feb 2017 12:32:51 +0000 (13:32 +0100)]
Detect both http and https links in feature matrix links

We shouldn't have any http now, and the db will be updated to have only
https, but for safety accept both.

Based on a patch from Daniel Gustafsson

8 years agoUpdate for apt repository key
Magnus Hagander [Wed, 15 Feb 2017 20:00:04 +0000 (21:00 +0100)]
Update for apt repository key

From Christoph Berg

8 years agoFix markup
Daniel Gustafsson [Wed, 15 Feb 2017 16:29:43 +0000 (17:29 +0100)]
Fix markup

8 years agoRemove mention of Alpha releases on download page
Daniel Gustafsson [Wed, 15 Feb 2017 16:28:42 +0000 (17:28 +0100)]
Remove mention of Alpha releases on download page

Commit 42e6854 removed the information on Alpha releases are they
are no longer provided, remove one leftover mention on the download
page.

8 years agoClose the opened div containing survey results
Daniel Gustafsson [Wed, 15 Feb 2017 16:27:32 +0000 (17:27 +0100)]
Close the opened div containing survey results

8 years agoAnd now fix the date
Dave Page [Thu, 9 Feb 2017 14:08:34 +0000 (14:08 +0000)]
And now fix the date

8 years agoFix callout title
Dave Page [Thu, 9 Feb 2017 14:06:48 +0000 (14:06 +0000)]
Fix callout title

8 years agoUpdate for 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20 releases
Dave Page [Thu, 9 Feb 2017 14:01:15 +0000 (14:01 +0000)]
Update for 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20 releases

8 years agoProperly close blocks
Daniel Gustafsson [Thu, 9 Feb 2017 12:34:02 +0000 (07:34 -0500)]
Properly close blocks

Close two blocks which when left open cause lots of validation
errors on the page. This change should have no visible changes
as all browsers should've fixed the broken markup while redering.

8 years agoArchive GSoC page for 2016 and update to 2017.
Stephen Frost [Thu, 9 Feb 2017 03:35:48 +0000 (22:35 -0500)]
Archive GSoC page for 2016 and update to 2017.

8 years agoFix block-level nesting on event list
Daniel Gustafsson [Mon, 6 Feb 2017 17:40:05 +0000 (18:40 +0100)]
Fix block-level nesting on event list

Replace the <p> element wrapping the rendered event summary with a
<div> since the markdown filter renders <p> elements causing nested
block-levels inside <p>.

8 years agoUse https for git.postgresq.org
Daniel Gustafsson [Sun, 29 Jan 2017 12:34:13 +0000 (13:34 +0100)]
Use https for git.postgresq.org

As a follow-up to 533511081221670e7183dce529c7665cb04a4e5e, move all
git.postgresql.org links on developer/backend to https.

8 years agoChange xhtml namespace back to http
Daniel Gustafsson [Sun, 29 Jan 2017 12:32:17 +0000 (13:32 +0100)]
Change xhtml namespace back to http

URL is working in itself, but the namespace is a diffeent thing from a
webpage.

8 years agoFix old presskit typos
Daniel Gustafsson [Sat, 28 Jan 2017 20:46:01 +0000 (21:46 +0100)]
Fix old presskit typos

8 years agoFix "what's new" link to point to 9.6
Daniel Gustafsson [Sat, 28 Jan 2017 10:07:47 +0000 (11:07 +0100)]
Fix "what's new" link to point to 9.6

8 years agoAdded "PL/pgSQL y otros lenguajes procedurales en PostgreSQL" to books
Jonathan S. Katz [Thu, 19 Jan 2017 20:00:34 +0000 (15:00 -0500)]
Added "PL/pgSQL y otros lenguajes procedurales en PostgreSQL" to books

8 years agoArchives search need to be https by default
Magnus Hagander [Sat, 7 Jan 2017 16:51:07 +0000 (17:51 +0100)]
Archives search need to be https by default

8 years agoUpdate 2ndQuadrant sponsor logo
Magnus Hagander [Wed, 4 Jan 2017 11:19:42 +0000 (12:19 +0100)]
Update 2ndQuadrant sponsor logo

8 years agoFix notifications for ForeignKey fields
Magnus Hagander [Sat, 17 Dec 2016 13:28:01 +0000 (14:28 +0100)]
Fix notifications for ForeignKey fields

Instead of reporting the integer value of the foreign key, we should
report the text value from the related object. This makes the new
submissions more readable, and also makes the system not throw an
exception when trying to diff (as integers cannot be diffed).

THis seems to have broken around the time of the 1.8 upgrade, just went
unnoticed for a long time probably because changing things like which
organization owns a news item doesn't happen very often.

8 years agoDon't pretend that notifications for m2m works
Magnus Hagander [Sat, 17 Dec 2016 13:25:55 +0000 (14:25 +0100)]
Don't pretend that notifications for m2m works

They don't... And there is no easy way to make them work either, given
the way that signals are called for m2ms.