Fossil

Timeline
Login

Timeline

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

50 events by user wyoung occurring around 2020-11-05 23:46:56.

2020-12-09
23:01
Extended prior change to cover the "Added" and "Deleted" cases. ... (check-in: f6ab24fd26 user: wyoung tags: trunk)
22:58
Added a missing trailing " in "Changes to wiki page FOO" entries in the timeline. ... (check-in: 62c030e055 user: wyoung tags: trunk)
2020-12-04
19:22
Comment fix to go with previous UB NULL fix. ... (check-in: 4d88ef4fcd user: wyoung tags: trunk)
18:35
The variadic function builtin_fossil_js_bundle_or() was using 0 as a sentinel to detect end-of-list, but that isn't equivalent to NULL in a list of pointed-to objects in all C compilers, on all systems. Using a GCC/Clang function attribute to force a warning when 0 is passed instead of NULL, then fixed all resulting warnings. This fixes the SEGV reported in [forum:/forumpost/5feca9c36a|forum post 5feca9c36a] on Mac OS X 10.11 with Clang from Xcode 7. Later versions of Clang on macOS don't have this problem, but it's still UB, so fixing it may solve some pain for us later on. ... (check-in: 815b4fc493 user: wyoung tags: trunk)
2020-12-03
12:12
Grammar fix ... (check-in: b13c82f0dc user: wyoung tags: trunk)
2020-12-02
19:16
Added a similar message to the OpenBSD httpd guide as in [bd8d4376]. ... (check-in: 7252f7a40a user: wyoung tags: trunk)
19:06
Clarified the intro to the new fail2ban section of the nginx-on-Debian doc. ... (check-in: 162b7abbe0 user: wyoung tags: trunk)
18:51
Added section to the nginx-on-Debian server guide to cover client_max_body_size with `fossil uv sync`. ... (check-in: bd8d43767b user: wyoung tags: trunk)
2020-11-29
21:03
Fixed a few errors in www/backup.md ... (check-in: bcff80c1d4 user: wyoung tags: trunk)
2020-11-22
14:37
Backed out the "ul" left margin on the index page's float-right div. ... (check-in: 20b8a0ea53 user: wyoung tags: modern-skin-markup-fixes)
14:05
First in a potential series of many changes to doc markup in this repo (especially to www/*) to work better with the Inskinerator project's Modern override. This one changes an explicit HTML table in www/rebaseharm.md to a Markdown table so our CSS can take full effect. ... (check-in: facb988055 user: wyoung tags: modern-skin-markup-fixes)
06:54
Added named anchors in the /fileedit doc page. ... (check-in: 66851cd6bc user: wyoung tags: trunk)
2020-11-18
08:01
Moved the section on backups in the Email Alerts doc into the new backup doc, and expanded on the coverage of config backups there, since this splits the prior section. ... (check-in: 2b1c5bc8fe user: wyoung tags: trunk)
2020-11-16
02:48
Noted the fact that Fossil 2.9+ remembers the HTTPS URI in sync when accessed via an HTTP to HTTPS redirect. ... (check-in: 6b472ae172 user: wyoung tags: trunk)
02:45
Linking to the new TLS info from the generic SSL doc ... (check-in: 08c52c35ba user: wyoung tags: trunk)
02:42
Small tweaks to the Debian nginx doc. ... (check-in: 14406b7ca2 user: wyoung tags: trunk)
02:30
Added section #fail2ban to the Debian nginx server guide. ... (check-in: 46d5fd16ad user: wyoung tags: trunk)
02:05
Moved the www/tls-nginx.md doc contents into its companion doc www/server/debian/nginx.md and updated it for Ubuntu 20.04 LTS and Snap-based Certbot. ... (check-in: 0e63df1490 user: wyoung tags: trunk)
00:41
Failed login attempts via /login now return HTTP status code 401 (Unauthorized), not 200. This has no user-visible effect in the returned page, but it allows fail2ban style log scanning. ... (check-in: 39d7eb0e22 user: wyoung tags: trunk)
2020-11-12
22:42
Nearly complete rewrite of the "Caps Affect Web Interfaces Only" section of the caps/index.md doc, disentangling the concepts for greater clarity. ... (check-in: 50eeced048 user: wyoung tags: trunk)
2020-11-11
12:40
Small clarity tweaks to the list of weaknesses for "git checkout master@{2020-03-17}" in the gitusers doc. ... (check-in: ed7c2c1b68 user: wyoung tags: trunk)
12:16
OCR fix in one of the new delta-format Pikchrs, reported [forum:/forumpost/db23980273|by forum post db23980273]. ... (check-in: 9199f77119 user: wyoung 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)
2020-11-05
23:49
The CSS rule cleanups in [064c677a70] were mistargeting their elements now that their selector's parent piece is not their immediate parent. ... (check-in: a46b4ceb74 user: wyoung tags: default-css-cleanups)
23:46
Ditto forumHier: unused! ... (check-in: 2de7dbbfcf user: wyoung tags: default-css-cleanups)
23:42
Removed obsolete references to CSS class div.div.forumHierRoot: no current code uses these. ... (check-in: 361b9e4e31 user: wyoung tags: default-css-cleanups)
23:41
Using the new "forum" page type to simplify repetitive CSS rules. ... (check-in: 064c677a70 user: wyoung tags: default-css-cleanups)
23:23 Added wiki page "checkin/ef5424b683ad2830bfb111ea5756e00e3b8be5df5692ec95d28f1d851170c7c5" ... (artifact: ad45bcb445 user: wyoung)
23:15
Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (check-in: ef5424b683 user: wyoung tags: default-css-cleanups)
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)
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)
2020-11-02
09:04
Small tweaks to previous ... (check-in: 749d919ae9 user: wyoung tags: trunk)
09:01
Explained --no-merges vs --first-parent in Case Study 1 of the gitusers doc. ... (check-in: d09431bb08 user: wyoung tags: trunk)
08:52
Assorted minor improvements to the gitusers doc. ... (check-in: 52bf1c0c34 user: wyoung tags: trunk)
08:02
Another small tweak ... (check-in: 1647a14ea9 user: wyoung tags: trunk)
08:01
Small tweak to previous ... (check-in: 7fa0a229bd user: wyoung tags: trunk)
07:33
Added a second case study to the gitusers.md doc: "Checking Out A Version By Date" ... (check-in: ca90962092 user: wyoung tags: trunk)
05:20
Moved the "What Changed?" section of gitusers.md up into the "Log" section since "git whatchanged" is approximately the same as "git log --raw", so they should be covered near each other. Then expanded the Log section's discussion of symbolic checkin names into a new sub-section, adding more info on cryptic Git revision names. ... (check-in: f378f5dc5b user: wyoung tags: trunk)
04:17
Better explanation of why Fossil is faster than Git in "Log" section of gitusers doc, so it isn't dismissed as puffery. ... (check-in: b2c032ea3a user: wyoung tags: trunk)
04:06
Reworked the "Log" section of the gitusers.md doc from forum feedback, for clarity, and to add more info on command abbreviation. ... (check-in: 3c48967157 user: wyoung tags: trunk)
01:44
Applied rouilj's tricks from the forum to the new "What Changed?" section of gitusers.md. ... (check-in: 2b27492299 user: wyoung tags: trunk)
01:26
Fixed irregular indents in gitusers.md command examples ... (check-in: d1ebc8ef06 user: wyoung tags: trunk)
01:23
Cross-linked the fossil-v-git.wiki and gitusers.md docs. ... (check-in: 7e907a1d01 user: wyoung tags: trunk)
01:15
Edit pass on gituser.md. ... (check-in: dd3dd23965 user: wyoung tags: trunk)