Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Oct 26, 2014, 6:01:55 PM (9 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 40 | 40 | * label: Descriptive label. |
| 41 | 41 | * value: Default text. |
| 42 | | * cols: Width in columns. |
| | 42 | * cols: Width in columns |
| 43 | 43 | * rows: Height in lines. |
| 44 | 44 | * order: Sort order placement. |
| 45 | 45 | * format: Either `plain` for plain text or `wiki` to interpret the content as WikiFormatting. (''since 0.11.3'') |
| | 46 | |
| | 47 | Macros will be expanded when rendering `textarea` fields with format `wiki`, but not when rendering `text` fields with format `wiki`. |
| 46 | 48 | |
| 47 | 49 | === Sample Config === |
| … |
… |
|
| 114 | 116 | Note in particular the `LEFT OUTER JOIN` statement here. |
| 115 | 117 | |
| | 118 | Note that if your config file uses an uppercase name, e.g., |
| | 119 | {{{ |
| | 120 | [ticket-custom] |
| | 121 | |
| | 122 | Progress_Type = text |
| | 123 | }}} |
| | 124 | you would use lowercase in the SQL: `AND c.name = 'progress_type'` |
| | 125 | |
| 116 | 126 | === Updating the database === |
| 117 | 127 | |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!