Changes between Version 57 and Version 58 of BatchModifyPlugin


Ignore:
Timestamp:
Jun 29, 2010, 6:21:17 PM (14 years ago)
Author:
CuriousCurmudgeon
Comment:

Removed outdated note about the config options only being on the trunk.

Legend:

Unmodified
Added
Removed
Modified
  • BatchModifyPlugin

    v57 v58  
    5656You can set the following options in Trac.ini under [batchmod]. (default in parentheses)
    5757
    58 '''NOTE: These options are currently only available on the trunk. In 0.5.0 the list separator is any non-alphanumeric character. This processing also only applies to keywords.'''
    5958 * '''fields_as_list''' (keywords): Sets the fields that will be treated as a list of items.
    6059 * '''list_separator_regex''' ([,\s]+): The regex that defines the separator between items in a field that is treated as a list. By default they are separated by any whitespace character or a comma.