pgadmin4/web/pgadmin/static/js
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
..
codemirror/addon/fold Move pgadmin plugins for codemirror back out of the vendor area. 2017-02-27 13:18:28 +00:00
selection Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
slickgrid Improvements to the Query Results grid: 2017-06-08 13:31:36 +01:00
alertify.pgadmin.defaults.js Using the client-side translation using the client-side 'gettext' 2017-06-07 15:53:05 +05:30
backform.pgadmin.js Fix integer/numeric validation on various dialogues. Fixes #2421 2017-06-08 14:59:26 +01:00
backgrid.pgadmin.js Replace all occurrences of "can not" with "cannot". 2017-04-05 13:38:14 +01:00
check_node_visibility.js Hide menu options for creating objects, if the object type is set to hidden. Includes Jasmine tests. Fixes #2225 2017-05-12 12:10:46 +01:00
gettext.js Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
pgadmin.js Ensure we never sort columns on the treeview. Fixes #2185 2017-02-24 13:02:13 +00:00
size_prettify.js Fix sorting of sizes on the statistics views by sorting raw values and prettifying on the client side. Includes Jasmine tests for the prettyfying function. Fixes #2315 2017-05-08 11:29:13 +01:00
sqleditor_utils.js Fine tune result grid column sizing now we don't have checkboxes. 2017-06-09 09:24:20 +01:00
url_for.js Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30