Fossil

Changes On Branch timeline-rss-ticket
Login

Changes On Branch timeline-rss-ticket

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

Changes In Branch timeline-rss-ticket Excluding Merge-Ins

This is equivalent to a diff from fab09a17 to 1c46835e

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)
11:53
Replaced a call to realloc() with cson_realloc() (which, in turn, uses the fossil realloc). (check-in: a1d2cd84 user: stephan tags: trunk)
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-11
19:30
Merging from trunk. I still have merge conflicts since my previous merge. (check-in: bdeb633a user: viriketo tags: annotate_links)
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)
08:55
Addendum to previous commit: Allow the user to decide whether the "fossil knows nothing about" warning should abort the commit or not. (check-in: c31bbd40 user: jan.nijtmans tags: trunk)

Changes to src/db.c.

Changes to src/info.c.

Changes to src/rss.c.