﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
14151	Unable to use CSV macro in Trac 1.5 / Python 3	defect			new	2022-09-08T15:03:15+02:00	2022-09-08T15:10:29+02:00	"When trying to use this macro in Trac 1.5 and Python 3 (3.10), I get this:
{{{
2022-09-08 14:45:08,891 Trac[loader] 
ERROR: Skipping ""CSV"": ImportError: cannot import name 'escape' from 'trac.util' 
(/usr/lib/python3.10/site-packages/Trac-1.5.4.dev0-py3.10.egg/trac/util/__init__.py) 
}}}

I am guessing that a trac component is changed/removed.

This is with version 18497 of the macro."	roger.oberholtzer@…
11864	utf-8 support for csv macro	defect	1.0	Alec Thomas	new	2014-07-08T04:42:03+02:00	2015-06-22T23:39:34+02:00	Macro cannot show utf-8 csv content.	dlin
11812	cannot nest Include macro in CSV	enhancement		Alec Thomas	new	2014-06-05T02:32:06+02:00	2014-06-09T22:22:07+02:00	"I want to auto-generate tables in csv form, and have them show up in the wiki as soon as they're checked in. The CsvMacro and IncludeMacro have the two functions I need, but won't nest. Here's a test:
=== trac tests ===

bracket form Include doesn't work in brace-bracket CSV
{{{
{{{
#!CSV
[[Include(http://www.andrewpatton.com/countrylist.csv)]]
}}}
}}}
next: CSV works in bracket form
{{{
[[CSV(hi, there)]]
}}}
but: bracket Include in bracket CSV doesn't work
{{{
[[CSV([[Include(source:python/systemTests/weakSignal.csv)]])]]
}}}
although bracket form Include works on its own
{{{
[[Include(http://www.andrewpatton.com/countrylist.csv)]]
}}}"	5@…
8709	linebreaks in csv not used	defect	0.11	Alec Thomas	new	2011-04-15T13:24:56+02:00	2011-04-15T13:24:56+02:00	When there are linebreaks in a cell in the csv, they are not shown in the trac table. 	johannes.uhlig@…
1955	Use WikiFormatting in table cells	enhancement	0.10	Alec Thomas	new	2007-08-21T17:03:20+02:00	2009-06-09T18:25:10+02:00	"It would be nice to be able to use WikiFormatting in the cells of the table. For instance, the following should display the headings in bold and the contents as TracLinks. 

{{{
{{{
#!CSV
'''Heading1''', '''Heading2'''
PageOne, PageTwo
}}}
}}}"	anonymous
