Commit Graph

2011 Commits

Author SHA1 Message Date
Susan Douglas
61080ce513 Update query tool docs. 2017-12-11 12:01:54 +00:00
Susan Douglas
54389595da Doc updates for resource groups and roles. 2017-11-30 12:22:22 +00:00
Chethana Kumar
709f646f5e Add a missing screenshot, and remove personal info from another. 2017-11-30 09:50:21 +00:00
Murtuza Zabuawala
9ae4a03784 Allow changing of the users password without leaving the app. Fixes #2891 2017-11-28 10:55:54 +00:00
Dave Page
542f2911a3 Revert inadvertant change to doc page 2017-11-27 11:01:14 +00:00
Chethana Kumar
b8c2326764 Doc screenshot update 2017-11-27 10:58:53 +00:00
Murtuza Zabuawala
b284572afe Allow connections to be coloured in the treeview and query tool. Fixes #1383. Fixes #2802 2017-11-21 16:28:01 +00:00
Khushboo Vashi
0c566f132e Allow configuration of CSV and clipboard formatting of query results. Fixes #2781 2017-11-20 13:50:47 +00:00
Dave Page
a8a2947da6 Remove the runtime zoom shortcuts from the SQL Editor shortcuts section. 2017-10-12 10:12:55 +01:00
Dave Page
1f4a814e72 Remove some unused index directives. 2017-10-11 11:57:59 +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
Dave Page
cb25bb0e93 Add missing date. 2017-10-05 16:11:24 +01:00
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
50a78abf48 Update release notes. 2017-09-28 10:21:40 +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
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
51fd8f29fb Add new icons to release notes. 2017-09-11 11:22:43 +01:00
Karen Blatchley
23dd68b212 Initial draft of the 2.0 release notes. 2017-09-08 15:50:13 +01:00
Dave Page
5c016f0993 Update docs to more accurately reflect the SERVER_MODE config requirements. 2017-08-25 12:13:03 +01:00
Dave Page
0e5ea58294 Ensure builtins.SERVER_MODE is present so the docs build cleanly. 2017-08-25 11:19:27 +01:00
Sarah McAlear
b585063a26 Refactor keyboard shortcut functions in the query tool. Fix some incorrect keycodes and update docs.
Initial work by Sarah & Violet @ Pivotal, with additional tweaks by Murtuza @ EDB.
2017-08-21 15:27:29 +01:00
Murtuza Zabuawala
1fa9648a21 Update keyboard shortcuts per discussion. Also, make the labels platform sensitive. 2017-07-26 12:50:42 +01:00
Atul Sharma
70418144cf Add a field to the Server Dialogue allowing users to specify a subset of databases they'd like to see in the treeview. Fixes #1918 2017-07-21 12:44:57 +01:00
Dave Page
1e1a9f2cf4 Add controls and shortcuts for commenting/uncommenting code in the SQL Editor. Fixes #2456.
Take the opportunity to tidy up the menus and add access keys to appropriate buttons.
2017-07-19 11:43:45 +01:00
Khushboo Vashi
c546182789 Modify the runtime to use time-based timeouts rather than retry based. Fixes #2556
This allows for slow vs. fast connection failures (e.g. an active rejection vs. no response).
2017-07-17 15:17:58 +01:00
Ashesh Vashi
b095d1f33a Ensure the initial password is properly hashed during setup in web mode. Fixes #2492 2017-07-10 16:08:35 +01:00
Harshal Dhumal
7aa7ea0fe2 Couple of typos in the release notes. 2017-07-10 15:18:48 +01:00
Karen Blatchley
4bfb31b03b Release notes for 1.6. 2017-07-10 14:52:45 +01:00
Murtuza Zabuawala
9de6c08d28 Allow use of Shift+Tab to un-indent selected text. Fixes #1988 2017-07-05 14:20:19 +01:00
Dave Page
ed5c74affe Fix image size. 2017-06-27 17:09:52 -04:00
Murtuza Zabuawala
f0066d6006 Update preferences docs. 2017-06-27 17:04:56 -04:00
Atul Sharma
15cb9fc35b Add support for the hostaddr connection parameter. This helps us play nicely with Kerberos/SSPI and friends. Fixes #2191 2017-06-26 15:48:59 -04:00
Khushboo Vashi
3a5fda44e4 Add a shortcut (Ctrl/Cmd + 0 (zero)) to the runtime to allow the zoom level to be reset. Fixes #2485 2017-06-13 10:21:51 +01:00
Dave Page
12fa023c6d Fix a couple of issue descriptions. 2017-06-01 13:00:36 +01:00
Karen Blatchley
54760ef3bb Add documented release notes. 2017-06-01 12:29:37 +01:00
Dave Page
1b23a7912a Fix permissions on some files. 2017-05-31 16:48:09 +01:00
Dave Page
6abc4c239a Improve docs on patch creation 2017-05-26 16:55:20 -04:00
Jonas Thelemann
7deb570b61 Translation doc update:
- ...anonymized the language codes (ISO 639-1, $LANG)
 - ...clarified the "Updating and Merging" description and removed the examples as they were pretty useless in my eyes. Correct me if they had a meaning.
 - ...anonymized the bash user
 - ...updated the "New Language" section
