[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 9a2179: Set autocomplete off for 'change password' and 'login information' forms

2021-12-09 Thread jonahtanjz
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9a21798b3b7d7aff636d2965882119c28ac22902
https://github.com/phpmyadmin/phpmyadmin/commit/9a21798b3b7d7aff636d2965882119c28ac22902
Author: jonahtanjz 
Date: 2021-12-06 (Mon, 12 December 2021) +08:00

Changed paths: 
M templates/server/privileges/change_password.twig
M templates/server/privileges/user_properties.twig

Log Message:
---
Set autocomplete off for 'change password' and 'login information' forms

Signed-off-by: jonahtanjz 

Commit: 74232eac27867a1d72b75c780a0c09b678bd43c0
https://github.com/phpmyadmin/phpmyadmin/commit/74232eac27867a1d72b75c780a0c09b678bd43c0
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) -03:00

Changed paths: 
M templates/server/privileges/change_password.twig
M templates/server/privileges/user_properties.twig

Log Message:
---
Merge pull request #17226 from jonahtanjz/17163-set-autocomplete-off

Set autocomplete off for 'change password' and 'login information' forms

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] ce820e: Redesign CreateAddField::getColumnCreationStatements()

2021-12-09 Thread Kamil Tekiela
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ce820ed52255069c94164af33bad6401c95699db
https://github.com/phpmyadmin/phpmyadmin/commit/ce820ed52255069c94164af33bad6401c95699db
Author: Kamil Tekiela 
Date: 2021-12-08 (Wed, 12 December 2021) +00:00

Changed paths: 
M libraries/classes/CreateAddField.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/CreateAddFieldTest.php

Log Message:
---
Redesign CreateAddField::getColumnCreationStatements()

Signed-off-by: Kamil Tekiela 

Commit: ca089b43ab51b4df6301c6b67130ea5eb9e56c2c
https://github.com/phpmyadmin/phpmyadmin/commit/ca089b43ab51b4df6301c6b67130ea5eb9e56c2c
Author: Kamil Tekiela 
Date: 2021-12-08 (Wed, 12 December 2021) +00:00

Changed paths: 
M libraries/classes/Controllers/Table/AddFieldController.php
M libraries/classes/CreateAddField.php
M phpstan-baseline.neon
M psalm-baseline.xml

Log Message:
---
Redesign CreateAddField::tryColumnCreationQuery()

Signed-off-by: Kamil Tekiela 

Commit: 5b471e7c64c8c6c51a9163b861d9705c3844bdda
https://github.com/phpmyadmin/phpmyadmin/commit/5b471e7c64c8c6c51a9163b861d9705c3844bdda
Author: Kamil Tekiela 
Date: 2021-12-08 (Wed, 12 December 2021) +00:00

Changed paths: 
M libraries/classes/CreateAddField.php
M test/classes/CreateAddFieldTest.php

Log Message:
---
Redesign CreateAddField::setColumnCreationStatementSuffix()

Signed-off-by: Kamil Tekiela 

Commit: cd6d6b30acf2136f18941d925e8858aa29bf28ff
https://github.com/phpmyadmin/phpmyadmin/commit/cd6d6b30acf2136f18941d925e8858aa29bf28ff
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) -03:00

Changed paths: 
M libraries/classes/Controllers/Table/AddFieldController.php
M libraries/classes/CreateAddField.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/CreateAddFieldTest.php

Log Message:
---
Merge pull request #17233 from kamil-tekiela/CreateAddField

Refactor CreateAddField

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 3d0901: Remove most `sleep` calls from Selenium tests

2021-12-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3d0901698d90c8e3d6d4cb19ca9f3557a46a2615
https://github.com/phpmyadmin/phpmyadmin/commit/3d0901698d90c8e3d6d4cb19ca9f3557a46a2615
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) -03:00

Changed paths: 
M test/selenium/Database/EventsTest.php
M test/selenium/Database/OperationsTest.php
M test/selenium/Database/QueryByExampleTest.php
M test/selenium/ExportTest.php
M test/selenium/ImportTest.php
M test/selenium/LoginTest.php
M test/selenium/Table/OperationsTest.php
M test/selenium/TestBase.php

Log Message:
---
Remove most `sleep` calls from Selenium tests

Uses instant scrolls instead of smooth scrolls.

Signed-off-by: Maurício Meneghini Fauth 

