pgadmin4/web/pgadmin/browser
Ashesh Vashi fd3ddbeafb Implementation of the client side 'url_for(...)' function.
Created a url_for function module to be used by different javascript
modules to use the same functionality of flask at client side.

A python module can expose the list of endpoints, used by its
javascripts, by overriding the 'get_exposed_url_endpoints(self)'
function.

In this patch, we have modified all the browser modules to use this
function. It will allow us to move the majority of the javascript
modules of browser nodes from templates directory to the static
directory.

TODO::
- Move these javascripts modules to the static directory.
- Use this function in all the applicable javascript modules.
  e.g. tools, miscellaneous modules
2017-06-12 12:01:25 +05:30
..
server_groups Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
static Fix integer/numeric validation on various dialogues. Fixes #2421 2017-06-08 14:59:26 +01:00
templates/browser Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
tests Re-organised the regression directory now we have multiple test suites: move test_utils.py into python_test_utils/ 2017-03-23 11:59:31 +00:00
__init__.py Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
collection.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
utils.py 1) Splits the SQL query used to retrieve the Dependents, Dependencies, and Roles SQL file into multiple versioned files. 2017-05-15 10:40:46 +05:30