Fossil

Timeline
Login

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

15 check-ins using file src/db.c version ba3980d4cd

2013-08-26
07:56
Document that the C-card in events is optional. Proof: [/event/bfdf42305400f6ca]. Don't output C-card in events when not necessary (code copied from attach.c) check-in: 6a03e9329b user: jan.nijtmans tags: trunk
2013-08-25
14:53
Added average event count per active time period to the /reports views. check-in: 16f033dda3 user: stephan tags: trunk
02:11
Spiders and robots are presented with a captcha if they request the annotation page. check-in: f8a2aa0ce7 user: drh tags: trunk
2013-08-24
22:33
Report all available CGI environment variables on the test_env page. check-in: f9c2dec2ec user: drh tags: trunk
22:22
For the control summary, make sure that the reported tags are sorted by UUID. This way, [fb5b161492] looks much better (after "fossil rebuild") check-in: 5b1a6850ac user: jan.nijtmans tags: trunk
20:44
check-in->manifest and tag->control, that are the names of the artifact types used everywhere else. check-in: a5479f189b user: jan.nijtmans tags: trunk
16:11
Add the --parse option to test-integrity which causes artifacts to be run through the manifest parser. check-in: 2e83d0dea3 user: drh tags: trunk
2013-08-23
21:40
remove incorrect remark. check-in: 45843c8e95 user: jan.nijtmans tags: trunk
21:00
Print a warning during "fossil rebuild" for each Manifest which has F-cards but no R-card. This violates the documentation! Addendum: Documentation is corrected now: Originally the R-card was required but due to compaints that changed. Closed-Leaf check-in: 2549a3a51b user: jan.nijtmans tags: lack-R
20:58
Improved rendering of ascii-art hexadecimal for the captcha. check-in: d394010047 user: drh tags: trunk
16:02
Set id attribute on <select> element generated by TH1 combobox command to NAME so it can be referenced by a <label> element. check-in: 73fdb8a73d user: joel tags: trunk
13:25
Control files containing self-referencial T-cards can be valid Manifests, but some are mis-catogorized as (invalid) Control artifacts if they don't contain F- or R- cards (which is allowed, according to the documentation). Example: [2a4e4cf03e]. A "fossil rebuild" is needed to see the effect of this change. check-in: b2a5320737 user: jan.nijtmans tags: trunk
13:15
Report "E-card in ???" syntax errors as "?-card in event". Refactoring needed for next commit. No change in functionality. check-in: 6324a3ce6b user: jan.nijtmans tags: trunk
10:07
typo's check-in: 882f7a5dad user: jan.nijtmans tags: trunk
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: 989c99351e user: jan.nijtmans tags: trunk