pgadmin4/web/pgadmin
Ashesh Vashi 586b81b162 Data management within the properties dialog in Create/Edit mode is not
done using the Backbone event management.

Emitting 'pgadmin-session:*' for different operations, when we
create/modify the data within the properties dialog.

We will keep track of each child node using the handler object within
the Model, and Collection objects, also - provides them the name of the
attribute, it represents. It will be used to identify the invalid nested
objects within the existing object.

Also, provide the array of modified variables, which were modified in
the validation function to avoid checking each, and every thing in the
validation function. We will need to validate that particular and the
dependent attributes only.

Also - avoid multiple validation operations from the parent object to
improve performance. And, depends on the event based operations for
validation, instead of integrate the data operation and view operation
within one operation. We do maintain the invalid objects, and validate
them only from the collection objects, which also helps improve the
performance during validation.
2016-01-15 16:41:36 +05:30
..
about Added support for the infrastructure for on demand access/create the 2015-10-20 12:33:29 +05:30
browser Data management within the properties dialog in Create/Edit mode is not 2016-01-15 16:41:36 +05:30
help Fixed few bugs and changed the node create/edit view to use the dialog 2015-08-11 19:19:29 +05:30
misc Added support for the infrastructure for on demand access/create the 2015-10-20 12:33:29 +05:30
redirects Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
settings Added NoneType exception handling in settings & server modules while returning json response. 2015-11-13 16:59:16 +00:00
static Fixes few UI issue with the backform controls. 2016-01-12 13:40:36 +05:30
templates Resolving few issues with the drop/drop cascade object function at front-end. 2016-01-05 12:36:33 +05:30
test Pass on the browser tree events by generating node specific 'browser-node' events. 2015-12-16 13:27:08 +05:30
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils Update the user and datbaase information everytime, we connect the 2016-01-12 01:06:56 +05:30
__init__.py Remove any unwanted white-spaces while renderting any template in template code 2015-12-22 10:43:24 +05:30
messages.pot Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00