Timeline
Not logged in

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

33 events for the month beginning 2020-12-01 by user wyoung

Following month ↑
2020-12-22
12:30
Whitespace style fix Closed-Leaf check-in: 358f7d80c2 user: wyoung tags: body-feature-class
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first versi... check-in: 0e83ca88ce user: wyoung tags: body-feature-class
11:59
Documented the use of $current_page in hand-rolled "body" tags in the customskin doc. check-in: 1864217625 user: wyoung tags: body-feature-class
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all call... check-in: 8ac0830bfc user: wyoung tags: body-feature-class
11:56
Using the new $current_feature variable in the Bootstrap skin's Header, it being the only stock skin to still provide its own <body>. Without this change, the prior commit won't take effect when using Bootstrap. check-in: 556923fab5 user: wyoung tags: body-feature-class
11:55
Created a new TH1 variable $current_feature set by default from the page URL's first component, but which may be overridden by code that knows a better feature name to use for that page. This is then used as the page's "body" class, making this the start of a replacement for the "content div" based feature class stuff done on branch [/timeline?r=d... check-in: c671fc5d81 user: wyoung tags: body-feature-class
10:31
Comment fix to track a code change made in commit [3d6444fc]. check-in: e6e8ea8ffb user: wyoung tags: trunk
10:14 Edit [e50d27077553f36b|e50d270775]: Edit check-in comment. artifact: 9090941a7b user: wyoung
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 SE... 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
Previous month ↓