2017-04-18 15:02:35 +01:00
Matthew Kleiman
d663d553c5 Allow column or row selection in the query tool. Fixes #2216 2017-04-18 13:28:45 +01:00
Susan Douglas
e58dce9425 Correct claims made in the management_basics.rst file 2017-03-30 22:52:17 -04:00
Sarah McAlear
1d27341e21 Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
Dave Page
f19fc307b1 Treat doc build warnings as errors for CI purposes and correctness. 2017-03-27 22:10:39 -04:00
Dave Page
95f43d59b8 Revert "Ensure client-side translations are correctly extracted into the message templates."
This reverts commit 82bd97aed0.

There are still issues extracting with these changes.
2017-03-27 13:53:40 -04:00
Sarah McAlear
82bd97aed0 Ensure client-side translations are correctly extracted into the message templates. 2017-03-27 13:24:47 -04:00
Dave Page
ee73b5ba26 Fix path 2017-03-24 11:41:14 +00:00
Atira Odhner
73193a0d6d Update translation docs for client side JS translation support. 2017-03-24 11:40:51 +00:00
Dave Page
30a3167c0c Remove some inaccurate docs copy/pasted from pgAdmin 3. 2017-02-15 14:37:22 +00:00
Dave Page
78ff4faf68 Remove some inaccurate docs copy/pasted from pgAdmin 3. 2017-02-15 14:36:47 +00:00
Dave Page
e103b2b315 Allow the Python interpreter to be overridden on the build command line. 2017-02-13 12:07:25 +00:00
Dave Page
426ee40a71 Add some help on data editing. 2017-02-04 14:35:02 +01:00
Dave Page
3cc58cf3de Remove help text for an option that no longer exists. 2017-02-04 14:23:43 +01:00
Dave Page
fe1d2f9805 Fix copyright year on doc page. Fixes #2045 2017-01-09 17:16:34 +05:30
Dave Page
f221194bcc Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
Dave Page
394381bf75 Add search/replace support to the Query Tool, including regexp matching. Fixes #1765 2016-11-24 15:38:39 +00:00
Dave Page
ca9d04a60c Clarify and correct dashboard graph descriptions. 2016-11-16 17:09:16 +00:00
Dave Page
d5361a62cb Fix a fairly improtant typo! 2016-11-11 10:55:31 +00:00
Susan Douglas
2c85850db1 Query tool doc update 2016-11-09 09:48:44 +00:00
Susan Douglas
6c45eea1a0 Package and synonym doc update. 2016-10-27 09:45:28 +01:00
Dave Page
b346814534 Improve the documentation for desktop and server mode configuration. Note what different config files are user for, and give an example of paths to override when setting up server mode. 2016-10-24 14:02:50 +01:00
Chris Mayo
c2cd2d3d3b Clarify that patches should be sent as attachments. 2016-10-11 13:57:42 -07:00
Chris Mayo
5ac2cceac7 Fix mailto links and link to code_review doc. 2016-10-10 09:32:20 +01:00
Susan Douglas
8b2832bbc7 pgAgent docs. Fixes #1824 2016-10-04 14:48:57 +01:00
Susan Douglas
ead15018c2 First cut of the pgAgent docs. 2016-10-03 14:11:31 +01:00
Susan Douglas
e959c68358 Image updates 2016-09-22 15:59:54 +01:00
Dave Page
0ba414f0ab Document keyboard shortcuts. Fixes #1727 2016-09-22 12:42:06 +01:00
Dave Page
e909429da7 Fix title syntax. 2016-09-22 12:30:01 +01:00
Susan Douglas
3f98e6c207 Documentation update 2016-09-16 11:14:49 +01:00
Susan Douglas
e810679592 Doc updates. 2016-09-02 15:50:17 +01:00
Susan Douglas
da948a754b Doc updates. 2016-09-02 15:27:10 +01:00
Susan Douglas
fca331acb6 Updated screenshots. 2016-08-31 13:04:25 +01:00
Dave Page
050937a32a Fix WSGI support. 2016-08-18 13:43:00 +01:00
Dave Page
2aea97b798 Fix titles of help pages. 2016-08-08 15:30:24 +01:00
Dave Page
f4f8273994 Display basic query info when execution completes in the query tool. Fixes #1507 2016-07-27 11:36:13 +01:00
Susan Douglas
8a12850525 Re-work the getting started section, and add trigger function support. Fixes #1403 2016-07-02 17:20:51 +01:00
Susan Douglas
4f5eeffd1f More doc restructuring. 2016-06-21 14:08:14 +01:00
Susan Douglas
5051470bc7 Doc restructuring 2016-06-21 09:06:44 +01:00
Dave Page
b8d0f410df Add files missed from previous commit. 2016-06-16 08:55:29 +01:00
Susan Douglas
7c45d54d94 Doc updates for user management and tablespace move objects. 2016-06-15 21:08:27 +01:00
Susan Douglas
d87a6a15ac More doc updates. 2016-06-14 10:26:56 +01:00
Dave Page
f5dde481c0 Auto complete is not based on psql. 2016-06-10 17:23:39 +01:00
Susan Douglas
6b84dc832a More doc updates - query tool 2016-06-10 16:23:57 +01:00
Susan Douglas
c7862cadad More doc updates. 2016-06-08 10:23:12 +01:00
Dave Page
615882e1ee Proper doc styling. 2016-06-08 10:21:30 +01:00
Susan Douglas
b0a901e90e More doc updates. 2016-06-07 09:04:58 +01:00
Dave Page
14ced20db0 Remove and ignore code_snippets.rst as it's auto-generated. 2016-06-07 09:00:15 +01:00
Susan Douglas
e47671edaa Table dialog and backup tool docs 2016-06-02 14:05:46 +01:00
Susan Douglas
b482ba6ce9 Additional documentation pages for dialogs. 2016-05-27 17:13:36 +01:00
Dave Page
b85fa58344 Additional docs from Susan. 2016-05-26 15:29:33 +01:00
Susan Douglas
a9121bede6 Foreign table docs. 2016-05-25 08:48:38 +01:00
Dave Page
8c077bc2df Fix a couple of file references. 2016-05-24 14:18:36 +01:00
Susan Douglas
f0a3bdc588 Various doc updates. 2016-05-24 13:47:35 +01:00
Dave Page
1724787f2a www.pgadmin.org now supports https. 2016-05-21 13:54:22 -04:00
Dave Page
238da58732 Helpfile refactoring. 2016-05-20 16:39:35 -04:00
Dave Page
574f81f9fa Try a doc theme that looks more like pgAdmin. 2016-05-18 21:55:54 -04:00
Susan Douglas
c7d43a810e Updated index page. 2016-05-18 10:11:21 -04:00
Dave Page
4d47e23c89 Get the configuration for the documentation from the main web app. 2016-05-17 13:20:02 -04:00
Dave Page
50c134c4f1 Use a 2 part version number. We never used the first digit in 13 years of pgAdmin 3. 2016-05-17 13:10:18 -04:00
Dave Page
1606f1d8e8 Link online help to dialogs 2016-05-16 22:35:27 -04:00
Susan Douglas
db62069a41 Add some initial dialog docs. 2016-05-13 14:43:57 +01:00
Dave Page
5bf505e822 Add file missing from previous commit. 2016-03-04 13:17:13 +00:00
Dave Page
8f6c8fdd6e Add some code review notes/hints to the docs. 2016-03-04 12:26:26 +00:00
Dave Page
e288f9f927 Add notes on server vs. desktop deployment. 2016-01-14 15:22:49 +00:00
Ashesh Vashi
7f8ebb01d8 Update document for the develpers as per current implementation 2015-10-20 13:00:05 +05:30
Dave Page
751f8383fa Handle standard menu items defined by Nodes in the browser.
The File menu now includes a "Create" submenu, and Delete/Rename
options. Nodes can offer Delete/Rename functionality, and the
options on the menu are automatically enabled/disabled based on
the selected node. Each node can also offer Create functionality,
and specify a list of node types (including itself) from which the
option should be made available. The menu is dynamically generated
based on the selected node.

The Context menu on the treeview works in a similar way, except that
nodes can offer any context menu items (we don't allow this on the
top menu, as that should stay consistent to avoid user confusion).
2015-03-13 10:35:12 +00:00
Dave Page
4beefb7e7c Fix title level. 2015-02-27 13:48:53 +00:00
Dave Page
613df8b596 Copyright year fixes and doc tweaks. 2015-02-25 20:25:41 +00:00
Dave Page
83cbe87040 i18n support. 2015-02-25 17:06:00 +00:00
Dave Page
39089cca21 Add a Sphinx based help system, and include some initial docs on development. 2015-02-23 10:51:47 +00:00