Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2015-05-09 12:19:28" occurring around 2015-05-09 12:19:28.

2015-05-14
15:31
On the generated "repository list" page when running "fossil ui DIR", include a title and make all hyperlinks appear in a new window or tab. ... (check-in: e561cfd47e user: drh tags: trunk)
2015-05-13
22:40
Change search_init() to be a file-scope symbol so that it does not conflict with a function of the same name in libel.so. ... (check-in: e06e65bbf2 user: drh tags: trunk)
21:55
rename search_init() -> fossil_search_init() to avoid name collision w/ libedit (patch sumbmitted by Warren Young) closed -- see simpler fix @ [e06e65bbf2] ... (Closed-Leaf check-in: 947369c124 user: bch tags: trunk)
2015-05-12
17:58
Add documentation for customizing the timeline graph. ... (check-in: 42e77333ba user: joel tags: trunk)
13:19
Permit --notfound and --repolist to be used together on "fossil server". Merge changes to always show a piechart for "By User" reports. Fix an uninitialized variable in "fossil rebuild". ... (check-in: 434f7e17d9 user: drh tags: trunk)
10:42
Make addremove command to fail if unprocessed arguments (other than options) are specified. To avoid mis-use where a user could think he can specify a list of directory like with many other commands. ... (check-in: 975600dd59 user: mgagnon tags: trunk)
04:58
Permit the --notfound and --repolist options to be used together. ... (Closed-Leaf check-in: fd783e2b6a user: mistachkin tags: repoNotFound)
04:42
Fix compiler warnings with MSVC. ... (check-in: 8ab3f62090 user: mistachkin tags: trunk)
04:24
Sync up custom MinGW makefile with the latest changes. ... (check-in: 0c6f8fe57d user: mistachkin tags: trunk)
04:23
Fix compiler warnings. ... (check-in: 57897a4189 user: mistachkin tags: trunk)
2015-05-11
13:50
If SQLite < 3.8.10, don't bother to provide a link to the /repo-tabsize web-page: it wouldn't provide any usefull result anyway. ... (check-in: f3d8588e6f user: jan.nijtmans tags: trunk)
01:35
Fix an uninitialized variable in the "fossil rebuild" command when using the --compress-only option. ... (Closed-Leaf check-in: 1ab29c8299 user: drh tags: piechart)
01:31
Merge in the --compress-only option for "fossil rebuild" ... (check-in: 9fdfaf0f68 user: drh tags: piechart)
01:31
Add the --compress-only option to the "fossil rebuild" command. ... (check-in: 10e3d65707 user: drh tags: trunk)
2015-05-10
17:35
Avoid duplicate entries in the output of "fossil finfo". ... (check-in: 26c283467a user: drh tags: trunk)
16:09
Avoid duplicate entries in the output of "fossil finfo" ... (check-in: d9841bef06 user: drh tags: piechart)
2015-05-09
23:08
Automatically show a piechart in addition to the bar graph on ByUser and ByDayOfWeek activity reports. ... (check-in: f857ea5410 user: drh tags: piechart)
19:08
New algorithm for positioning the labels on a piechart. ... (check-in: 2018ad2cc5 user: drh tags: trunk)
17:57
Fix the build for MSVC. ... (check-in: 732b651afa user: drh tags: trunk)
13:16
Reduce radius of pie charts on the /repo-tabsize page. ... (check-in: df302de88a user: drh tags: trunk)
13:07
On the /repo-tabsize page, show the total repository size. And show the size of the local checkout database and its breakdown if run from "fossil ui". ... (check-in: f3c7b3a6b5 user: drh tags: trunk)
12:49
Change the default skin to use circle nodes and color branch lines. ... (check-in: c72a3b5baa user: drh tags: trunk)
12:47
Fix a harmless compiler warning. ... (check-in: 31c81ac65b user: drh tags: trunk)
12:42
Improvements to graph rendering to make it much more configurable using CSS. ... (check-in: ca869aabe2 user: drh tags: trunk)
12:19
Add code for drawing pie-chart reports. Use this for the /repo-tabsize webpage. ... (check-in: f4aed6661c user: drh tags: trunk)
12:17
Update the built-in SQLite to version 3.8.10.1. ... (check-in: 28188c4dd9 user: drh tags: trunk)
12:12
Add the PIE_PERCENT option to the pie-chart drawer. ... (Closed-Leaf check-in: 25d70429d0 user: drh tags: piechart)
2015-05-08
15:31
Improvements to the build and TH1 scripting docs. ... (check-in: 901427f5cd user: mistachkin tags: trunk)
03:22
Reimplement timeline-circle-nodes and timeline-arrowheads skin options. ... (Closed-Leaf check-in: aaa0e6d149 user: joel tags: graphcss)
2015-05-07
19:50
Merge fixes from trunk ... (check-in: bf0b3098ea user: drh tags: piechart)
19:50
Fix a potential use-after-free problem. ... (check-in: df12c1b053 user: drh tags: trunk)
19:28
merge trunk ... (check-in: c1416fd133 user: jan.nijtmans tags: sync-forkwarn)
12:31
Change the built-in SQLite to version 3.8.10. ... (check-in: abc38398eb user: drh tags: trunk)
2015-05-06
23:29
Add logic for generating SVG pie-charts based on SQL query results. ... (check-in: 6ebd853cb4 user: drh tags: piechart)
20:55
Allow the timeline graph to be customized using CSS. ... (check-in: 1f1e199a20 user: joel tags: graphcss)
12:35
Record files added by merge using mlink.pid=-1. Improve the web interface to better indicate files added by merge. ... (check-in: 8e44cf6f4d user: drh tags: trunk)
2015-05-05
18:59
Update the built-in SQLite to the second beta of 3.8.10. ... (Closed-Leaf check-in: 7d2ac84598 user: drh tags: show-add-by-merge)
12:31
Attempt to distinguish between files added from nothing and files added by merge. ... (check-in: 0d73f3f670 user: drh tags: show-add-by-merge)
06:49
Now really update the built-in SQLite to the first 3.8.10 beta, not only the command line shell. ... (check-in: acd670f251 user: jan.nijtmans tags: trunk)
2015-05-04
21:10
merge trunk ... (check-in: 857ab8ae1d user: jan.nijtmans tags: cleanX)
20:10
Since fossil now uses sqlite_malloc64, which is introduced in SQLite 3.8.7, don't accept linkage using earlier SQLite versions any more. ... (check-in: a481a8176b user: jan.nijtmans tags: trunk)
19:25
Update the built-in SQLite to the first 3.8.10 beta. ... (check-in: 5a87a0314e user: drh tags: trunk)
2015-05-02
21:11
Correct cat command error message on nonexistent file. ... (check-in: 715f88811a user: andygoth tags: trunk)
20:57
Cherrypick [1b01c1ad]: Correct comment describing behavior of errCode. ... (check-in: 6f2b59270b user: andygoth tags: trunk)
20:54
Avoid panic on opening a repository lacking .fossil-settings/allow-symlinks or .fossil-settings/allow-symlinks.no-warn . Probably want to reconsider the way historical_version_of_file() handles error codes. ... (Closed-Leaf check-in: 90c0344275 user: andygoth tags: andygoth-versioned-open)
20:52
Correct comment describing behavior of errCode. ... (check-in: 1b01c1ad26 user: andygoth tags: andygoth-versioned-open)
20:37
Merge trunk. ... (check-in: 794d4752ae user: andygoth tags: andygoth-versioned-open)
20:21
Cherrypick [ff192614]: Use fossil_strdup() consistent with the rest of the code. ... (check-in: f8315ee900 user: andygoth tags: trunk)
2015-04-30
22:11
Add sitemap link to the 'eagle' skin header. ... (check-in: 6ce777858b user: mistachkin tags: trunk)
21:24
Merge trunk ... (check-in: 44bed85354 user: jan.nijtmans tags: cleanX)