Changes between Version 12 and Version 13 of DynamicVariablesPlugin


Ignore:
Timestamp:
Oct 13, 2015, 6:11:35 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Use server-relative paths.

Legend:

Unmodified
Added
Removed
Modified
  • DynamicVariablesPlugin

    v12 v13  
    55== Description
    66
    7 This plugin applies to all [http://trac.edgewall.org/wiki/TracReports#AdvancedReports:DynamicVariables reports that use dynamic variables]. The plugin does the following for dynamic variables whose (uppercase) name exactly matches a built-in or custom (lowercase) ''select'' field name:
     7This plugin applies to all [TracReports#AdvancedReports:DynamicVariables reports that use dynamic variables]. The plugin does the following for dynamic variables whose (uppercase) name exactly matches a built-in or custom (lowercase) ''select'' field name:
    88
    99 * Dynamic variables are set to default values if unset.
     
    2828== Source
    2929
    30 You can check out DynamicVariablesPlugin from [http://trac-hacks.org/svn/dynamicvariablesplugin here] using Subversion, or [source:dynamicvariablesplugin browse the source] with Trac.
     30You can check out DynamicVariablesPlugin from [/svn/dynamicvariablesplugin here] using Subversion, or [source:dynamicvariablesplugin browse the source] with Trac.
    3131
    3232== Installation and Configuration