Fossil

Timeline
Login

Timeline

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

50 events occurring around 7fca007538fea65f.

2011-03-28
20:39 New ticket [33b4171926] . ... (artifact: ec04d0ad8e user: anonymous)
20:38 Add attachment access2007-prompt.jpg to ticket [40d9dbd3ad] ... (artifact: f02949ddbc user: anonymous)
19:29 Open ticket [40d9dbd3ad]: ssh scheme incompatible with tcsh plus 2 other changes ... (artifact: 514070952a user: anonymous)
18:08
Allow for the creation of "sub-repositories" that can be accessed through the web interface using the same login credentials as the parent repository. ... (check-in: 97d0118794 user: drh tags: sub-repos)
07:40
Use "password" instead of "passwd" because it's complete and proper, and plays nicely w/ Emacs "send-invisible" capabilities that keep typed text from echoing on screen. ... (check-in: 13ceb46e49 user: bharder tags: trunk)
2011-03-27
21:55
Changes to makeheaders so that it does not move static inline procedures into header files. Changed suggested by Yoran Heling. This has zero impact on Fossil which does not use "inline" anywhere. ... (check-in: 99532f33af user: drh tags: trunk)
21:53
Fix typos in the FAQ. ... (check-in: 4fe9a37e90 user: drh tags: trunk)
2011-03-26
12:53 Fixed ticket [e24ec32b1d]: privateness not preserved plus 1 other change ... (artifact: f0a559f1d2 user: drh)
12:53
Add the --private option to the "fossil branch new" command. Give a default orange color to private branches created by "fossil branch new". If the new branch created by "fossil branch new" is off of a private branch, make the new branch private too. Ticket [e24ec32b1da5f8f5e4abe] ... (check-in: 2b33781694 user: drh tags: trunk)
2011-03-25
23:45 New ticket [66ce1088b6] It is possible for the empty string to be a user id. ... (artifact: 4e13c8c58f user: anonymous)
23:39 New ticket [76c3765215] There is no way to cleanly remove a user. ... (artifact: f996c0c267 user: anonymous)
18:20
Added very basic client certificate support for https. ... (check-in: 513ea81005 user: jan tags: jan-clientcert)
05:42 New ticket [8b7d7d80f3] Can't open files by relative paths on Windows. ... (artifact: ec19f67a5c user: anonymous)
02:55
Move vfile_check_signature into "finfo --status" branch. The other options don't use it and it involves a lot of IO. ... (check-in: ae84e6c7d1 user: joerg tags: trunk)
02:53
Use the somewhat simpler join in place of a subselect ... (check-in: 7563c241ce user: joerg tags: trunk)
01:46 Fixed ticket [4a9072bcc0]: fossil server /directory plus 2 other changes ... (artifact: bfc934c37f user: joerg)
01:44 Closed ticket [40d9dbd3ad]: ssh scheme incompatible with tcsh plus 2 other changes ... (artifact: 0ab84b2ae4 user: joerg)
01:42 New ticket [a82652e221] `fossil annotate' is unusably slow. ... (artifact: c90b4c28e2 user: anonymous)
01:06 Fixed ticket [46f90ea2c1]: Field not found error : don't forget to rebuild repos after upgrade! plus 2 other changes ... (artifact: ee1775072a user: joerg)
01:01 Fixed ticket [303b8b1182]: Very slow checkin on large repository plus 2 other changes ... (artifact: 14e49e0647 user: joerg)
2011-03-24
18:34
fix typo in error msg ... (check-in: dc87a9075b user: bharder tags: trunk)
17:14
If the child manifest is a baseline and the parent a delta manifest, files that are marked as removed in the parent have to be skipped. This fixes "Added XXX version []" entries in the UI. ... (check-in: 91472616bf user: joerg tags: trunk)
13:36
Fix a bug in the compression logic of the tarball generator. ... (check-in: 518ec9dd9f user: drh tags: trunk)
10:47 Closed ticket [305143bd87]: Timeline view is always logged-out. plus 2 other changes ... (artifact: 009f81dffc user: ttmrichter)
03:22
Make the error message on schema version mismatch less confusing. ... (check-in: 4a2019ddd0 user: joerg tags: trunk)
02:08
Remove redundancy from the "fossil rm" command, as pointed out by Carles Pagès. ... (check-in: 7fca007538 user: drh tags: trunk)
01:51
Update the built-in SQLite to the latest version from the SQLite trunk. ... (check-in: 3d2e8b2ddf user: drh tags: trunk)
2011-03-23
20:15 Ticket [e24ec32b1d] privateness not preserved status still Open with 2 other changes ... (artifact: a828bbf2ba user: anonymous)
20:08 Add attachment private_propagation.patch to ticket [e24ec32b1d] ... (artifact: 970efec06b user: anonymous)
19:08
Enhancements to the redirector so that it accepts the redirect value as the $PATH_INFO and so that it can redirect to a relative URL. ... (check-in: 122a31ddfc user: drh tags: trunk)
17:24
Fix to the prior check-in ([a99e9c9164]) so that ticket hyperlinks are displayed correctly. ... (check-in: 733361a55e user: drh tags: trunk)
16:16
Always put [..] marks around SHA1 hyperlinks. For unknown SHA1 numbers, enclose in <span class="brokenlink">. ... (check-in: a99e9c9164 user: drh tags: trunk)
15:13
Do a better response in the redirector if no matching artifact is found. ... (check-in: dbc2098a6a user: drh tags: trunk)
14:36 New ticket [d1ea61eecf] import does not support specifying a default user. ... (artifact: 3bd3dba06a user: anonymous)
13:30
Add the "redirect:" option to CGI, to scan multiple repositories and redirect to the one that contains the requested artifact ID. ... (check-in: ef6e364866 user: drh tags: trunk)
12:32
If the "info" webpage references an ambiguous artifact ID, show all of the possible results. ... (check-in: 2c8ea5ff2c user: drh tags: trunk)
11:25
fix [1ee813d6] -- do not autocommit on wiki commit from cmdline ... (check-in: e1d91b9477 user: ron tags: trunk)
11:25 Closed ticket [1ee813d65f]: "fossil wiki commit" also pushes changes plus 1 other change ... (artifact: 7b5a495fb9 user: ron) ... 1 similar event omitted.
2011-03-22
18:47
Always redirect to a fully qualified URL. Give the setup user an opportunity to redirecct from test_env for testing purposes. ... (check-in: 63958fc5a7 user: drh tags: trunk)
17:00
Add the https-login setting which forces a switch to HTTPS for any non-anonymous login. ... (check-in: be0e804130 user: drh tags: trunk)
13:23 New ticket [61ab82f705] leader_offline fail. ... (artifact: 885bf89cd9 user: anonymous)
2011-03-21
07:20 New ticket [e24ec32b1d] privateness not preserved. ... (artifact: 82bfb822e3 user: anonymous)
00:35 Ticket [118a98cb38] removing a directory doesn't work with a trailing slash status still Open with 1 other change ... (artifact: da1c82f03b user: anonymous)
2011-03-19
21:00 New ticket [4fe7de44f6] Adding a mask for login cookie.... ... (artifact: 232698f874 user: anonymous)
19:07 Ticket [0891dd21c6] import fails to import a branch which is isolated from trunk status still Open with 1 other change ... (artifact: 5902ae83dd user: anonymous) ... 4 similar events omitted.