Fossil

Timeline
Login

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

53 events for the month beginning 2008-02-01 by user drh

Following month ↑
2008-02-26
17:57
Cut over to the new timeline code. Remove the older timeline. ... (check-in: 82fc5abb60 user: drh tags: trunk)
17:32
Improvements to the text description on the "ntimeline" page. ... (check-in: 7915bd0665 user: drh tags: trunk)
16:48
Work on a new timeline implementation. Currently implemented as "ntimeline" since it is not yet ready to replace the existing timeline. ... (check-in: e6aa161204 user: drh tags: trunk)
2008-02-25
14:05
The Login/Logout text was reversed. Fix it. ... (check-in: aa519dbd99 user: drh tags: trunk)
02:26
Add the "stat" webpage showing repository statistics. ... (check-in: e71e4d3193 user: drh tags: trunk)
00:18
Fix a bug in the "info" webpage. ... (check-in: 16e765bac5 user: drh tags: trunk)
2008-02-24
21:51
Add a human-readable description on each timeline. Add the "ancestors" and "decendents" links on the baseline information pages, making it easier to understand the context of a baseline. ... (check-in: e38c89130f user: drh tags: trunk)
2008-02-21
14:27
Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. ... (check-in: 33c31f73cd user: drh tags: trunk)
2008-02-14
02:49
Continuing work on tickets (still not working right.) Improvements to the web pages. ... (check-in: 3122fc4c7e user: drh tags: trunk)
2008-02-13
22:31
Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. ... (check-in: fde1d82372 user: drh tags: trunk)
19:50
The entire header, including the menu bar, is now generated by TH script. This allows the menu bar to be customized by editing the header script. ... (check-in: ffe92f1a2f user: drh tags: trunk)
18:18
TH1 script now used to render the header and footer of each page. ... (check-in: 3ad9a5e210 user: drh tags: trunk)
16:21
Create the interface between TH1 and the rest of fossil. Subscript is still being used, though. This is a preparatory step toward cutting over to TH1. ... (check-in: 13e16c824a user: drh tags: trunk)
15:04
Add the TH1 code to the source tree and makefile. But do not yet make any calls to TH1. ... (check-in: 4ee9e31a2d user: drh tags: trunk)
14:44
Merge with aku's branch. ... (check-in: be2f99e6a4 user: drh tags: trunk)
12:39
Update homepage with links to competing projects. ... (check-in: 852dbbb65d user: drh tags: trunk)
2008-02-09
00:11
Issue a warning after a commit if the commit causes a fork. ... (check-in: 49b59bc559 user: drh tags: trunk)
2008-02-08
22:36
Truncate the name of the toplevel directory added to ZIP archives to be the first 10 characters of the UUID. ... (check-in: 73a9b3d5d1 user: drh tags: trunk)
22:31
Change zip archiver to make use of blob.c mechanisms for adding prefixes to file names. Remove C constructs that are not commonly supported. ... (check-in: 4bbb00a8c8 user: drh tags: trunk)
21:52
Merge in changes from Andreas's branch. ... (check-in: 6b78df3861 user: drh tags: trunk)
21:51
Merge in changes from Stephan's branch. ... (check-in: 8672e243f8 user: drh tags: trunk)
21:50
Fix the branch subcommand so that the branch name tags it creates begin with "sym-". ... (check-in: ce08928aaa user: drh tags: trunk)
21:42
Rename the 'clearsign' setting to 'pgp-command'. Remove the 'safemerge' setting - safemerge is on by default and cannot be disabled. ... (check-in: 5cc845cfeb user: drh tags: trunk)
21:23
Improvements to annotated diffs - now takes into account contributions from other branches. ... (check-in: 840699ecd9 user: drh tags: trunk)
17:27
Merge two branches that were created within one second of one another. There is a race condition in the anti-forking logic that allowed this fork to occur. ... (check-in: 373e42de1d user: drh tags: trunk)
17:22
Avoid showing a short block of unchanged code at the end of a unified diff. ... (check-in: ba433cc4fc user: drh tags: trunk)
16:24
Fail with an error if a file is outside the checkout tree. ... (check-in: b3ec774ab7 user: drh tags: trunk)
2008-02-07
15:08
Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. ... (check-in: 007d1ce44f user: drh tags: trunk)
13:33
Remove tokenize_path.c. Is not used for anything and does not follow the coding style of the rest of fossil. The 16-line hyperlinked_path() function in browse.c seems to accomplish the same thing. ... (check-in: 76e637a945 user: drh tags: trunk)
2008-02-06
03:05
Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. ... (check-in: 41cf3e7c1d user: drh tags: trunk)
2008-02-04
19:11 Changes to wiki page "To Do List" ... (artifact: 7eb7570ded user: drh)
19:08
Hyperlinks to directory browser pages on the pathname in the title of the file history viewer, finfo. ... (check-in: a20dcb5c26 user: drh tags: trunk)
19:07
On the printf extension converters (ex: %T, %w) the "alternate form flag" (ex: %#T, %#w) means first read an integer from the argument list and then only process that number of characters from the string or blob that is read next from the argument list. ... (check-in: 8c3ec00311 user: drh tags: trunk)
18:28
Add support for annotation in the web interface. ... (check-in: eae7ddfa4e user: drh tags: trunk)
17:34
Allow manifests with zero files. This fixes a problem in which some files do not appear in the filename table. ... (check-in: c8da83ca36 user: drh tags: trunk)
16:39
Begin inserting code to implement an "annotate" command. ... (check-in: 9b68bc33bd user: drh tags: trunk)
14:24
Additional cleanup in the differencing engine. The new "dir" webpage now uses name= instead of the d= for the query parameter. ... (check-in: e81cc91aa4 user: drh tags: trunk)
14:05
Improvements to comments on the diff algorithm code. Completely remove the older Wagner/Myers algorithm which had been commented out. ... (check-in: eeea77f340 user: drh tags: trunk)
13:53
Tweaks to the diff algorithm give a 4x performance increase. Now comparable to command-line diff. ... (check-in: e8cf0061cc user: drh tags: trunk)
13:14
Better error message when attempting to create a new repository in a directory that does not exist. ... (check-in: 97ff24dec7 user: drh tags: trunk)
02:45
Add file and directory browsing capabilities to the web interface. ... (check-in: e487b77b1a user: drh tags: trunk)
00:25
Honor the -f flag on commit. (It was using -r in place of -f due to a typo, apparently.) ... (check-in: e0580dfeee user: drh tags: trunk)
2008-02-03
02:41
Merge in some changes to the CGI reply generator that we made back in early December but got lost on an abandoned branch. Distributed version control is nice, but it also leaves open the real danger of losing changes this way. We need to work on interface features to minimize the risk of losing changes like this, and to identify lost changes quickly. ... (check-in: b312f5ff5b user: drh tags: trunk)
02:38
Documentation updates. ... (check-in: c403f9dc40 user: drh tags: trunk)
02:27 Changes to wiki page "Fossil" ... (artifact: 5de4e29cab user: drh)
02:25 Changes to wiki page "MailingList" ... (artifact: 85b5663382 user: drh)
02:25 Added wiki page "MailingList" ... (artifact: b6aeb34edf user: drh)
00:15 Changes to wiki page "Fossil" ... (artifact: b0d47c73a5 user: drh)
2008-02-02
23:48
Stylistic changes to the C code that implements the tagview page. ... (check-in: 10437374a7 user: drh tags: trunk)
23:39
A completely new diff algorithm. It is not guaranteed to find the minimum difference between files, but it seems to do a good job and runs much faster on larger files. But command-line diff is still faster for really large files. More work needed. ... (check-in: 95c07a5033 user: drh tags: trunk)
2008-02-01
19:58
Fix the makefile so that you can build twice in a row from the source directory and it still works. ... (check-in: 1b52d1306e user: drh tags: trunk)
15:35
Update sqlite to version 3.5.5 plus patches. ... (check-in: 6cdf470948 user: drh tags: trunk)
12:39
Fix a typo on the user setup page. Reported via email by Brad Harder. ... (check-in: 5d3783bd61 user: drh tags: trunk)
Previous month ↓