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
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
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
Ashesh Vashi
8a39b3a700
Backend changes to fetch the statistics for the database and server
...
nodes, along with the front-end changes for those node.
NOTE:
We've not yet added the support to show them on the front-end.
2016-04-14 16:45:34 +05:30
Ashesh Vashi
6f58170894
Bind the current panel with the temporary functions, so that - it works
...
on the object everytime, it hits the buttons, and the callback functions
are being executed. The original implementation was not using the same
panel, when it was recalled from other function. And, results into
unexpected behaviour like not able to work with Edit object again.
Thanks Murtuza for reporting the issue.
2016-04-14 12:50:20 +05:30
Ashesh Vashi
30d189f499
Load the codemirror as package in the require.js, which will allow us to
...
load the codemirror addons without any modification.
2016-04-14 12:34:17 +05:30
Seçkin Alan
af1e38a97a
[Python 3 compability] Fixed the issue introduced by the Grant Wizard,
...
which fixes a issue with the Python 3.
2016-04-14 11:54:29 +05:30
Surinder Kumar
40c592a988
Grant wizard.
2016-04-13 16:11:43 +01:00
Murtuza Zabuawala
6e237d16ca
Add canAddRow/canEditRow/canDeleteRow functionality for Backgrid.
...
This will allow user to check condition on individual opration(add/edit/delete row) rather than only while rendering the control.
2016-04-13 15:54:17 +01:00
Arun Kollan
0fb0820c64
Fix CodeMirror borders on dialogues.
2016-04-13 12:24:46 +01:00
Ashesh Vashi
9e2d349591
Improvements to frame management.
2016-04-13 11:25:04 +01:00
Dave Page
dd5e86bcf4
Fix label
2016-04-13 10:55:12 +01:00
Seçkin Alan
de2e7bf8f1
Fix the mouse pointer on the top-level menus.
2016-04-13 09:58:38 +01:00
Akshay Joshi
03d6fce53c
Add support for an affected row count property to the DB interface.
2016-04-12 17:02:54 +01:00