Fossil

Timeline
Login

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

18 check-ins using file www/fileformat.wiki version 9974dfbc

2013-08-23
09:54
According to the documentation /artifact/9974dfbc5c?txt=1&ln=178-179, the first manifest in the project has no P-card. Make it so, as a P-card with no arguments is just ignored and serves no purpose. (I tested this in a new repo, and it works just fine) ... (check-in: 989c9935 user: jan.nijtmans tags: trunk)
09:27
When doing a "fossil commit --dry-run", don't store the text "Dry-run mode - no comment provided." as template for the next commit comment. ... (check-in: dfd8962f user: jan.nijtmans tags: trunk)
2013-08-22
20:28
Only change the mouse cursor over node boxes in the timeline. ... (check-in: 52bf9059 user: joel tags: trunk)
18:44
In stead of "A-card on tag" syntax error, report "T-card in attachment". Various other inconsitancies in syntax error messages. This is only refactoring, no change in functionality. ... (check-in: bcaba112 user: jan.nijtmans tags: trunk)
18:22
Speedup of "fossil rebuild" by not calculating the Z checksum unnecessary. Doing a "fossil rebuild" on the Tcl fossil repository, this saves about 1 second (out of 1m22) on my machine. OK, OK, not THAT impressive, but it's a measurable gain with 0 cost. ... (check-in: 960fb04e user: jan.nijtmans tags: trunk)
03:20
Update to the latest SQLite 3.8.0 beta for testing. ... (check-in: 3c5f1f08 user: drh tags: trunk)
03:04
Tcl script code style fix. ... (check-in: 41dbd44b user: mistachkin tags: trunk)
2013-08-21
14:24
The undocumented feature of resolving RID-looking strings as RIDs has been changed to rid:### instead to avoid surprise, per ML discussion. ... (check-in: 4c80aa2a user: stephan tags: trunk)
12:58
Fix some errors/inconsistancies in SYNTAX error messages ... (check-in: ccc7724a user: jan.nijtmans tags: trunk)
07:45
Cluster artifacts with Q-card are invalid. Check for "cluster" artifacts first so all later code-paths can leave out the M-card check. Check for K-cards in the "ticket" section, so all later code-paths can leave out this check. Check for L-cards in the "wiki" section, so all later code-paths can leave out this check. This saves 9 code-lines while keeping equal functionality (except for the additional Q-card check in Clusters) ... (check-in: 13e2c73a user: jan.nijtmans tags: trunk)
07:09
On Cygwin $tcl_platform(platform) is "unix", but we want the same font as on win32 if the "win32" mode is used. ... (check-in: 09c2cf3e user: jan.nijtmans tags: trunk)
02:26
Tk diff: Just stick with default fonts (with an exception for Windows). ... (check-in: 7e9c7c04 user: joel tags: trunk)
2013-08-20
14:07
Added a link to the pgp-signed note. Not happy with how it turns out, but it is proof-of-concept. Edit: closing after ML comments pointed out the ability of this feature to be abused by adding look-alike code to the commit message. ... (Closed-Leaf check-in: 884a765a user: stephan tags: timeline-pgp-marker)
12:57
experimentally added "PGP SIGNED" marker to PGP-signed commits in the timeline, per ML request. ... (check-in: d632a50e user: stephan tags: timeline-pgp-marker)
11:29
Detect properly that [ff59f202fe] is an invalid Control artifact. ... (check-in: 13161f39 user: jan.nijtmans tags: trunk)
08:08
Eliminate some unnecessary variables. Eliminate some (harmless) compiler warnings with gcc 4.8.1. Remove some spaces at the end of lines. No functional changes. ... (check-in: 4e092e0f user: jan.nijtmans tags: trunk)
04:06
Bring in the latest SQLite with VDBE and Btree performance optimizations. ... (check-in: 187845b5 user: drh tags: trunk)
2013-08-19
18:33
Minor addenda to the R-card calculation notes. ... (check-in: 9d50b77e user: stephan tags: trunk)