Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 504b8b5dfe854add84b46834e3a6efbc170d9151
https://github.com/phpmyadmin/phpmyadmin/commit/504b8b5dfe854add84b46834e3a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-10 (Tue, 10 October 2023) -03:00
Changed paths:
M psalm-baseline.xml
M src/Plugins/Schema/Dia/DiaRelationSchema.php
M src/Plugins/Schema/Eps/EpsRelationSchema.php
M src/Plugins/Schema/ExportRelationSchema.php
M src/Plugins/Schema/Pdf/PdfRelationSchema.php
M src/Plugins/Schema/Svg/SvgRelationSchema.php
M test/classes/Plugins/Schema/ExportRelationSchemaTest.php
Log Message:
-----------
Remove $diagram property from ExportRelationSchema
Replaces it with a private property for each child class.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: ef485d50a754acbf861e1b93202300518506733b
https://github.com/phpmyadmin/phpmyadmin/commit/ef485d50a754acbf861e1b93202…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-11 (Wed, 10 October 2023) -03:00
Changed paths:
M psalm-baseline.xml
M src/Plugins/Schema/Dia/DiaRelationSchema.php
M src/Plugins/Schema/Eps/EpsRelationSchema.php
M src/Plugins/Schema/ExportRelationSchema.php
M src/Plugins/Schema/Pdf/PdfRelationSchema.php
M src/Plugins/Schema/SchemaDia.php
M src/Plugins/Schema/SchemaEps.php
M src/Plugins/Schema/SchemaPdf.php
M src/Plugins/Schema/SchemaSvg.php
M src/Plugins/Schema/Svg/SvgRelationSchema.php
M test/classes/Plugins/Schema/DiaRelationSchemaTest.php
M test/classes/Plugins/Schema/EpsRelationSchemaTest.php
M test/classes/Plugins/Schema/ExportRelationSchemaTest.php
M test/classes/Plugins/Schema/PdfRelationSchemaTest.php
M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
Log Message:
-----------
Inject Relation dep in ExportRelationSchema classes
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 129d35cf0af1709b707aaf57cd623f8c3e662d8a
https://github.com/phpmyadmin/phpmyadmin/commit/129d35cf0af1709b707aaf57cd6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-11 (Wed, 10 October 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins/Schema/Pdf/PdfRelationSchema.php
Log Message:
-----------
Fix possible invalid argument in PdfRelationSchema
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: cc76daf0ee8d22f50224c047e8560d19992cf9cd
https://github.com/phpmyadmin/phpmyadmin/commit/cc76daf0ee8d22f50224c047e85…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-11 (Wed, 10 October 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Plugins/Schema/Dia/DiaRelationSchema.php
M src/Plugins/Schema/Eps/EpsRelationSchema.php
M src/Plugins/Schema/ExportRelationSchema.php
M src/Plugins/Schema/Pdf/PdfRelationSchema.php
M src/Plugins/Schema/SchemaDia.php
M src/Plugins/Schema/SchemaEps.php
M src/Plugins/Schema/SchemaPdf.php
M src/Plugins/Schema/SchemaSvg.php
M src/Plugins/Schema/Svg/SvgRelationSchema.php
M test/classes/Plugins/Schema/DiaRelationSchemaTest.php
M test/classes/Plugins/Schema/EpsRelationSchemaTest.php
M test/classes/Plugins/Schema/ExportRelationSchemaTest.php
M test/classes/Plugins/Schema/PdfRelationSchemaTest.php
M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
Log Message:
-----------
Merge pull request #18757 from MauricioFauth/schema-export-refactor
Refactor ExportRelationSchema classes
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b2816db2186abd68f0e3af5ae3f17bb9f3e8d4a2
https://github.com/phpmyadmin/phpmyadmin/commit/b2816db2186abd68f0e3af5ae3f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-06 (Fri, 10 October 2023) -03:00
Changed paths:
M .editorconfig
M templates/base.twig
M templates/columns_definitions/column_attributes.twig
M templates/columns_definitions/column_definitions_form.twig
M templates/config/form_display/input.twig
M templates/database/central_columns/main.twig
M templates/database/designer/database_tables.twig
M templates/database/privileges/index.twig
M templates/database/structure/bulk_action_modal.twig
M templates/database/structure/check_all_tables.twig
M templates/database/tracking/tables.twig
M templates/display/results/checkbox_and_links.twig
M templates/display/results/table.twig
M templates/error/report_form.twig
M templates/error/report_modal.twig
M templates/preferences/manage/main.twig
M templates/recent_favorite_table_favorite.twig
M templates/recent_favorite_table_no_tables.twig
M templates/recent_favorite_table_recent.twig
M templates/select_all.twig
M templates/server/privileges/get_user_link.twig
M templates/server/privileges/initials_row.twig
M templates/server/privileges/privileges_table.twig
M templates/server/privileges/users_overview.twig
M templates/server/user_groups/user_groups.twig
M templates/setup/home/index.twig
M templates/sql/query.twig
M templates/table/insert/column_row.twig
M templates/table/insert/get_head_and_foot_of_insert_row_table.twig
M templates/table/insert/get_html_for_insert_edit_form_header.twig
M templates/table/insert/value_column_for_other_datatype.twig
M templates/table/privileges/index.twig
M templates/table/structure/display_structure.twig
M templates/table/zoom_search/result_form.twig
M templates/test/static.twig
M templates/triggers/row.twig
M test/classes/TemplateTest.php
Log Message:
-----------
Fix coding standard issues for Twig files
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: b9732501f11589c57d04831fb6683352e2723ed7
https://github.com/phpmyadmin/website/commit/b9732501f11589c57d04831fb66833…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-04 (Wed, 10 October 2023) -03:00
Changed paths:
M demo/management/commands/fetch_versions.py
M manage.py
Log Message:
-----------
Fix empty entry in demo list
The fetch_versions.py was including an empty entry in the demo server
list.
Replaces the legacy RawConfigParser object with
ConfigParser(interpolation=None).
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: bf6ef122492987c3feb1ce0dc39fea59fdd696de
https://github.com/phpmyadmin/website/commit/bf6ef122492987c3feb1ce0dc39fea…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-04 (Wed, 10 October 2023) -03:00
Changed paths:
M demo/management/commands/fetch_versions.py
M manage.py
Log Message:
-----------
Merge pull request #162 from MauricioFauth/demo
Fix empty entry in demo list
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4f647158d67fc5577a240ad743e9705f6c0a27d2
https://github.com/phpmyadmin/phpmyadmin/commit/4f647158d67fc5577a240ad743e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-03 (Tue, 10 October 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/CreateAddField.php
M src/Database/Designer.php
M src/Database/Routines.php
M src/DatabaseInterface.php
M src/Navigation/Nodes/Node.php
M src/Query/Generator.php
M test/classes/Controllers/Database/RoutinesControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/DesignerTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Query/GeneratorTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/TableTest.php
M test/classes/Theme/ThemeManagerTest.php
M test/classes/Tracking/TrackerTest.php
Log Message:
-----------
Replace escapeString with quoteString
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 60d819be1c5bea76d5b7e8ce9b0f0d74bdbe08e6
https://github.com/phpmyadmin/phpmyadmin/commit/60d819be1c5bea76d5b7e8ce9b0…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-10-04 (Wed, 10 October 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/CreateAddField.php
M src/Database/Designer.php
M src/Database/Routines.php
M src/DatabaseInterface.php
M src/Navigation/Nodes/Node.php
M src/Query/Generator.php
M test/classes/Controllers/Database/RoutinesControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Database/Designer/CommonTest.php
M test/classes/Database/DesignerTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Query/GeneratorTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/TableTest.php
M test/classes/Theme/ThemeManagerTest.php
M test/classes/Tracking/TrackerTest.php
Log Message:
-----------
Merge pull request #18745 from MauricioFauth/escape-string-dbi
Replace escapeString with quoteString
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8359676f25d063f41919f99191f69d7d5bd12c4c
https://github.com/phpmyadmin/phpmyadmin/commit/8359676f25d063f41919f99191f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-30 (Sat, 09 September 2023) -03:00
Changed paths:
A cache/.gitignore
M libraries/.gitignore
M libraries/vendor_config.php
M phpcs.xml.dist
M phpstan.neon.dist
M phpunit.xml.dist
M psalm.xml
M test/classes/ConfigTest.php
M test/phpstan-constants.php
D libraries/cache/.gitignore
Log Message:
-----------
Move ./libraries/cache directory to ./cache
- Related to #18512
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 5878be5323055620893e2992df52c0ea40c79096
https://github.com/phpmyadmin/phpmyadmin/commit/5878be5323055620893e2992df5…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-30 (Sat, 09 September 2023) -03:00
Changed paths:
A cache/.gitignore
M libraries/.gitignore
M libraries/vendor_config.php
M phpcs.xml.dist
M phpstan.neon.dist
M phpunit.xml.dist
M psalm.xml
M test/classes/ConfigTest.php
M test/phpstan-constants.php
D libraries/cache/.gitignore
Log Message:
-----------
Merge pull request #18740 from MauricioFauth/cache-dir
Move ./libraries/cache directory to ./cache
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5e8ec6924060da707e8e1aa86e6149e73d2783ac
https://github.com/phpmyadmin/phpmyadmin/commit/5e8ec6924060da707e8e1aa86e6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-20 (Wed, 09 September 2023) -03:00
Changed paths:
M js/src/ajax.js
M js/src/home.js
M libraries/classes/Controllers/JavaScriptMessagesController.php
Log Message:
-----------
Improve git hash info error handling in home.js
Instead of showing a generic error message alert when an error occurs,
it displays an error message at the same place where the success output
goes.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2a96c4b98efcbf9dbcd331876ea8d3cf9d529e38
https://github.com/phpmyadmin/phpmyadmin/commit/2a96c4b98efcbf9dbcd331876ea…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-21 (Thu, 09 September 2023) -03:00
Changed paths:
M js/src/ajax.js
M js/src/home.js
M libraries/classes/Controllers/JavaScriptMessagesController.php
Log Message:
-----------
Merge pull request #18722 from MauricioFauth/git-hash-info-error
Improve git hash info error handling in home.js
Commit: 5a79ac768dedfa1f39a24a98c822fa2237115d6c
https://github.com/phpmyadmin/phpmyadmin/commit/5a79ac768dedfa1f39a24a98c82…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths:
M libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
Log Message:
-----------
Replace is_resource with different than false
This will avoid an issue when proc_open will return an object instead of
a resource in future PHP versions.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1cde51cf70ab81a0065ba653bc1f0ce6b8f26413
https://github.com/phpmyadmin/phpmyadmin/commit/1cde51cf70ab81a0065ba653bc1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths:
M js/src/modules/ajax.ts
M js/src/modules/git-info.ts
M src/Controllers/JavaScriptMessagesController.php
M src/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>