Hi,

researching for feature described in [1] I found that there might an error 
in Wiki-Page "Custom Reports Configuration" [2]:
In chapter "User Changesets" the sample SQL always throws error that column 
"changeset" does not exist; Stakctrace:

ProgrammingError: FEHLER:  Spalte »changeset« existiert nicht
LINE 3:    "changeset" AS _realm, rev as id, 
           ^

When I change it to following SQL-Statement everything works fine:
SELECT * FROM revision
WHERE author='$USER'
ORDER BY time DESC

The only thing, which annoys me is that message is not formatted as Wiki. 
As described in [1] it would be nice when column "message" would be 
interpreted as Wiki.

Is there any plan to introduce a "Custom formatting" such as "__wiki__"?

[1] Trac Users > Wiki Column in an ordinary table: 
https://groups.google.com/forum/#!topic/trac-users/l5cDyBraNNA
[2] Custom Reports Configuration: 
http://trac.edgewall.org/wiki/CookBook/Configuration/Reports#UserChangesets

Regards,
Franz

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-dev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to