[pgadmin-hackers] Content Security Policy

2017-01-09 Thread Jonas Thelemann
Good day pgadmin-hackers, my name is Jonas Thelemann and I just joined this mailing list. It's my first mailing list, so I try my best to not make any mistakes. I joined because I want to contribute some small adjustments to pgadmin. More precisely to address CSP (Content Security P

[pgadmin-hackers] .gitignore Improvement Suggestion

2017-01-14 Thread Jonas Thelemann
know. Please tell me, if I made any mistakes. Greetings from Germany, Jonas Thelemann diff --git a/.gitignore b/.gitignore index e1fdf53..0ae8098 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1,35 @@ +*.autosave *.db -*.pyc -*.pyo -*.o -*.psp *.diff +*.o *.patch -*.autosave -_build -build-*

Re: [pgadmin-hackers] .gitignore Improvement Suggestion

2017-01-14 Thread Jonas Thelemann
line/file "qrc_pgadmin4.cpp" to "qrc_pgAdmin4.cpp" in the .gitignore of the runtime folder. That's what I meant with 'lower case "a" to capital "A"'. Sorry for my faux pas there, it's 5 am and I seriously should go to bed now. Good night, Jonas

[pgadmin-hackers] Readme Requirements Fix

2017-03-01 Thread Jonas Thelemann
Good day pgadmin-hackers, I just want to suggest to change two lines in the README to fit the new requirements.txt file. Have a nice evening, Jonas Thelemann diff --git a/README b/README index 3d41ebdd..ad390b00 100644 --- a/README +++ b/README @@ -99,9 +99,7 @@ process is fairly simple

[pgadmin-hackers] Pip Setup Typo Fix & Question

2017-03-04 Thread Jonas Thelemann
py2.py3" part confuses me: what does it mean? Thanks, Jonas Thelemann diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py index 740d655..010701d 100644 --- a/pkg/pip/setup_pip.py +++ b/pkg/pip/setup_pip.py @@ -13,7 +13,7 @@ import imp from setuptools import setup from codecs import open

Re: [pgadmin-hackers] Pip Setup Typo Fix & Question

2017-03-04 Thread Jonas Thelemann
Ok, "py2.py3" makes sense because it's for both python versions. But why is a v1.1 still (re)build? Am 04.03.2017 um 23:03 schrieb Jonas Thelemann: Hey pgadmin-hackers, here's my next try. I think I've found some typos in the pip setup script, see the attachent.

[pgadmin-hackers] Three minor changes + GER

2017-03-06 Thread Jonas Thelemann
-> /...this is the location of the first definition/ I couldn't find much about that on the internet. Does anyone know how to fix this? Good day, Jonas Thelemann diff --git a/web/pgadmin/browser/server_groups/__init__.py b/web/pgadmin/browser/serve

[pgadmin-hackers] Three minor changes + GER

2017-03-07 Thread Jonas Thelemann
-> /...this is the location of the first definition/ I couldn't find much about that on the internet. Does anyone know how to fix this? Good day, Jonas Thelemann diff --git a/web/pgadmin/browser/server_groups/__init__.py b/web/pgadmin/browser/serve

Re: [pgadmin-hackers] Polish translaction of pgadmin4

2017-03-08 Thread Jonas Thelemann
And there are going to be some more updates. While translating to German I found several strings that could be definitely improved, like equal strings with different capitalization.By the way: my respect to Begina, translating this whole application really takes a while! Thanks for the effort :)Am

Re: [pgadmin-hackers] pgAdmin 4 commit: Remove \n in translation that was causing a syntax er

2017-03-13 Thread Jonas Thelemann
By the way: I found a workaround for the error(s) in PoEdit and in the compiling process of the .po files: The problem was [one of the] "obsolete messages" starting with "/#~/" at the bottom of the .po file. I removed them all and no more problems were reported. I think it were the '/#~ msgid "

Re: [pgadmin-hackers] pgAdmin 4 commit: Remove \n in translation that was causing a syntax er

2017-03-14 Thread Jonas Thelemann
For me that was a problem with my german .po file which is not in the git yet, but I'll test it soon and tell you the result. Am 14.03.2017 um 10:09 schrieb Dave Page: Hi On Mon, Mar 13, 2017 at 2:25 PM, Jonas Thelemann wrote: By the way: I found a workaround for the error(s) in PoEdi

Re: [pgadmin-hackers] Translations Fix #1

2017-03-20 Thread Jonas Thelemann
ge: Hi On Fri, Mar 17, 2017 at 10:12 PM, Jonas Thelemann wrote: Hello pgAdmin hackers, this is my first suggestion for some translation improvements. It adds a space in front of all occurences of three dots at the end of a string which seems to be the correct language style. Initially I h

Re: [pgadmin-hackers] Translations: Newline / Whitespace Fix

2017-03-26 Thread Jonas Thelemann
No, I'll typically re-merge/rebuild them as part of the commit. However - there's a bug at the moment due to some in-progress long term work to move javascript translations into the client, which is preventing me doing that. I'll ping the person who was going to get it sorted to see if I can spe

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed 2190 - Move language selection to Preferences.

2017-04-01 Thread Jonas Thelemann
Hey, I think this is the feature Dave meant when telling me to wait for it's completion before submitting the German translation. I already completed the German translation some weeks ago, can I submit it in the next days? Am 01.04.2017 um 08:42 schrieb Dave Page: Hi On Friday, March 31, 20

Re: [pgadmin-hackers] i18n GER, suggestions, questions

2017-04-05 Thread Jonas Thelemann
ecide :) Can you provide patches for the changes above? Yes, I can do that, but not right away. I currently have some other things to complete in the next few weeks, but I'll try to fit that in. Am 05.04.2017 um 16:23 schrieb Dave Page: Hi! On Sun, Apr 2, 2017 at 4:03 AM, Jonas Thelemann wro

[pgadmin-hackers] Sorted Makefile

2017-04-14 Thread Jonas Thelemann
Hey pgAdmin hackers, I sorted the Makefile entries alphabetically for a better reading experience. Greetings, Jonas Thelemann diff --git a/Makefile b/Makefile index 96eea2ff..886cda9c 100644 --- a/Makefile +++ b/Makefile @@ -16,52 +16,52 @@ SHELL = /bin/sh # Include only platform

[pgadmin-hackers] CSS Focus Bug Fix

2017-04-14 Thread Jonas Thelemann
Hello pgAdmin hackers, when the upper left logo is clicked and the mouse leaves the logo it turns white. The attached .diff fixes this bug. Greetings, Jonas Thelemann diff --git a/web/pgadmin/static/css/bootstrap.overrides.css b/web/pgadmin/static/css/bootstrap.overrides.css index b7cdccd