Correct names for the Japanese translators:
Junichi Tado
Kosuke Kida
Nozomi Anzai
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4bcec932a3b04c08efdfffc9d277363762723f60
Modified Files
--
web/pgadmin/translations/ja/LC_MESSAGES/m
Add a Russian translation
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ef88836c7aebea433db7a6163fcf1c6fbeb464f
Author: Alexander Lakhin
Modified Files
--
web/config.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletio
Add optional TLS support to the docker container.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cdfd9d2550f014aad8ad32f5ddc7d4baa69bce07
Author: Dave Page
Modified Files
--
pkg/docker/Dockerfile | 14 +++--
pkg/
_blank is the correct HTML target for anchors, not _new. Fixes #2679.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4c170c1b333bb997f3d17e752c63d0e70f81093
Author: Neel Patel
Modified Files
--
web/pgadmin/dashboard/temp
Message catalog update. Current stats look like:
1503 of 1756 messages (85%) translated in
pgadmin/translations/de/LC_MESSAGES/messages.po
1716 of 1756 messages (97%) translated in
pgadmin/translations/ja/LC_MESSAGES/messages.po
1494 of 1756 messages (85%) translated in
pgadmin/translations/pl/
Update psycopg2 requirement to ensure 10.x+ features work.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=72f58f74b6a80af0ca8a2bfe46edb82e5ac59f9d
Author: Murtuza Zabuawala
Modified Files
--
requirements.txt | 2 +-
1 file
Update Russian translation.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3e09a4aa3058457a6e7c371db3501ec6f435e87a
Author: Alexander Lakhin
Modified Files
--
.../translations/ru/LC_MESSAGES/messages.mo| Bin 16182
Ensure auto-indent honours the spaces/tabs config setting. Fixes #2780
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f960628ad6c6ae498889d09a177b627bae0b2285
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/browse
Update translations
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=61c469365ab0af256a464cf60ff0f3ce245554e0
Author: Dave Page
Modified Files
--
web/pgadmin/messages.pot | 12 ++--
.../tra
Update message catalogs.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4e7f63cc912c55a4634083861d8773db828ba8a7
Author: Dave Page
Modified Files
--
web/pgadmin/messages.pot | 640 ---
Ensure HTMLMIN is only used with Python 2.7+
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=988d8e6f7856f4b21154d353d5fef961a6fd4d5c
Author: Khushboo Vashi
Modified Files
--
requirements.txt| 2 +-
web/pgadmin/__in
Fix various issues that could cause an exception on startup. Fixes #2713
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c036fb581b2db717eab136ff88930fe335cd18aa
Author: Harshal Dhumal
Modified Files
--
web/pgadmin/browser
Fix name of 'check-constraints' to follow the usual singular convention.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57aab86228138ed7072ee4b035b4a7a245dfdbc5
Author: Murtuza Zabuawala
Modified Files
--
.../constraints/
Use HTTPS for accessing help docs.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f6fc7614d48594184fd8fac34bb36ea8dd447c5f
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/help/__init__.py | 4 ++--
1 file changed,
Fix a yarn warning: "warning From Yarn 1.0 onwards, scripts don't require "--"
for options to be forwarded. In a future version, any explicit "--" will be
forwarded as-is to the scripts."
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;
Add a target for building PDF docs.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4f83240ec381b5083a6cbe7191719c65d942c664
Author: Dave Page
Modified Files
--
Makefile | 3 +++
1 file changed, 3 insertions(+)
Attempt to decode database errors based on lc_messages. Fixes #2806. Fixes #2821
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9501cec166b7338bda5f2d9bbce64c2575a8a22f
Author: Murtuza Zabuawala
Modified Files
--
web/pgad
When selecting an SSL cert or key, update only the expected path in the UI, not
all of them. Fixes #2760. Fixes #2867
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e8916fce0359c94046056eec7a199aa312ed9491
Author: Harshal Dhumal
Mod
Ensure we don't show the full path on the server when using virtual filesystem
roots in server mode for SSL certs. Fixes #2866
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ecfba8201ebdcc7fddfe576f86e4f10bce39e353
Author: Murtuza Zab
Various string improvements and fixes.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cbd3525ec6954f0940c5f161cc89ac940bf85743
Author: Alexander Lakhin
Modified Files
--
.../databases/foreign_data_wrappers/__init__.py
Make the "Save Changes" prompts in the query tool optional. Fixes #2845
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b12e140aee3075abedac993af352e46c7eac4ef7
Author: Harshal Dhumal
Modified Files
--
web/pgadmin/tools/da
Only allow specification of a pgpass file if libpq >= 10. Fixes #2768
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d7b42e6c2243d65b84990ca9462c747325babb8
Author: Murtuza Zabuawala
Modified Files
--
docs/en_US/server_d
Add a Japanese translation created by:
Junichi Tado
Nozomi Amzai
Kouske Kida
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=71c6cbec735c23fab917e39308a531627e458e2a
Author: Dave Page
Modified Files
--
web/config.py
Update EXPLAIN icons. Fixes #2936
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d17784569db97af3f4e2ec3fe61011869cf594b4
Author: Chethana Kumar
Modified Files
--
.../misc/static/explain/img/ex_aggregate.png | Bin 5
And remove the extra semicolons. Sigh.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f67c7529ce924a45d08de3696b2530bf81f5f1c7
Author: Dave Page
Modified Files
--
web/regression/requirements.txt | 4 ++--
1 file changed, 2
Remove the runtime zoom shortcuts from the SQL Editor shortcuts section.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e1e2432ca70d6a27d41948a43383fe343e04162
Author: Dave Page
Modified Files
--
docs/en_US/keyboard_shor
Disable the line ending check entirely in eslint, as the previous
platform-specific fix doesn't work with all versions.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2b85176c1ad46b85ba162feeba4806e8ac40a4e
Author: Dave Page
Modifi
Fix a reference before assignment error in the file dialogue. Fixes #2934
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=badbaa1cb70cf17ae9092b80a20c9d5efdcc963f
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/mis
Refuse password changes (and tell the user) if the notification email cannot be
sent. Fixes #2892
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=643d036be72f7f7554a2fed2e41b21dcdd1a5d37
Author: Harshal Dhumal
Modified Files
Fix the width of Role dialogue so tabs don't wrap.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7544b5eaaa22769f6bcaed9331727a6014d40720
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/browser/server_groups/serv
Add a note to the README on creating the bundle.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=587f431e91c32e60dfac03caf7cbe0bd54c56e11
Author: Dave Page
Modified Files
--
README | 24
1 file chan
Remove panels for www.pgadmin.org and www.postgresql.org as they won't work
with X-Frame-Options: SAMEORIGIN which is used now.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ab38b152ac96f909c2b7aa587cba19496b0eacf
Author: Murtuza Za
Some browsers don't properly support tri-state checkboxes, so create our own
control to handle true/false/null. Fixes #2848
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a55e3f6e3d1a0125d16a0ab89c5505570ef375b
Author: Murtuza Zabuaw
Output statistics when compiling messages
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a1b559c682ea355f91cfa59953b94985c756cd0
Author: Dave Page
Modified Files
--
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 delet
Quote the owner name when creating types. Fixes #2787
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4337edf34692b847c50b2ceda5e1add0149acc2e
Author: Murtuza Zabuawala
Modified Files
--
.../databases/schemas/types/templat
Ensure the scroll location is retains in the query tool data grid if the user
changes tab and then returns. Fixes #2875
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b390aba783f99f0a8784770b0a0647c48dc07ec3
Author: Murtuza Zabuawala
Revert inadvertant change to doc page
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fa62b4cb0a5fbcb818331b5ebb8c4f11a730d3fc
Author: Dave Page
Modified Files
--
docs/en_US/pgadmin_login.rst | 2 --
1 file changed, 2 delet
Fix bundle creation on Windows which was failing due to \r\n line endings in
code mirror. Fixes #2908
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b1e94201be914e3c2f1a49ddce5e7b1fb6b8a3ba
Author: Maxim Zakharov
Modified Files
Prevent the user pressing the select button in the file manager when it is
supposed to be disabled. Fixes #2923
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7eb44cc88fb4249b53f9cbf02a1a75a4247a70a1
Author: Murtuza Zabuawala
Modifi
Add a missing screenshot, and remove personal info from another.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5badc14e6b905778ce2382231ebca09a65b01a8f
Author: Chethana Kumar
Modified Files
--
docs/en_US/images/role_memb
Push HTTPD logs to container stdout/stderr as appropriate. Fixes #2920
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d037e5a69a793c111ec49c0a6cc3f1042158d5a9
Author: Dave Page
Modified Files
--
pkg/docker/Dockerfile | 6
Ensure the auto-complete selection list can display longer names. Fixes #2726
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49383a64986d42f8a22596dcb3823e7a8a37ea7c
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin
Remove the artificial limit of 4000 characters from text areas. Fixes #2877
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c84538d00de3a88fc36ef9c42eee859fdbe42c2
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/s
Correct names for the Japanese translators:
Junichi Tado
Kosuke Kida
Nozomi Anzai
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bb8af0249291c700c8098acb70cf315fc399aca0
Author: Dave Page
Modified Files
--
web/pgadmin/tr
Using the correct type name (along with the internal name) while
generating the query for update/insert table data (Data grid).
Modified by Ashesh for array support.
Fixes #2830
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5aca5d6c
Improve clarity of the boolean checkbox.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5a9bc9c9915a49ec97691f422622ce45bda6657
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/static/css/bootstrap.overrides.css |
Add a Russian translation
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=89aa70cb81a4937d9652f3cc40903600e27c4afb
Author: Alexander Lakhin
Modified Files
--
.../translations/ru/LC_MESSAGES/messages.mo| Bin 0 -> 1
Allow connections to be coloured in the treeview and query tool. Fixes #1383.
Fixes #2802
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=389c0f98e36eb58bfd8c708174cf5bca4738946e
Author: Murtuza Zabuawala
Modified Files
-
Stop Python 2.6 barfing on newer versions of Selenium
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d38c36ca2d4ed68600ce8f7bb6c0a0c13b8aee9
Author: Murtuza Zabuawala
Modified Files
--
web/regression/requirements.txt | 3
Fix support for time without timezone. Fixes #2881
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51d5d6caa0b8931aa3e295ea4dfdf6b162481ab0
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/utils/driver/psycopg2/__in
Format JSON/JSONB nicely when displaying it in the grid editor pop-up. Fixes
#2748
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54d2536348ef0815cec57ae3de323ef414a756a7
Author: Murtuza Zabuawala
Modified Files
--
web/p
Allow changing of the users password without leaving the app. Fixes #2891
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=00bcfbaef13ed9e665f837ec6e09e3b3a418
Author: Murtuza Zabuawala
Modified Files
--
docs/en_US/chan
Fix regression tests for password reset in server mode
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca8c6a18869598084a2de27a9dda0662de92a9f9
Author: Harshal Dhumal
Modified Files
--
web/pgadmin/browser/__init__.py
Use sufficiently long random strings in test objects to avoid conflicts.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cdf70df98865b6b39b2147d296db1bdaccb7accb
Author: Navnath Gadakh
Modified Files
--
.../databases/event
Add missing __init__.py to backports.csv when building the MSVC windows build.
Fixes #2918
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=031e6949031c6e938283a38ad82f7d4272c3ed39
Author: Maxim Zakharov
Modified Files
--
Display long names appropriately in dialogue headers. Fixes #2278
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9767f7a6b287eab12f8b2cef526e3843dc189d7d
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/static/scss
Cleanup some inconsistent error dialog titles. Fixes #2098
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe0f9d88ce06de1e80af432d745a11dab7c94c95
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/tools/backup/stati
Decode the field separator and quote char if needed.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9860f5ce2a12caee91d25d8d11ab2476b7d9fce
Author: Khushboo Vashi
Modified Files
--
web/pgadmin/utils/driver/psycopg2/__ini
Add missing semicolons.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fa3cb767244a406a0f554946b3e2464ee5b6a112
Author: Dave Page
Modified Files
--
web/regression/requirements.txt | 4 ++--
1 file changed, 2 insertions(+),
Display process output as it happens. Fixes #2811
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=804e1cf466eef9bcee1e96af7bdcae5f4888ef8c
Author: Harshal Dhumal
Modified Files
--
web/pgadmin/misc/bgprocess/processes.py
Ensure newly added rows cannot be editted until we have key values. Fixes
#RM2886
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17eaed422c42c0913b32a38e593c9724778e22c9
Author: Murtuza Zabuawala
Modified Files
--
web/pg
Remove data grid icon for consistency with other menu options.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50d650b8ce0d9253eb53ed3f59cb55145985a8ed
Author: Dave Page
Modified Files
--
web/pgadmin/tools/datagrid/static/
Properly set the hostname for SSL use in containers.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09b68dd84b463e040c39f8b07950832c4164a6b2
Author: Dave Page
Modified Files
--
pkg/docker/pgadmin4.conf.j2 | 2 +-
1 file ch
Python tests don't need to have JS dependencies installed.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cd40cd72e1623c883a159a8ac569e5097a4b2ad4
Author: Dave Page
Modified Files
--
Makefile | 2 +-
1 file changed, 1 inse
Allow form validation messages to be close in case the eclipse anything on the
form. Fixes #2859
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b05cb9435674bdfe265e166732dad82a5db5534e
Author: Khushboo Vashi
Modified Files
-
Fix utility output capture encoding. Fixes #2854
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=91b873b51376255438e9d6f1efb891eaebf79d85
Author: Alexander Lakhin
Modified Files
--
web/pgadmin/misc/bgprocess/processes.py |
Doc screenshot update
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=90d6a7f89cbf7f7c01a754f5bfd64056619905d0
Author: Chethana Kumar
Modified Files
--
docs/en_US/images/add_pgadmin_user.png | Bin 38475 -> 6044
Fix a number of graphical explain rendering issues. Fixes #2824. Fixes #2842.
Fixes #2843.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=068cda269d9ddbd4aafcbe19bc23b426c013f422
Author: Murtuza Zabuawala
Modified Files
Russian translation update.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d6698e89cda809effdd23f829f569490b6edbe3
Author: Alexander Lakhin
Modified Files
--
.../translations/ru/LC_MESSAGES/messages.mo| Bin 16971
Honour whitespace properly in the data grid. Fixes #2880
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c3f4b096a012b25c0ecfdee3d71b4e9276a8e303
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/tools/sqleditor/stat
Focus on the filter textarea when opening filter options in the query tool.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=85679afc527b2ff58aa562cbadf55f74acbcb617
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/t
Revert "Fix a number of cases where strings were not properly marked for
translation."
This reverts commit 1f23838a4c2c4919499bb07f41efab7202843016 due to unintended
side
effects it caused - specifically, expanding Databases on the treeview displayed
Servers again
Branch
--
WEBPACK_DEVEL2
Do not show success message, when there is an error saving the data in
the DataGrid.
Fixes #2907
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1c3b5d7cfc61764b2fa17fc1b445963134eb6f1a
Author: Akshay Joshi
Modified Files
---
Add license field to package.json to stop yarn bleating.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ae1c2f0b56d2afc85cb7f0cace036bb0f2851f9
Author: Dave Page
Modified Files
--
web/package.json | 1 +
1 file changed, 1
Confirm with the user before exiting the runtime. Fixes #2443
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5241c421e1d894dbeb1ac2df402511afc8b25da3
Author: Neel Patel
Modified Files
--
runtime/BrowserWindow.cpp | 17 +++
Further missing translation fixes. Stats now:
1481 of 1831 messages (80%) translated in
pgadmin/translations/de/LC_MESSAGES/messages.po
1694 of 1831 messages (92%) translated in
pgadmin/translations/ja/LC_MESSAGES/messages.po
1748 of 1831 messages (95%) translated in
pgadmin/translations/pl/LC_
Another message catalog update. Stats:
1481 of 1750 messages (84%) translated in
pgadmin/translations/de/LC_MESSAGES/messages.po
1694 of 1750 messages (96%) translated in
pgadmin/translations/ja/LC_MESSAGES/messages.po
1472 of 1750 messages (84%) translated in
pgadmin/translations/pl/LC_MESSAGE
Cleanup the layout of the filter data dialogue. Fixes #2924
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ff8a19eb5c343aef322d228415188707b9dbd4c
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/tools/datagrid/st
Doc updates for resource groups and roles.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51f2779197941f56c55f52c0e66cca33dc809b4c
Author: Susan Douglas
Modified Files
--
docs/en_US/resource_group_dialog.rst | 15
Ensure estimated rows are included correctly in CREATE script for functions.
Fixes #2651
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27bdd8ddbc1b6c408d2bf956468160f04397c98c
Author: Khushboo Vashi
Modified Files
--
..
Fix check constraint regression tests.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0156f23ee30950ee14b5bae8bb0093bc910ceab
Author: Dave Page
Modified Files
--
.../constraints/check_constraint/tests/test_check_constrai
Fix debugging of self-referencing functions. Fixes #2524
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3278dbe3e4523302882db5b00f4ef91cd8368f2b
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/tools/debugger/stati
Don't login the user with every request in desktop mode. Just do it once. Fixes
#2922
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=048d254f539f788afa5ebe060ee02a8871b52cff
Author: Harshal Dhumal
Modified Files
--
web/p
Fix /NOICONS switch in the windows installer. Fixes #1366
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8601a4257fc012e5acaeeedd1ec1474f402f5a7b
Author: Paresh More
Modified Files
--
pkg/win32/installer.iss.in | 3 ++-
1
Fixing the lint error messages in javascript using 'eslint --fix'
command.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f55b9d2d83cc642314af3e797574b1b3120f4f1b
Modified Files
--
.../js/selection/range_boundary_navigator
Misc fixes for the pgAgent module:
1) User was allowed to enter start date ahead of end date while scheduling a
job. Fixes #2921
2) Datetime picker was not displaying in the grid (sub-node collection
control). Fixes #1749
3) Fixed UI issue where validation error was not displaying properly for
Tag some translations that were not, well, tagged. Current stats:
1481 of 1777 messages (83%) translated in
pgadmin/translations/de/LC_MESSAGES/messages.po
1694 of 1777 messages (95%) translated in
pgadmin/translations/ja/LC_MESSAGES/messages.po
1472 of 1777 messages (82%) translated in
pgadmin
Adding a command-line argument 'progress' for the 'web/webpack/build.js'
script to show the progress of webpacking compilation in percentage.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dcf70b30f6ab2ecc003e7174d39ea6bd66a41b15
Modi
Allow configuration of CSV and clipboard formatting of query results. Fixes
#2781
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cf888a0be54384602e3ab8076719cc3b20a43bc5
Author: Khushboo Vashi
Modified Files
--
docs/en_U
Prevent the Windows installer accepting paths containing invalid characters.
Fixes #1365
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8adaee21f4357801e3279c9c0f044421b49a7d00
Author: Paresh More
Modified Files
--
Make-
Fix a referenced before assignment bug in connection management. Fixes #2868
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3379719a26b303ab31d20a93373741afab968d0e
Author: Harshal Dhumal
Modified Files
--
web/pgadmin/bro
Using 'categroy_id' instead of 'cid' in the preferences Backbone.Model,
as it is used by the Backbone.Collection to get the object by id.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f950d392b838c475f3040bb869bae9e186ddfd9e
Modified
Update selenium version
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57195d3e9f2df34a2edd5a117419cba0e3399ff7
Author: Murtuza Zabuawala
Modified Files
--
web/regression/requirements.txt | 2 +-
1 file changed, 1 insertio
Illustrate how to set the default mail sender name.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5952b054d8d6e265a855e80c1c62fcad0d570c69
Author: Dave Page
Modified Files
--
web/config.py | 4
1 file changed, 4 inse
Ensure we can download large files and keep the user informed about progress.
Fixes #2829. Fixes #2491. Fixes #2715
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50e1e6c9af1d2374401e4cdca6f273f4d819b126
Author: Neel Patel
Modified
Cleanup properly after running the Foreign Table test cases.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1774ab42481d90ab50cf8aeb4cca7eed4f777de5
Author: Navnath Gadakh
Modified Files
--
.../foreign_tables/tests/test_f
Prevent error messages covering the last row in a grid. Fixes #2850
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dbf5546ad73237f9d5c962adc10a77820b274adb
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/static/cs
Add an option to manually count rows in tables to render the properties. Fixes
#2846
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ca03b20c3ed6079077f13b72a5fcf4386b2e089
Author: Khushboo Vashi
Modified Files
--
.../se
Update Polish translation.
1748 of 1750 messages (99%) translated in
pgadmin/translations/pl/LC_MESSAGES/messages.po
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a0a685c06c4f91f97790040fec2658d1804d42d7
Author: Begina Felicysym
M
Current versions of Chrome need a newer driver for selenium tests.
Branch
--
WEBPACK_DEVEL2
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fbe6dc897e8751b98f026f5b68c066138cda34c8
Author: Dave Page
Modified Files
--
web/regression/requirements.tx
1 - 100 of 117 matches
Mail list logo