pgAdmin 4 commit: Fixed some security hotspots.

2022-08-26 Thread Akshay Joshi
Fixed some security hotspots. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=af1e9210b9f0691425f4bc0d0ddde131db4eeaf3 Modified Files -- web/pgadmin/static/js/Explain/Graphical.jsx | 4 ++-- web/pgadmin/utils/session.py

pgAdmin 4 commit: Ensure that the Import/Export server menu option is v

2022-08-26 Thread Akshay Joshi
Ensure that the Import/Export server menu option is visible. Fixes #7646 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe0577be5f088ad3109dee995aa7906178354f80 Modified Files -- docs/en_US/release_notes.rst

Re: Translators: Release next week

2022-08-26 Thread Akshay Joshi
Thank you, the patch has been applied, but it will not be available until the next release of 6.14, as I had already created the candidate build before receiving the patch. On Thu, Aug 25, 2022 at 3:01 PM wrote: > hi > french translation update based on revision #d7307fd3 >

Re: Fix webpack warnings

2022-08-26 Thread Akshay Joshi
Thanks, the patch was applied. On Wed, Aug 24, 2022 at 7:20 PM Dave Page wrote: > The attached patch fixes a bunch of warnings about missing utilities in > the webpack process. The primary change is in package.json - the rest is > just the updated lockfile. > > Not applying myself, as we're mid-

Re: SASS division warnings

2022-08-26 Thread Akshay Joshi
Thanks, the patch was applied. On Thu, Aug 25, 2022 at 2:00 PM Dave Page wrote: > The attached patch fixes a bunch of warnings in the webpack process > stemming from the use of the now deprecated division operator. > > Thanks to Aditya Toshniwal helping figure out where to include the math > lib

pgAdmin 4 commit: Fixes a bunch of warnings in the webpack process stem

2022-08-26 Thread Akshay Joshi
Fixes a bunch of warnings in the webpack process stemming from the use of the now deprecated division operator. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92741680b5c1bae6f86964b48e8f9cf248562f5f Author: Dave Page Modified Files ---

pgAdmin 4 commit: Update French translation.

2022-08-26 Thread Akshay Joshi
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f48a3c7dcba484844831986dde8342f18d7eb978 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 231658 -> 25597

pgAdmin 4 commit: Fixes a bunch of warnings about missing utilities in

2022-08-26 Thread Akshay Joshi
Fixes a bunch of warnings about missing utilities in the webpack process. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bbef9acaf65174fe1178632019d515b3a34af53c Author: Dave Page Modified Files -- web/package.json |3 + web/y