Commit Graph

35 Commits

Author SHA1 Message Date
Dave Page
e4bf52f355 Don't distinguish between issue types in their URL text. 2019-07-05 11:38:12 +01:00
Akshay Joshi
d286bada5c Fix custom autovacuum configuration for Materialized Views. Fixes 2019-04-01 09:47:17 +01:00
Akshay Joshi
fe6e5e3c45 Correct the feature number in the release note. 2019-04-01 12:18:45 +05:30
Dave Page
be313bb17b Missed a bug :-( 2019-03-29 14:35:43 +00:00
Aditya Toshniwal
7627e9c699 Display errors during CSV download from the Query Tool in the UI rather than putting them in the CSV file. Fixes
Ensure the toolbar buttons are properly reset following a CSV download in the Query Tool. Fixes 
2019-03-29 14:31:33 +00:00
Khushboo Vashi
97919d091a Add support for IDENTITY columns. Fixes 2019-03-28 13:13:43 -04:00
Aditya Toshniwal
8aaacdf96e Include inherited column comments and defaults in reverse engineered table SQL. Fixes
Include comment SQL for inherited columns in reverse engineered table SQL. Fixes 
Include inherited columns in SELECT scripts. Fixes 
2019-03-28 08:36:41 -04:00
Aditya Toshniwal
fbc6aea497 Fix an issue where JSON data would not be rendered in the Query Tool. Fixes 2019-03-28 08:12:09 -04:00
Aditya Toshniwal
6fb35f2649 Overhaul the layout saving code so it includes the Query Tool and Debugger, and stores the layout when change events are detected rather than (unreliably) on exit. Fixes 2019-03-26 11:08:45 -04:00
Akshay Joshi
9c2ea3ca11 1) Ensure View/Materialized View node should be visible after updating any property. Fixes
2) Updated the icon for Materialized View.
2019-03-26 14:12:47 +05:30
Dave Page
a5ebdafb82 Enlarge the grab handles for resizing dialogs etc. Fixes 2019-03-25 07:50:55 -04:00
Akshay Joshi
212ca01506 Ensure sequences can be created with increment, start, minimum and maximum options set. Fixes 2019-03-22 15:54:34 +00:00
Dave Page
ce073a2856 Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. Fixes 2019-03-22 14:09:24 +00:00
Dave Page
ae23f146d1 Use the user's full email address (not just the username part) as the basis for the storage directory name.. Fixes 2019-03-22 09:36:13 +00:00
Dave Page
83bb07e01d Improve the German translation for Backup Server, per H Re. Fixes 2019-03-21 16:18:09 +00:00
Aditya Toshniwal
61f11aa4fc Update wcDocker to fix the issue where the Scratch Pad grows in size if the results panel is resized. Fixes 2019-03-21 09:15:28 +00:00
Aditya Toshniwal
3db3740cf2 Fix handling of numeric arrays in View/Edit Data. Fixes 2019-03-19 16:29:05 +00:00
Dave Page
7a271a34c6 Make the WHEN field a CodeMirror control on the Event Trigger dialogue. Fixes 2019-03-15 10:35:47 +00:00
Dave Page
2e3475e06a Fix the RE-SQL syntax for roles with a VALID UNTIL clause. Fixes 2019-03-15 10:03:11 +00:00
Dave Page
69ec460b60 Fix naming inconsistency for the column and FTS parser modules. Fixes 2019-03-14 16:52:42 +00:00
Dave Page
395d3cb545 Improve a couple of German translations. Fixes 2019-03-14 16:36:02 +00:00
Dave Page
c548eac5ef Append the file suffix to filenames when needed in the File Create dialogue. Fixes 2019-03-14 15:48:21 +00:00
Khushboo Vashi
e4417229aa Update all Python and JS dependencies. Fixes 2019-03-14 15:11:16 +00:00
Dave Page
c7b29d35ae Add an ePub doc build target (update to release notes). Fixes 2019-03-13 16:23:27 +00:00
Dave Page
a9dad423f6 Fix the online help button on the resource group dialogue. Fixes 2019-03-13 16:21:10 +00:00
Dave Page
cdc9ed678f Enable the online help button on the index dialogue. Fixes 2019-03-13 16:18:51 +00:00
Dave Page
870d373ced Change the CodeMirror active line background colour to $color-danger-lighter so it doesn't conflict with the selection colour. Fixes 2019-03-13 16:04:26 +00:00
Dave Page
ab9a3a57ad Make the Query Tool history persistent across sessions. Fixes 2019-03-13 13:37:34 +00:00
Dave Page
2356988bdf Ensure that Firefox prompts for a filename/location when downloading query results as a CSV file. Fixes 2019-03-12 12:45:25 +00:00
Khushboo Vashi
eb1db50f85 Avoid 'bogus varno' message from Postgres when viewing the SQL for a table with triggers. Fixes 2019-03-12 10:13:31 +00:00
Dave Page
8f1f04e5f3 Major doc cleanup:
- Reformat source so it's wrapped.
- Standardise markup.
- Center images.
- Restructure in various places to improve the indexing.
- Remove duplicated Query Tool toolbar descriptions.
- Ensure the structure works in both HTML and LaTeX.
2019-03-08 15:29:05 +00:00
Dave Page
f4ca208474 Fix the latexpdf doc build. Fixes
Thanks to Jean-François for the assist:
    https://groups.google.com/forum/#!topic/sphinx-users/ZlQ95_QikXo
2019-03-08 09:45:04 +00:00
Aditya Toshniwal
6aae9d6e20 Handle resultsets with zero columns correctly in the Query Tool. Fixes 2019-03-07 15:22:45 +00:00
Aditya Toshniwal
4b895941b3 Remove the large and unnecessary dependency on React and 87 other related libraries. Fixes 2019-03-07 10:51:59 +00:00
Dave Page
f401def044 Add support for reverse proxied setups with Gunicorn, and document Gunicorn, uWSGI & NGINX configurations. Fixes 2019-03-04 16:29:41 +00:00