Changes between Version 48 and Version 49 of BatchModifyPlugin


Ignore:
Timestamp:
Jun 18, 2010, 2:31:28 PM (14 years ago)
Author:
CuriousCurmudgeon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BatchModifyPlugin

    v48 v49  
    4444=== Options ===
    4545You can set the following options in Trac.ini. (default in parentheses)
     46'''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.'''
    4647 * '''fields_as_list''' (keywords): Sets the fields that will be treated as a list of items.
    4748 * '''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.