This repository was archived by the owner on Nov 13, 2023. It is now read-only.
forked from phpmyadmin/phpmyadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
A #2
Merged
Merged
A #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
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]>
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]>
Optimize autocomplete
Signed-off-by: Kamil Tekiela <[email protected]>
Signed-off-by: Kamil Tekiela <[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]>
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]>
Signed-off-by: Kamil Tekiela <[email protected]>
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]>
Refactor Results class
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]>
Update PHP dependencies
- 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]>
Add ShellCheck to CI
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]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please describe your pull request.
Fixes #
Before submitting pull request, please review the following checklist:
Signed-off-byline as described in our DCO. This ensures that the work you're submitting is your own creation.