Changeset 5939


Ignore:
Timestamp:
01/05/10 19:51:01 (2 years ago)
Author:
KennethLavrsen
Message:

Item2586: Invalid META header in VarFLOWCHART causes searches to crash in System web
Better fix and upload a corrected version. I thought for a long time that I had a core bug
but it was only because I had this plugin pseudo installed.

Location:
trunk/FlowchartPlugin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/FlowchartPlugin/data/System/FlowchartPlugin.txt

    r4803 r5939  
    123123 
    124124|  Plugin Author: | TWiki:Main.AurelioAHeckert (Foswiki port - Foswiki:Main.KennethLavrsen.) | 
    125 |  Plugin Version: | 09 Sep 2009 | 
     125|  Plugin Version: | 05 Jan 2010 | 
    126126|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     127|  05 Jan 2010 | Foswikitask:Item2586: Invalid META header in !VarFLOWCHART gives wrong revision and can make the core code crash if a search finds this topic | 
    127128|  09 Sep 2009 | Foswikitask:Item4189 - Improve docs; Foswikitask:Item8267 - do not read preferences from the plugin topic (Foswiki:Main.AndrewJones) | 
    128129|  05 May 2009 | Foswikitask:Item1570 - Removed what seems to be forgotten debug code that floods the tmp dir with files named web_topic.txt with the content ini (Foswiki:Main.KennethLavrsen) | 
  • trunk/FlowchartPlugin/data/System/VarFLOWCHART.txt

    r4802 r5939  
    1 %META:TOPICINFO{author="ProjectContributor" date="1182547552" format="1.1" %version="$Rev: 1340 $"}% 
     1%META:TOPICINFO{author="ProjectContributor" date="1182547552" format="1.1" version="$Rev: 1340 $"}% 
    22%META:TOPICPARENT{name="Macros"}% 
    33#VarFLOWCHART 
  • trunk/FlowchartPlugin/lib/Foswiki/Plugins/FlowchartPlugin.pm

    r4804 r5939  
    3434# It is *not* used by the build automation tools, but is reported as part 
    3535# of the version number in PLUGINDESCRIPTIONS. 
    36 our $RELEASE = '09 Sep 2009'; 
     36our $RELEASE = '05 Jan 2010'; 
    3737 
    3838our $pluginName = 'FlowchartPlugin';    # Name of this Plugin 
Note: See TracChangeset for help on using the changeset viewer.