Commit: b590e62918ad6d0d8d96594f642f79df18f6d708
https://github.com/phpmyadmin/phpmyadmin/commit/b590e62918ad6d0d8d96594f642f79df18f6d708
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) -03:00

Changed paths: 
M test/selenium/Database/EventsTest.php
M test/selenium/Database/OperationsTest.php
M test/selenium/Database/QueryByExampleTest.php
M test/selenium/ExportTest.php
M test/selenium/ImportTest.php
M test/selenium/LoginTest.php
M test/selenium/Table/OperationsTest.php
M test/selenium/TestBase.php

Log Message:
---
Merge pull request #17236 from mauriciofauth/selenium-tests-sleep-removal

Remove most `sleep` calls from Selenium tests

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] b26a37: Fix ImportTest failing Selenium tests

2021-12-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b26a37fffea09eeab9c8f4ae0af14414ca88eb97
https://github.com/phpmyadmin/phpmyadmin/commit/b26a37fffea09eeab9c8f4ae0af14414ca88eb97
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) -03:00

Changed paths: 
M test/selenium/ImportTest.php

Log Message:
---
Fix ImportTest failing Selenium tests

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 9e2bb1: Replace Assert exceptions with a more specific one

2021-12-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9e2bb1e996522e1de9694584e5b256f05c463767
https://github.com/phpmyadmin/phpmyadmin/commit/9e2bb1e996522e1de9694584e5b256f05c463767
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) -03:00

Changed paths: 
M libraries/classes/Common.php
M libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php
M libraries/classes/Controllers/Table/Maintenance/CheckController.php
M libraries/classes/Controllers/Table/Maintenance/ChecksumController.php
M libraries/classes/Controllers/Table/Maintenance/OptimizeController.php
M libraries/classes/Controllers/Table/Maintenance/RepairController.php
M libraries/classes/Controllers/Table/Partition/AnalyzeController.php
M libraries/classes/Controllers/Table/Partition/CheckController.php
M libraries/classes/Controllers/Table/Partition/DropController.php
M libraries/classes/Controllers/Table/Partition/OptimizeController.php
M libraries/classes/Controllers/Table/Partition/RebuildController.php
M libraries/classes/Controllers/Table/Partition/RepairController.php
M libraries/classes/Controllers/Table/Partition/TruncateController.php
M libraries/classes/Dbal/DatabaseName.php
M libraries/classes/Dbal/TableName.php
M test/classes/Dbal/DatabaseNameTest.php
M test/classes/Dbal/TableNameTest.php

Log Message:
---
Replace Assert exceptions with a more specific one

Catches only \Webmozart\Assert\InvalidArgumentException instead of all
\InvalidArgumentException.

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] b45121: Translated using Weblate (Turkish)

2021-12-09 Thread Burak Yavuz
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b451218410199565747de591a441482602e532d8
https://github.com/phpmyadmin/phpmyadmin/commit/b451218410199565747de591a441482602e532d8
Author: Burak Yavuz 
Date: 2021-11-22 (Mon, 11 November 2021) +01:00

Changed paths: 
M po/tr.po

Log Message:
---
Translated using Weblate (Turkish)

