Fossil

Timeline
Login

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

59 check-ins for the month beginning 2015-05-01 by user drh

Following month ↑
2015-05-29
17:52
Update the built-in SQLite to 3.8.11 alpha. check-in: 2b1261a59e user: drh tags: trunk
2015-05-28
17:05
Fix a logic bug in the RSS page. check-in: 282ae5e4de user: drh tags: trunk
2015-05-24
00:53
Simplify the computation of descendants using a recursive CTE. check-in: 31fcde837d user: drh tags: trunk
2015-05-23
11:45
Add the release date to version 1.33 in the change log. check-in: bdc2f11d28 user: drh tags: trunk
11:11
Version 1.33 check-in: 9c65b5432e user: drh tags: trunk, release, version-1.33
10:12
Update the built-in SQLite to version 3.8.10.2. check-in: 36c457b086 user: drh tags: trunk
2015-05-19
10:32
Remove unnecessary code from the "fossil clean" command. Closed-Leaf check-in: fc87154337 user: drh tags: noDirPrompt
10:24
Enhancements to the /reports interface, including improved filtering by user. check-in: 16ab6ee852 user: drh tags: trunk
10:20
Minor adjustments to drop-down menus on the /reports page. Closed-Leaf check-in: 529492b9de user: drh tags: andygoth-user-reports
2015-05-18
22:18
Pull in the memory allocation fix from trunk. check-in: 879958277a user: drh tags: andygoth-user-reports
22:17
The previous check-in [270b80db] is incorrect and causes memory allocation and use-after-free errors. Back it out. check-in: f7ce03e3fb user: drh tags: trunk
22:05
Use drop-down menus to select the user on the /reports pages. check-in: 675274612d user: drh tags: andygoth-user-reports
20:00
Fix the display of /reports?view=byweek with an invalid user. check-in: 5fa4d0125c user: drh tags: andygoth-user-reports
19:19
Move the "Activity Report" controls into drop-down menus. check-in: 4d60469f15 user: drh tags: andygoth-user-reports
17:53
Catch up with recent changes on trunk. check-in: 991f4b98f6 user: drh tags: andygoth-user-reports
14:33
Fix harmless compiler warnings. check-in: b51dcc3162 user: drh tags: trunk
14:09
Inhibit timeline links to wiki pages that have been deleted. check-in: 425df28c02 user: drh tags: trunk
14:04
If the "r=" or "t=" query parameter on /timeline does not match any tag or branch name, then show an empty timeline rather than just ignoring the query parameter. Ticket [674d5d5556]. check-in: a2f03b8c7f user: drh tags: trunk
13:56
Fix the empty-dirs property so that creates the complete path of directories, not just leaves, and so that it does not leak memory. check-in: 702331e057 user: drh tags: trunk
2015-05-16
11:50
Pull in one more commit from the xekri branch. check-in: b1447da8d5 user: drh tags: trunk
11:48
Add class tags to elements of the piechart so that they can be configured using CSS. Add appropriate CSS markup to the xekri skin. Merge the xekri skin into trunk. check-in: f1dd937c20 user: drh tags: trunk
2015-05-14
21:00
Remove an unused variable. check-in: 99f8337b66 user: drh tags: trunk
18:31
Fix the error output for command-line option errors on the "fossil http" command. check-in: 648dc3e704 user: drh tags: trunk
18:25
Expand the /hash-collisions report to show hash prefix collisions on just check-ins in addition to overall hash collisions. check-in: 60af057415 user: drh tags: trunk
16:20
Increase the version number to 1.33. Update the change log. check-in: af872dedcb user: drh tags: trunk
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
2015-05-12
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
2015-05-11
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-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
15:06
Tweaks to formatting on the /repo-tabsize page. check-in: 6ef4bfae47 user: drh tags: piechart
14:50
Merge in the /repo_tabsize page. Update to a post-3.8.10 version of SQLite that support the dbstat virtual table on attached databases, necessary to get the /repo_tabsize to work. check-in: 04942b3113 user: drh tags: piechart
12:31
Change the built-in SQLite to version 3.8.10. check-in: abc38398eb user: drh tags: trunk
03:12
Demonstrate the use of a pie-chart on the Check-ins By User page. check-in: 04d4965044 user: drh tags: piechart
02:57
Automatically switch in to chromatic mode when the number of wedges is 10 or less. check-in: 8a12c62f0d user: drh tags: piechart
02:39
Improvements to the piechart generator. check-in: 17a24be632 user: drh tags: piechart
01:56
Add the experimental /repo_tabsize page. It does not work because it shows the sizes of tables in the checkout database in some cases. Work is needed on the underlying dbstat virtual table. We will address that in the future and come back to this branch afterwards. Closed-Leaf check-in: ce5af0966e user: drh tags: piechart-table-sizes
2015-05-06
23:29
Add logic for generating SVG pie-charts based on SQL query results. check-in: 6ebd853cb4 user: drh tags: piechart
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
16:07
More changes for distinguishing between new files and files added by merge. check-in: 243c77e6e9 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
2015-05-04
19:25
Update the built-in SQLite to the first 3.8.10 beta. check-in: 5a87a0314e user: drh tags: trunk
Previous month ↓