Menu

Trac Commit Log


Commit Date  
[r9064] by cboos

WikiFormatting: add new built-in processors `#!td` and `#!th` for creating cells with multiline content and specifying additional attributes, like colspan or rowspan.

A table cell specified that way belong to the previous row, so for terminating a row consisting of only "block" cells, a single `||` on a line is needed.

Example:
{{{

{{{
#!th
- some header
}}}
{{{
#!th
- another header
- with more rows
}}}
||
{{{
#!td rowspan=2

Arbitrarily big content (even an embedded table of course):
|| A || B ||
}}}
{{{
#!td

Second cell, first row
}}}
||
{{{
#!td

Second cell, second row...
}}}

}}}

2010-01-24 18:38:45 Tree
[r9063] by cboos

WikiFormatting: follow-up to r9005, provide a way to specify center alignment for table cells.

When there are at least '''2''' spaces around the text in a cell, the alignment will be set to "center":
{{{
|| centered ||
|| cells ||
|| this is default ||
||and same for this||
|| again center ||
}}}

2010-01-24 18:28:42 Tree
[r9062] by cboos

In SQL queries involving custom fields, be careful to not use the field name without quoting, as it could be a reserved SQL keyword.

Closes #8987.

2010-01-24 18:23:49 Tree
[r9061] by cboos

Follow-up to [9057:9059]: `ConnectionWrapper` is simply used to proxy undefined methods to the wrapped connection.

2010-01-24 18:15:09 Tree
[r9060] by rblank

0.12dev: Fixed the generation of the scripts with `trac-admin $ENV deploy` when the path to the environment contains escape sequences (e.g. `\t`).

Closes #8103.

2010-01-22 22:14:45 Tree
[r9059] by rblank

0.12dev: Follow up to [9057] and [9058], wrap SQLite cursors in `IterableCursor`.

2010-01-22 12:28:31 Tree
[r9058] by rblank

0.12dev: Fixed the MySQL backend after [9057].

2010-01-22 11:26:42 Tree
[r9057] by rblank

0.12dev: Fixed double-wrapping of cursors from `PooledConnection` in `IterableCursor`.

2010-01-22 11:06:31 Tree
[r9056] by rblank

0.12dev: Added a `break` missing from [9043].

Thanks to cboos for the fix! Closes #8993.

2010-01-22 10:23:24 Tree
[r9055] by cboos

testing: make status also shows the current value for TRAC_TEST_DB_URI

2010-01-21 19:54:09 Tree
Older >
MongoDB Logo MongoDB