Development

Changeset 4429

You must first sign up to be able to contribute.

Changeset 4429

Show
Ignore:
Timestamp:
06/27/07 12:16:48 (6 years ago)
Author:
tristan
Message:

sfPayloadFilterChain_TextTransformationPlugin : prefixed default filters name with 'pfc_'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPayloadFilterChain_TextTransformationPlugin/config/pfc/filters.yml

    r4403 r4429  
    1 text_to_xhtml: 
     1pfc_text_to_xhtml: 
    22  enabled: on 
    33  class:   pfcTextTransformationFilter 
     
    55    transformer: pfc_mime_to_mime 
    66 
    7 expand_emoticons: 
     7pfc_expand_emoticons: 
    88  enabled: on 
    99  class:   pfcTextTransformationFilter 
     
    1111    transformer: pfc_text_to_image 
    1212 
    13 highlight_code: 
     13pfc_highlight_code: 
    1414  enabled: on 
    1515  class:   pfcTextTransformationFilter 
     
    1717    transformer: pfc_geshi_highlighter 
    1818 
    19 censors: 
     19pfc_censors: 
    2020  enabled: on 
    2121  class:   pfcTextTransformationFilter