Changes between Version 4 and Version 5 of TracTicketsCustomFields


Ignore:
Timestamp:
2014-11-04T21:22:55Z (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketsCustomFields

    v4 v5  
    4040   * label: Descriptive label.
    4141   * value: Default text.
    42    * cols: Width in columns.
     42   * cols: Width in columns
    4343   * rows: Height in lines.
    4444   * order: Sort order placement.
    4545   * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'')
     46
     47Macros will be expanded when rendering `textarea` fields with format `wiki`, but not when rendering `text` fields with format `wiki`.
    4648
    4749=== Sample Config ===
     
    114116Note in particular the `LEFT OUTER JOIN` statement here.
    115117
     118Note that if your config file uses an uppercase name, e.g.,
     119{{{
     120[ticket-custom]
     121
     122Progress_Type = text
     123}}}
     124you would use lowercase in the SQL:  `AND c.name = 'progress_type'`
     125
    116126=== Updating the database ===
    117127