Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Conversation

@akama-aka
Copy link
Owner

Description

Please describe your pull request.

Fixes #

Before submitting pull request, please review the following checklist:

  • Make sure you have read our CONTRIBUTING.md document.
  • Make sure you are making a pull request against the correct branch. For example, for bug fixes in a released version use the corresponding QA branch and for new features use the master branch. If you have a doubt, you can ask as a comment in the bug report or on the mailing list.
  • Every commit has proper Signed-off-by line as described in our DCO. This ensures that the work you're submitting is your own creation.
  • Every commit has a descriptive commit message.
  • Every commit is needed on its own, if you have just minor fixes to previous commits, you can squash them.
  • Any new functionality is covered by tests.

MauricioFauth and others added 30 commits August 30, 2023 14:05
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Rename the directory `libraries/classes/` to `src/`
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
For random order seed 1693489393.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
This reverts commit b55e2ab.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Each page is a different page, so it makes more sense to do a full page
reload instead of using AJAX to load the main content.

This also avoid some possible issues with broken event handlers and
not properly loaded pages.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
(cherry picked from commit 36a77f7)
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Force a full page reload for top menu links (5.2)
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
* Fixed the exit exception for the /url path

Signed-off-by: Sachin Bahukhandi <[email protected]>

* Fixed the exit exception if in case the url is empty

Signed-off-by: Sachin Bahukhandi <[email protected]>

* Added new lines to pass linter checks

---------

Signed-off-by: Sachin Bahukhandi <[email protected]>
This test classes will fail if the Small attribute was used instead.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Dependency injection should be used instead.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Adds a note to the $cfg['Servers'][$i]['nopassword'] directive to add a
reference to the $cfg['Servers'][$i]['AllowNoPassword'].

Fixes #18680.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Add a documentation note to the nopassword config
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
kamil-tekiela and others added 29 commits October 21, 2023 19:46
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
[ci skip]

Signed-off-by: phpMyAdmin bot <[email protected]>
Signed-off-by: Kamil Tekiela <[email protected]>
Co-authored-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Currently translated at 70.2% (2392 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sk/
Signed-off-by: Pavol Linet <[email protected]>
Currently translated at 72.8% (2498 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sk/
Signed-off-by: Pavol Linet <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Rename ./libraries directory to ./app
- Upgrading php-webdriver/webdriver (1.15.0 => 1.15.1)
- Upgrading phpmyadmin/sql-parser (dev-master 46ff7ec => dev-master 08f465a)
- Upgrading roave/security-advisories (dev-latest 26c07e7 => dev-latest 66671a6)
- Upgrading symfony/cache (v6.3.5 => v6.3.6)
- Upgrading symfony/var-exporter (v6.3.4 => v6.3.6)

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
- Related to #18512

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Move ./js directory to ./resources/js
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
[ci skip]

Signed-off-by: phpMyAdmin bot <[email protected]>
Currently translated at 25.8% (878 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" <[email protected]>
Currently translated at 27.1% (929 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: "Kristijan \"Fremen\" Velkovski" <[email protected]>
* Added new charset queries

Signed-off-by: Dmitrii Kustov <[email protected]>

* Improve collations support for MariaDB 10.10+

Signed-off-by: Dmitrii Kustov <[email protected]>

* Using dbi to check for MariaDB

Signed-off-by: Dmitrii Kustov <[email protected]>

* Removed unnecessary query

Signed-off-by: Dmitrii Kustov <[email protected]>

* Cleanup

Signed-off-by: Dmitrii Kustov <[email protected]>

* Whitespaces

Signed-off-by: Dmitrii Kustov <[email protected]>

* Whitespaces

Signed-off-by: Dmitrii Kustov <[email protected]>

* Switched to getVersion()

Signed-off-by: Dmitrii Kustov <[email protected]>

* Removed use of version_compare

Signed-off-by: Dmitrii Kustov <[email protected]>

* Test for MariaDB 10.10+

Signed-off-by: Dmitrii Kustov <[email protected]>

* Update test/classes/CharsetsTest.php

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

---------

Signed-off-by: Dmitrii Kustov <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Co-authored-by: Maurício Meneghini Fauth <[email protected]>
* Added new charset queries

Signed-off-by: Dmitrii Kustov <[email protected]>

* Improve collations support for MariaDB 10.10+

Signed-off-by: Dmitrii Kustov <[email protected]>

* Using dbi to check for MariaDB

Signed-off-by: Dmitrii Kustov <[email protected]>

* Removed unnecessary query

Signed-off-by: Dmitrii Kustov <[email protected]>

* Cleanup

Signed-off-by: Dmitrii Kustov <[email protected]>

* Whitespaces

Signed-off-by: Dmitrii Kustov <[email protected]>

* Whitespaces

Signed-off-by: Dmitrii Kustov <[email protected]>

* Switched to getVersion()

Signed-off-by: Dmitrii Kustov <[email protected]>

* Removed use of version_compare

Signed-off-by: Dmitrii Kustov <[email protected]>

* Test for MariaDB 10.10+

Signed-off-by: Dmitrii Kustov <[email protected]>

* Update test/classes/CharsetsTest.php

Signed-off-by: Maurício Meneghini Fauth <[email protected]>

Fixes #18769

---------

Signed-off-by: Dmitrii Kustov <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Co-authored-by: Maurício Meneghini Fauth <[email protected]>
(cherry picked from commit ef92f1f)
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Fixes #18769

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  - Upgrading laminas/laminas-diactoros (3.2.0 => 3.3.0)
  - Upgrading phpmyadmin/sql-parser (dev-master 08f465a => dev-master 9db9c53)
  - Upgrading phpstan/phpstan (1.10.39 => 1.10.40)
  - Upgrading phpstan/phpstan-strict-rules (1.5.1 => 1.5.2)
  - Upgrading phpunit/phpunit (10.4.1 => 10.4.2)
  - Upgrading roave/security-advisories (dev-latest 66671a6 => dev-latest d66cd3b)

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
@akama-aka akama-aka merged commit ae81b00 into akama-aka:master Oct 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.