Edgewall Software

Changes between Version 1 and Version 2 of 1.3/TracTicketsCustomFields


Ignore:
Timestamp:
Jan 31, 2017, 8:19:29 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Removed Since for what will be 2 releases back by the time 1.4 is released.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracTicketsCustomFields

    v1 v2  
    2424     * `plain` for plain text
    2525     * `wiki` to interpret the content as WikiFormatting
    26      * `reference` to treat the content as a queryable value (''since 1.0'')
    27      * `list` to interpret the content as a list of queryable values, separated by whitespace (''since 1.0'')
     26     * `reference` to treat the content as a queryable value
     27     * `list` to interpret the content as a list of queryable values, separated by whitespace
    2828 * '''checkbox''': A boolean value check box.
    2929   * label: Descriptive label.
     
    4343   * label: Descriptive label.
    4444   * value: Default text.
    45    * cols: Width in columns. //(Removed in 1.1.2)//
    4645   * rows: Height in lines.
    4746   * order: Sort order placement.
    4847   * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting.
    49  * '''time''': Date and time picker. (''Since 1.1.1.'')
     48 * '''time''': Date and time picker. (//Since 1.1.1//)
    5049   * label: Descriptive label.
    5150   * value: Default date.