[pgadmin-hackers] pgAdmin 4 in the two bugs

2016-09-18 Thread Seçkin Alan
Hello, I install pgadmin4 on MacOSX El Capitan with dmg files. 1-)Control V (Paste) Doesn't work in query tool. 2-) I do horizontal scrolling, coming on top of the scroll bar, function menu. I added screen shot in attachments. -- Seçkin ALAN http://sckn.org -- Sent via pgadmin-hackers

Re: [pgadmin-hackers] Finalizing pgadmin4 RPM work

2016-09-16 Thread Seçkin Alan
in website. I am planning > to write a short blog post about that soon, about installation instructions, > running, etc. > > Cheers, > -- > Devrim GÜNDÜZ > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > Twitter: @D

[pgadmin-hackers] [pgAdmin4] Server Groups Delete patch

2016-04-15 Thread Seçkin Alan
Drop server groups. -- Seçkin ALAN http://sckn.org diff --git a/web/pgadmin/browser/templates/browser/js/node.js b/web/pgadmin/browser/templates/browser/js/node.js index 0b52519..890c3dc 100644 --- a/web/pgadmin/browser/templates/browser/js/node.js +++ b/web/pgadmin/browser/templates/browser/js

[pgadmin-hackers] [pgAdmin4] Query Tools result paginate control labels

2016-04-15 Thread Seçkin Alan
Hi, Backgrid js default control label is 《, it looks bad. now it looks like this << < 1 > >> ​ -- Seçkin ALAN http://sckn.org diff --git a/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js b/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js inde

Re: [pgadmin-hackers] pgadmin4 new server host rule is missing

2016-04-14 Thread Seçkin Alan
++ change node js full patch is attached On Thu, Apr 14, 2016 at 11:18 PM, Seçkin Alan <seckina...@gmail.com> wrote: > Hi, > In model Server.host field is nullable=False but, UI Hostname/address > field can accept null value. > So, > When I click save button, in that

[pgadmin-hackers] pgadmin4 new server host rule is missing

2016-04-14 Thread Seçkin Alan
Hi, In model Server.host field is nullable=False but, UI Hostname/address field can accept null value. So, When I click save button, in that time throw error like NOT NULL constraint failed: server.host . -- Seçkin ALAN http://sckn.org diff --git a/web/pgadmin/browser/server_groups/servers

[pgadmin-hackers] pgAdmin4 python3 some issues

2016-04-14 Thread Seçkin Alan
g For example: pgadmin4/web/pgadmin/browser/server_groups/servers/__init__.py 523: errormsg=e.message If we use __str__() method, not problem in both versions what measures can be taken? -- Seçkin ALAN http://sckn.org -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.

[pgadmin-hackers] grant_wizard py3 bug

2016-04-13 Thread Seçkin Alan
Hi, I want the run pgadmin4 on python3, throw unquote module not found. In python3 unquote method moved root to parse class https://docs.python.org/3.4/library/urllib.parse.html#urllib.parse.unquote Maybe isn't clear patch. -- Seçkin ALAN http://sckn.org diff --git a/web/pgadmin/tools

[pgadmin-hackers] Top Menu Link cursor change text to pointer [pgadmin4]

2016-04-12 Thread Seçkin Alan
Hi, Top Menu Link cursor change text to pointer. because is does not give the feeling of link. -- Seçkin ALAN http://sckn.org diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 16f7f0a..6206422 100755 --- a/web/pgadmin/static/css/overrides.css +++ b

[pgadmin-hackers] pgAdmin4 Bug fix or my Fault ?

2015-05-15 Thread Seçkin Alan
() @@ -138,4 +140,5 @@ if os.path.isfile(config.SQLITE_PATH): do_upgrade() else: print The configuration database %s does not exist.\nEntering initial setup mode...\n % config.SQLITE_PATH -do_setup() \ No newline at end of file +do_setup() -- Seçkin ALAN http://sckn.org