Fossil

Timeline
Login

Timeline

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

36 check-ins using file src/makemake.tcl version 8fe8d08e

2014-12-18
15:28
Tweaks to the default CSS for the /fileage page. ... (check-in: 64ae69e1 user: drh tags: trunk)
10:18
Hide empty folders when filtering ... (check-in: 221fac45 user: baruch tags: file-filter)
09:38
Update custom Makefile ... (check-in: 87185aa5 user: jan.nijtmans tags: trunk)
08:17
Merge trunk. Disable SSLv3 without setting to re-enabled it. ... (check-in: d6e8e26d user: jan.nijtmans tags: disable-sslv3)
2014-12-17
23:17
first attempt at client-side file-list filtering ... (check-in: e44de4cc user: baruch tags: file-filter)
21:22
Disable SSLv3 by default, but provide a new setting "ssl-enable-v3" to enable it. ... (check-in: 9f1f3f34 user: jan.nijtmans tags: disable-sslv3)
21:13
Report file ages as positive rather than negative values, even though the events occur back in time (in the negative direction). Users find negative values confusing. ... (check-in: 6e29ebbb user: drh tags: trunk)
21:11
Tweaks to the /sitemap formatting. ... (check-in: b09011f6 user: drh tags: trunk)
17:21
reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. ... (Closed-Leaf check-in: 269a9412 user: stephan tags: sitemap-tinkering)
01:39
Remove the "Flat-View" submenu option from the /tree pages. The Flat-View page still exists, and is reachable from the /sitemap page. But it is no longer prominently featured. ... (check-in: 47a9d389 user: drh tags: trunk)
00:54
Include file modification times on the "All" /tree view of files. ... (check-in: 9240905c user: drh tags: trunk)
00:16
Merge the age-in-file-tree changes into trunk. ... (check-in: 0183c9a2 user: drh tags: trunk)
00:16
Tweaks to the header text for /tree and /fileage. ... (Closed-Leaf check-in: b4775276 user: drh tags: age-in-file-tree)
2014-12-16
23:49
Add "Sort By Filename" and "Sort By Time" buttons to the /tree webpage. ... (check-in: e99255f0 user: drh tags: age-in-file-tree)
23:39
Record the new repository name in the configuration database when running the test-move-repository command. ... (check-in: 592ee15d user: drh tags: trunk)
23:27
Add the mtime query parameter to the /tree page. ... (check-in: fd4e1b55 user: drh tags: age-in-file-tree)
19:01
Merge the undo fix from trunk. ... (check-in: 987af588 user: drh tags: age-in-file-tree)
19:00
Fix a bug in the "fossil undo" command, introduced when the sqlite3_table_column_metadata() function was used to reimplement the db_table_exists() routine, just a few days ago. ... (check-in: b6ed6241 user: drh tags: trunk)
18:43
An attempt to improve the "age" display in the file tree viewer. ... (check-in: 3bd9e9bf user: drh tags: age-in-file-tree)
16:32
Show the ages of files in the file tree viewer. ... (check-in: f8d54372 user: drh tags: age-in-file-tree)
14:46
Enhance the "fileage" webpage so that it shows ages relative to current time rather than relative to the last checkin, so that it shows associated checkin comments, and so that it is styled using CSS. ... (check-in: 31b5dffa user: drh tags: trunk)
02:37
Improvements to HTTP redirect on sync. ... (check-in: 3a00b612 user: drh tags: trunk)
2014-12-15
18:24
Fix the "files_of_checkin" virtual table implementation so that it works with delta manifests. Change the implementation of compute_fileage() to use common table expressions and the files_of_checkin virtual table for a pure SQL implementation (which turns out to be faster). ... (check-in: c556f8c6 user: drh tags: trunk)
18:17
Fix the "files_of_checkin" virtual table so that it works correctly with delta manifests. ... (Closed-Leaf check-in: 0fba2272 user: drh tags: fileage-enhancement)
17:53
A new, faster, implementation of the compute_fileage() utility that is implemented in SQL, using the files_of_checkin virtual tables and a common table expression. ... (check-in: cc1e9655 user: drh tags: fileage-enhancement)
15:47
Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. ... (check-in: a0cc6143 user: drh tags: fileage-enhancement)
2014-12-12
16:04
Reset memory in addr for good measure just to be certain nothing is left over. ... (check-in: 522cf5f6 user: andybradford tags: trunk)
07:13
Minor spelling correction. ... (check-in: f627634c user: andybradford tags: trunk)
06:30
On 302 redirects, cause addr and socket reinitialize so it has the info for the new location and not the old. This may address a bug reported on the ML by Ashwin Hirschi in which a redirect was causing Fossil to segfault, likely due to redirecting to the same site repeatedly because addr was remaining unchanged. ... (check-in: 6e7cb7f2 user: andybradford tags: trunk)
2014-12-11
22:23
"const" the conts (typo) (ref: [ticket]) ... (check-in: 37e234fa user: bch tags: trunk)
14:59
Add a link to the http://fuelscm.org/ project on the Fossil homepage. Oops: Some other unrelated and experimental changes to the "search" command also got folded into this check-in ... (check-in: 85f26562 user: drh tags: trunk)
12:53
Improve the help message for the bloblist web page. ... (check-in: 3e3bb5f7 user: drh tags: trunk)
03:42
Avoid parsing error in browser for missing end of statement. ... (check-in: ffa6b36d user: andybradford tags: trunk)
2014-12-10
21:47
Rename the "test-describe-artifacts" webpage to "bloblist". Provide an index to use for repos with more than 5000 artifacts. Improvements to the bulk artifact describer. ... (check-in: f3663f9f user: drh tags: trunk)
20:53
Add the experimental test-describe-artifacts webpage. ... (check-in: 59121b9c user: drh tags: trunk)
17:34
First cut at a "sitemap" page. ... (check-in: 84324431 user: drh tags: trunk)