Currently translated at 100.0% (3384 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/tr/
Signed-off-by: Burak Yavuz 

Commit: a2be512d6ebb6b6776d25a4ae5735b3ccaf1fb9e
https://github.com/phpmyadmin/phpmyadmin/commit/a2be512d6ebb6b6776d25a4ae5735b3ccaf1fb9e
Author: Turtuvshin Byambaa 
Date: 2021-11-26 (Fri, 11 November 2021) +01:00

Changed paths: 
M po/mn.po

Log Message:
---
Translated using Weblate (Mongolian)

Currently translated at 17.5% (595 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/mn/
Signed-off-by: Turtuvshin Byambaa 

Commit: 960bcd322730ba1862c32f9fa738bd3c82e7559a
https://github.com/phpmyadmin/phpmyadmin/commit/960bcd322730ba1862c32f9fa738bd3c82e7559a
Author: Arief Hidayat 
Date: 2021-12-05 (Sun, 12 December 2021) +01:00

Changed paths: 
M po/id.po

Log Message:
---
Translated using Weblate (Indonesian)

Currently translated at 81.2% (2748 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/id/
Signed-off-by: Arief Hidayat 

Commit: 34c4bcda6efcaea2852be71bd1d2f73ddfeafc79
https://github.com/phpmyadmin/phpmyadmin/commit/34c4bcda6efcaea2852be71bd1d2f73ddfeafc79
Author: BahmanMD 
Date: 2021-12-06 (Mon, 12 December 2021) +01:00

Changed paths: 
M po/fa.po

Log Message:
---
Translated using Weblate (Persian)

Currently translated at 23.7% (803 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/fa/
Signed-off-by: BahmanMD 

Commit: 5a40ae64f24843bab8dfe299259671187b127e83
https://github.com/phpmyadmin/phpmyadmin/commit/5a40ae64f24843bab8dfe299259671187b127e83
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M composer.json

Log Message:
---
Bump sql-parser version to 5.5.0

Ref: 54899b368a9496f34752f955c3e74e95d10b82dd

Signed-off-by: Maurício Meneghini Fauth 

Commit: ca9b19aad8e28ed78ad300e9102112d8b00af497
https://github.com/phpmyadmin/phpmyadmin/commit/ca9b19aad8e28ed78ad300e9102112d8b00af497
Author: William Desportes 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M po/fa.po

Log Message:
---
Translated using Weblate (Persian)

Currently translated at 23.7% (803 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/fa/
Signed-off-by: William Desportes 

Commit: 0c42c2092dc624f04659630e1fe770f033308e26
https://github.com/phpmyadmin/phpmyadmin/commit/0c42c2092dc624f04659630e1fe770f033308e26
Author: William Desportes 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M scripts/generate-mo

Log Message:
---
Remove tput from generate-mo script, some installations do not see to have it

See (for Alpine): 
https://github.com/opencollective/opencollective/issues/1443#issuecomment-482510763

And on CIs it fails: 
https://github.com/phpmyadmin/phpmyadmin/runs/4472689516?check_suite_focus=true#step:5:6

Signed-off-by: William Desportes 

Commit: 82c96d105bcb3a8e7c3b36dac39d766aef07230b
https://github.com/phpmyadmin/phpmyadmin/commit/82c96d105bcb3a8e7c3b36dac39d766aef07230b
Author: William Desportes 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M phpstan-baseline.neon

Log Message:
---
Update phpstan baseline

Ref: 
https://github.com/phpmyadmin/phpmyadmin/runs/4472688663?check_suite_focus=true#step:7:40

Signed-off-by: William Desportes 

Commit: bdea4645e13987c21f9eccf24f96e3171af2ef57
https://github.com/phpmyadmin/phpmyadmin/commit/bdea4645e13987c21f9eccf24f96e3171af2ef57
Author: William Desportes 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M psalm-baseline.xml

Log Message:
---
Update psalm baseline

Ref: 
https://github.com/phpmyadmin/phpmyadmin/runs/447330?check_suite_focus=true#step:8:19

Signed-off-by: William Desportes 

Commit: 1d33b66a0ac7368018539f25980871f1834b8204
https://github.com/phpmyadmin/phpmyadmin/commit/1d33b66a0ac7368018539f25980871f1834b8204
Author: William Desportes 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M scripts/generate-mo

Log Message:
---
Merge branch 'origin/QA_5_1'
Signed-off-by: William Desportes 

Commit: 7b469f57e1b0e922d60b6fa4d3cd7748b3cab46f
https://github.com/phpmyadmin/phpmyadmin/commit/7b469f57e1b0e922d60b6fa4d3cd7748b3cab46f
Author: William Desportes 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M 

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 5a40ae: Bump sql-parser version to 5.5.0

2021-12-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5a40ae64f24843bab8dfe299259671187b127e83
https://github.com/phpmyadmin/phpmyadmin/commit/5a40ae64f24843bab8dfe299259671187b127e83
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) +01:00

Changed paths: 
M composer.json

Log Message:
---
Bump sql-parser version to 5.5.0

Ref: 54899b368a9496f34752f955c3e74e95d10b82dd

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 54899b: Bump sql-parser version to 5.5.0

2021-12-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 54899b368a9496f34752f955c3e74e95d10b82dd
https://github.com/phpmyadmin/phpmyadmin/commit/54899b368a9496f34752f955c3e74e95d10b82dd
Author: Maurício Meneghini Fauth 
Date: 2021-12-09 (Thu, 12 December 2021) -03:00

Changed paths: 
M composer.json
M psalm-baseline.xml

Log Message:
---
Bump sql-parser version to 5.5.0

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git