Loading...
 
Skip to main content

Tracker-plugin breaks in tiki-read_article.php

Status
Closed
Subject
Tracker-plugin breaks in tiki-read_article.php
Version
1.9.x
Category
  • Error
Feature
Wiki (page view, edit, history, rename, etc)
Resolution status
Won't Fix
Submitted by
amette
Volunteered to solve
Robin Lee Powell
Lastmod by
Beestje
Rating
(0)
Description

When using the Tracker-plugin in an article-body like this (or however, just use it in a way, that it shows fields 😉 ):

{TRACKER(trackerId=>3,fields=>7:8{TRACKER}

then it breaks in a way, that it parses the tracker-field-name as a link.

<input type="text" name="track[7]" value=""size="30"/>

becomes

<input type="text" name="track<a class="wiki" href="7">7</a>" value=""size="30"/>

Solution

A pointer to the problem:
The effects result from stripping of pre-parsing and no-parsing markup as introduced by rlpowell on 24 May 2004. Check lines 136-139 and 161-162 (that's CVS from 11 April 2006). When commenting them out, the tracker-plugin works correctly again.

Mailed rlpowell on this one, perhaps he remembers, what problem he fixed and can help quickly. - amette

rlpowell answered by mail:

mail excerpt
Copy to clipboard
I don't remember what I was doing, but I *do* know that whatever it was, I'm not using it anymore. If rolling back my changes provides a quick fix, please feel absolutely free to do so. Sorry about that. -Robin
Importance
6
Priority
30
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
542
Created
Tuesday 11 April, 2006 18:48:35 UTC
by Unknown
LastModif
Friday 10 April, 2009 14:20:52 UTC


Show PHP error messages