User tests: Successful: Unsuccessful:
This backports the _supportNullValue
from the base table class to Joomla 3.10
It bases on this commits against 4.x:
447983b
f472a7c
ba6641c
This is fully B/C and there are not intentions to change to NULL Dates in 3.x. This here just has the intention to allow extension devs to use the same code for the tables in 3.10 and 4.x including the _supportNullValue
switch.
It works
It still works but now has the optional supportNullValue switch for developers backported.
Maybe it is worth mention that in the doc for the 4.x changes.
cc @wilsonge
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Title |
|
Labels |
Added:
?
|
Only the first issue i guess this does not change anything for existing extensions nor provide any kind of migration for them it just allow them to use the same code for the table class in 3.10 and 4.0
I have tested this item
One thing is not clear to me: how do I check the article?
What do you mean by check the article?
The third point of Testing Instructions, "checkout an article".
You checkout an article when you edit an article in the backend. When you save & close the article they are checked in again.
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-25 08:26:54 |
Closed_By | ⇒ | HLeithner |
Thanks
This has been documented here: https://docs.joomla.org/J3.x:Joomla_3.10_Backports
Is this PR for #29441 and #29429?