? Success

User tests: Successful: Unsuccessful:

avatar wilsonge
wilsonge
11 Mar 2014

http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33450&start=0

The tags JLayout because some tags info is always set in $this->item->tags The solution is to check for the actual tags themselves rather than the full tags system.

Testing

  1. Test the tags layout is shown in the frontend by viewing an article without tags. Adding a die; at the top of the layout (https://github.com/joomla/joomla-cms/blob/staging/layouts/joomla/content/tags.php) should kill your page.

APPLY PR

  1. Check your article without tags. The page should load happily now because the JLayout isn't being loaded.
  2. Check an article with tags and ensure the tags still show as expected in the frontend (don't forget to remove the die)
avatar wilsonge wilsonge - open - 11 Mar 2014
avatar C-Lodder
C-Lodder - comment - 12 Mar 2014

@test works

avatar infograf768 infograf768 - change - 24 Mar 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-03-24 10:34:27
avatar infograf768 infograf768 - close - 24 Mar 2014
avatar infograf768 infograf768 - reference | ce5a7a6 - 24 Mar 14
avatar infograf768 infograf768 - merge - 24 Mar 2014
avatar infograf768 infograf768 - close - 24 Mar 2014
avatar wilsonge wilsonge - head_ref_deleted - 24 Mar 2014
avatar Bakual Bakual - reference | e147cef - 12 May 14

Add a Comment

Login with GitHub to post a comment