Fossil

Timeline
Login

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

15 check-ins using file src/user.c version 13a736d5c2

2020-11-07
12:51
Allow the "title" attribute in "<a>" tags in safe HTML. See [forum:/forumpost/81b7308aa7|forum post 81b7308aa7] check-in: b8078aefef user: drh tags: trunk
2020-11-06
23:25
Proper explanation for the inconsistent results from the "git show" command examples in Case Study 1 of the gitusers doc. check-in: 8b1eddef96 user: wyoung tags: trunk
13:36
Create a change log entry for version 2.14. check-in: 81ca92b854 user: drh tags: trunk
09:21
Explain how Fossil ignores success/failure of a mirror run and only triggers the next run based on a repo change or --force. check-in: ff63c1eead user: danshearer tags: trunk
09:15
Point that a two-way git mirror is not the same as re-importing an exported tree although it would be easy to get confused. A two-way mirror is impossible, but thanks to recent commits, re-importing works fine. check-in: 97959c8936 user: danshearer tags: trunk
2020-11-05
22:34
Moved a comment down in src/style.c and removed a part of it that seems to refer to inline CSS that's since moved to style.css. check-in: a040a5d24d user: wyoung tags: default-css-cleanups
22:32
Disentangled an incorrect intermingling of the "adunit" feature and the "content" div the begins the body area of each page. check-in: e7fe61c13d user: wyoung tags: default-css-cleanups
22:16
Assorted cleanups in skins/default/css.txt: reordered styles so like elements are grouped together, added separator comments to try and prevent this drift from happening again, and made the spacing consistent with the www/style.wiki rules. The goal is to make it easier to find rules when doing custom skin edits. check-in: b8b15a3689 user: wyoung tags: default-css-cleanups
18:10
Increased the blank space at the end of checkin_names.wiki so the last two sections can be distinguished when targetted by HTML fragment identifiers. check-in: d2a59b0372 user: wyoung tags: trunk
11:25
Clarify that a legitimate reason for removing data is receiving a legitimate legal request, as per https://fossil-scm.org/forum/forumpost/bbfb0e910e. Add the exception for non-versioned data (ie "fossil scrub"). This may need to be explained better. check-in: 1001d86743 user: danshearer tags: trunk
03:08
Another attempt at addressing forum critiques about the gitusers doc's Case Study 1. Also had to update the example date we're searching for again, so I addeed a paragraph explaining why the example might break again. check-in: 278a2b7453 user: wyoung tags: trunk
02:10
Reworked sections 2.7 and 2.8 in fossil-v-git to be clearer about history rewriting: commit + autosync vs. commit + push, rebase + drop vs. shunning, etc. check-in: 18fc697106 user: wyoung tags: trunk
2020-11-04
15:45
Flipped the examples in Case Study 1 in gitusers.md around so we approach the problem the same way the SO answer did. Also changed the target date, since on my local Git clone, the prior date is now giving me a non-merge commit for some reason. Rather than try to explain the discrepancy, I've just picked a different example. check-in: 8f96db71d3 user: wyoung tags: trunk
14:25
More gitusers.md doc improvements: promoted the "detached HEAD state" paragraph in Case Study 1 to a new section; clarified "fossil update" vs "fossil checkout" in relation to "git checkout"; applied forum feedback on Case Study 1. check-in: 7e03f7b4d8 user: wyoung tags: trunk
00:43
Add 'contact' subcommand to the 'fossil user' command. This enables changing contact information for a given user. If no argument is passed, this displays the current contact info of the passed in username. check-in: 03f0a4950c user: jamsek tags: trunk