Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2022-05-13 13:21:14.
2022-06-07
| ||
22:22 | Recompiled pikchr.js/wasm with latest emscripten. Fixed a left-shifted SVG truncation case. Ported example script selection from legacy pikchrshow into the new version. ... (check-in: 6c07b28636 user: stephan tags: pikchrshow-wasm) | |
18:05 | Added optional build infrastructure for using emcc so that we have a reproducible pikchr.wasm instead of an opaque 3rd-party blob. This adds the --with-emsdk configure flag. ... (check-in: 8f6886c905 user: stephan tags: pikchrshow-wasm) | |
16:13 | Added entry for the email-listid setting to the change log. ... (check-in: d3acca57b9 user: stephan tags: trunk) | |
12:07 | More pikchrshow cleanups. Corrected the body text for the markdown/wiki render modes (was using the SVG instead of pikchr code). Center the pikchr when not in auto-fit mode. ... (check-in: e23286a60b user: stephan tags: pikchrshow-wasm) | |
11:37 | Ported the various preview mode toggles and clipboard copy from legacy pikchrshow to wasm pikchrshow. ... (check-in: e513090c31 user: stephan tags: pikchrshow-wasm) | |
09:07 | pikchrshow: refactored layout to use fieldsets for the input/output area wrappers and moved their button controls into the LEGEND elements. Various minor layout tweaks. ... (check-in: 577ab3bede user: stephan tags: pikchrshow-wasm) | |
06:22 | Corrected a bit of misinformation in search.c's comments, per a report in the forum. ... (check-in: 6d6880c830 user: stephan tags: trunk) | |
00:09 | Added pikchrshow reimpl to the change log. ... (check-in: 997bb954f4 user: stephan tags: pikchrshow-wasm) | |
2022-06-06
| ||
23:53 | Extended the pikchr wasm binding to make use of all of the pikchr() arguments and return more info in pikchr-worker's result. Fixed shift-enter behavior. ... (check-in: 1dc34c9b61 user: stephan tags: pikchrshow-wasm) | |
21:56 | pikchrshow: swap default config value for position of input/output areas. ... (check-in: 3bd30e66a8 user: stephan tags: pikchrshow-wasm) | |
21:56 | darkmode skin: replace on-focus color change of buttons with a light border, else the text has illegibly little contrast. ... (check-in: 63d510764e user: stephan tags: pikchrshow-wasm) | |
20:54 | Consolidated some CSS. Minor pikchrshow layout tweaks. ... (check-in: ae8f2ebe4b user: stephan tags: pikchrshow-wasm) | |
20:13 | pikchrshow layout tweaks. ... (check-in: 32526f32e7 user: stephan tags: pikchrshow-wasm) | |
18:51 | Fixed legacy pikchrshow preview button, broken by hijacking its URI for the new pikchrshow mode. In side-by-side mode when auto-render is on, cap each half at max-width 50% to help keep the UI from flopping around. ... (check-in: c8e9116565 user: stephan tags: pikchrshow-wasm) | |
18:04 | Added CSS file missing from previous checkin. ... (check-in: 9cd4f71f68 user: stephan tags: pikchrshow-wasm) | |
18:02 | Replace /pikchrshow with a WASM-based version and rename the prior version to /pikchrshowcs (cs=client/server). There are still a couple layout/style quirks to resolve, and a feature or two to port from the legacy app, but it more or less works. ... (check-in: 321f01a86e user: stephan tags: pikchrshow-wasm) | |
15:51 | Remove the '; charset=utf-8' suffix from response Content-Type headers. That modifier is technically incorrect for many mimetypes, but wasm loaders are extra picky about it and refuse to load wasm files with the charset set. An attempt at porting over althttpd's solution for this same problem leads down a much deeper and far more invasive rabbit hole because how fossil handles/sets the response content type is more involved than in althttpd. ... (Closed-Leaf check-in: 15e7b49ef3 user: stephan tags: content-type-no-charset) | |
2022-06-05
| ||
15:09 | Corrected a closing P tag in /setup_skin, per report in the forum. ... (check-in: c7aaaaa8c6 user: stephan tags: trunk) | |
04:06 | In the /setup_skin page, add a mention of/link to /skins, per request in the forum. ... (check-in: 0fabc4f356 user: stephan tags: trunk) | |
2022-05-27
| ||
02:05 | Removed some 404 external links, reported in [forum:61c585d0c3|forum post 61c585d0c3]. ... (check-in: 318ab802db user: stephan tags: trunk) | |
2022-05-23
| ||
21:25 | Added missing AMSK_TITLE permissions for the ABBR tag and refactored the MARKUP_xyz macros into an enum to support the upcoming addition of a few more benign element types. ... (check-in: 81deb15c53 user: stephan tags: trunk) | |
18:21 | Added ABBR tag to the HTML whitelist, per [forum:3ae85115a8253ae4|forum post 3ae85115a82]. Ammended markdown help to refer to the safe-html setting. ... (check-in: 11064e4692 user: stephan tags: trunk) | |
2022-05-18
| ||
02:39 | Added wasm => application/wasm mimetype mapping for use with /ext. This is only a partial solution: we'll need to extend the mimetype structure like how was done [https://sqlite.org/althttpd/info/32df1a61707616bc | in althttpd a few hours ago] so that we can elide the charset=... part of the Content-Type header, as the wasm loader does not like that. ... (check-in: 5c47abd6b6 user: stephan tags: trunk) | |
2022-05-14
| ||
06:37 | Typo fix in email-renew-interval setting docs, per forum report. ... (check-in: 7ae1f31994 user: stephan tags: trunk) | |
2022-05-13
| ||
13:21 | addremove command: in dry-run mode, add a line at the end alerting that no changes were made, per [forum:d80b624d0 | forum post request d80b624d0]. ... (check-in: ef14017458 user: stephan tags: trunk) | |
2022-05-04
| ||
11:47 | /timeline: correct rendering of event.comment entries for wiki attachments, per problem reported in [forum:749baecf6d08ecb1 | forum post 749baecf6d08ecb1]. ... (check-in: b3e534fa88 user: stephan tags: trunk) | |
2022-04-24
| ||
22:46 | Merged in trunk, resolved conflicts introduced via the parallel development of the markdown-footnotes branch. ... (check-in: 64af75b070 user: stephan tags: markdown-tagrefs) | |
22:31 | Applied trivial repolist sorting patch from [forum:/forumpost/6803efde75 | forum post 6803efde75]. ... (check-in: 61974c4830 user: stephan tags: trunk) | |
2022-04-23
| ||
16:09 | Trivial doc updates to www/json-api/... ... (check-in: 73373b9d21 user: stephan tags: trunk) | |
15:39 | Added JSON API doc link to the permuted index. ... (check-in: d355faf80c user: stephan tags: trunk) | |
2022-04-21
| ||
22:12 | Add a warning in build.wiki that passing fuzzer-specific flags may cause the --fuzztype flag to get stripped from the argument list. ... (check-in: df1d256922 user: stephan tags: trunk) | |
15:45 | Changed fossil_nice_default() to use nice level 19 instead of 20, as 19 is the documented max. ... (check-in: 2c8920296c user: stephan tags: trunk) | |
11:43 | Minor tweaks to the fuzzer section of build.wiki. ... (check-in: dfb1234f93 user: stephan tags: trunk) | |
2022-04-20
| ||
15:21 | Added another libfuzzer info link to build.wiki. ... (check-in: 1a397ee35f user: stephan tags: trunk) | |
14:07 | Added a missing blob initializer. ... (check-in: 7209593814 user: stephan tags: markdown-footnotes) | |
13:55 | Added a section to build.wiki about building for fuzz testing. ... (check-in: a42f5af812 user: stephan tags: trunk) | |
11:48 | Merged in trunk for fuzz.c changes. ... (check-in: c9f4013530 user: stephan tags: markdown-footnotes) | |
11:46 | Correct fuzz.c to honor --fuzztype markdown and add --fuzztype wiki2 which works like its previous --fuzztype wiki behavior, sending all inputs through both the fossil-wiki and markdown translators. Added a fatal error for --fuzztype artifact, as that tester is not implemented. ... (check-in: 8d4c479208 user: stephan tags: trunk) | |
09:38 | Changed zlib crc type from int to unsigned long, as that's the type returned by zlib's crc32() and doing so reportedly resolves the CRC error reported in [forum:7a9097e557 | forum post 7a9097e557]. ... (check-in: 1bf6686e76 user: stephan tags: trunk) | |
2022-04-19
| ||
12:35 | Code style tweaks, typos, and resolved a couple footnotes-related cosmetic TODOs. No functional changes. ... (check-in: 3a5b3d5e49 user: stephan tags: markdown-footnotes) | |
11:41 | Merged in latest trunk to simplify code review and ease potential upcoming merge to trunk. ... (check-in: 8a4b099fb4 user: stephan tags: markdown-footnotes) | |
2022-04-14
| ||
17:41 | Added new loadavg-exempt WEBPAGE: flag for mkindex.c which exempts a given page from the load_control() check. Currently applied to /chat and its dependents: /builtin and /style.css. ... (Closed-Leaf check-in: 5c49ab3c7a user: stephan tags: load-control-rework) | |
17:15 | Doc typo fix and more docs for load_control(). ... (check-in: e5724fb759 user: stephan tags: load-control-rework) | |
17:12 | Exempt admin and setup users from the load_control() restriction. ... (check-in: 57cdf4f2b9 user: stephan tags: load-control-rework) | |
17:03 | Added a fossil_nice() call to /vpatch. ... (check-in: 1cc86c16a2 user: stephan tags: load-control-rework) | |
16:58 | Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. ... (check-in: 9b0ebcaf23 user: stephan tags: load-control-rework) | |
2022-04-13
| ||
16:30 | • Changes to wiki page "branch/markdown-tagrefs" ... (artifact: 02bdda0d81 user: stephan) | |
16:27 | On the /info view for a checkin which has a branch/branch-name wiki page, correct the Edit Wiki link to use /wikiedit instead of /wiki if permissions allow, otherwise the /wiki page's automatic redirection of branch/branch-name wiki pages to the timeline makes it impossible to get to the editor for a branch-specific wiki page. ... (check-in: 82510672b8 user: stephan tags: trunk) | |
2022-04-11
| ||
06:45 | Fixed a couple mis-formatted SETTING decls, per [forum:6f1b0483cd | forum post 6f1b0483cd]. ... (check-in: 0dd4118063 user: stephan tags: trunk) | |
06:37 | Part 2 of [bb0118227f2c]. ... (check-in: 74bd3fd4d9 user: stephan tags: trunk) | |