Ashesh Vashi
84c5c29b92
Resolved an issue using wrong variable name for backbone-model, while
...
triggering events.
Thanks Khushboo Vashi for reporting.
2016-03-18 17:29:52 +05:30
Ashesh Vashi
4c9bbff28b
Renaming a server, when it was connected, should not lose the existing
...
connections.
Thanks Neel for reporting the issue.
Also, resolved an issue related fetching properties of all the servers.
2016-03-18 17:12:40 +05:30
Ashesh Vashi
9dabd5bf3b
Resolved an issue related to not able to select grantee in the
...
privileges control.
It was a regression introduced in the commit -
'4adea4dc2596fb495c4df8129745b87c35b062a6'.
2016-03-18 16:53:38 +05:30
Ashesh Vashi
611c9c4ae7
Disable the menu to create database and tablespace, if:
...
* Database server is not connected.
* Do not have adequate permission to create.
2016-03-18 10:31:57 +05:30
Ashesh Vashi
09bdf1fab7
On Python 2, use urllib2 instead of urllib, which allows us to specify timeout
...
parameter.
2016-03-18 10:08:51 +05:30
Ashesh Vashi
328428ab22
Adding a timeout of 5 seconds (while fetching the latest pgAdmin version), it
...
stucks at rendering the main page (browser.html) in the broken network.
2016-03-18 09:58:00 +05:30
Ashesh Vashi
0fcfaa4ff2
Updated the font-awesome to 4.5 (latest) version.
2016-03-18 01:34:45 +05:30
Ashesh Vashi
96b33d1aa8
Updated the jQuery-contextMenu to 1.9.2 (latest stable) version.
...
Also, added the missing license information about it in the libraries.txt.
2016-03-18 01:11:22 +05:30
Ashesh Vashi
1448a8f551
Log exceptions raised under the servers module.
2016-03-17 22:50:38 +05:30
Sanket Mehta
71badac203
Support "show system objects" in casts.
2016-03-17 11:49:11 +00:00
Neel Patel
3969e91563
Add support for Foreign data wrappers, servers and user mappings.
2016-03-17 11:39:38 +00:00
Arun Kollan
05e527505d
First pass at improving the dialogue borders.
2016-03-16 17:12:41 +00:00
Khushboo Vashi
3df180831f
Support textareas in backgrid.
2016-03-16 14:48:09 +00:00
Dave Page
41805d40b5
Sort all nodes when loading.
2016-03-16 10:31:20 +00:00
Dave Page
2fb6ccf5b2
Re-shuffle server properties.
2016-03-16 09:58:14 +00:00
Khushboo Vashi
a18553bd8c
Add a data type reader utility.
2016-03-16 09:54:30 +00:00
Ashesh Vashi
40ceabb082
Do not rely on the individual model (instead use the first level 'top'
...
model) to fetch the node_info, because - when loading the data in the
collection, it may not initialize all the parameters.
2016-03-15 21:18:52 +05:30
Dave Page
62bd1a21cc
Improve message display.
2016-03-15 15:45:40 +00:00
Arun Kollan
c814698328
Fix security label sizing.
2016-03-15 15:07:40 +00:00
Akshay Joshi
218cc3ec0c
As 'show_system_objects' has been implemented, I have fixed an issue for dependencies/dependents.
...
With previous implementation each node will have to send the values of 'show_system_objects'
while calling get_dependencies/get_dependents function. Now I have changed the logic to use the
value directly into the base class functions.
2016-03-15 14:16:33 +00:00
Dave Page
2711d3492d
Reduce column header letter spacing a touch.
2016-03-15 14:12:54 +00:00
Ashesh Vashi
4adea4dc25
Resolved an issue related to no proper valid/invalid event was
...
generated for the privilege control. Also, made changes in the
PrivilegeRoleModel, to allow to select a grantee only once for the
current user (as grantor), and omit them from other cell objects.
Valid/Invalid event was not properly triggered, whenever the child
attribute is a collection/model within a model (nested mode/collection
within model). This patch tried to take care of all such scenarios in
general.
2016-03-15 19:00:58 +05:30
Ashesh Vashi
b52a5736ff
Improvements in the form/properties dialog control generation, and data
...
change events.
- In input & textarea control, call the change event on key up (but -
not on every key up events, wait for sometime before trigger that
event, so that - we do not overdo that).
- In unique/subnode control, whenever we create new model object, set
all the required static fields used by pgAdmin form generation logic.
- In NodeAjaxListCell, we don't need to call the list generation
operation (ajax operation) for each and every cell. They use the same
shared column object.
2016-03-15 18:58:22 +05:30
Neel Patel
ff424850f8
Fix a bug in the database drive poll() function where we could try to reference a non-existant variable.
2016-03-15 13:01:28 +00:00
Arun Kollan
cdd7a1f637
Subnode collection layout improvements, with additional tweaks from me.
2016-03-15 12:30:01 +00:00
Muhammad Aqeel
b1d26db8d9
Fix PIP packaging code so it works nicely on Linux and Mac.
2016-03-15 11:46:04 +00:00
Muhammad Aqeel
dc64160f82
Add a top level Makefile with a target and appropriate Python stuff to build a PIP package of the web code.
2016-03-14 10:26:59 +00:00
Murtuza Zabuawala
9220dcaa97
Fix an issue with uneditable text fields containing large amounts of data,
2016-03-14 09:31:36 +00:00
Dave Page
fd05dec29c
Default owner for new event triggers.
2016-03-11 16:58:46 +00:00
Murtuza Zabuawala
b6f7202448
Add support for collations.
2016-03-11 13:40:28 +00:00
Dave Page
c0086b092f
Fix a number of minor issues with catalog objects:
...
- Remove unnecessary columns from collection property lists.
- Standardise property names and groupings.
- pg_attribute doesn't have an OID column, so use attnum instead (of atttypid!?!)
2016-03-11 10:09:23 +00:00
Dave Page
470881ac46
Fix cast SQL formatting.
2016-03-11 09:45:43 +00:00
Khushboo Vashi
2f334673a3
Fix a couple of issues with the unique-collection control:
...
- Pass the data to evaluation functions like canEdit, canAdd
- Properly honour the canAdd option.
2016-03-11 09:36:26 +00:00
Dave Page
d21e60cc60
Fix default height for text areas.
2016-03-11 09:24:05 +00:00
Murtuza Zabuawala
b747a5b5eb
Update ACL parsing for tablespaces to use newer infrastructure.
2016-03-11 09:05:58 +00:00
Murtuza Zabuawala
5347bdb886
Added support for the catalog objects under special catalogs. (also,
...
added support for columns under it).
2016-03-11 01:09:06 +05:30
Ashesh Vashi
87623cb997
Resolved few typos, comments, and also some query correction in the SQL
...
templates for different nodes.
2016-03-11 01:02:25 +05:30
Dave Page
b7f6df34ab
Fixup some SQL formatting, per Khushboo
2016-03-10 17:23:59 +00:00
Dave Page
ce5d7b7d60
Fix gettext calls per Khushboo
2016-03-10 17:18:42 +00:00
Dave Page
649b719845
Variables should have their own tab on dialogues.
2016-03-10 17:15:58 +00:00
Dave Page
83a662f798
Fix all manner of inconsistencies in object properties display:
...
- Don't display the OID on Edit dialogues
- Use the ACL summary display in the properties panel, not the subnode editor.
- s/Oid/OID/g
- Ensure all security properties are displayed in the Security group
- Ensure all object definition values are stored in the Definition (or a more precise) group, not General.
- Fix the ordering of General properties so the comment is always show last.
2016-03-10 17:08:27 +00:00
Dave Page
62537429d1
Show the ACL summary on the properties panel for databases.
2016-03-10 16:21:17 +00:00
Dave Page
2b6c8dff0b
Fix various inconsistencies with databases and tablespaces:
...
- Display the ACL string in properties, not the subnode panel.
- Offer default values for the owner of new objects.
- Add missing context menu option to create a tablespace from a server node.
2016-03-10 16:14:26 +00:00
Dave Page
f95b9f06ca
Add some default connection parameters.
2016-03-10 15:58:17 +00:00
Arun Kollan
17ed27fbcd
Make the dialogue control sizing slightly more compact and properly control textarea resizing.
2016-03-10 15:31:43 +00:00
Harshal Dhumal
def1a30251
Add support for Sequences.
2016-03-10 15:23:04 +00:00
Harshal Dhumal
986375d60e
Add support for Event Triggers.
2016-03-10 13:38:31 +00:00
Khushboo Vashi
3b03c17f2b
Allow enabling/disabling of the Edit button of a sub-node collection grid.
2016-03-10 12:03:33 +00:00
Khushboo Vashi
d32e861a47
Updated Privileges macros under Schema node.
...
The changes are required due to previous commit (8a7ec6b452
) regarding "parse_priv_to_db" function.
2016-03-10 12:01:13 +00:00
Ashesh Vashi
77ae220f1e
Resolved typos in SQL templates for PPAS
...
Thanks Khushboo Vashi for reporting.
2016-03-10 14:56:46 +05:30