Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
21 check-ins using file src/style.c version a513c0037f
|
2011-03-22
| ||
| 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) | |