Khushboo Vashi
970e0c3540
[Python 3] Fixed an issue iterate the keys from the session loaded from
...
the sqlite.
2016-04-26 16:16:29 +05:30
Ashesh Vashi
9dd3aeadb5
Do not close the menu, when clicking on the menu with checkbox.
...
Introduced a class 'noclose'. Then - menu-item having this class will
not propograte the events to its parent, hence - it will not be closed.
Some of the CSS applicable only to the immediate buttons only, and not
the grand-children.
2016-04-25 22:06:42 +05:30
Ashesh Vashi
26e9ceaf48
Do not reset the driver registry when the 'load_driver' method of
...
DriverRegistry is executed second time.
Also, initialize the driver before registering different blueprints,
which uses those driver inside them.
Thanks Khushboo for reporting the issue.
2016-04-25 15:33:54 +05:30
Ashesh Vashi
52aa32a4d2
background-position-x and background-position-y are not supported on the
...
browser, using background-position instead which is supported in all the
supported browsers.
2016-04-25 13:45:54 +05:30
Murtuza Zabuawala
973e2b1b4a
Match the border style of the inline-fieldset with the other control.
2016-04-25 13:34:51 +05:30
Ashesh Vashi
0e50f4b1f3
Fixed the issue - preferences were saved.
...
It was regression of the commit-id:
533aaa2fa3
.
2016-04-25 11:54:02 +05:30
Ashesh Vashi
1b44aed456
Resolved an issue - rendering the SQL control refering to the undefined
...
variable.
It was regression of the commit-id:
085ce50545
.
2016-04-22 22:55:54 +05:30
Sanket Mehta
244f5d59d2
Resolved an issue - fetching the source, and target type functions in
...
the CAST module. Make the changes in the CAST module too for the
changes done in the NodeAjaxOptionsControl in the commit-id:
944bdbb96c
.
We've changed the signature (arguments) of the 'options' & 'transform'
functions.
2016-04-22 18:04:09 +05:30
Ashesh Vashi
085ce50545
Refresh the SQL control, whenever necessary.
...
Also, remove the CodeMirror object for better clean up process.
When a SQL control/tab is rendered in a hidden element, it does not
render really well. Because - it rely on the height, and width of the
container to count the gutten position, and margin, and other elements.
Hence - whenever the tab, panel becomes visible, we will refresh the
control.
2016-04-22 15:29:23 +05:30
Ashesh Vashi
a5aa6d159a
Updated the CodeMirror to the latest stable version (5.14.2).
...
It has now the 'sql/x-pgsql' mode, which will make the queries more
familiar, and lot more improved addons.
2016-04-22 15:28:34 +05:30
Dave Page
471cd72bb9
Cleanup debugger dashboard
2016-04-20 09:00:25 -04:00
Ashesh Vashi
ef7737c709
Added missing dependent javascript 'jquery.aciFragment' required by the
...
aciTree.
Also - fixed few CSS specifically for the preferences dialog.
Returning the sorted preferences from the server, so that - it lists
down in correct order.
2016-04-19 23:48:10 +05:30
Neel Patel
37699a9820
Don't try to use the template engine's gettext on Javascript variables, as it won't work as the templates are evaluated before any JS is executed.
2016-04-18 08:39:25 -04:00
Neel Patel
4f8b018b39
Various tweaks and improvements to the debugger
2016-04-18 08:34:18 -04:00
Ashesh Vashi
09cc78bd0a
Adding missing query templates required for the server module.
2016-04-18 14:57:35 +05:30
Ashesh Vashi
9aee9794c1
Fix the properties toolbar at the top of the panel so it's always
...
visible.
This patch also introduce a callback 'onCreate' for each panel, and
frame, which will be called whenever a panel/frame is being created.
2016-04-18 12:38:56 +05:30
Ashesh Vashi
7522d89890
We would not like to make the overflow hidden for the main panel class
...
''pg-panel-content'.
This reverts commit 8dd8fc57a4
.
2016-04-18 12:12:47 +05:30
Khushboo Vashi
2d8633d4ca
Fixed few typos/issues in the datamodel.js
2016-04-18 12:10:19 +05:30
Ashesh Vashi
8dd8fc57a4
Revert "Revert "Fix the properties toolbar at the top of the panel so it's always visible.""
...
This reverts commit e210d2b580
.
2016-04-18 12:10:19 +05:30
Dave Page
ce70672a0b
Ignore the regression test config file.
2016-04-17 10:52:31 -04:00
Priyanka Shendge
98d473a7ec
Initial version of a regression test framework
2016-04-17 10:39:08 -04:00
Arun Kollan
ffa348fe5d
Fix wizard core styling.
2016-04-17 09:08:03 -04:00
Vladimir Koković
2d5c69503e
Ensure runtime settings are synced after they are updated.
2016-04-16 19:00:49 -04:00
Dave Page
e176190256
Core infrastructure for dashboards.
2016-04-16 17:51:44 +01:00
Surinder Kumar
e7902d4b45
Support procedures and ignore packages that look like schemas properly in PPAS
2016-04-16 10:01:28 +01:00
Seçkin Alan
26aa5607ad
Fix dropping of server groups.
2016-04-16 09:55:38 +01:00
Dave Page
e210d2b580
Revert "Fix the properties toolbar at the top of the panel so it's always visible."
...
This reverts commit 6e42e48244
.
2016-04-15 15:47:14 +01:00
Arun Kollan
533aaa2fa3
Restyle alertify dialogues so they look like the rest of the app. Still some tweaks needed, but we're 95% of the way there.
2016-04-15 15:30:50 +01:00
Ashesh Vashi
34ba5bef24
Improvised the data clean up, in some cases, it was calling validation
...
due to internal 'set' function call from the internal 'reset' function.
We will stop the session management, before doing any clean up for
ignoring such events.
2016-04-15 19:29:30 +05:30
Ashesh Vashi
6e42e48244
Fix the properties toolbar at the top of the panel so it's always visible.
2016-04-15 14:44:09 +01:00
Khushboo Vashi
de0864a92c
Fix SQL Help on older browsers without string.endsWith().
2016-04-15 14:26:32 +01:00
Ashesh Vashi
7ca939dcaf
Fix dialogue close issue.
2016-04-15 14:02:21 +01:00
Dave Page
4d7d3bd5e1
Icon and toolbar cleanup/consistency.
2016-04-15 13:32:17 +01:00
Ashesh Vashi
58fcbd943a
Deleting the object (model & nested model/collection) during showing
...
the node properties.
2016-04-15 16:14:22 +05:30
Dave Page
1c0e477823
Icon for the grant wizard.
2016-04-15 11:17:16 +01:00
Dave Page
cf80db66a6
Confine whitespace prewrap to the SQL Editor's output grid to prevent it breaking subnode forms.
2016-04-15 11:11:32 +01:00
Dave Page
9c65b73f31
Fix "View Filtered Rows" option.
2016-04-15 08:52:27 +01:00
Ashesh Vashi
af680b724d
Improvise the Select2Cell
...
Select2 does not allow to scroll any of the parent container once it was
opened, and if it was not properly closed.
Also, resolved an issue - existing selection was not working, while
re-rendering the Select2Cell.
2016-04-15 11:01:14 +05:30
Seçkin Alan
7b344185b4
Validate the model on save.
2016-04-14 21:51:07 +01:00
Seçkin Alan
290e6949f8
Require a server hostname/address to be specified.
2016-04-14 21:46:01 +01:00
Neel Patel
12ae40fe62
Procedural language debugger.
2016-04-14 21:36:04 +01:00
Sanket Mehta
1b442cff41
FTS Dictionary support (icons)
2016-04-14 20:54:14 +01:00
Sanket Mehta
7305986e14
FTS Dictionary support.
2016-04-14 20:53:14 +01:00
Sanket Mehta
b47577390a
Fix issue renaming FTS Parser.
2016-04-14 20:14:32 +01:00
Dave Page
e09aa90614
Rename "Parameters" to "Arguments" and "Variables" to "Parameters" for consistency with the PG docs.
...
Per Susan Douglas.
2016-04-14 20:11:55 +01:00
Dave Page
dc06f92bb3
Update message catalog
2016-04-14 15:49:23 +01:00
Murtuza Zabuawala
49e433db4f
Type fixes:
...
- Renaming or changing the schema for a shell type should not be allowed.
- I'm allowed to try to add ACL entries or security labels to an
existing shell type. This should be disallowed.
- Changing the schema on a (non-shell) type doesn't work - the type
name is omitted, e.g.
ALTER TYPE pem
SET SCHEMA pemhistory;
Which should be:
ALTER TYPE pem.foo
SET SCHEMA pemhistory;
2016-04-14 15:46:25 +01:00
Akshay Joshi
c6acbcb5ad
Query tool/data editor initial version
2016-04-14 15:04:03 +01:00
Dave Page
0420210076
Fix favicon routing
2016-04-14 13:40:01 +01:00
Murtuza Zabuawala
c047abd8a4
Fix various issues with Types, per discussion
2016-04-14 12:37:19 +01:00