pgadmin4/web
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
..
migrations [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
pgadmin Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
regression Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
tools Add a simple tool to minimise CSS and JS files (for future use) 2017-03-25 22:04:52 -04:00
babel.cfg Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
config.py Couple of minor performance tweaks. Tests on my Windows VM show a consistent 30% startup time reduction. 2017-06-11 13:56:49 +01:00
karma.conf.js Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
package.json Move the package.json file to the web/ directory 2017-03-15 17:15:16 +00:00
pgAdmin4.py [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
pgAdmin4.wsgi [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
setup.py [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30