? Pending

User tests: Successful: Unsuccessful:

avatar joomdonation
joomdonation
19 May 2017

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:

  1. Backend: Test and make sure add/edit/publish/unpublish.. works as expected.
  2. 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

  1. Routing to tag detail broken (for example Green tag in sample data)

  2. 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
avatar joomdonation joomdonation - open - 19 May 2017
avatar joomdonation joomdonation - change - 19 May 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 May 2017
Category com_tags Administration Front End
0308f3d 19 May 2017 avatar joomdonation CS
avatar joomdonation joomdonation - change - 19 May 2017
Labels Added: ?
avatar wilsonge 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
avatar wilsonge wilsonge - close - 21 May 2017
avatar wilsonge wilsonge - merge - 21 May 2017
avatar wilsonge
wilsonge - comment - 21 May 2017

Routing fixed with 3f4914b and #13600

avatar wilsonge
wilsonge - comment - 21 May 2017

RSS feed fixed with 813f69f

avatar joomdonation
joomdonation - comment - 21 May 2017

Great. I am good with testing, then :D

Add a Comment

Login with GitHub to post a comment