Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0fa9721ed479fcc4ef36a404b2c902fcca789315
https://github.com/phpmyadmin/phpmyadmin/commit/0fa9721ed479fcc4ef36a404b2c902fcca789315
Author: Liviu-Mihail Concioiu <[email protected]>
Date: 2025-01-12 (Sun, 01 January 2025) +01:00

Changed paths: 
M resources/templates/columns_definitions/column_attribute.twig
M resources/templates/columns_definitions/column_attributes.twig
M resources/templates/columns_definitions/partitions.twig
M resources/templates/database/central_columns/main.twig
M resources/templates/database/designer/main.twig
M resources/templates/database/structure/check_all_tables.twig
M resources/templates/file_select_options.twig
M resources/templates/server/privileges/privileges_summary.twig
M resources/templates/table/index_form.twig
M resources/templates/table/relation/dropdown_generate.twig
M resources/templates/table/relation/relational_dropdown.twig
M resources/templates/table/structure/display_structure.twig
M resources/templates/view_create.twig
M src/ConfigStorage/Relation.php
M src/Html/Generator.php
M src/InsertEdit.php
M src/Normalization.php
M src/Tracking/Tracking.php
M src/Types.php
M src/Util.php
M tests/unit/BrowseForeignersTest.php
M tests/unit/FileListingTest.php
M tests/unit/TypesTest.php
M tests/unit/UtilTest.php

Log Message:
-----------
Replace selected="selected" with selected

Signed-off-by: Liviu-Mihail Concioiu <[email protected]>

Commit: 025d1aa1625e742be1ca86702e0b51618bfb1c62
https://github.com/phpmyadmin/phpmyadmin/commit/025d1aa1625e742be1ca86702e0b51618bfb1c62
Author: Liviu-Mihail Concioiu <[email protected]>
Date: 2025-01-12 (Sun, 01 January 2025) +01:00

Changed paths: 
M resources/templates/columns_definitions/column_attributes.twig
M resources/templates/columns_definitions/column_name.twig
M resources/templates/database/central_columns/main.twig
M resources/templates/preferences/manage/main.twig
M src/Html/Generator.php
M src/Normalization.php

Log Message:
-----------
Replace disabled="disabled" with disabled

Signed-off-by: Liviu-Mihail Concioiu <[email protected]>

Commit: 35cba06f1b4b9387629e3866d38985191130d9bf
https://github.com/phpmyadmin/phpmyadmin/commit/35cba06f1b4b9387629e3866d38985191130d9bf
Author: Liviu-Mihail Concioiu <[email protected]>
Date: 2025-01-12 (Sun, 01 January 2025) +01:00

Changed paths: 
M resources/templates/columns_definitions/column_definitions_form.twig
M resources/templates/table/operations/index.twig
M resources/templates/table/zoom_search/index.twig

Log Message:
-----------
Replace required="required" with required

Signed-off-by: Liviu-Mihail Concioiu <[email protected]>

Commit: 961b6a3e9984b3e6d9c65d66397a78cb9340ed3d
https://github.com/phpmyadmin/phpmyadmin/commit/961b6a3e9984b3e6d9c65d66397a78cb9340ed3d
Author: Liviu-Mihail Concioiu <[email protected]>
Date: 2025-01-12 (Sun, 01 January 2025) +01:00

Changed paths: 
M resources/js/src/makegrid.ts
M resources/js/src/modules/functions.ts
M resources/js/src/modules/indexes.ts
M resources/js/src/table/change.ts
M resources/templates/create_tracking_version.twig
M resources/templates/database/multi_table_query/form.twig
M resources/templates/encoding/kanji_encoding_form.twig
M resources/templates/gis_data_editor_form.twig
M resources/templates/preferences/manage/main.twig
M resources/templates/server/status/monitor/index.twig
M resources/templates/view_create.twig
M src/ConfigStorage/UserGroups.php
M src/Export/Export.php
M src/InsertEdit.php
M src/Plugins.php
M tests/unit/ConfigStorage/UserGroupsTest.php
M tests/unit/Controllers/Table/ImportControllerTest.php
M tests/unit/InsertEditTest.php
M tests/unit/Tracking/TrackingTest.php

Log Message:
-----------
Replace checked="checked" with checked

Signed-off-by: Liviu-Mihail Concioiu <[email protected]>

Commit: 57610a504f6b5b4d0e4c4c140e8aa186f36057c3
https://github.com/phpmyadmin/phpmyadmin/commit/57610a504f6b5b4d0e4c4c140e8aa186f36057c3
Author: William Desportes <[email protected]>
Date: 2025-01-12 (Sun, 01 January 2025) +01:00

Changed paths: 
M resources/js/src/makegrid.ts
M resources/js/src/modules/functions.ts
M resources/js/src/modules/indexes.ts
M resources/js/src/table/change.ts
M resources/templates/columns_definitions/column_attribute.twig
M resources/templates/columns_definitions/column_attributes.twig
M resources/templates/columns_definitions/column_definitions_form.twig
M resources/templates/columns_definitions/column_name.twig
M resources/templates/columns_definitions/partitions.twig
M resources/templates/create_tracking_version.twig
M resources/templates/database/central_columns/main.twig
M resources/templates/database/designer/main.twig
M resources/templates/database/multi_table_query/form.twig
M resources/templates/database/structure/check_all_tables.twig
M resources/templates/encoding/kanji_encoding_form.twig
M resources/templates/file_select_options.twig
M resources/templates/gis_data_editor_form.twig
M resources/templates/preferences/manage/main.twig
M resources/templates/server/privileges/privileges_summary.twig
M resources/templates/server/status/monitor/index.twig
M resources/templates/table/index_form.twig
M resources/templates/table/operations/index.twig
M resources/templates/table/relation/dropdown_generate.twig
M resources/templates/table/relation/relational_dropdown.twig
M resources/templates/table/structure/display_structure.twig
M resources/templates/table/zoom_search/index.twig
M resources/templates/view_create.twig
M src/ConfigStorage/Relation.php
M src/ConfigStorage/UserGroups.php
M src/Export/Export.php
M src/Html/Generator.php
M src/InsertEdit.php
M src/Normalization.php
M src/Plugins.php
M src/Tracking/Tracking.php
M src/Types.php
M src/Util.php
M tests/unit/BrowseForeignersTest.php
M tests/unit/ConfigStorage/UserGroupsTest.php
M tests/unit/Controllers/Table/ImportControllerTest.php
M tests/unit/FileListingTest.php
M tests/unit/InsertEditTest.php
M tests/unit/Tracking/TrackingTest.php
M tests/unit/TypesTest.php
M tests/unit/UtilTest.php

Log Message:
-----------
Merge #19508 - Use shorthand attributes

Pull-request: #19508
Signed-off-by: William Desportes <[email protected]>

_______________________________________________
Git mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to