pgadmin4/web/pgadmin
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
..
about Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
browser Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
dashboard Initial support for PG 10.0, per #2214 2017-04-24 13:55:29 +01:00
feature_tests Improvements to the Query Results grid: 2017-06-08 13:31:36 +01:00
help Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
misc Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
model Ensure servers are deleted when their parent group is deleted. Fixes #2212 2017-03-06 10:35:27 +00:00
preferences Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
redirects Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
settings Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
setup [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
static Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
templates Use the correct font for the treeview. 2017-06-09 09:09:39 +01:00
tools Fine tune result grid column sizing now we don't have checkboxes. 2017-06-09 09:24:20 +01:00
translations German translation update. 2017-04-18 15:03:36 +01:00
utils Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
__init__.py Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
messages.pot Update translations 2017-04-05 14:03:17 +01:00