Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
37 events by user wyoung occurring around 2018-06-04 12:39:59.
2018-08-11
| ||
20:49 | The periodic "updateClock()" call made in the header for several of the built-in skins (Eagle, Enhanced1, and Xekri) violates the new stricter CSP, since it requires a JS eval. We don't need an eval here: we can pass the function's name literally to window.setTimeout instead, which treats it as a Function object, which doesn't need to be eval'd. ... (check-in: eac15b4c63 user: wyoung tags: trunk) | |
19:43 | Added the "Enable Forum Search" section to www/forum.wiki ... (check-in: cc5d2e1f17 user: wyoung tags: trunk) | |
19:28 | Zeroed a pointer in its declaration to squish a warning from GCC 4.8.4 on Ubuntu 14.04 about use of a potentially uninitted pointer. I don't think it's actually possible for the current code to use the pointer in the window between its declaration and first use, but I think we can afford the extra machine instruction this will cost us. (I assume newer GCCs are smart enough to analyze this situation correctly, which is why the warning hasn't been squished earlier.) ... (check-in: 892781cb23 user: wyoung tags: trunk) | |
16:59 | Fix to checkin [8c91be8b], which was intended to allow the user to log in with the email found in the contact info field of the user table. That checkin is fine as far as it goes, but it only works if the caller doesn't subsequently try to use the passed user name for anything else, since it isn't actually a user name. This checkin causes the low-level login checking function to re-point the user name pointer at the actual login name discovered while scanning for matching email addresses. ... (check-in: 33522ff4e6 user: wyoung tags: login-with-email) | |
2018-08-09
| ||
06:59 | Minor improvements to forum.wiki ... (check-in: 635d2f6317 user: wyoung tags: trunk) | |
06:17 | Tightned up the login-groups sub-section of the SSO section in forum.wiki. ... (check-in: 60c586d7d7 user: wyoung tags: trunk) | |
06:13 | Tightened up the MTA point in www/forum.wiki, and added a bit about digest delivery. ... (check-in: b51d621223 user: wyoung tags: trunk) | |
06:04 | More feature rah-rah in www/forum.wiki, plus better formatting. ... (check-in: cce5da1658 user: wyoung tags: trunk) | |
04:34 | Clarity pass on the forum capability names in www/forum.wiki to match nomenclature on the Admin -> Users page. ... (check-in: 2490bfba99 user: wyoung tags: trunk) | |
03:35 | Added point about multiple copies of each matching post in web search results to the forum.wiki doc. ... (check-in: 89ab99e380 user: wyoung tags: trunk) | |
2018-08-08
| ||
19:43 | More SSO discussion improvements in forum.wiki ... (check-in: bc303c0ec0 user: wyoung tags: trunk) | |
19:30 | More tweaks to the forum.wiki doc ... (check-in: 5d75504af0 user: wyoung tags: trunk) | |
19:25 | Small tweak to the advice for "reader" category capability for forums ... (check-in: ea67aadeee user: wyoung tags: trunk) | |
19:22 | Added the "Skin Setup" section to the new forum.wiki document ... (check-in: 3ec8f0a960 user: wyoung tags: trunk) | |
19:09 | Expanded the SSO discussion in the new forum.wiki document ... (check-in: dd0a2dd3d3 user: wyoung tags: trunk) | |
18:58 | Fixed some incorrect uses of Markdown backticks in a document declared as wiki format. ... (check-in: 76ca1f829f user: wyoung tags: trunk) | |
18:55 | Link fix in previous ... (check-in: be74f25902 user: wyoung tags: trunk) | |
18:52 | Several improvements to the new forum.wiki document ... (check-in: f85bc32619 user: wyoung tags: trunk) | |
18:32 | Typo fix ... (check-in: 15b2034307 user: wyoung tags: trunk) | |
18:29 | Fixed some Markdown formatting problems in www/emaildesign.md. Made a few minor grammar tweaks while in there. ... (check-in: 30716e3c7d user: wyoung tags: trunk) | |
17:21 | Added initial version of www/forum.wiki document and a link to it from the front page. ... (check-in: 4ed14b1f3f user: wyoung tags: trunk) | |
13:52 | • Edit [4344f806d6944ed2|4344f806d6]: Edit check-in comment. ... (artifact: 8a0182761b user: wyoung) | |
13:19 | Added Forum navbar before Tickets in all skins that had such a link, pointing to /forum if the user is anonymous and has capability 2 or 3, or is logged in and has any capabilities in 2-6 inclusive. ... (Closed-Leaf check-in: 4344f806d6 user: wyoung tags: forum-skin-links) | |
2018-06-04
| ||
12:40 | Grammar tweak in the Fossil vs. Git document. ... (check-in: ce4fb80e86 user: wyoung tags: trunk) | |
12:39 | Fixed an h2 -> h3 header level in the Fossil vs. Git document. ... (check-in: 3b02193a04 user: wyoung tags: trunk) | |
2017-12-13
| ||
22:41 | • Edit [0a51f1bf6a6530ed|0a51f1bf6a]: Change user to "wyoung". ... (artifact: 3a84aa3ea8 user: wyoung) | |
22:38 | • Edit [ec059849f5c73a43|ec059849f5]: Change user to "wyoung". ... (artifact: 80f1e8a521 user: wyoung) | |
21:37 | Grammar fix ... (check-in: ec059849f5 user: wyoung tags: trunk) | |
2017-10-12
| ||
13:37 | Rewrote the autoreconfigure explanation comment. It was confusing and contained errors. ... (check-in: 50844e5c6b user: wyoung tags: trunk) | |
2017-10-11
| ||
19:56 | Removed the GNU make conditional around the new autoreconfigure dependency rule in the top-level Makefile.in. Apparently we have users using some other make, perhaps BSD make. Since the conditional only prevents autoreconfigure in the "make clean" case, where it is a minor annoyance, it's not important to work out how to retain this in a non-GNU make world. ... (check-in: 454e119398 user: wyoung tags: trunk) | |
01:30 | Merged in an upstream improvement from Autosetup addressing GH issue in a different output file. That in turn requires an adjustment to our new autoreconfigure feature to avoid a make(1) loop. ... (Closed-Leaf check-in: 1d549aa879 user: wyoung tags: wy-autoreconfig) | |
01:23 | Small path fix to the new autoreconfigure Makefile rule. ... (check-in: b923d8006e user: wyoung tags: wy-autoreconfig) | |
01:16 | Automatically re-configuring (same as "make reconfig") when Makefile.in, src/main.mk, or one of the autosetup files changes. This should avoid the need to recommend to people "re-run configure" whenever they call "fossil update" on this tree. ... (check-in: c649ba2770 user: wyoung tags: wy-autoreconfig) | |
01:13 | Added "reconfig" target to the top-level Makefile, which uses an autosetup feature to re-run configure with the same options you gave manually. ... (check-in: fd33b6a4aa user: wyoung tags: wy-autoreconfig) | |
2017-09-08
| ||
04:05 | Moved the check for iconv(3) in -liconv up within auto.def. If it happens after the checks for OpenSSL on certain macOS configurations, autosetup can be fooled into believing it doesn't need -liconv on that platform. This checkin splits up the group of cc-check-functions calls, so the moved call is now documented as to why its segregated. ... (check-in: e6f64f5eeb user: wyoung tags: trunk) | |
2017-05-01
| ||
13:57 | Assorted tweaks to new Platform Quirks section of www/globs.md after re-reading it. ... (check-in: a53d3b7db1 user: wyoung tags: glob-docs) | |
13:34 | Replaced the Platform Quirks section of the www/globs.md document with a modified version of what I (Warren Young) posted to the mailing list, the differences answering Ross Berteig critiques of the original version. ... (check-in: 0a51f1bf6a user: wyoung tags: glob-docs) | |