Commit Graph

  • af84ba5a4f Fixed all the review comments from Dave. Murtuza Zabuawala 2016-05-24 23:29:32 +0530
  • 8c077bc2df Fix a couple of file references. Dave Page 2016-05-24 14:18:36 +0100
  • f0a3bdc588 Various doc updates. Susan Douglas 2016-05-24 13:47:35 +0100
  • aa1c283514 Added Insert/Delete/Update script functionality for foreign table objects Murtuza Zabuawala 2016-05-24 12:41:00 +0530
  • dca6951e74 Fixes #1218 - Backup table not working. Ashesh Vashi 2016-05-24 12:09:25 +0530
  • 0840e6af2d [Backup] Checking for 'only_data' parameter before accessing it. Ashesh Vashi 2016-05-24 12:02:46 +0530
  • 98fa93413d Initialize the msg to None as we may not have msg available, when current version, and latest released version is matching. Ashesh Vashi 2016-05-24 11:49:38 +0530
  • 8a3a44ed25 Fixes the issue about redirection to undesirable URL when clicked on the file control selection button. Surinder Kumar 2016-05-23 16:26:39 +0530
  • aff0d417bb Fixed the issue related to set proper height, width of the div of a frame in wcFrame. This is only happens only in the Firefox browser. Neel Patel 2016-05-23 13:22:16 +0530
  • 1724787f2a www.pgadmin.org now supports https. Dave Page 2016-05-21 13:54:12 -0400
  • 0a354055a9 Adding support for autocomplete in the SQL Editor. Akshay Joshi 2016-05-21 16:04:05 +0530
  • da28dc8507 Added support for importing and exporting the table data. Neel Patel 2016-05-21 15:43:40 +0530
  • 2c6ca7d82c Changed the Select2Control to work more consistently. Ashesh Vashi 2016-05-21 15:41:35 +0530
  • b2b6d443b5 Do not validate the model unnecessarily (when closing). Clear the cache of a node, whenever an object has been removed of that kind, it will allow us to fetch the latest list. Ashesh Vashi 2016-05-21 15:36:36 +0530
  • d2eaa8b3dd Adding support for the trigger functions node. Murtuza Zabuawala 2016-05-21 15:09:32 +0530
  • 077075c765 Renaming the label of the browser left node after editing the properties properly. Murtuza Zabuawala 2016-05-21 15:06:00 +0530
  • 3120ce1909 Fixes few issues with File Manager. Surinder Kumar 2016-05-21 15:01:47 +0530
  • 875e251359 Allow to specify the height & width from the javascript modules of an individual node. Ashesh Vashi 2016-05-21 14:18:24 +0530
  • 238da58732 Helpfile refactoring. Dave Page 2016-05-20 16:39:21 -0400
  • 0ecfbab129 Added the license information about the file-manager (repository: https://github.com/simogeo/Filemanager), which we used to derive our own version of it as per our requirement. Surinder Kumar 2016-05-20 18:30:25 +0530
  • ecde42cbed Implementation of View & Materialized View Surinder Kumar 2016-05-20 17:43:30 +0530
  • 4dbe058832 Implementation of Table, Column, Index, Trigger, Constraints and Rule Node. - Table, Column, Index and Trigger (Author:- Murtuza Zabuawala) - Constraints Primary Key/Unique/Check/Foreign Key/Exclusion with integration into Table node (Author:- Harshal Dhumal) - Rule (Author:- Surinder Kumar) - Vacuum Control (Initial patch by Surinder Kumar and further enhancement by Murtuza) Akshay Joshi 2016-05-20 17:15:52 +0530
  • 6895da9cbc Added support for FTS configuration node Sanket Mehta 2016-05-19 21:03:26 +0530
  • 7b2e4fb467 Add Inspection support to the runtime when built in debug mode. Neel Patel 2016-05-19 09:33:00 -0400
  • 9a832086c5 Fixed an issue - not displaying query tool & debugger from the runtime. Neel Patel 2016-05-19 15:53:55 +0530
  • 3a9b331df6 Change the priority of Tools menu item Akshay Joshi 2016-05-19 13:53:49 +0530
  • 574f81f9fa Try a doc theme that looks more like pgAdmin. Dave Page 2016-05-18 21:55:54 -0400
  • c7d43a810e Updated index page. Susan Douglas 2016-05-18 10:11:21 -0400
  • 4d47e23c89 Get the configuration for the documentation from the main web app. Dave Page 2016-05-17 13:20:02 -0400
  • 50c134c4f1 Use a 2 part version number. We never used the first digit in 13 years of pgAdmin 3. Dave Page 2016-05-17 13:08:18 -0400
  • 7d5d6dad28 Remove testing code Akshay Joshi 2016-05-17 19:00:13 +0530
  • 8312efe927 Fixed issue of getting/setting preferences options for 'Explain' Akshay Joshi 2016-05-17 14:38:44 +0530
  • 216b6b16b5 Fixed issue change 'Auto Commit' option from preferences not reflacted properly on UI and also not set the class variable Akshay Joshi 2016-05-17 12:31:39 +0530
  • 1606f1d8e8 Link online help to dialogs Dave Page 2016-05-16 11:25:51 -0400
  • 2c7a45814c Resolved an issue about missing 'canDrop' function check for the browser tree nodes. Surinder Kumar 2016-05-16 22:55:19 +0530
  • d1e3237e2e Fixed misc issues Ashesh Vashi 2016-05-16 19:50:49 +0530
  • 735e9ba67b Show the error div only when it has some data within it. Changed its colour for better attendtion. Ashesh Vashi 2016-05-16 19:05:36 +0530
  • 8a7a8eb9aa Check for valid object existence before checking its session changed flag in the data model. Ashesh Vashi 2016-05-16 18:28:19 +0530
  • 76087f3df3 Fixed issue while using decode() without checking type of the variable. Type maybe string or byte. Ashesh Vashi 2016-05-16 13:22:10 +0530
  • 8bd17cb433 [Python 3 compatibility] Introduced a separate HTML safe string function in 'utils' module, earlier the function -'escape(...)' was converting the strings to bytes, and that's reason, it was not working on Python 3. Ashesh Vashi 2016-05-16 11:58:36 +0530
  • 3bbfd8a19f Loading the explain.js as 'application/javascript' Ashesh Vashi 2016-05-16 11:28:23 +0530
  • 28af92d386 Resolved a bug about listing file type listing, 'All Files' were listed twice in some cases. Ashesh Vashi 2016-05-16 02:43:35 +0530
  • 38bb45ec86 Adding backup as a allowed file type in the backup utility file-control Ashesh Vashi 2016-05-16 02:19:37 +0530
  • 63b951baee Adding initial version for showing statistics for the server, and database nodes. Ashesh Vashi 2016-05-16 01:57:59 +0530
  • d1e2b902dc Add support for foreign server Khushboo Vashi 2016-05-16 01:42:09 +0530
  • fcc3d112e2 Integrate the graphical explain module in the Query Editor. Sanket Mehta 2016-05-16 01:07:52 +0530
  • 5ca63fba48 Initial version for generationg the CREATE/SELECT/EXEC scripts for the selected node. Murtuza Zabuawala 2016-05-16 00:25:31 +0530
  • c34e62207a Added support different maintenance operations i.e. vacuum, analyze, reindex, cluster. Neel Patel 2016-05-16 00:16:38 +0530
  • ca62825c90 Set PGPASSWORD environment variable from the process executor before running the external utility. Ashesh Vashi 2016-05-15 22:29:14 +0530
  • 2da3a710a1 Added support for restoring a tar/custom type backup file in a object. Murtuza Zabuawala 2016-05-15 19:59:57 +0530
  • 8ca760ee2b Addd support for taking backup for the server. Murtuza Zabuawala 2016-05-15 15:59:32 +0530
  • fe0911f285 [Python 3 compatibility] Improved the background process executor to work with Python 3. Ashesh Vashi 2016-05-15 00:03:21 +0530
  • 491bd3605b Fixed an issue creating extensions 'postgis_topology', and 'postgis_tiger_geocoder'. Ashesh Vashi 2016-05-14 15:42:22 +0530
  • 1aeab98a2b Load, and save the files in the Query Editor. Surinder Kumar 2016-05-14 15:29:03 +0530
  • 4dc7f84761 Added functionality to Pause/Resume replay of WAL on the database server. Neel Patel 2016-05-14 01:39:39 +0530
  • 14839bf5de Always make sure - we convert the psasword to string in the as_dict function. Harshal Dhumal 2016-05-14 01:14:02 +0530
  • cc91a538e0 Fixed the canDrop function of the node menus does not get called during enable/disable menu checks. Surinder Kumar 2016-05-14 01:09:59 +0530
  • b22d73ec46 Improvise the pgsql driver to keep the utility names used for different operation like backup, restore, etc within it. Ashesh Vashi 2016-05-14 00:48:11 +0530
  • 5348f6e96a Improvised the file manager functionalities as per comments given: * Do not show the drives on windows, if STORAGE_DIR is set. * Do not show non-applicable buttons, whenever no files/directory present in the storage directory. * Showing dimmer under the warning messages for replace/delete. * Select file type other than 'All Files' in create/replace mode. Surinder Kumar 2016-05-14 00:38:58 +0530
  • db62069a41 Add some initial dialog docs. Susan Douglas 2016-05-13 14:43:57 +0100
  • 938ea21f40 Fixed following issues: 1) Grant wizard close issue. 2) Moved grant wizard specific css from wizard.css to grant_wizard.css 3) removed 'ajs_content' css from wizard.css causing padding issue in alertify dialog Surinder Kumar 2016-05-13 15:04:36 +0530
  • 174363c9a7 Fixed typo for acl in tablespace node Murtuza Zabuawala 2016-05-13 13:43:35 +0530
  • 4816f5ed12 Change server password feature Harshal Dhumal 2016-05-13 13:21:20 +0530
  • 8e4e1640e7 Fixed cStringIO and StringIO module compatibility in python Akshay Joshi 2016-05-13 11:22:59 +0530
  • f682f06c94 Adding a background process executor, and observer. Ashesh Vashi 2016-05-13 08:49:48 +0530
  • 512e11c47c 'pgadmin.utils.storage' has been renamed to 'pgadmin.utils.paths'. Resolved the typo. Ashesh Vashi 2016-05-13 00:36:45 +0530
  • 9cdd1f8098 Added support for the server side file manager, which will be useful in selection, creation, upload/download files/directories resides on the server side. Ashesh Vashi 2016-05-13 00:04:28 +0530
  • 180630ce0e Fixed variable scope issue in server.js Harshal Dhumal 2016-05-10 18:16:08 +0530
  • 83b6a04763 Added input validation and title of the prompt for 'Named Restore point' functionality Murtuza Zabuawala 2016-05-10 16:04:47 +0530
  • 585daddce2 Destroy the existing Select2 object before rerendering the control. Harshal Dhumal 2016-05-12 16:14:01 +0530
  • d768faf2ea Do not validate the attributes on saving, because - sometimes it results into an error, and does not call the callback - 'success/fail' internally. Ashesh Vashi 2016-05-12 15:51:16 +0530
  • a4d981cced Remove all the object view control within the subnode control, whenever we remove it. Harshal Dhumal 2016-05-12 15:47:12 +0530
  • 40a9490382 Check for the connection status before executing the statement for checking the 'server in recovery' information. Murtuza Zabuawala 2016-05-12 13:22:13 +0530
  • 7f790a7f49 Use the same cursor object of a connection object only from the same server. Ashesh Vashi 2016-05-12 13:08:36 +0530
  • 81e59be1bd Fix menu width. Dave Page 2016-05-11 16:34:25 +0100
  • 23f0cf07ca Allow creation of named restore points. Murtuza Zabuawala 2016-05-11 16:13:04 +0100
  • 7513cebd8c Load only one set of CSS files per module. Ashesh Vashi 2016-05-11 12:46:10 +0530
  • 01e83f1807 Adding missing dependency 'underscore.string' in the 'menu.js'. Surinder Kumar 2016-05-11 12:11:06 +0530
  • ce043fbe07 Python 3 compatibility fix - iteritems() is deprecated. Murtuza Zabuawala 2016-05-10 17:01:11 +0100
  • a5bb65c468 Search path for the runtime when running in a Mac dev env. Dave Page 2016-05-10 16:38:28 +0100
  • 9cae686c65 Allow the modules to define the i18n messages, and other messages required by its javascript module. Ashesh Vashi 2016-05-10 16:07:45 +0530
  • d8cbee3850 Adding the timeout for the connection on the configuration database. Ashesh Vashi 2016-05-10 15:58:59 +0530
  • 8cfca280d4 Fixed issue 'Reload Configuration' option is also enabled on database node while it should only be enabled on server node Neel Patel 2016-05-09 23:22:35 +0530
  • 176b99c90b Added the multiple selection support in the Select2Cell Harshal Dhumal 2016-05-10 13:48:48 +0530
  • 817bdd0108 Fixed typos in FTS DICTIONARY node Sanket Mehta 2016-05-10 12:53:36 +0530
  • baae12dfcc Improve the password error message color on the 'Change Password' page. Harshal Dhumal 2016-05-10 12:47:46 +0530
  • dd7bde5ab8 Introduced the dependencies logic functionality (used in the backform), which will allow us to add dependencies other model attributes on custom backgrid cell. Khushboo Vashi 2016-05-10 12:40:39 +0530
  • 7a400bacf3 Do not send the incomplete definition of a node object to the server instead show proper message. Khushboo Vashi 2016-05-10 12:34:20 +0530
  • e8b4bb909b Do not honour the session-id, longer than 40 characters, instead create new session-id in that case. Ashesh Vashi 2016-05-09 00:04:25 +0530
  • b383c67fa5 Treat the Array different from the Object to make sure session tracking works well with it. Ashesh Vashi 2016-05-08 23:53:58 +0530
  • c8406a5994 Fix the runtime search path when running in a Mac App Bundle Sandeep Thakkar 2016-05-06 15:53:00 +0100
  • e522ebbcca Ensure delete/drop works without JS errors. Khushboo Vashi 2016-05-06 15:47:21 +0100
  • f3d05279a7 In IE10, the Save/Reset buttons are not getting enabled after changing fields. Khushboo Vashi 2016-05-06 15:29:32 +0100
  • 3eb51e93e7 Allow Werkzeug to be configured to bind to adaptors other than localhost for testing. Murtuza Zabuawala 2016-05-06 15:25:52 +0100
  • 4190933909 Allow the server config to be reloaded. Neel Patel 2016-05-06 15:08:22 +0100
  • 128070877a Add a TODO list. Khushboo Vashi 2016-05-06 14:56:03 +0100
  • 86c4dd06b5 Fix dependents/dependency icons. Khushboo Vashi 2016-05-06 14:50:17 +0100
  • 94303867dd Fix a typo introduced in a merge. Murtuza Zabuawala 2016-05-06 13:58:31 +0100
  • 949e536bae First round of string review and cleanup. Karen Blatchley 2016-05-06 13:53:48 +0100
  • 894002b06d Fixed below review comments for QueryTool - The button bar be moved out into an HTML template - create.sql should perhaps be renamed to insert.sql - The "Add Row" button only works if you're on the last page of the resultset. - Use one wcDocker instead of two - Added support of code folding Akshay Joshi 2016-05-06 18:09:04 +0530