Commit Graph

994 Commits

Author SHA1 Message Date
9d99280bad Ensure we don't have any trailing slashes when matching paths in the ftp site pickle. 2016-12-06 13:58:25 +00:00
92dcb0a23d Handle symlinks properly in the directory browser.
This change properly handles symlinks by expanding any it finds in the path
and issuing a redirect to the canonical location.

Whilst we're here, display links as such on the pages, sort directory listings
so the parent link is always at the top, and avoid unnecessary redirects caused
by missing /'s on URLs.
2016-11-30 17:51:33 +09:00
71cecf91d2 Fix link to old documentations
This was mistakenly broken in an earlier patch assuming old docs still
had index.html, which they don't.
2016-11-25 19:57:03 +01:00
2d1809c5eb Planet PostgreSQL is now https 2016-11-22 21:19:00 +01:00
dcaa2d5d15 Added URL to the Israeli PostgreSQL Community 2016-11-21 12:36:22 -05:00
ab0ee30881 Support loading docs in utf-8 from pg version 10 2016-11-16 13:00:50 +01:00
c5d162dee7 Catch and handle recaptcha API errors
Just send the user an API error and they can try again. Better than
internal server error + email to webmaster... Seems to be caused by
intermittent network issues.
2016-11-14 18:53:42 +01:00
caf152eb62 Fix path to manage.py 2016-11-14 17:07:58 +00: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
86186a1310 Add missing module name 2016-11-09 23:07:04 +01:00
5cef3c44f0 Trap integer overflow errors in search query
This just caused a database error to leak through to the user, but also
flooded the logs.
2016-11-09 23:00:07 +01:00
d9c8c089cb Handle migrated records with NULL in them when building diff 2016-11-07 20:17:58 +01:00
de9de4c6cc todays releases are no longer upcoming 2016-10-27 10:27:22 -04:00
0511dbf059 Correct release date day 2016-10-27 10:16:11 -04:00
199aca2a40 Release 9.6.1, 9.5.5, 9.4.10, and others. 2016-10-27 09:26:49 -04:00
d31728044e Remove reference to Ubuntu 15.10 for apt.postgresql.org
Per Jason Petersen and Christoph Berg
2016-10-23 13:13:18 +02:00
7688716575 Fix Django version requirement. 2016-10-18 09:56:34 +01:00
60c19a9772 Update release date to Oct 27th
Per discussion, we are moving up the next release to October 27th, 2016.

This replaces the planned November 10th release.  No changes to the rest
of the currently announced schedule.
2016-10-17 10:17:57 -04:00
f3ac7d46a6 Add German and Indonesian presskit translations from Josh. 2016-10-16 17:23:27 -07:00
a559bfedb7 Add header links between the different languges in 9.6 presskit
David Rider, with minor markup fixes from me
2016-10-14 17:29:12 -07:00
d3cae51889 Add PostgreSQL Development Essentials book 2016-10-04 15:51:28 +01:00
939be21629 Fix release date that accidentally referenced the wrap date 2016-10-01 13:10:19 +02:00
93248ee706 Add dates for upcoming minor releases 2016-10-01 13:09:56 +02:00
42e68546d0 Remove references to Alpha versions, as we don't do them anymore
Also noted by Christoph Berg
2016-10-01 13:08:19 +02:00
4a9883f912 It's supposed to be PostgreSQL 10, not 10.0
Noted by Christoph Berg
2016-10-01 13:06:10 +02:00
f11893ada1 Next version is no longer 9.6
This was missed in the website updates. Assuming that the target so far
is still Q4 2016.
2016-10-01 13:03:42 +02:00
915d3d508a August is in the past 2016-09-29 16:20:33 +02:00
9245fb04e6 9.6 release! 2016-09-29 13:55:26 +01:00
80c5a31215 Fix link titles that were accidentally swapped
Reported by Christoph Berg
2016-09-27 14:43:18 +02:00
3001715ce6 Make v96 visible in feature matrix
Per request from Berkus
2016-09-27 14:00:51 +02:00
6bb3b040a2 Add version 9.6 to feature matrix
By default it's hidden, and we copy the current value for all features
from 9.5.
2016-09-22 14:57:29 +02:00
5d07b06fb3 Add now mandatory send_notificatins attribute to PUGs 2016-09-21 22:03:01 +02:00
d5c4af13f9 Fix link to Russian documentation
One link was updated and one missed in
df4a433b19. This makes them consistent.

Pavel Luzanov
2016-09-08 19:11:26 +02:00
5b98593354 Update BigSQL links to https, name on linux download page 2016-09-08 12:12:48 -04:00
5a0abb0ced Release 9.6rc1 2016-09-01 14:07:39 +01:00
df4a433b19 Update link to Russian version of docs
Per note from Ivan Panchenko and discussion on -www
2016-08-24 15:00:26 +02:00
6a65f96476 Fix(ish) notifications for new objects with Unicode in value
Previous code triggered a conversion from unicode to ascii inside the
django framework, which would throw an exception when the object itself
returned unicode in the name.

The new version will work around that by actually checking the primary
key first.

This still doesn't work insofar that any changes to a many2many fields
are now lost. This did not work properly before either, but this
probably made it a bit work. We definitely need to fix this properly at
some point, probably by using the m2m_changed signal handler (but it's
not straight forward as this is now a separate signal and we'll somehow
want to track this indepdendently)
2016-08-22 11:50:21 +02:00
8ec8d8371b Fix link to beta4 release announcement
Umair Shahid
2016-08-18 12:36:36 +02:00
daaa0d0744 Fix typo. 2016-08-11 17:14:54 +03:00
44a6a5faea Release 9.6 beta4, 9.5.4, 9.4.9, and others. 2016-08-11 17:05:36 +03:00
0b30089d34 add docs translated to russian - patch from Pavel Luzanov on -www 2016-08-10 21:58:10 +02:00
bf18ebc708 fix typo - per David Johnston on -www 2016-08-10 21:25:30 +02:00
d38d92329b * Update Fedora releases to Fedora 23+
* Mention about SCL for RHEL 7+PostgreSQL 9.5 and 9.4
* Mention about dnf for related distros
* Change 9.4's to 9.5
* Add a line about how to start the database
* Mention about groupinstall option.
2016-08-02 00:29:44 +03:00
221fab825c Updates to the EnterpriseDB installer information on the downloads page.
This makes changes to the language to the descriptions of the
Linux, OS X, and Windows installers provided by EnterpriseDB.
2016-07-26 16:39:44 -04:00
625702851e 9.6 beta 3 release 2016-07-21 13:56:41 +01:00
9b7a44da57 Move /selectable/ into /admin/ to avoid caching issues
Since we only use it for /admin/ for now, we can safely put it there
until we change that.
2016-06-23 18:06:05 +02:00
27e1c73368 Implement auto-complete for /admin/ forms that reference User
We have so many users now that loading these forms take forever.
Instead, implement a textbox with autocomplete using django-selectable,
which will not load the whole list of users at once.
2016-06-23 17:59:45 +02:00
a6d3b44038 Import django-selectable
This will also be used to do /admin/ autocompletes.
2016-06-23 17:59:45 +02: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