?
Pending
User tests:
Successful:
Unsuccessful:
Pull Request for Issue # .
Summary of Changes
This PR converts com_tags component to namespace MVC for Joomla 4.
Testing Instructions
As the none namespace version has issues, the test is just makes sure it works as before:
- Backend: Test and make sure add/edit/publish/unpublish.. works as expected.
- Frontend: Currently, view detail tag of some tags in sample data broken (routing issue, I guess). So just view list of tags, view some tags work
Known issues
-
Routing to tag detail broken (for example Green tag in sample data)
-
Viewing rss feed has some notices:
- Notice: Undefined index: mime in E:\www\contact\libraries\joomla\document\feed.php on line 217
- Notice: Undefined variable: tz in E:\www\contact\libraries\joomla\document\renderer\feed\rss.php on 247
- Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, null given in E:\www\contact\libraries\joomla\date\date.php on line 408
joomdonation
-
open
-
19 May 2017
joomdonation
-
change
-
19 May 2017
joomla-cms-bot
-
change
-
19 May 2017
Category |
|
⇒ |
com_tags
Administration
Front End
|
joomdonation
-
change
-
19 May 2017
wilsonge
-
change
-
21 May 2017
Status |
Pending |
⇒ |
Fixed in Code Base |
Closed_Date |
0000-00-00 00:00:00 |
⇒ |
2017-05-21 12:54:29 |
Closed_By |
|
⇒ |
wilsonge |
wilsonge
-
close
-
21 May 2017
wilsonge
-
merge
-
21 May 2017
Add a Comment
Login with GitHub to post a comment
Routing fixed with 3f4914b and #13600