Murtuza Zabuawala
0cb57848f8
Ensure auto-indent honours the spaces/tabs config setting. Fixes #2780
2017-10-16 15:37:03 +01:00
Murtuza Zabuawala
ce5f5015b3
Use HTTPS for accessing help docs.
2017-10-16 09:21:02 +01:00
Dave Page
845b296aed
Add optional TLS support to the docker container.
2017-10-12 16:16:02 +01:00
Dave Page
a8a2947da6
Remove the runtime zoom shortcuts from the SQL Editor shortcuts section.
2017-10-12 10:12:55 +01:00
Neel Patel
56e1fd85f4
Ensure line numbers form CodeMirror don't appear on top of menus. Fixes #2738
2017-10-12 10:07:18 +01:00
Dave Page
cd7d80b650
Add a target for building PDF docs.
2017-10-11 14:57:58 +01:00
Dave Page
1f4a814e72
Remove some unused index directives.
2017-10-11 11:57:59 +01:00
Harshal Dhumal
04beec1309
Fix various issues that could cause an exception on startup. Fixes #2713
2017-10-10 09:50:47 +01:00
Murtuza Zabuawala
2f5a2b2392
Only allow specification of a pgpass file if libpq >= 10. Fixes #2768
2017-10-10 09:31:27 +01:00
Murtuza Zabuawala
63103c7a48
Remove panels for www.pgadmin.org and www.postgresql.org as they won't work with X-Frame-Options: SAMEORIGIN which is used now.
2017-10-10 09:16:23 +01:00
Khushboo Vashi
91406d2879
Ensure HTMLMIN is only used with Python 2.7+
2017-10-10 09:14:23 +01:00
Murtuza Zabuawala
f2929046fa
Refactor to remove duplicate code for the cancel/terminate buttons in the dashboard.
2017-10-09 09:18:46 +01:00
Dave Page
cb25bb0e93
Add missing date.
2017-10-05 16:11:24 +01:00
Dave Page
d57072b156
Bump version number for release.
2017-09-29 16:00:21 +01:00
Ashesh Vashi
5860de838a
Changed the wording for 'Terminated session successfully'
2017-09-29 20:20:27 +05:30
Ashesh Vashi
4b2b08174c
Do not show the terminate session icon in red as per Dave
2017-09-29 20:17:51 +05:30
Ashesh Vashi
2b64834179
Allow to terminate a session from the server, and database dashboard.
2017-09-29 20:10:33 +05:30
Ashesh Vashi
0d754fc39f
Remove the reference of font-mfizz completely.
2017-09-29 11:26:45 +05:30
Ashesh Vashi
9c6c32e936
Resolved the logo issue.
...
For some unknown reason, font-mfizz was showing the slonik icon in
italic. Even after upgrading it to the latest version of font-mfizz, the
problem was not resolved.
So - instead of using the vector font, using the PostgreSQL SVG logo as
the application icon, and documentation link on dashboard now.
2017-09-29 11:07:26 +05:30
Surinder Kumar
bcce574e83
Using the correct path for the font-mfizz stylesheet.
...
Reported by: Neel Patel
2017-09-29 09:17:39 +05:30
Akshay Joshi
5a132a547f
Ensure using an alternate role to connect to a database doesn't cause an error when checking recovery state. Fixes #2742
2017-09-28 15:09:49 +01:00
Dave Page
9588d76b75
Add missing issue, per Harshal.
2017-09-28 10:45:23 +01:00
Dave Page
8ea85221f0
Update message catalogs.
2017-09-28 10:29:46 +01:00
Dave Page
50a78abf48
Update release notes.
2017-09-28 10:21:40 +01:00
Dave Page
739d8e2f1f
Dead code cleanup.
2017-09-28 10:16:49 +01:00
Murtuza Zabuawala
f855ed88ce
Allow selection of SSL certificates and pgpass files in connection properties. Fixes #2649 . Fixes #2650
2017-09-28 10:02:33 +01:00
Dave Page
510bc6c974
Update release notes.
2017-09-27 16:46:03 +01:00
Ashesh Vashi
cc10a4ee54
Upgraded the font-mfizz to latest version (v:2.4.1) to resolve an issue,
...
about showing the PostgreSQL logo in italic in runtime on windows.
2017-09-27 07:41:15 +05:30
Chethana Kumar
62c9376546
Improve icon alignment.
2017-09-22 14:29:34 +01:00
Dave Page
bcba596408
Add the ability to build a basic Docker container.
2017-09-21 16:49:37 +01:00
Dave Page
18dc938556
Use the correct lexer in the Apache/Windows docs.
2017-09-20 16:42:47 +01:00
Surinder Kumar
263e235862
Clarify how virtual envs can be used in WSGI mode, and ensure we ship the required bits on Windows.
2017-09-20 16:22:51 +01:00
Dave Page
354679e69b
Fix an issue where we were executing SELECT statements in transactions in query tool which probably is not required because SELECT statements are already protected from dirty reads. Fixes #2683
2017-09-20 11:59:37 +01:00
Murtuza Zabuawala
64159d11ce
Fix font on alertify dialogues
2017-09-20 11:42:16 +01:00
Akshay Joshi
13665f68d8
Fix validation message styling on thegrant wizard. Fixes #2673
2017-09-20 11:34:01 +01:00
Murtuza Zabuawala
2ddbddba33
Improve display of error messages in the query tool. Fixes #2700
2017-09-20 11:29:24 +01:00
Akshay Joshi
fe757c384b
Filtered Rows dialog not opened from the context menu. Fixes #2699
2017-09-19 11:46:51 +05:30
Dave Page
62d7a1044e
Remove unused import that was causing a hard error on Windows
2017-09-18 16:54:43 +01:00
Dave Page
5ae681f2ba
Bump version for RC2 release.
2017-09-18 16:15:13 +01:00
Harshal Dhumal
f0ad26ba7a
Fix for Exception when the server is restarted. Fixes #2713
...
This issue was caused because we recently added session_write_delay in session.
So session won't be written/updated to disk from memory until specified seconds are elapsed.
However we must forcefully write/update session to disk if user loges in or out irrespective of session_write_delay to keep sessions from memory and disk in sync as user logged in status is kept in session.
2017-09-18 14:39:43 +01:00
Akshay Joshi
bdc08d94c4
Fix View Data option and column config for Foreign Tables. Fixes #2691
2017-09-18 14:32:17 +01:00
Murtuza Zabuawala
8bededa859
Fix disable trigger menu option. Fixes #2707
2017-09-18 12:37:59 +01:00
Murtuza Zabuawala
e64c52a446
Fix tablespace move prompt message. Fixes #2708
2017-09-18 12:36:04 +01:00
Murtuza Zabuawala
5ebfd88f11
Correct alignment of the X button on dismissable alerts.
2017-09-18 11:57:44 +01:00
Murtuza Zabuawala
bc5a5a5b45
Fix error message regexp in the query tool that could fail in some cases. Fixes #2700
2017-09-18 11:55:04 +01:00
Harshal Dhumal
da40573f0b
Fix user manager role handling. Fixes #2641
2017-09-18 11:45:57 +01:00
Harshal Dhumal
765e130336
Support Flask-Security 3.0
2017-09-18 11:40:09 +01:00
Dave Page
a317df1351
Ensure builtins.SERVER_MODE is set in the WSGI wrapper.
2017-09-18 10:33:26 +01:00
Surinder Kumar
026ef7b8b7
Support React v15.5 and later where the code fails to run because React's PropTypes is no more part of React Module.
2017-09-18 10:08:12 +01:00
Harshal Dhumal
30e7016077
Changed array representation and formatting for the data types in Query Tool and View Data. Fixes #2671
2017-09-18 12:07:15 +05:30