Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user wyoung occurring around 2020-08-20 05:13:58.
2020-10-02
| ||
20:25 | Converted obsolete <a name> anchors in the quickstart doc to fragment identifiers on the headers, and added fragment IDs to all of the h2 level headers that lacked one. ... (check-in: 8da7b15e71 user: wyoung tags: trunk) | |
2020-10-01
| ||
21:21 | Clarity pass on the rebaseharm doc following the recent Hacker News thread, to address confusions that came up there. ... (check-in: 068e26af37 user: wyoung tags: trunk) | |
20:59 | Removed point 4.0 from the rebaseharm doc: it said that rebase is a problem because Git makes the change immediately to the blockchain, but that's a problem with Git in general, due to its commit-then-push model, not a problem with rebase in particular. If Fossil had a rebase feature, there is no good reason to believe we would do this as well. Therefore, this point is a distraction from the main argument. Besides, we already cover it as fossil-v-git.wiki#testing. ... (check-in: 6e0dba257b user: wyoung tags: trunk) | |
20:37 | The rebaseharm.md doc referred to rebase04.svg *twice*, so while all SVGs associated with the doc were replaced, the second became a broken link when the SVG files were removed. Simply duplicating the code with comments to try to stave off version drift for now. ... (check-in: a61ac66b63 user: wyoung tags: trunk) | |
2020-09-30
| ||
10:30 | Added "toggle" attributes to the pikchrs in the branching and rebase harm docs, so they act as inline examples of the tech. ... (check-in: 01f6ed9c9a user: wyoung tags: trunk) | |
08:38 | Replaced www/encode10.gif in www/delta_encoder_algorithm.wiki with a Pikchr. ... (check-in: a9d0c2a68c user: wyoung tags: trunk) | |
00:39 | • Edit [f345f7bc23ddd765|f345f7bc23]: Edit check-in comment. ... (artifact: 245694d569 user: wyoung) | |
00:30 | Replaced hacky invisible box workarounds for default PIC spacing in delta_format.wiki doc with more idiomatic PIC code. ... (check-in: f345f7bc23 user: wyoung tags: trunk) | |
00:08 | Replaced old GIF diagrams from the delta_format.wiki doc with Pikchrs. Also removed delta?.gif from test/commit-warning.test. ... (check-in: d7c074e7fa user: wyoung tags: trunk) | |
00:05 | Tweak to the "\n" text inside 2.1 Header of the new delta_format.wiki doc to make use of new Pikchr handling of backslashes. ... (Closed-Leaf check-in: b72cc79526 user: wyoung tags: delta-format-pikchr) | |
00:02 | Merged in trunk ... (check-in: 45ff53dd6f user: wyoung tags: delta-format-pikchr) | |
00:00 | Replaced the invisible empty box hack for left margin in the new delta_format.wiki diagrams with use of the "leftmargin" global PIC property. ... (check-in: 1aaf9f850b user: wyoung tags: delta-format-pikchr) | |
2020-09-29
| ||
23:33 | Removed unused www/CollRev?.gif and the references to it from test/commit-warning.test. Also removed obsolete references to already-removed www/branch??.gif. ... (check-in: ec816c919e user: wyoung tags: trunk) | |
01:07 | Removed www/rebase??.graphml, being the yEd inputs for generated SVGs replaced with Pikchrs in commit [38d6a8f3]. ... (check-in: f3c3a099fb user: wyoung tags: trunk) | |
00:56 | Converted www/delta?.gif to Pikchr diagrams. They're mostly faithful to the originals, but there's a bug that needs fixing in Pikchr (or worked around somehow here) before this can be merged to trunk. My posting to the pikchr forum also needs to be edited to point to a historical version of www/delta6.gif to avoid creating a dangling hyperlink when this is merged down. ... (check-in: e0dd267b89 user: wyoung tags: delta-format-pikchr) | |
2020-09-28
| ||
23:28 | Removed www/branch??.graphml: these are the yEd input files for the old SVG diagrams in www/branching.wiki, which were replaced with Pikchrs in [9ec0ccee33]. ... (check-in: 387322d6d9 user: wyoung tags: trunk) | |
2020-08-27
| ||
17:56 | Clarified the online docs for the "fossil remote REF" command form. It wasn't obvious before that you could give a NAME instead of a URL. ... (check-in: 292ba94e6b user: wyoung tags: trunk) | |
2020-08-25
| ||
05:04 | Updated javascript.md page to track recent developments. ... (check-in: 3a1d3cc2dc user: wyoung tags: trunk) | |
2020-08-23
| ||
00:29 | Typo fix in comment ... (check-in: 684fb15a7a user: wyoung tags: interwiki) | |
2020-08-22
| ||
13:49 | URL fixes in www/quotes.wiki; where a new URL can't be found, removed the quote as unsupportable. ... (check-in: 4c5445d9a5 user: wyoung tags: trunk) | |
2020-08-20
| ||
22:40 | Using parameters to namespace functions in fossil*.js instead of the global "fossil" object. Squishes a complaint by GCC and makes the code a smidge smaller besides. ... (check-in: 0f03f78a8b user: wyoung tags: trunk) | |
21:15 | Same as [31af8053] but in src/copybtn.js, upon which code fossil.copybutton.js was apparently based. This other file may be going away soon, but until then, it avoids a warning. ... (check-in: c0cb0b9d33 user: wyoung tags: trunk) | |
20:25 | Added a "window." reference to a global variable in fossil.dom.js to make explicit where the variable is coming from. All the surrounding code does this, and the fix quiets a complaint from GCC. ... (check-in: 31af805348 user: wyoung tags: trunk) | |
19:52 | Removed a pair of bogus "delete" calls in fossil.popupwidget.js, flagged by Google Closure Compiler. You can't delete the result of a function call, only object properties. ... (check-in: 0d7d54e870 user: wyoung tags: trunk) | |
05:13 | Spelling and grammar fixes to javascript.md. ... (check-in: 209f73cbc2 user: wyoung tags: trunk) | |
04:18 | Many improvements to the "Use of JavaScript in Fossil" document, www/javascript.md, inspired by the recent Ajaxifications and forum commentary on the topic. ... (check-in: 977ba78fdd user: wyoung tags: trunk) | |
04:17 | Assorted minor improvements to the javascript.md doc. ... (Closed-Leaf check-in: dc1bc21388 user: wyoung tags: js-policy-doc) | |
00:37 | Command fixes in the new material within javascript.md ... (check-in: ba9480b02b user: wyoung tags: js-policy-doc) | |
00:11 | Editing pass on javascript.md. ... (check-in: 202a661612 user: wyoung tags: js-policy-doc) | |
2020-08-19
| ||
23:52 | Moved "Blocking JavaScript" section of javascript.md down into the Q&A section. ... (check-in: 85c7bdb285 user: wyoung tags: js-policy-doc) | |
23:45 | Moved my rewrite of Stephan's "Compatibility Concerns" section of javascript.md down into the Q&A section. ... (check-in: 026279496a user: wyoung tags: js-policy-doc) | |
23:41 | Moved "Fossil Does Not Snoop On You" section of javascript.md down into a Q&A point. ... (check-in: b76427bb20 user: wyoung tags: js-policy-doc) | |
23:38 | Moved the "No Third-Party JavaScript in Fossil" section of javascript.md down into the Q&A "debate" section. Also reworked some of the following question's answer to the C vs JavaScript matter. ... (check-in: 48ef633333 user: wyoung tags: js-policy-doc) | |
23:30 | Moved the old "How Many Users Run with JavaScript Disabled Anyway?" section of javascript.md down into the "debate" section as one of the Q&A points. ... (check-in: bc5cf56965 user: wyoung tags: js-policy-doc) | |
23:19 | Merged the "Future Plans for JavaScript in Fossil" section of js-policy.md into javascript.md. This all but zeroes out the contents of the old doc, so I've removed it. Future changes go into javascript.md. ... (check-in: 4ad0d9798e user: wyoung tags: js-policy-doc) | |
23:07 | Hoist the "Compatiblity Concerns" section of js-policy.md into javascript.md. Another near-total rewrite, maintaining the original's points. ... (check-in: 7eef486cf4 user: wyoung tags: js-policy-doc) | |
22:57 | Merged Stephan's "in closing" statement after the argumentation section of js-policy.md into the "Philosophy & Policy" section of javascript.md. Another near-rewrite, while maintaining the overall points. ... (check-in: 12acdcf3a5 user: wyoung tags: js-policy-doc) | |
22:49 | Added "Arguments Against JavaScript & Our Rebuttals" section to javascript.md, based on the similar section in this branch's new js-policy.md doc. It's nearly a rewrite, but all of the points remain. ... (check-in: 1e3ee576b7 user: wyoung tags: js-policy-doc) | |
21:24 | Merged trunk changes in ... (check-in: 32ef4cfa24 user: wyoung tags: js-policy-doc) | |
21:19 | Added a section to javascript.md on the new /fileedit feature. ... (check-in: 100b4868dd user: wyoung tags: trunk) | |
21:05 | Updated the "Line Numbering" section of javascript.md to cover the new interactive line selection in Fossil 2.12. ... (check-in: f84d7a0e42 user: wyoung tags: trunk) | |
20:58 | Updated the "Wiki Editor" section of javascript.md to cover the new `/wikiedit` implementation. ... (check-in: 31c40509d4 user: wyoung tags: trunk) | |
2020-08-04
| ||
00:48 | Added an ETag to the /style.css page, so it benefits from the far-future expiry stuff on this branch. ... (Closed-Leaf check-in: 80097abc82 user: wyoung tags: etag-always) | |
00:40 | Changed the default ETag expire age from 1 day to 10 years. See included comment for defense. ... (check-in: af848dce95 user: wyoung tags: etag-always) | |
2020-08-03
| ||
22:54 | Rearranged the order and conditional status of paths leading to ETag HTTP header generation to cause them to be generated in more cases. This improves caching in my testing, but it needs to be vetted before it can be merged down to trunk. The main risk is that it causes over-aggressive caching, resulting in stale data delivery. ... (check-in: bc0b20356a user: wyoung tags: etag-always) | |
2020-07-23
| ||
22:35 | Rewrote the section "Overriding the Default CSP" in the defcsp.md doc. Although it's hard to see from the diffs, it largly just adds more detail to what it already said. ... (check-in: 896aa05649 user: wyoung tags: trunk) | |
2020-07-20
| ||
15:18 | Fixed several "Ok" -> "OK". ... (check-in: b92e460fd7 user: wyoung tags: trunk) | |
2020-07-19
| ||
19:02 | Fixed a Markdown formatting problem due to a line break in an unfortunate location. ... (check-in: 8e3898ac03 user: wyoung tags: trunk) | |
2020-07-17
| ||
17:47 | URL fix to previous ... (check-in: d80633a369 user: wyoung tags: trunk) | |
2020-07-16
| ||
21:08 | Renamed www/server/openbsd/httpd.md to fastcgi.md and added the "FastCGI" column to the "Activation Tutorials" table on the main server index page. Made the fonts narrower in that table as a consequence, to keep the table from wrapping. The rename is necessary because the doc doesn't tell how to do HTTP proxying of "fossil server" as all the peer pages in that column do. If such a tutorial for OpenBSD *were* written, it might then be openbsd/httpd.md. ... (check-in: 62ec4100c6 user: wyoung tags: trunk) | |