Fossil

Timeline
Login

Timeline

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

41 check-ins using file win/Makefile.mingw version f432bc1e

2017-12-21
03:12
Update the built-in copy of linenoise to the latest from the GitHub repository (https://github.com/antirez/linenoise) ... (check-in: 6cf508f6 user: drh tags: trunk)
2017-12-20
23:53
Remove the disused "timeline-commit-format" configuration parameter. ... (check-in: 09e5d8d9 user: drh tags: trunk)
00:46
Update the custom MinGW makefile. ... (check-in: c7ad42d4 user: mistachkin tags: trunk)
2017-12-18
02:06
Fix the default background color for Modern View timeline in the Xekri skin. ... (check-in: a6c5a462 user: drh tags: trunk)
2017-12-15
18:27
Remove pointless code that initializes a BSS data structure to zeros, even though it is already all-zero. This avoids a compiler warning in GCC7. ... (check-in: 5419e7fc user: drh tags: trunk)
01:54
Fixes to the "eagle" built-in CSS so that trunk backgrounds look right in the Modern View. ... (check-in: 2c8bff0b user: drh tags: trunk)
2017-12-14
18:03
Fix harmless coding style issues. ... (check-in: dc7d0a2e user: drh tags: trunk)
12:04
Fix the parentheses around the "detail" section of each timeline entry in Verbose and Compact views on the /finfo timeline. ... (check-in: 55dd5521 user: drh tags: trunk)
01:00
Remove accidental edit from the previous check-in. ... (check-in: 976cad08 user: drh tags: trunk)
00:48
Remove the "autofocus" attribute from text inputs, to prevent CSS flashes. ... (check-in: 20e680aa user: drh tags: trunk)
00:25
Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters. ... (check-in: 1481ae1f user: drh tags: trunk)
2017-12-13
21:37
Grammar fix ... (check-in: ec059849 user: wyoung tags: trunk)
20:36
Improved error reporting when trying to write to a repository that is in a read-only directory. ... (check-in: 500b0a2a user: drh tags: trunk)
19:16
Fix an infinite recursion on db_err() that might occur if SQLite is unable to create the WAL file for a database due to lack of write permission on the containing directory. ... (check-in: 421fe241 user: drh tags: trunk)
17:17
Always generate timeline-data for a timeline even if the table has no check-ins and thus no graph. This causes the timeline-data scanner to continue looking for subsequent timelines. ... (check-in: 3f316764 user: drh tags: trunk)
2017-12-12
17:16
Remove unused variables from stat.c. ... (check-in: 741f71d8 user: drh tags: trunk)
17:14
Default CSS adjustment: Extra space to the left of .timelineModernDetail to prevent it from colliding with the check-in comment. ... (check-in: a53ce040 user: drh tags: trunk)
10:43
Fix the download links on the /info page ... (check-in: dbc702cd user: drh tags: trunk)
00:01
Fix the default CSS for the timelineDetailCell column in the Columnar View. ... (check-in: 92bcce33 user: drh tags: trunk)
2017-12-11
23:51
Timeline styling changes: (1) The td.timelineModernCell and td.timelineColumnarCell elements omit the id attribute when they are the current check-out or the selection. (2) Default CSS is changed to give a light-gray color to modern and columnar cells that are not current or selected and do not have a branch color. (3) The detail string in the verbose and compact views is now surrounded by parentheses. ... (check-in: 99057f27 user: drh tags: trunk)
16:56
Fix documentation typo. ... (check-in: ca1a1a75 user: drh tags: trunk)
16:53
Add the "," qualifier to %d formats in printf() and use the capability for improve display of stats. ... (check-in: 2cdbdbb1 user: drh tags: trunk)
16:10
On the /artifact_stats page, relabel "unknown" artifacts as "unused". ... (check-in: 71e777dd user: drh tags: trunk)
15:21
Add links to /bigbloblist from the /artifact_stats page. ... (check-in: 9fc51940 user: drh tags: trunk)
14:52
Merge the /artifact_size_stats page into the /artifact_stats page. Make that page accessible to anybody with check-in privilege. ... (check-in: cefadbd5 user: drh tags: trunk)
2017-12-10
02:30
Add the experimental /artifact_size_stats webpage. There are no links to this page, yet. ... (check-in: 4439f15d user: drh tags: trunk)
00:56
On the Unknown Artifacts section of the /artifact_stats page, provide links to the RCVFROM table entry for each unknown artifact. ... (check-in: 9f9ed245 user: drh tags: trunk)
00:51
Fix the sorttable.js module so that it works with more than one sortable table on the same screen. ... (check-in: 23083200 user: drh tags: trunk)
2017-12-09
22:07
Fix a sorting bug on the /artifact_stats page. ... (check-in: 04bcc6ce user: drh tags: trunk)
22:01
Add the /artifact_stats page for use by administrators. ... (check-in: d96bee1c user: drh tags: trunk)
22:00
Fixes to the /artifact_stats page. Make it Admin-only. ... (Closed-Leaf check-in: 2d916a5e user: drh tags: artifact-stats)
17:49
Rough prototype for the /artifact_stats page. Still many issues. ... (check-in: dd1c8fb3 user: drh tags: artifact-stats)
02:47
The graph arrowhead control was inverted due to a missing "!" character in the graph.js file. ... (check-in: 561fa8a3 user: drh tags: trunk)
2017-12-08
03:24
Fix the SQL archive generator so that for a check-in containing no files it generates an empty SQL archive instead of an empty file. ... (check-in: 31b9822d user: drh tags: trunk)
00:07
Fix the "fossil sqlar" command so that it works for the empty initial check-in. ... (check-in: 3e2b5c46 user: drh tags: trunk)
2017-12-07
12:01
Make "fossil sql" an alias for "fossil sqlite3" so that typing "fossil sql" does not generate an ambiguity with the new "fossil sqlar" command. ... (check-in: e02f4bf1 user: drh tags: trunk)
11:33
Spelling typos from Debian ... (check-in: 4d1ac686 user: drh tags: trunk)
01:57
Fix minor script problems. Actually turn on CSP. ... (check-in: e59a7fd3 user: drh tags: trunk)
2017-12-06
23:06
Fix the automatic Tags checkbox on the /ci_edit page. ... (check-in: 98fabd64 user: drh tags: trunk)
22:38
Set the color of graph comment boxes using javascript, instead of in-line CSS. ... (check-in: 5a6fe06c user: drh tags: trunk)
21:56
Move more in-line javascript into separate JS files. ... (check-in: f9248239 user: drh tags: trunk)