Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

5 check-ins related to "timeline-rss-ticket"

2013-02-20
18:46
Merged in [timeline-rss-ticket] changes. ... (check-in: dbaf5209 user: stephan tags: trunk)
2013-02-18
21:45
/info/TICKET_UUID now only shows the ticket title if the ticket db has a title field. ... (Closed-Leaf check-in: 1c46835e user: stephan tags: timeline-rss-ticket)
2013-02-12
16:57
Update src/rss.c with latest version from dg-misc branch (original at [01e85ec4]). ... (check-in: a1028240 user: dg tags: timeline-rss-ticket)
10:08
timeline.rss with single-ticket support, based on David Given's patch. ... (check-in: 1bc09124 user: stephan tags: timeline-rss-ticket)
2013-02-08
09:37
Eliminate use of starts_with_utf16(be|le)_bom functions, starts_with_utf16_bom should be enough. External code will typically call "starts_with_utf16_bom" first, and if it returns true call "blob_to_utf8_no_bom" converting it to utf-8. There is no reason any more then for external code to know wheter the BOM was le or be. ... (check-in: fab09a17 user: jan.nijtmans tags: trunk)