[Accessibility] Use semantic markup to mark emphasized or special text.
Reference: https://www.w3.org/TR/WCAG20-TECHS/H49.html
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=073e310a5a2f05b32a454a9fc6904dd0b12b0ba0
Modified Files
---
Using the 'gettext' as oppose to '_', which is not defined in the file
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f0847b95dcb9eb73f6027d491e55d2b9e76c70f
Modified Files
--
web/pgadmin/browser/server_groups/servers/__init__.py
Hi Khushboo
Schema Diff test cases are failing with this patch. Please fix and resend
the patch.
On Tue, Apr 7, 2020 at 6:37 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi,
>
> Please find the attached patch to fix the RM # 5270 - [EPAS] Synonym
> properties does not show OID.
Using the 'gettext' as oppose to '_', which is not defined in these
files.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a84a62def860cbb11fda2476cf1d1818dfac0f08
Modified Files
--
.../browser/server_groups/servers/databases/casts
On Tue, Apr 7, 2020 at 6:37 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi,
>
> Please find the attached patch to fix the RM # 5270 - [EPAS] Synonym
> properties does not show OID.
>
> As per the current implementation, we completely ignored OID and instead
> considered the name
On Wed, Apr 8, 2020 at 12:40 PM Ashesh Vashi
wrote:
> On Tue, Apr 7, 2020 at 6:37 PM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> Please find the attached patch to fix the RM # 5270 - [EPAS] Synonym
>> properties does not show OID.
>>
>> As per the current implementat
Hi Khushboo
View/MView test also failing with the commit of #5053. Please fix those as
well and send a combined patch.
On Wed, Apr 8, 2020 at 12:47 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
>
>
> On Wed, Apr 8, 2020 at 12:40 PM Ashesh Vashi <
> ashesh.va...@enterprisedb.com> wr
[Domain] Existing expression will expression will always result into false
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a6c03a6b75db88461efa5064326559e01899f2b4
Modified Files
--
.../server_groups/servers/databases/schemas/domai
[COLLATIONS] Do not assign the paramter values, use separate variable for new
value
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=068b81224559c0b841c84bd6b9e8721979aa5a19
Modified Files
--
.../databases/schemas/collations/__init
[Packages] Fixed a typo
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7afa30d0ca51e311169aad05da638f44016c91f
Modified Files
--
.../server_groups/servers/databases/schemas/packages/__init__.py| 2 +-
1 file changed, 1 ins
[Functions] Fixed typos:
- 'gettext' should be used as '_' is not defined
- Identical expressions should not be used on both sides of a binary operator.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14f21921bb0fbe48aa766c2e4b6847ed15362396
M
[TABLES] Do not assign the paramter values, use separate variable for new value
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b3e1f1e65c32555dcbd788ea880de27053595a6
Modified Files
--
.../server_groups/servers/databases/schemas/
[Exclusion Constraint] Fixed an typo - it should have been assignment
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c693d158e15287fd391fe2e637a6041978733a2
Modified Files
--
.../constraints/exclusion_constraint/static/js/exclusi
[EDB Package Functions] [Functions] Fixed typos:
- 'gettext' should be used as '_' is not defined
- Identical expressions should not be used on both sides of a binary
operator.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8fe344c268
[FTS Configuration] Fixed an typo - it should have been assignment
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=29ae6dfbf64f69beea5038ad53b7cd4adea69711
Modified Files
--
.../databases/schemas/fts_configurations/static/js/fts_co
[Rules] Removing unnecessary 'if' condition
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8fe687eb5505df5ad4fe7bbd37f8aa5f1dea955a
Modified Files
--
.../servers/databases/schemas/tables/rules/__init__.py | 7 +++
1
On Tue, Apr 7, 2020 at 1:34 PM richard coleman
wrote:
> Dave,
>
> Seeing that IE isn't standards compliant and not only is not being further
> developed, but Microsoft is actively discouraging its use, it is probably
> time to drop support for it.
>
> I would caution *against* using browser analy
Various misc fixes:
- Using the 'gettext' as oppose to '_', which is not defined
- Define missing variables
- Fixed escape character in string with double quote
- Removed some dead code in a test case
- Removed unnecessary self assignment
Includes some fixes for Accessibility improvements
- Use se
Fixed a typo in previous commit
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa7ced4ef1eb9e1cb7c9b4505416be36ba681d52
Modified Files
--
web/pgadmin/tools/schema_diff/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(
Fixed pep8 issue
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=775e61c248ca2d85c6b992bef337146cb4d0646d
Modified Files
--
.../server_groups/servers/databases/casts/__init__.py | 15 +++
1 file changed, 7 insertions
Moved the ip-address check functionality to a separate file to improve
the maintainability of the code.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a34f61b24209cc4abc1bced1d30ce0ef1cbe57f
Modified Files
--
.../browser/server_g
Fixed expected output status code, as 410 should be the status code
for the object (CAST) not exists in the database server.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8a550b569ff5aadb8c2d99cbef4a4233ab00e413
Modified Files
--
Hello,
I fixed next gettext usage:
- fixed gettext usage with .format() only for original text with %s
- fixed typos
- fixed translation yes/no buttons in dialog
- improved translating sentences without "connecting" words (eg. see
web/pgadmin/dashboard/static/js/dashboard.js, word 'cancel' needs t
If its hard to know how many people are actually using Internet Explorer:
You could make the next release of pgAdmin display a message occasionally to
users of Internet Explorer saying that Internet Explorer will no longer be
officially supported in a future version, and when that version comes
Neel,
Can you please review/test it?
On Wed, Apr 8, 2020 at 9:08 PM Dave Page wrote:
> The attached patch detects if dark mode is enabled on Windows (10+)/macOS
> (10.14+) at server start, and styles the runtime accordingly. It doesn't
> dynamically switch if the user changes their preferences.
25 matches
Mail list logo