Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 96fb3b381ebf7b37403a44b6f8cdd4319d5bb104
https://github.com/phpmyadmin/phpmyadmin/commit/96fb3b381ebf7b37403a44b6f8c…
Author: faissaloux <fwahabali(a)gmail.com>
Date: 2025-01-13 (Mon, 01 January 2025) +01:00
Changed paths:
M resources/js/src/database/multi_table_query.ts
M resources/js/src/database/query_generator.ts
M src/Controllers/JavaScriptMessagesController.php
Log Message:
-----------
Query Generator support for BETWEEN and NOT BETWEEN
Co-authored-by: William Desportes <williamdes(a)wdes.fr>
Signed-off-by: faissaloux <fwahabali(a)gmail.com>
Commit: 1bf55c4d6a9501fef5c7b8901835bd746dd7f134
https://github.com/phpmyadmin/phpmyadmin/commit/1bf55c4d6a9501fef5c7b890183…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-13 (Mon, 01 January 2025) +01:00
Changed paths:
M resources/js/src/database/multi_table_query.ts
M resources/js/src/database/query_generator.ts
M src/Controllers/JavaScriptMessagesController.php
Log Message:
-----------
Merge #19352 - [Query Generator] support for `BETWEEN` and `NOT BETWEEN`
Pull-request: #19352
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 3274eca15b0c95a8e3db7a8adf576b6f0b904641
https://github.com/phpmyadmin/phpmyadmin/commit/3274eca15b0c95a8e3db7a8adf5…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2025-01-13 (Mon, 01 January 2025) +01:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add a ChangeLog entry for 1bf55c4d6
Pull-request: #19352
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 078f101c389decf145852bf9fb3cd16fb30c2a1e
https://github.com/phpmyadmin/phpmyadmin/commit/078f101c389decf145852bf9fb3…
Author: Maurício Meneghini Fauth <mauricio(a)mfauth.net>
Date: 2025-01-12 (Sun, 01 January 2025) -03:00
Changed paths:
M po/af.po
M po/am.po
M po/ar.po
M po/ar_LY.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/ber.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/enm.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ku.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/my.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/nn.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/rcf.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/tzm.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[ci skip]
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)mfauth.net>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0fa9721ed479fcc4ef36a404b2c902fcca789315
https://github.com/phpmyadmin/phpmyadmin/commit/0fa9721ed479fcc4ef36a404b2c…
Author: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
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 <liviu.concioiu(a)gmail.com>
Commit: 025d1aa1625e742be1ca86702e0b51618bfb1c62
https://github.com/phpmyadmin/phpmyadmin/commit/025d1aa1625e742be1ca86702e0…
Author: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
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 <liviu.concioiu(a)gmail.com>
Commit: 35cba06f1b4b9387629e3866d38985191130d9bf
https://github.com/phpmyadmin/phpmyadmin/commit/35cba06f1b4b9387629e3866d38…
Author: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
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 <liviu.concioiu(a)gmail.com>
Commit: 961b6a3e9984b3e6d9c65d66397a78cb9340ed3d
https://github.com/phpmyadmin/phpmyadmin/commit/961b6a3e9984b3e6d9c65d66397…
Author: Liviu-Mihail Concioiu <liviu.concioiu(a)gmail.com>
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 <liviu.concioiu(a)gmail.com>
Commit: 57610a504f6b5b4d0e4c4c140e8aa186f36057c3
https://github.com/phpmyadmin/phpmyadmin/commit/57610a504f6b5b4d0e4c4c140e8…
Author: William Desportes <williamdes(a)wdes.fr>
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 <williamdes(a)wdes.fr>