Maurício Meneghini Fauth
|
e5acf85ecf
|
Merge pull request #19786 from MauricioFauth/Innodb_getPageBufferpool-refactor
Refactor the Engines\Innodb::getPageBufferpool() method
|
2025-07-28 13:11:57 -03:00 |
|
Maurício Meneghini Fauth
|
710ae6a455
|
Reformat server/engines/_innodb_buffer_pool.twig template
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-27 22:02:54 -03:00 |
|
Maurício Meneghini Fauth
|
e0a5491725
|
Extract HTML from Engine\Innodb::getPageBufferPool()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-27 21:36:57 -03:00 |
|
Maurício Meneghini Fauth
|
ae674da150
|
Create Engines\Innodb\BufferPool value object
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-27 21:30:52 -03:00 |
|
Maurício Meneghini Fauth
|
1ec41f0457
|
Refactor unit tests for Engines\Innodb::getPageBufferpool()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-27 13:46:26 -03:00 |
|
phpMyAdmin bot
|
ef4acb4a8e
|
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
|
2025-07-27 00:33:00 +00:00 |
|
Maurício Meneghini Fauth
|
bf125dd99c
|
Merge pull request #19780 from MauricioFauth/numberFormat-refactor
Refactor the Util::formatNumber() method
|
2025-07-25 14:08:35 -03:00 |
|
Domen
|
881172df31
|
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3415 of 3415 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
|
2025-07-25 17:03:46 +00:00 |
|
Maurício Meneghini Fauth
|
09e8144e97
|
Refactor Util::formatNumber()
Trim whitespace and add more unit prefixes.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-24 10:41:36 -03:00 |
|
Maurício Meneghini Fauth
|
ba1743bdc0
|
Refactor UtilTest::testFormatNumber()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-22 19:26:54 -03:00 |
|
Maurício Meneghini Fauth
|
86d9028a8d
|
Add more unit tests for Util::formatNumber()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-22 12:10:40 -03:00 |
|
Maurício Meneghini Fauth
|
0b9f15cf21
|
Update Composer dependencies
- Upgrading dealerdirect/phpcodesniffer-composer-installer (v1.1.1 => v1.1.2)
- Upgrading phpmyadmin/sql-parser (dev-master 8141cce => dev-master 9ce6253)
- Upgrading phpstan/phpdoc-parser (2.1.0 => 2.2.0)
- Upgrading phpstan/phpstan (2.1.17 => 2.1.18)
- Upgrading phpunit/phpunit (11.5.26 => 11.5.27)
- Upgrading roave/security-advisories (dev-latest a76f62e => dev-latest 5e472fe)
- Upgrading vimeo/psalm (6.12.1 => 6.13.0)
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-20 14:01:29 -03:00 |
|
phpMyAdmin bot
|
faae4df8aa
|
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
|
2025-07-20 00:32:22 +00:00 |
|
Maurício Meneghini Fauth
|
ee5f560abd
|
Merge pull request #19769 from MauricioFauth/phpstorm-meta-file-release-removal
Remove .phpstorm.meta.php from release file
|
2025-07-19 18:29:26 -03:00 |
|
Maurício Meneghini Fauth
|
4c94eddcf6
|
Remove .phpstorm.meta.php from release file
Related to https://github.com/phpmyadmin/phpmyadmin/pull/19767
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-18 12:25:26 -03:00 |
|
Maurício Meneghini Fauth
|
d42db65a1e
|
Merge pull request #19768 from MauricioFauth/navi-settings-const
Remove the PMA_DISABLE_NAVI_SETTINGS constant
|
2025-07-18 12:07:33 -03:00 |
|
Ricky Tigg
|
46d7130b47
|
Translated using Weblate (Finnish)
Currently translated at 61.8% (2111 of 3415 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fi/
Signed-off-by: Ricky Tigg <ricky.tigg@gmail.com>
|
2025-07-18 13:01:56 +02:00 |
|
Maurício Meneghini Fauth
|
68281c9d76
|
Remove the PMA_DISABLE_NAVI_SETTINGS constant
Replaces it with the Navigation::$isSettingsEnabled class constant.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-17 19:50:13 -03:00 |
|
Maurício Meneghini Fauth
|
9b1e1b51b5
|
Merge pull request #19767 from MauricioFauth/psr-container-stub
Add static analysis stub for PSR ContainerInterface
|
2025-07-16 13:15:44 -03:00 |
|
Maurício Meneghini Fauth
|
a82b8e22a8
|
Add static analysis stub for PSR ContainerInterface
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-15 18:37:24 -03:00 |
|
Maurício Meneghini Fauth
|
4ccd84bc02
|
Merge pull request #19765 from MauricioFauth/lazy-load-middleware
Lazy-load middleware in QueueRequestHandler
|
2025-07-15 10:45:16 -03:00 |
|
Maurício Meneghini Fauth
|
cf69328c64
|
Merge pull request #19766 from MauricioFauth/redirect-response
Directly return a Reponse object after a redirect when possible
|
2025-07-15 10:44:11 -03:00 |
|
Maurício Meneghini Fauth
|
842f9868e6
|
Add Response return for SqlController::addBookmark()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-14 22:47:44 -03:00 |
|
Maurício Meneghini Fauth
|
819e589062
|
Add Response return for AuthenticationPlugin::logOut()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-14 22:39:31 -03:00 |
|
Maurício Meneghini Fauth
|
4c789727e9
|
Add Response return for UserPreferences::redirect()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-14 22:14:04 -03:00 |
|
Maurício Meneghini Fauth
|
43ea6900cd
|
Add Response return for ResponseRenderer::redirectToRoute()
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-14 22:14:00 -03:00 |
|
Maurício Meneghini Fauth
|
b43504a182
|
Lazy-load middleware in QueueRequestHandler
Registers only middleware class names instead of instances.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-14 15:22:48 -03:00 |
|
Ali H.Abdulhadi
|
813964c37c
|
Translated using Weblate (Arabic)
Currently translated at 53.4% (1824 of 3415 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: "Ali H.Abdulhadi" <a.h.alsaady1998@gmail.com>
|
2025-07-14 14:01:52 +02:00 |
|
Ali H.Abdulhadi
|
ff75187998
|
Translated using Weblate (Arabic)
Currently translated at 53.4% (1824 of 3415 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: "Ali H.Abdulhadi" <a.h.alsaady1998@gmail.com>
|
2025-07-14 14:01:50 +02:00 |
|
phpMyAdmin bot
|
781461fa87
|
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
|
2025-07-13 00:32:34 +00:00 |
|
Maurício Meneghini Fauth
|
e52a9fb67c
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-12 19:05:41 -03:00 |
|
Maurício Meneghini Fauth
|
b40b0ff402
|
Merge pull request #19758 from M393/fix-move-column-with-foreign-key
Fix #19757 - Move column with foreign key
|
2025-07-12 18:57:09 -03:00 |
|
Maurício Meneghini Fauth
|
ff97eaf95a
|
Merge pull request #19762 from MauricioFauth/route-attribute
Collect routes from the Route attribute in controller classes
|
2025-07-12 12:08:33 -03:00 |
|
Maurício Meneghini Fauth
|
1e334d53c6
|
Reorder expected routes in RoutesTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-11 21:17:06 -03:00 |
|
Maurício Meneghini Fauth
|
783a7c66e8
|
Collect route info from Route attributes
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-11 21:11:58 -03:00 |
|
Maurício Meneghini Fauth
|
a8b338cb40
|
Add the Route attribute to controllers classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-11 19:47:12 -03:00 |
|
Maurício Meneghini Fauth
|
eb07284bc4
|
Merge pull request #19756 from MauricioFauth/twig-attribute-ext
Refactor Twig extensions to use Twig's AttributeExtension
|
2025-07-11 19:41:49 -03:00 |
|
Maximilian Krög
|
0c6d29358a
|
Fix move column for table with foreign key
Signed-off-by: Maximilian Krög <maximilian.kroeg@geocept.com>
|
2025-07-09 16:41:57 +02:00 |
|
Maurício Meneghini Fauth
|
9c576fcc9c
|
Refactor Twig extensions to use Twig's AttributeExtension
This allows to remove most extensions.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-08 13:23:34 -03:00 |
|
Maurício Meneghini Fauth
|
a11cc9efbb
|
Merge pull request #19755 from MauricioFauth/composer-dep-upgrade
Upgrade Composer dependencies
|
2025-07-08 10:49:33 -03:00 |
|
Maurício Meneghini Fauth
|
3a7daa8548
|
Upgrade Composer dependencies
- Upgrading brick/math (0.12.3 => 0.13.1)
- Upgrading dealerdirect/phpcodesniffer-composer-installer (v1.0.0 => v1.1.1)
- Upgrading google/recaptcha (1.3.0 => 1.3.1)
- Upgrading myclabs/deep-copy (1.13.1 => 1.13.3)
- Upgrading phpmyadmin/sql-parser (dev-master 87314c2 => dev-master 8141cce)
- Upgrading phpunit/php-code-coverage (11.0.9 => 11.0.10)
- Upgrading phpunit/phpunit (11.5.21 => 11.5.26)
- Upgrading roave/security-advisories (dev-latest e4637c0 => dev-latest a76f62e)
- Upgrading slevomat/coding-standard (8.18.1 => 8.19.1)
- Upgrading spomky-labs/cbor-php (3.1.0 => 3.1.1)
- Upgrading spomky-labs/pki-framework (1.2.3 => 1.3.0)
- Upgrading squizlabs/php_codesniffer (3.13.0 => 3.13.2)
- Upgrading symfony/cache (v7.3.0 => v7.3.1)
- Upgrading symfony/console (v7.3.0 => v7.3.1)
- Upgrading symfony/dependency-injection (v7.3.0 => v7.3.1)
- Upgrading symfony/uid (v7.3.0 => v7.3.1)
- Upgrading vimeo/psalm (6.12.0 => 6.12.1)
- Upgrading web-auth/cose-lib (4.4.0 => 4.4.1)
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-07-08 10:16:01 -03:00 |
|
Maurício Meneghini Fauth
|
23f07269c9
|
Merge pull request #19754 from MauricioFauth/PMA_PATH_TO_BASEDIR-removal
Remove PMA_PATH_TO_BASEDIR constant
|
2025-07-08 09:20:47 -03:00 |
|
Παναγιώτης Παπάζογλου
|
e7d29a1286
|
Translated using Weblate (Greek)
Currently translated at 95.9% (3289 of 3428 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 12:01:56 +02:00 |
|
Παναγιώτης Παπάζογλου
|
a3f533cfa0
|
Translated using Weblate (Greek)
Currently translated at 95.9% (3289 of 3428 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 12:01:55 +02:00 |
|
Παναγιώτης Παπάζογλου
|
9417ba13e5
|
Translated using Weblate (Greek)
Currently translated at 95.9% (3289 of 3428 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 12:01:54 +02:00 |
|
Παναγιώτης Παπάζογλου
|
bac06868b1
|
Translated using Weblate (Greek)
Currently translated at 95.9% (3289 of 3428 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 12:01:53 +02:00 |
|
Παναγιώτης Παπάζογλου
|
72832731d9
|
Translated using Weblate (Greek)
Currently translated at 95.9% (3289 of 3428 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 12:01:51 +02:00 |
|
Παναγιώτης Παπάζογλου
|
fd2a20ba32
|
Translated using Weblate (Greek)
Currently translated at 95.9% (3289 of 3428 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 12:01:50 +02:00 |
|
Παναγιώτης Παπάζογλου
|
6099dff7dc
|
Translated using Weblate (Greek)
Currently translated at 95.9% (3289 of 3428 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 12:01:49 +02:00 |
|
Παναγιώτης Παπάζογλου
|
72760e0a86
|
Translated using Weblate (Greek)
Currently translated at 92.2% (3151 of 3415 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/el/
Signed-off-by: Παναγιώτης Παπάζογλου <papaz_p@yahoo.com>
|
2025-07-08 09:02:18 +00:00 |
|