Murtuza Zabuawala
3dba7d8303
Fixes #2321 - [Browser Tree] Shows only the newly created node (not, all
...
other child node) of a parent node, when it has not been already loaded.
In order to resolve the issue - we will open the parent, and select the
created node, instead of adding it to parent node.
2017-04-07 08:58:43 +05:30
Dave Page
d55b8394cf
Oops, syntax error.
2017-04-06 16:13:42 +01:00
Dave Page
fcc122f290
Swap entries in karma.conf so test-main.js is matched first, per suggestion from Atira to fix the failing Jasmine tests.
2017-04-06 15:34:05 +01:00
RAJASEKAR G
3880bc7eb8
Fix validation on the table dialogue so the Save button isn't enabled if the name is removed and autovac custom settings are enabled. Fixes #2105
2017-04-06 09:56:52 +01:00
RAJASEKAR G
c758920890
Properly handle EXPLAIN queries entered directly by the user in the query tool. Fixes #2287
2017-04-06 09:46:42 +01:00
Begina Felicysym
9ac5bf4f12
Update the Polish translation
2017-04-06 09:36:10 +01:00
Dave Page
a412e3226f
Use a more appropriate output file name.
2017-04-06 09:34:19 +01:00
Navnath Gadakh
dd23f71478
Write a JSON file when regression tests run, listing results.
2017-04-06 09:33:29 +01:00
Jonas Thelemann
b8566a0127
Un-split some strings for translateability. And so begins the battle between gettext and pep8...
2017-04-05 15:05:11 +01:00
Dave Page
6d9cfa6679
Update translations
2017-04-05 14:03:17 +01:00
Jonas Thelemann
e66616b1d8
Add German translation Fixes #2323
2017-04-05 14:02:46 +01:00
Jonas Thelemann
ea2b3f43bd
Remove unnecessary quotes.
2017-04-05 13:58:47 +01:00
Jonas Thelemann
ddfa934357
Unified usage of "definition incomplete".
2017-04-05 13:55:00 +01:00
Jonas Thelemann
37120bf199
(De)Capitalized strings to fit the common/usual format, corrected spelling, removed unnecessary characters.
2017-04-05 13:50:49 +01:00
Jonas Thelemann
65f21a8cd7
Replace all occurrences of "can not" with "cannot".
2017-04-05 13:38:14 +01:00
Maxim Zakharov
85db82c7f4
Avoid an unauthorised error if clicking on the logo in desktop mode.
2017-04-05 13:33:12 +01:00
Dave Page
a7cdd78ad7
Add targets to extract/merge and compile messages.
2017-04-05 13:27:32 +01:00
Dave Page
53c4e2df3b
Add an appbundle-webkit build target to build an appbundle, but force the use of QtWebKit.
2017-04-05 12:35:07 +01:00
Dave Page
ee17c77093
Ignore some MinGW related build files.
2017-04-03 20:59:42 +01:00
Dave Page
e78865b2d4
Add a script for creating a Windows build using Qt with MinGW & QtWebKit Reloaded.
2017-04-03 20:58:47 +01:00
Ashesh Vashi
4d55e8abe8
Resolved a typo in the previous commit.
2017-04-03 19:00:06 +05:30
Ashesh Vashi
02a3919b06
As per Murtuza, we will have the '__module__', when running as a WSGI
...
application, but - it will not have the '__file__' attribute.
2017-04-03 18:55:24 +05:30
Ashesh Vashi
b756407c3c
When running pgAdmin as a WSGI application, we will not be able to find
...
the '__main__' module under 'sys.modules'.
2017-04-03 18:44:53 +05:30
Murtuza Zabuawala
74655e60a0
Replace the '$DIR' only when found in the binary directory string.
2017-04-03 18:32:50 +05:30
Dave Page
e7cee870a7
Mingw32 compatibility fixes
2017-04-03 12:58:08 +01:00
Aravindraja Thinakaran
bb0bd8acc5
Properly handle truncated table names (> NAMEDATALEN). Fixes #2277
2017-04-01 02:57:48 -04:00
Harshal Dhumal
9acf340400
Generic function qtLiteral was not adapting values properly when they contain non ascii characters. Fixes #2305
2017-03-31 21:11:25 -04:00
Dave Page
4ba9269a88
Remove debug code.
2017-03-31 20:27:41 -04:00
Akshay Joshi
6a861f7a91
Add the config option ALLOW_SAVE_PASSWORD to allow admins to disable saving of passwords. Fixes #2232
2017-03-31 20:14:37 -04:00
Khushboo Vashi
efb077b7f7
Fix error highlighting in the query tool. Fixes #2291
2017-03-31 20:06:55 -04:00
Dave Page
a4fd313371
Add missing semi-colon.
2017-03-31 17:05:29 -04:00
Dave Page
c7fc21e3bb
Update Babel version.
2017-03-31 17:03:36 -04:00
Dave Page
f3e6fe5b64
Add missing bracket
2017-03-31 12:48:18 -04:00
Dave Page
4e50c186df
Update CI script output for parsing with the Log Parser plugin in Jenkins
2017-03-31 12:45:56 -04:00
Dave Page
7a1bb8863a
Include translation message catalogs in CI build/test runs.
2017-03-31 12:26:57 -04:00
Dave Page
ac1637f281
Make sure each build/test starts in the correct directory.
2017-03-31 12:17:34 -04:00
Dave Page
b6fa5f5b33
Add message catalog builds to CI, and run all tests from a runner script to enable test/build addition purely from the source tree.
2017-03-31 12:13:58 -04:00
Murtuza Zabuawala
08ff9d7422
Dialog Help was broken in case where query tool/Debugger opens in new browser tab. Fixes #2310
2017-03-31 16:08:05 +05:30
Maxim Zakharov
8005b05292
Fixes #2304 , #2145 - Resolve the issue for restoring the table from the backup.
...
Earlier - implementation was generating the backup code like as below:
XXX/pg_restore.exe --host "x.x.x.x" --port "xxxx" --username "osboxes" --no-password --dbname "test" --data-only --verbose --table "tt.test2" "XXX-FILE.bak"
It should have been:
XXX/pg_restore.exe --host "x.x.x.x" --port "xxxx" --username "osboxes" --no-password --dbname "test" --data-only --verbose --schema "tt" --table "test2" "XXX-FILE.bak"
2017-03-31 13:16:17 +05:30
Dave Page
696343196a
Fix Python 3 compatibility bug
2017-03-30 23:16:43 -04:00
Joao Pedro De Almeida Pereira
eb89998dc0
From a visual standpoint, grey highlight makes selection look deselected rather than selected. A brighter color would quickly provide visual feedback on an action.
...
With this patch the color of selected rows look more highlighted.
2017-03-30 22:56:13 -04:00
Susan Douglas
e58dce9425
Correct claims made in the management_basics.rst file
2017-03-30 22:52:17 -04:00
Dave Page
5ce6cd8ca0
Fix a thinko. Had to be one following those typos...
2017-03-30 22:47:05 -04:00
Dave Page
4e96692060
Fix a typo
2017-03-30 17:25:41 -04:00
Dave Page
256f42c64b
Fix a typo
2017-03-30 17:19:22 -04:00
Dave Page
4b1781124a
Use the correct Python binary.
2017-03-30 17:13:06 -04:00
Dave Page
8941756a9d
Select the correct Sphinx version
2017-03-30 17:11:08 -04:00
Dave Page
0a381c4a53
Add scripts for building the PIP wheel and tarballs
2017-03-30 17:05:49 -04:00
Dave Page
b826e0863c
Clean the build from the correct directory.
2017-03-30 16:49:11 -04:00
Dave Page
cdc1b70aea
Ensure CI scripts are executable
2017-03-30 16:37:44 -04:00