Please activate JavaScript in your browser.
bug
?
PR-4.4-dev
Pending
User tests:
Successful:
Unsuccessful:
Summary of Changes
Use ClassName instead of hardcoded string
Joomla\Database\DatabaseInterface is also used. What should be used: DatabaseDriver
or DatabaseInterface
Testing Instructions
Use your website (for eg. download the 'System Information' or use Webauthn)
Code Review
heelc29
-
open
-
21 May 2022
heelc29
-
change
-
21 May 2022
joomla-cms-bot
-
change
-
21 May 2022
Category
⇒
Administration
com_admin
Modules
Libraries
Front End
Plugins
heelc29
-
change
-
23 May 2022
heelc29
-
change
-
13 Jun 2022
Title
Differences
…
[4.1] Container Database
[4.2 ] Container Database
heelc29
-
edited
-
13 Jun 2022
heelc29
-
change
-
13 Jun 2022
joomla-cms-bot
-
change
-
13 Jun 2022
Category
Administration
com_admin
Modules
Libraries
Front End
Plugins
⇒
Administration
com_admin
com_installer
com_users
Modules
Libraries
Front End
Plugins
joomdonation
-
test_item
-
25 Jun 2022
-
Tested successfully
HLeithner
-
change
-
27 Jun 2022
joomla-cms-bot
-
change
-
27 Jun 2022
Category
Administration
com_admin
Modules
Libraries
Front End
Plugins
com_installer
com_users
⇒
Administration
com_admin
com_installer
com_users
Modules
Repository
Libraries
Front End
Plugins
joomla-cms-bot
-
change
-
1 Aug 2022
Category
Administration
com_admin
Modules
Libraries
Front End
Plugins
com_installer
com_users
Repository
⇒
Administration
com_admin
com_installer
com_users
Modules
Libraries
Front End
Plugins
heelc29
-
change
-
20 May 2023
Labels
Added:
bug
?
Removed:
?
heelc29
-
change
-
20 May 2023
Title
Differences
…
[4.2] Container Database
[4.3 ] Container Database
heelc29
-
edited
-
20 May 2023
Labels
Added:
PR-4.3-dev
Removed:
?
Title
Differences
…
[4.3] Container Database
[4.4 ] Container Database
Labels
Removed:
PR-4.3-dev
laoneo
-
close
-
28 Jun 2023
laoneo
-
merge
-
28 Jun 2023
Status
Pending
⇒
Fixed in Code Base
Closed_Date
0000-00-00 00:00:00
⇒
2023-06-28 11:11:12
Closed_By
⇒
laoneo
Labels
Added:
PR-4.4-dev
Add a Comment
Login with GitHub to post a comment
Can you change them to the DatabaseInterface::class? Better to use the interface, so we can put into the container anything which implements it and do not add the requirement to be a driver.