pgadmin4/web/pgadmin/browser/server_groups/servers
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
..
databases Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
pgagent Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
resource_groups Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
roles Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
static Using the client-side translation using the client-side 'gettext' 2017-06-07 15:53:05 +05:30
tablespaces Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
templates Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
tests 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
__init__.py Replace all occurrences of "can not" with "cannot". 2017-04-05 13:38:14 +01:00
ppas.py Ensure database driver names and description strings can be translated. Fixes #2190 2017-04-18 13:33:27 +01:00
types.py Ensure database driver names and description strings can be translated. Fixes #2190 2017-04-18 13:33:27 +01:00
utils.py Fix the issue with Jinja conditions in Foreign Data Wrappers, Foreign Servers, User Mapping. 2017-02-09 12:05:09 +00:00