Fossil

Timeline
Login

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

63 events for the month beginning 2014-12-01 by user drh

Following month ↑
2014-12-23
13:00
Merge the latest fixes, changes, and enhancements from trunk. ... (check-in: 39decf0ddf user: drh tags: search-using-fts4)
12:20
Use a "disjoint" timeline for the display of ancestor and descendent graphs. ... (check-in: 4f2f04495c user: drh tags: trunk)
12:09
Add the (undocumented) "showrid" query parameter to the main timeline. Used for debugging only. ... (check-in: 5111a5fea2 user: drh tags: trunk)
2014-12-19
12:51
Fix a compiler warning in markdown.c that occurs only with -Os on gcc. ... (check-in: 623057ea59 user: drh tags: trunk)
2014-12-18
23:34
Change from using Expires: to Cache-Control: to control caching. ... (check-in: c8414504e1 user: drh tags: trunk)
19:56
Generate shorter hyperlinks in the /tree page. ... (check-in: 8ff34a4b6c user: drh tags: trunk)
19:34
Fix documentation typos. ... (check-in: b78ca10222 user: drh tags: trunk)
15:40
Disable the use of SSLv2 and SSLv3. Require TLS for HTTPS for security. ... (check-in: 7a44fddd3f user: drh tags: trunk)
15:28
Tweaks to the default CSS for the /fileage page. ... (check-in: 64ae69e172 user: drh tags: trunk)
00:29
Change the FTS4 tokenizer so that "_" acts like a normal letter, not a token separator. This seems to work better when doing searches on source code. ... (check-in: 60d4706329 user: drh tags: search-using-fts4)
2014-12-17
21:36
Merge recent changes from trunk. ... (check-in: 03309b1b95 user: drh tags: search-using-fts4)
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: 6e29ebbb77 user: drh tags: trunk)
21:11
Tweaks to the /sitemap formatting. ... (check-in: b09011f6b2 user: drh tags: trunk)
18:51
Much faster implementation of the ftsearch_content() function for file content. ... (check-in: bbcce76f26 user: drh tags: search-using-fts4)
18:28
Add the ability to index files. ... (check-in: 83c6781670 user: drh tags: search-using-fts4)
16:27
Remove the code that implemented legacy "fossil search" command. FTS4 will be used moving forward. ... (check-in: 389c70a56a user: drh tags: search-using-fts4)
16:19
Begin adding infrastructure to support full-text search using FTS4. ... (check-in: 9f9dfe3a98 user: drh tags: search-using-fts4)
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: 47a9d3899a user: drh tags: trunk)
00:54
Include file modification times on the "All" /tree view of files. ... (check-in: 9240905c97 user: drh tags: trunk)
00:16
Merge the age-in-file-tree changes into trunk. ... (check-in: 0183c9a292 user: drh tags: trunk)
00:16
Tweaks to the header text for /tree and /fileage. ... (Closed-Leaf check-in: b4775276fb 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: e99255f0a5 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: 592ee15dfc user: drh tags: trunk)
23:27
Add the mtime query parameter to the /tree page. ... (check-in: fd4e1b55d7 user: drh tags: age-in-file-tree)
19:01
Merge the undo fix from trunk. ... (check-in: 987af58824 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: b6ed6241e1 user: drh tags: trunk)
18:43
An attempt to improve the "age" display in the file tree viewer. ... (check-in: 3bd9e9bf7e user: drh tags: age-in-file-tree)
16:32
Show the ages of files in the file tree viewer. ... (check-in: f8d54372e7 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: 31b5dffa76 user: drh tags: trunk)
02:37
Improvements to HTTP redirect on sync. ... (check-in: 3a00b612d4 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: c556f8c61c 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: 0fba2272fa user: drh tags: fileage-enhancement)
17:54 Edit [a0cc614326fa40e9|a0cc614326]: Move to branch fileage-enhancement. ... (artifact: a9e7336040 user: drh)
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: cc1e965504 user: drh tags: fileage-enhancement)
15:47
Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. ... (check-in: a0cc614326 user: drh tags: fileage-enhancement)
2014-12-11
15:01 Edit [85f265625bc76536|85f265625b]: Edit check-in comment. ... (artifact: c1f76031a3 user: drh)
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: 85f265625b user: drh tags: trunk)
12:53
Improve the help message for the bloblist web page. ... (check-in: 3e3bb5f71a user: drh 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: f3663f9f69 user: drh tags: trunk)
20:53
Add the experimental test-describe-artifacts webpage. ... (check-in: 59121b9c0d user: drh tags: trunk)
17:34
First cut at a "sitemap" page. ... (check-in: 843244311a user: drh tags: trunk)
14:16
Update the built-in SQLite to the 3.8.8 alpha that includes the enhanced sqlite3_table_column_metadata() interface. Use that new interface to build new utility methods db_table_exists() and db_table_has_column() that work more efficiently than the older technique of querying the sqlite_master table. ... (check-in: 1aa8067704 user: drh tags: trunk)
12:47 Ticket [d6d16fe1aa] Uppercase/lowercase issue on Windows status still Open with 4 other changes ... (artifact: ec2497a4f0 user: drh)
2014-12-09
16:25
Improvements to timeline submenu and title generation. Faster ambiguous name detection query. ... (check-in: 421c9eee0a user: drh tags: trunk)
2014-12-08
17:12
Fix a harmless compiler warning. ... (check-in: 276ae46383 user: drh tags: trunk)
15:36
An experiment in trying to improve the file history timelines. A schema change is necessary for this improvement, which the present check-in captures. However, the file history timelines have not yet been improved, and in fact are slightly broken at this point. ... (Closed-Leaf check-in: e1e9c3a300 user: drh tags: file-history-enhancement)
2014-12-06
19:03
Improved handling of hyperlinks from the timeline to specific branches and users. ... (check-in: 494b2a4c92 user: drh tags: trunk)
16:58
fix a harmless compiler warning. ... (check-in: 0e3f0cadc4 user: drh tags: trunk)
16:04
Fix a couple labels on the "dbstat" output. ... (check-in: 9b21984c4a user: drh tags: trunk)
15:47
Merge the new DBP-workflow commands into trunk: bundle, purge, publish, and unpublished. ... (check-in: a81a47f66c user: drh tags: trunk)
15:44
Update the built-in SQLite to the latest 3.8.8 alpha. ... (check-in: 5e598cec44 user: drh tags: trunk)
2014-12-02
16:20
Fix the "fossil scrub --verily" command so that it removes the purgeevent, purgeitem, and admin_log tables. ... (Closed-Leaf check-in: fa643f4b15 user: drh tags: DBP-workflow)
13:15
Improved validation and checking when opening bundles. ... (check-in: f82dd1556b user: drh tags: DBP-workflow)
2014-12-01
21:38 Edit [6dc0b3b6f423f7ce|6dc0b3b6f4]: Change branch background color to "#95b28e". ... (artifact: d130497c84 user: drh)
21:36
Still more fixes for harmless compiler warnings. ... (check-in: 3753b87d94 user: drh tags: DBP-workflow)
21:29
More compiler warning fixes. ... (check-in: 155c8b64ac user: drh tags: DBP-workflow)
21:19
Fix harmless compiler warnings. ... (check-in: c68b59b1b3 user: drh tags: DBP-workflow)
21:16
Further improvements to the artifact receipt log. ... (check-in: ca2f1e4e29 user: drh tags: DBP-workflow)
20:53
Use the describe_artifacts utility on the administrative "received-from" log web pages. ... (check-in: 4bd49a2108 user: drh tags: DBP-workflow)
20:26
Store a short description of artifacts in bundles and in purgeitem entries. Use that short description on listings. ... (check-in: 87a04576f2 user: drh tags: DBP-workflow)
17:26
Merge the latest trunk enhancements into DBP-workflow branch. ... (check-in: ab188badcd user: drh tags: DBP-workflow)
17:22
Add the administrative log capability. ... (check-in: f3455a56ee user: drh tags: trunk)
17:17
Change output formatting of describe_artifact_to_stdout() to omit the RID. Make sure the purgeevent and purgeitem tables are not deleted by a rebuild. ... (check-in: 1c7dd7949e user: drh tags: DBP-workflow)
Previous month ↓