Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user wyoung occurring around 2020-12-02 18:51:46.
2020-12-22
| ||
09:36 | Moved the "artifact" vs "artefact" point in the JSON API doc intro into a new section within the contribution doc. ... (check-in: e50d270775 user: wyoung tags: trunk) | |
09:22 | Removed the "Multiple logins per user" caveat from the JSON API intro doc: that restriction was due to the IP address in the cookie, which is now long-removed. ... (check-in: 40715d84bc user: wyoung tags: trunk) | |
09:21 | Folded info about binary data, 64-bit ints, and timestamp values from [forum:/forumpost/819f1ddbb6 | a recent forum sub-thread] into the JSON API intro doc. ... (check-in: 0f20b53794 user: wyoung tags: trunk) | |
08:45 | Assorted improvements to the "Contributing to Fossil" doc. The most substantial is replacement of references to the old mailing list with references to the forum. Added more info about patches and bundles, etc. ... (check-in: 34205ea468 user: wyoung tags: trunk) | |
2020-12-20
| ||
05:08 | Clarified the "fossil help remote" output. ... (check-in: 6d7b5c4a74 user: wyoung tags: trunk) | |
2020-12-17
| ||
23:58 | Moved the -lpthread for --static builds from the end of EXTRA_LDFLAGS to the end of LIBS, since the latter ends up at the end of "LIB" in the Makefile. In other words, the prior formulation put -lpthread in the *middle* of the LIB line, not at the end as intended. ... (check-in: 08ad0f5271 user: wyoung tags: trunk) | |
2020-12-16
| ||
20:14 | Comment improvements to [6f9d265234 | the recent change] in auto.def. ... (check-in: 53caec9524 user: wyoung tags: trunk) | |
20:10 | • Edit [a098707051568156|a098707051]: Add propagating "hidden". Mark "Closed". ... (artifact: 4999ac60f5 user: wyoung) | |
2020-12-13
| ||
05:32 | Factored the iteration count out of the encrypted backup solution in backup.md, so it isn't repeated between the backup and restore cases. ... (check-in: fc300d5a9a user: wyoung tags: trunk) | |
2020-12-10
| ||
22:49 | Merged the new commit splitting material in gitusers.md into the "There Is No Staging Area" section, which covers similar things. Now referring to this new version from the old location under the rebase topic. ... (check-in: 6369d7b31c user: wyoung tags: trunk) | |
22:15 | Added recommendation for Patchouli in the gitusers doc, as an alternative to git rebase -i. ... (check-in: 0564a6a68d user: wyoung tags: trunk) | |
21:33 | Reworked section 5.0 of the rebaseharm doc to be less controversial. Charged words are quotes from the Git docs, not words we sling at it, etc. This also more clearly separates the "merge alternative" aspects of rebase from the history-mutating aspects. ... (check-in: 1a4b8e5894 user: wyoung tags: trunk) | |
20:59 | Recommending adding -N to "fossil diff" commands when piping thru diffstat in the gitusers.md doc. ... (check-in: a4e84fb597 user: wyoung tags: trunk) | |
20:55 | Added info about --numstat to the "Diff Statistics" section of the gitusers doc. ... (check-in: 11e3366c21 user: wyoung tags: trunk) | |
20:47 | Edit pass for clarity on the ckout-workflows doc ... (check-in: ea594514cc user: wyoung tags: trunk) | |
20:20 | Using the less jargony term "crawling" instead of "grovel" in the Fossil v Git article. ... (check-in: 3f6f7deaf6 user: wyoung tags: trunk) | |
20:19 | Replaced a few remaining "block chain" references with "Merkle tree" in the Fossil v Git article. ... (check-in: e673065280 user: wyoung tags: trunk) | |
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) | |