Loading...
 
Skip to main content

code plugins don't display their contents

Status
Closed
Subject
code plugins don't display their contents
Version
7.x
Category
  • Regression
Feature
Wiki Plugin (extends basic syntax)
Submitted by
mheller
Lastmod by
mheller
Rating
(0)
Description

As of Friday 4/15/2011, code plugins stopped displaying their contents on my 7.x head site.

For example, I have a code plugin with no options set that contains:

Copy to clipboard
function validate_a as p (e as p) 'Sample validation function. 'Data for the current row is available in 'e.data'. 'For example, e.data.firstname, e.data.lastname if e.data.a = "" then validate_a.hasError = .t. validate_a.errorText = "a cannot be blank." end if end function


On my site, nothing displays except the edit marker for the plugin.

Workaround
Turning off CodeMirror restores the display. Adding a GeShi language tag restores color coding.
Importance
9 high
Priority
45
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3853
Created
Monday 18 April, 2011 14:14:16 UTC
by mheller
LastModif
Friday 06 May, 2011 18:33:07 UTC


Show PHP error messages