Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" occurring on or before 2011-03-30 21:45:44.
2011-03-30
| ||
21:45 | Added the "detail" query parameter to the timeline web page. ... (check-in: bde16926b0 user: drh tags: trunk) | |
18:58 | Print a help message instead of segfaulting if "fossil bisect" is invoked with too few arguments. Ticket [82cd90df7b2f2a1] ... (check-in: a8b0c6ffdb user: drh tags: trunk) | |
2011-03-29
| ||
19:28 | Merge from trunk. ... (check-in: 2ac7b3e140 user: jan tags: jan-clientcert) | |
13:54 | Add more colors to the background color palette. ... (check-in: 51759d5248 user: drh tags: trunk) | |
2011-03-28
| ||
22:47 | Merge the sub-repo capability into trunk. ... (check-in: ab4882588e user: drh tags: trunk) | |
22:29 | A new approach to sub-repos in which a specific user for the subrepo is specified in the CONFIG table entry. ... (Closed-Leaf check-in: e8b15ad642 user: drh tags: sub-repos) | |
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 | 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
| ||
18:20 | Added very basic client certificate support for https. ... (check-in: 513ea81005 user: jan tags: jan-clientcert) | |
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) | |
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) | |
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
| ||
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) | |
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) | |
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) | |
2011-03-19
| ||
18:14 | Enhancements to "fossil add" and "fossil rm" so that they work recursively on directories and ignore trailing / characters. Patches from Carles Pagès. ... (check-in: 04ddad7ab8 user: drh tags: trunk) | |
2011-03-18
| ||
02:51 | When a server is pointing to a directory, allow *.fossil files to be served out of any subdirectory of that directory. For security, pathnames may not contain any characters except alphanumerics, "/", "-", and "_". ... (check-in: d04fa1e143 user: drh tags: trunk) | |
02:13 | Allow up to two // characters at the beginning of a pathname since this is important on windows. ... (check-in: f1173da7d5 user: drh tags: trunk) | |
2011-03-17
| ||
17:20 | Add a link to the OpenSuSE RPMs on the download page. ... (check-in: 7e995f54ff user: drh tags: trunk) | |
15:33 | When generating a tarball, remove the complete ".tar.gz" suffix from the filename to create the top-level directory name, not just the ".gz" part. ... (check-in: 9ca5bbf8a6 user: drh tags: trunk) | |
2011-03-16
| ||
11:19 | Only record the first 16 bits of the IP address as part of the login cookie. This allows users with shifting IP addresses to stay logged in. Hopefully, this will address ticket [305143bd876f6]. ... (check-in: 84e755e213 user: drh tags: trunk, release) | |
04:12 | "ls" alias to "list" subcommand of "fossil branch" command. ... (check-in: 302213ed12 user: bharder tags: trunk) | |
02:38 | Make sure the accesslog table exists before attempting to use it. Ticket [7b55fd2958d8d] ... (check-in: c7de5f7b6e user: drh tags: trunk) | |
02:31 | Fix the "branch new" command so that it works if the parent omits the R-card. Ticket [3bfff6e03bcc5f14] ... (check-in: 448dc5adf7 user: drh tags: trunk) | |
02:28 | Make "fossil stash" and "fossil stash save" work the same. Ticket [58290cd2975f5f2] ... (check-in: 18575b14ac user: drh tags: trunk) | |
02:20 | Change to a better, cleaner way to fail the graph generation. ... (check-in: cae94fe2c7 user: drh tags: trunk) | |
01:53 | Take care to avoid a buffer overrun if the number of rails in the graph exceeds the limit of 32. ... (check-in: cbafc702a9 user: drh tags: trunk) | |
2011-03-15
| ||
01:44 | A merge riser is allowed to ride along side a riser to an off-screen node. ... (check-in: 52ea66df56 user: drh tags: trunk) | |
01:34 | Change the graph layout to include ascenders for nodes that have off-screen children. Fix a bug in the leaf-tracker that became evident by this enhancement. (A rebuild is required to rebuild the leaf table after updating, or else some timeline graphs will not display correctly.) ... (check-in: d7a0240f39 user: drh tags: trunk) | |
2011-03-14
| ||
21:36 | Fix an issue with the leaf-tracker that comes up if a check-in specifies a shunned check-in as its parent or merge parent. Ticket [398afa58def78f5]. ... (check-in: aa6abc5ed3 user: drh tags: trunk) | |
20:14 | Further improvements to the layout of merge arrows. ... (check-in: a6934b4437 user: drh tags: trunk) | |
18:26 | Improvements to the layout of merge arrows in the graph. ... (check-in: 313cd3c832 user: drh tags: trunk) | |
13:22 | Fix a bug in the merge file-rename detection logic, a bug introduced by the path refactoring changes. ... (check-in: 66951fa6bd user: drh tags: trunk) | |
12:42 | Merge the path-refactor changes into trunk. Refactoring is not complete, but it appears to be stable. ... (check-in: e5121b4762 user: drh tags: trunk) | |
12:18 | Fix typos in comments and error messages. Ticket [d38c2c8795181] ... (check-in: c5f7ab040a user: drh tags: trunk) | |
12:16 | Put two blank pages at the end of a generated TAR file. Ticket [b767f47cdefef12]. ... (check-in: a5ebf2f5df user: drh tags: trunk) | |