pgadmin4/web
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
..
pgadmin Data management within the properties dialog in Create/Edit mode is not 2016-01-15 16:41:36 +05:30
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Adding maximum session idle time in the config.py file 2015-10-22 11:49:53 +05:30
pgAdmin4.py First round of Python 3 compatibility fixes. 2015-11-06 10:23:19 +00:00
setup.py Fixed an issue related taking input as raw_input on Python 2. 2015-12-04 15:37:06 +05:30