Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fc932a9a8f40cb696a6af6a098a79209a6e7aa8d
https://github.com/phpmyadmin/phpmyadmin/commit/fc932a9a8f40cb696a6af6a098a…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2022-08-15 (Mon, 08 August 2022) +01:00
Changed paths:
M libraries/classes/InsertEdit.php
M test/classes/InsertEditTest.php
Log Message:
-----------
Allow fields to be set to NULL
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: 9c3ce37491a20e06e582aa1c67b4480b5cd9aff2
https://github.com/phpmyadmin/phpmyadmin/commit/9c3ce37491a20e06e582aa1c67b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-08-18 (Thu, 08 August 2022) -03:00
Changed paths:
M libraries/classes/InsertEdit.php
M test/classes/InsertEditTest.php
Log Message:
-----------
Merge pull request #17686 from kamil-tekiela/Allow-fields-to-be-set-to-null
Allow fields to be set to NULL
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f429eb2238b2645837ca73681ebd18b6812800aa
https://github.com/phpmyadmin/phpmyadmin/commit/f429eb2238b2645837ca73681eb…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-08-16 (Tue, 08 August 2022) -03:00
Changed paths:
M js/src/export.js
M templates/database/export/index.twig
M templates/export.twig
M templates/server/export/index.twig
Log Message:
-----------
Refactor toggleQuickOrCustom function from export.js
Uses the d-none CSS class to hide the elements and removes the jQuery code.
This removes the flickering when the page loads since the elements are
already hidden.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>