[pgadmin-hackers] pgAdmin 4 commit: Ignore generated resource files

2016-11-23 Thread Dave Page
Ignore generated resource files Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7983f53a7e5db17516fe06a2ac43716495a56cab Modified Files -- .gitignore | 1 + 1 file changed, 1 insertion(+) -- Sent via pgadmin-hackers mailing list (

[pgadmin-hackers] pgAdmin 4 commit: Specify the default PG binpath on Windows

2016-11-23 Thread Dave Page
Specify the default PG binpath on Windows Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=87a845a08237452a762cdcf128b8842e878e1cd3 Modified Files -- Make.bat | 6 ++ 1 file changed, 6 insertions(+) -- Sent via pgadmin-hackers

[pgadmin-hackers] pgAdmin 4 commit: Fix a missing escape char

2016-11-23 Thread Dave Page
Fix a missing escape char Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f6f020036f38b0481a61f988bb8f71d476ee8e89 Modified Files -- pkg/mac/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgadmin-hacker

[pgadmin-hackers] pgAdmin 4 commit: Specify the default PG binpath on Mac

2016-11-23 Thread Dave Page
Specify the default PG binpath on Mac Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d7d0ff02c6676fdf5d9dba1a7919769ace1eacce Modified Files -- pkg/mac/build.sh | 4 1 file changed, 4 insertions(+) -- Sent via pgadmin-hacker

[pgadmin-hackers] pgAdmin 4 commit: Allow a placeholder ($DIR) to be used in utility path

2016-11-23 Thread Dave Page
Allow a placeholder ($DIR) to be used in utility paths to make it easier to use relative paths. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a18e07329446ebb60f81ae43a8401515d75ee45 Modified Files -- web/config.py

[pgadmin-hackers] pgAdmin 4 commit: Allow default binary paths to be set in the config fo

2016-11-23 Thread Dave Page
Allow default binary paths to be set in the config for each database driver. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08396ce861f60ab25959ee4ac95571339773a2f8 Modified Files -- web/config.py

[pgadmin-hackers] pgAdmin 4 commit: Treat empty text settings as unset, to allow users to

2016-11-23 Thread Dave Page
Treat empty text settings as unset, to allow users to clear a string to get the default back. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=961f946a7653738313a7cd3471e9ca2b10669949 Modified Files -- web/pgadmin/utils/preferences.

[pgadmin-hackers] pgAdmin 4 commit: Bunlde PostgreSQL utilities in the Windows installer.

2016-11-23 Thread Dave Page
Bunlde PostgreSQL utilities in the Windows installer. Note that this doesn't yet auto-configure pgAdmin to find them. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=388b477c71912b98a4945bdeda3c0d255d0f9295 Modified Files -- Make.b

[pgadmin-hackers] pgAdmin 4 commit: Include PostgreSQL utilities in the Mac App Bundle. T

2016-11-23 Thread Dave Page
Include PostgreSQL utilities in the Mac App Bundle. This doesn't auto-configure pgAdmin to find them yet though. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9dcf61931a15362d73eca90f1b57914784c3fa41 Modified Files -- pkg/mac/bui