Fossil

Timeline
Login

Timeline

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

200 most recent check-ins using file www/concept1.gif version 6bb98f69

2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. ... (Leaf check-in: a2335604 user: drh tags: branch-1.37)
2020-10-08
14:49
Always consume the --nocgi command-line option even if it is not used. ... (check-in: 8594e7a6 user: drh tags: trunk)
08:48
Drew better analogies between Bitcoin's answer to the 51% attack and to GitHub in the new Anonymity section of the blockchain doc to show that Fossil doesn't even try to provide the sorts of behavior that allow fully anonymous contribution to a blockchain. ... (Closed-Leaf check-in: 87b1385d user: wyoung tags: fossil-as-blockchain)
08:10
Added a para to the prior section. ... (check-in: 69e0ea54 user: wyoung tags: fossil-as-blockchain)
08:00
Added the "Anonymity" section to the new blockchain doc. ... (check-in: b357dc2b user: wyoung tags: fossil-as-blockchain)
07:04
Small clarity fix in the new CAP theorem doc ... (check-in: 8a9facbb user: wyoung tags: trunk)
06:42
All but rewrote the Cryptocurrency section of the new blockchain.md doc to clarify the sorts of frauds each system has to prevent so that we can draw clearer analogies. ... (check-in: 154d848d user: wyoung tags: fossil-as-blockchain)
04:11
Merged trunk changes in ... (check-in: 95203913 user: wyoung tags: fossil-as-blockchain)
04:11
Added fragment identifiers to the new CAP theorem doc. ... (check-in: 991b0899 user: wyoung tags: trunk)
2020-10-07
07:07
Removed an extraneous space from pikchrshow DOM output. pikchr command error output now prepends a newline to pikchr-level errors to keep line number comment alignment intact for the first line. ... (check-in: c3b2671f user: stephan tags: trunk)
06:59
pikchr_process() now makes use of the as-yet-not-public PIKCHR_PLAINTEXT_ERRORS flag to maintain control of the error output DOM structure. ... (check-in: ce304629 user: stephan tags: trunk)
05:39
Increase maximum token size in Pikchr to 50000 bytes. Important for macros. ... (check-in: da1ff5c2 user: drh tags: trunk)
00:29
Removed several weak arguments from the blockchain.md doc and added a lot more info about cryptocurrencies to show the differences between them and Fossil. Tweaked much of the preexisting material. ... (check-in: 3d55f443 user: wyoung tags: fossil-as-blockchain)
2020-10-05
18:15
Recast the blockchain.md doc as "Is Fossil a Blockchain?" (answer: mostly no) and updated all references to it to either remove the term, use "repository" instead where that's sufficiently clear, or to say either "Merkle tree" or "hash tree" instead where we need to distinguish the hash tree itself from the rest of the repo DB file's contents. This depends on the prior CAP theorem doc, since part of the argument for Fossil not being a blockchain gets us down into those weeds.

EDIT: Moving it to a branch because we're still arguing the point on the forum. ... (check-in: 855578b6 user: wyoung tags: fossil-as-blockchain)

17:02
Added a new doc, "Fossil and the CAP Theorem." It distills some good info from the forum, so we can just point at it instead of recapitulating it. But it's being checked in now because an upcoming commit will refer to it. ... (check-in: 3ddd56d0 user: wyoung tags: trunk)
16:37
Added "Restoring From An Encrypted Backup" section to the new backup.md doc. ... (check-in: e0a38eb3 user: wyoung tags: trunk)
14:12
Fixed another dangling Markdown link ... (check-in: e5ad07dc user: wyoung tags: trunk)
14:10
URL fix ... (check-in: 56b13f2a user: wyoung tags: trunk)
13:59
Fixed the scp command in the new backup.md doc ... (check-in: e3e4bec3 user: wyoung tags: trunk)
13:55
Another typo fix in the backup.md doc ... (check-in: eb34dd52 user: wyoung tags: trunk)
13:45
Typo fix ... (check-in: 21a63c8c user: wyoung tags: trunk)
13:16
Assorted tweaks to the new material in the gitusers doc. ... (check-in: 09acf696 user: wyoung tags: trunk)
12:37
Added the "Autosync is Intransitive" section to the new backup doc. ... (check-in: 1299d677 user: wyoung tags: trunk)
12:24
A few small refinements to the new backup doc. ... (check-in: ea57a2f7 user: wyoung tags: trunk)
12:08
Greatly expanded the "Autosync" section of the gitusers doc. Among other things, it now references the new backup.md doc. ... (check-in: 3ddc1d94 user: wyoung tags: trunk)
12:07
Added info about private branches to the new backup.md doc. ... (check-in: 78c0c55a user: wyoung tags: trunk)
11:54
Added a new doc, "Backing Up a Remote Fossil Repository". ... (check-in: 5c2ef2a2 user: wyoung tags: trunk)
11:25
Change instances of %s(g.zTop) into %R. ... (check-in: a40e8a09 user: drh tags: trunk)
10:18
Greatly expanded the "Repositories And Checkouts Are Distinct" section of the gitusers.md doc. ... (check-in: 386fc49e user: wyoung tags: trunk)
10:13
uv ls/list doc patch from https://fossil-scm.org/forum/forumpost/cdc43ffe60. ... (check-in: ecac7c4e user: stephan tags: trunk)
2020-10-04
14:35
Exchanged most uses of %s(g.zTop) and such in the code with use of %R in Fossil's special printf() type functions. (The branch is named after just one of several of these, mprintf(), being one of the shortest names.) At the least, this is shorter, simpler code, but there is also some hope that it may fix some doubled slash problems someone is having on the forum. (https://www.fossil-scm.org/forum/forumpost/1ea72176e0) ... (Closed-Leaf check-in: 2907721a user: wyoung tags: prefer-mprintf-r)
2020-10-03
02:06
Clarity tweaks to the new "multiple origins" scenario in the gitusers doc. ... (check-in: 77bb3e4c user: wyoung tags: trunk)
01:53
Small tweaks to previous. ... (check-in: e67c413d user: wyoung tags: trunk)
01:38
Added a new "multiple origin servers" section to the gitusers doc to replace the obsolete one just removed. This not only shows off Fossil's new "fossil remote add" feature set, it acts as a sort of white paper comparing Git to Fossil in a common use case scenario. ... (check-in: e3cef726 user: wyoung tags: trunk)
01:35
Expanded on several points in the gitusers doc, added links to other docs, added named anchors to all of the top-level sections, and removed the obsolete section on "no multiple remotes" now that we have the "fossil remote add" feature. ... (check-in: 2306f816 user: wyoung tags: trunk)
2020-10-02
22:11
Clarified and expanded the "create branches at point of need" section of the gitusers.md doc. ... (check-in: 331dc0d3 user: wyoung tags: trunk)
21:59
Reflected the GitHub change of "master" to "main" into our gitusers.md doc. ... (check-in: b0ee3d5d user: wyoung tags: trunk)
20:28
Changed the name of docs at the end of the quickstart doc to match their actual titles. ... (check-in: 3449d9ce user: wyoung tags: trunk)
20:25
Converted obsolete 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: 8da7b15e user: wyoung tags: trunk)
14:23
Removed a bit of unnecessary copy/paste backwards compatibility from [15001dd013]. ... (check-in: aae387d9 user: stephan tags: trunk)
09:38
Added --hash flag to ls -v, for consistency with status/changes, per https://fossil-scm.org/forum/forumpost/896de8f963. ... (check-in: 15001dd0 user: stephan 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: 068e26af 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: 6e0dba25 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: a61ac66b user: wyoung tags: trunk)
18:34
Improvements to the "fossil import" command so that it can now (hopefully) interpret "breezy" files. ... (check-in: d82534b3 user: drh tags: trunk)
18:33
Fix an issue with the "R" (rename)" and "C" (copy) commands when interpreting git-fast-export files. ... (Closed-Leaf check-in: 8e5b0103 user: drh tags: breezy-fast-import)
16:01
Latest pikchr.c fixes an issue with "same" and lines that have a "to" attribute. ... (check-in: 42caafaf user: drh tags: trunk)
12:46
Fix an issue with the logic that prevents Fossil control artifacts from being imported as regular files. Probably unrelated to the breezy changes. Came up during testing. ... (check-in: 92ab2474 user: drh tags: breezy-fast-import)
12:13
An attempt to enhance the git-fast-export reader so that it can handle breezy-generated output files. ... (check-in: ddcd35d6 user: drh tags: breezy-fast-import)
2020-09-30
21:11
Update the built-in SQLite to the latest 3.33 alpha for testing. ... (check-in: 02c6b07e user: drh tags: trunk)
10:39
Improved processing of nested macros in Pikchr. ... (check-in: f7259ea0 user: drh tags: trunk)
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: 01f6ed9c user: wyoung tags: trunk)
08:38
Replaced www/encode10.gif in www/delta_encoder_algorithm.wiki with a Pikchr. ... (check-in: a9d0c2a6 user: wyoung tags: trunk)
02:01
Update Pikchr to the latest version that supports "solid". ... (check-in: 5251d44f user: drh tags: trunk)
00:30
Replaced hacky invisible box workarounds for default PIC spacing in delta_format.wiki doc with more idiomatic PIC code. ... (check-in: f345f7bc 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: d7c074e7 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: b72cc795 user: wyoung tags: delta-format-pikchr)
00:02
Merged in trunk ... (check-in: 45ff53dd 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: 1aaf9f85 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: ec816c91 user: wyoung tags: trunk)
11:44
Fix backslash processing in pikchr. ... (check-in: 7a9bf394 user: drh tags: trunk)
01:07
Removed www/rebase??.graphml, being the yEd inputs for generated SVGs replaced with Pikchrs in commit [38d6a8f3]. ... (check-in: f3c3a099 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: e0dd267b 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: 387322d6 user: wyoung tags: trunk)
04:03
If I am reading this correctly, the JPEG and PNG bars are the ones increasing with each commit, not so much the TIFF bar due to using uncompressed TIFF ... (check-in: 309af345 user: andygoth tags: trunk)
02:29
Move change to intended location (shouldn't have been on branch) ... (check-in: fb6b093d user: andygoth tags: trunk)
02:29
Make it possible to delete a check-in, tag, or branch wiki page by setting it to zero length ... (Closed-Leaf check-in: 5b101aa7 user: andygoth tags: andygoth-html-caps)
02:15
Merge trunk, also change "Svg" to "SVG" ... (check-in: c319f52c user: andygoth tags: andygoth-html-caps)
02:14
Add support for displaying SVG files ... (check-in: 4a53f343 user: andygoth tags: trunk)
01:54
Capitalize "HTML" ... (check-in: 59d27ab4 user: andygoth tags: andygoth-html-caps)
00:14
In Pikchr: Add support for macros. Also if the width or height of an object are zero or less, then autofit the corresponding dimension. ... (check-in: 6dd3a5b7 user: drh tags: trunk)
2020-09-26
15:51
Briefly mention how to invoke Pikchr from the Markdown and Fossil Wiki rule cheatsheets. ... (check-in: 4083e5d3 user: drh tags: trunk)
11:24
Update the built-in pikchr.c to include the latest enhancements and fixes. ... (check-in: 1347e990 user: drh tags: trunk)
11:19
Fix to check-in [9e4ca8948a82ae5e]: Do not set "height:auto" for images in the default CSS, as doing so is not necessary for good mobile operation. ... (check-in: 1165ed88 user: drh tags: trunk)
10:42
Fix check-in [b07834b386f02f73] so that it correctly handles unquoted HTML attribute values. ... (check-in: af616bce user: drh tags: trunk)
2020-09-25
03:04
pikchrshow now squirrels away a copy of the raw response SVG, instead of fishing it out the DOM on demand, because in the latter case the browser converts u00a0 characters to nbsp elements, resulting in illegal SVG. ... (check-in: f45cd279 user: stephan tags: trunk)
2020-09-21
14:21
Latest pikchr.c fixes a variable initialization problem and adds the xmlns attribute to the SVG markup. ... (check-in: 7de85417 user: drh tags: trunk)
2020-09-20
22:44
Update pikchr.c to allow "fraction of the way between" position forms to have a fraction less than 0.0 or greater than 1.0. ... (check-in: cab87e34 user: drh tags: trunk)
15:05
Fix the assert() statement in Pikchr so that it works on positions, not just places. ... (check-in: 24981713 user: drh tags: trunk)
07:41
Removed multiplier from the font size calculation, as it does not work with monospace font. Changed /dir font to monospace only for testing purposes, as that one is our pathological column-width case. (Edit: closing, as this approach doesn't appear to provide any benefits over the current one.) ... (Closed-Leaf check-in: 7e8cb38c user: stephan tags: dir-columns-revisited)
07:28
An experiment in improving the /dir column flow. (Not ready to merge.) ... (check-in: e5121a49 user: stephan tags: dir-columns-revisited)
2020-09-19
16:36
Moved pikchr_process() nonce so that it also applies for error output. Added missing 'error' CSS class to the error-report PRE tag. Added mention of Ctrl-Enter in pikchshow intro text. ... (check-in: 11e7960e user: stephan tags: trunk)
14:03
Mention skip in bisect options list ... (check-in: 79499fc4 user: andygoth tags: trunk)
13:58
Clean up the fossil bisect summary per https://fossil-scm.org/forum/forumpost/00503372fc ... (check-in: 6e45212a user: andygoth tags: trunk)
13:10
Documented a simpler pikchr-centering implementation for potential future use but did not activate it due to concerns about current browser-side availability. ... (check-in: 16208415 user: stephan tags: trunk)
12:49
Worked around an SVG rendering bug in Chrome by setting the width of all svg.pikchr to 100%, regardless of alignment (previously was only applied to centered SVGs). ... (check-in: 4ad86dd5 user: stephan tags: trunk)
12:45
Squelched an ominous but harmless error from wikedit when opened with a sandbox page name using any case other than 'Sandbox'. ... (check-in: 2e828971 user: stephan tags: trunk)
11:04
Update the sqlite3.h file so that the source-id is the same as sqlite3.c ... (check-in: 09cea3cb user: drh tags: trunk)
04:29
Fix a minor problem with the "behind" attribute in Pikchr ... (check-in: e5e2dac0 user: drh tags: trunk)
04:09
Update pikchr.c with support for dist(P1,P2) and copying the layer using "same". ... (check-in: af52ad89 user: drh tags: trunk)
00:44
Convert the diagrams in the "Rebase Considered Harmful" document over to Pikchr. ... (check-in: 38d6a8f3 user: drh tags: trunk)
2020-09-18
22:55
New pikchr.c with improved estimates for bounding boxes on text. ... (check-in: bac677f7 user: drh tags: trunk)
21:11
Minor doc updates, removed some dead code. ... (check-in: 3ec33f98 user: stephan tags: trunk)
20:19
Remove overflow setting on pikchr-src elements. ... (check-in: 72f8372a user: stephan tags: trunk)
20:01
Added pikchr block 'source-inline' modifier for the 'source' flag which tells the latter that the sources should be rendered inline (same position as the graphic), rather than left-aligned. ... (check-in: 3f2c0af2 user: stephan tags: trunk)
19:06
Reimplemented pikchr show/hide entirely in CSS, so it's now controlled by toggling the 'source' class on the outermost DIV element. Less JS and easier to implement in 3rd-party pikchr clients. ... (check-in: 947c0390 user: stephan tags: trunk)
17:43
CSS workaround for centering pikchrs in Chrome. ... (check-in: d825fcc1 user: stephan tags: trunk)
16:58
Update the built-in pikchr.c and SQLite to the latest from both trees. ... (check-in: c3de0a99 user: drh tags: trunk)
13:18
Be careful to honor the auto-hyperlinks setting when it is off, and not display any hyperlinks. See forum post 5a7530639a for the bug report. ... (check-in: b190858e user: drh tags: trunk)
11:27
Fix minor formatting error in the HTML for hierarchical forum. ... (check-in: 7221e497 user: drh tags: trunk)
10:32
An alternate impl for centering pikchrs which does not rely on margin:auto. ... (check-in: 2963f440 user: stephan tags: trunk)
09:21
Fixed a preview quirk which caused the pikchr click handlers to not get processed on wikiedit/fileedit previews after the first one. ... (check-in: 052d3748 user: stephan tags: trunk)
07:48
Made the return code of a bit of new code match its docs. ... (check-in: 539eb61f user: stephan tags: trunk)
07:37
The routines which emit fossil.XYZ.js modules now understand their dependencies, emit any deps in dependency order (recursively), and do not emit a given module more than once (simplifies usage and is an and overall improvement in cacheability). Added the pikchr click support to more pages. ... (check-in: 9b2b6f5b user: stephan tags: trunk)
05:07
Minor C-side fossil JS API simplification to ease upcoming changes. ... (check-in: 58d86b16 user: stephan tags: trunk)
04:10
pikchr js: hide/show the SVG's parent element instead of the SVG, so that output from pikchr print commands is hidden when the source is shown. ... (check-in: 43116c73 user: stephan tags: trunk)
03:28
Clarify the origin of JS in the generated HTML. ... (check-in: 68542449 user: drh tags: trunk)
02:54
Always include a \n after the opening safe_html() nonce when generating Pikchr output, for improved human readability of the generated HTML. ... (check-in: 39b2081e user: drh tags: trunk)
01:21
pixchr layout changes requested at https://pikchr.org/home/forumpost/504f54f61b. See the comments about alt/ctrl/meta keys. ... (check-in: cd22f0f0 user: stephan tags: trunk)
2020-09-17
23:44
pikchr command doc updates. ... (check-in: 82a0b517 user: stephan tags: trunk)
23:25
Removed some console.debug() output and fixed extraneous breaks which caused markdown_to_html() to stop afer processing a single tag. ... (check-in: 67060c50 user: stephan tags: trunk)
23:11
Renovated the pikchr click handling as discussed off-list with drh. ... (check-in: 938bb6c7 user: stephan tags: trunk)
21:09
Toggle Pikchr between SVG and source code using ctrl-click. Or if the Pikchr was created using the "toggle" tag, an plain old single-click will suffice. ... (check-in: d88444e2 user: drh tags: trunk)
19:31
Misuse of a potentially unsigned value, caught by clang. Only affected platforms where char is unsigned by default. ... (check-in: 5c92bbfc user: stephan tags: trunk)
19:30
Toggle between SVG and Pikchr source code using the "hidden" class and use ctrl-click rather than double-click. ... (check-in: 22ba9a41 user: drh tags: trunk)
19:20
Cleanup the double-click source display for Pikchr. ... (check-in: 5634dfeb user: drh tags: trunk)
18:04
Put the javascript for SVG/source toggling inside of the safe-html nonce so that it survives safing. ... (check-in: ebf5b595 user: drh tags: trunk)
17:58
Experimental double-click to toggle between SVG and pikchr source. ... (check-in: 3c786c6f user: drh tags: trunk)
17:17
Pedantic CSS tweaks. ... (check-in: 5b93a4da user: stephan tags: trunk)
17:13
pikchr source view: tentatively re-added the copy button (only in source view, not SVG), but it now switches back to SVG mode if it successfully copies the source code. ... (check-in: d369f4f3 user: stephan tags: trunk)
16:52
pikchr mode swap: tapping on an SVG switches modes and enables the mode-select button. Leaving source view mode requires activating that button (which works like before, but is only visible in source mode). ... (check-in: 2a2be013 user: stephan tags: trunk)
16:31
Implemented most of the feedback from https://pikchr.org/home/forumpost/f538d8e7f7, with the exceptions being documented in that thread. /pikchrshow now longer uses the mode-swap feature (seems superfluous there) and tapping anywhere in the body, outside of the source/svg container element, now turns off those buttons on all pikchrs where they are currently visible. Consolidated pikchr-rendering impl for markdown/fossil/pikchrshow/pikchr command. ... (check-in: 4f697731 user: stephan tags: trunk)
2020-09-16
22:25
Changelog update per forum request. ... (check-in: b816bae3 user: stephan tags: trunk)
20:49
In pikchr: fix minor details on drawing filled "file" objects and the "fit" operator on "cylinder" objects. ... (check-in: db02f9b8 user: drh tags: trunk)
19:01
New pikchr.c file that fixes alignment of chopped lines. ... (check-in: 7c28d11d user: drh tags: trunk)
15:30
Bug fixes in the pikchr.c tokenizer. ... (check-in: 36765403 user: drh tags: trunk)
13:58
Fix problems with the built-in "decompress()" SQL function. ... (check-in: 449ab5d6 user: drh tags: trunk)
13:45
Update the built-in SQLite and Pikchr to the latest code, for testing. ... (check-in: ecf679b2 user: drh tags: trunk)
13:21
Make an appropriate entry in the rcvfrom table when doing a git or svn import. See forum post 92db82a45e for details on the problem that this check-in attempts to fix. ... (check-in: 59ba20f8 user: drh tags: trunk)
08:04
pikchrshow, wikiedit, and fileedit now all respond to ctrl-enter in their editor to refresh the preview. The latter two, on their preview tabs, respond to ctrl-enter to switch back to the editor and give it focus. It's now possible to edit, preview, and switch back to the same editing position without the mouse :). ... (check-in: a1838297 user: stephan tags: trunk)
04:14
Update to the very latest pikchr.c file for testing. ... (check-in: a9c54aad user: drh tags: trunk)
2020-09-15
20:52
Allow files to be converted to symlinks and vice versa without an intermediate check-in to delete them ... (check-in: e0aebc21 user: andygoth tags: trunk)
20:10
Bug fixes in Pandoc identifier generation. Now closed. See branch wiki for discussion. ... (Closed-Leaf check-in: 77cbe291 user: drh tags: auto-toc)
19:50
Automatic table-of-contents generated for Markdown if there is a tag of the form: <!--markdown: toc=N --> where N is an integer that is the deepest level of content that will be added to the index. The TOC is inserted in place of the magic HTML comment. ... (check-in: 6142e11d user: drh tags: auto-toc)
19:23
Restore the ability to add symlinks located inside subdirectories ... (check-in: 9d75d6ae user: andygoth tags: trunk)
19:23
Remove some end-of-line whitespace and fix some very minor comment typos and capitalization errors ... (check-in: 05379255 user: andygoth tags: trunk)
18:20
Enable automatic paragraph numbering in Markdown using a special HTML comment: "<--markdown paragraph-numbers=on -->" ... (check-in: d9a70a1d user: drh tags: auto-toc)
16:40
fossil.pikchr.addSrcView() now tags each processed SVG element to avoid potentially processing the same one multiple times. Added fossil.pikchr support to /doc, /wiki, and /wikiedit/fileedit previews. This is harmless if there are no pikchrs or JS is disabled. ... (check-in: 83f03e91 user: stephan tags: trunk)
15:43
Fix the markdown converter so that it recognizes HTML comments and passes them through into the raw_html_tag callback. ... (check-in: 881f8664 user: drh tags: trunk)
14:56
Provide a custom structure to the "opaque" pointer of the generic Markdown translator for use when translating Markdown into HTML. ... (check-in: b61dcef9 user: drh tags: trunk)
14:54
Restrict pikchr svg/source toggle to clicks, per forum feedback. ... (check-in: 4e757d8c user: stephan tags: trunk)
14:17
When parsing HTML attribute values in Fossil Wiki formatting, do not allow quoting characters inside of non-quoted values. ... (check-in: b07834b3 user: drh tags: trunk)
14:13
Added post expand/collapse JS to forum post create/edit pages and activated pikchr source/svg toggle on those pages. This is all nice-to-have JS, not required, so won't break non-JS-capable clients. ... (check-in: db865174 user: stephan tags: trunk)
13:42
Make use of the new PIKCHR_INCLUDE_SOURCE flag via /pikchrshow and the pikchr CLI command. ... (check-in: 7da8813e user: stephan tags: trunk)
13:24
Include pikchr source text in the generated SVG. ... (check-in: 041390d3 user: drh tags: trunk)
12:59
Fix the file_mkfolder() function so that it works for files in the root directory. ... (check-in: 74c4732f user: drh tags: trunk)
07:51
Consolidate pikchrshow page/pikchr command use of pikchr()/th1 into a shared routine. Though /pikchrshow does not currently allow th1-processed scripts, it might be interesting to enable for users with edit/checkin (or admin) rights. ... (check-in: 893bf2a1 user: stephan tags: trunk)
04:42
Found a couple snazzy icons for the pikchr view mode change button. ... (check-in: 927c90e8 user: stephan tags: trunk)
2020-09-14
23:42
The window.fossil bootstrapping code now adds the CSS class 'fossil-dark-style' to the body element if the skin has a true white-foreground setting. The initial use case for this is CSS-based color changing for pikchr SVGs, so that the same pikchrs work in light and dark themes. ... (check-in: e8f603f0 user: stephan tags: trunk)
21:40
pikchrshow: corrected clipboard copy contents for raw SVG mode (it was including containing DIV element). ... (check-in: bb56d3d5 user: stephan tags: trunk)
17:03
New pikchr.c that fixes an additional problem with "to" terms on line paths and that ensures that "dot" objects to not change the exit point. ... (check-in: 863d2722 user: drh tags: trunk)
16:29
New pikchr.c fixes an issue with handling of the "to" phrase on a line that already has an incomplete direction add. ... (check-in: 868c38e3 user: drh tags: trunk)
15:53
New pikchr.c that fixes the arc bounding box problem. ... (check-in: c17f5fe2 user: drh tags: trunk)
15:08
pikchr: experimentally only show the source/svg and copy buttons when the mouse is over the pikchr area or the user taps on it (which toggles the buttons). This allows us to make them a bit bigger and keeps them from blocking nearby UI elements when they're not needed. ... (check-in: 460376e6 user: stephan tags: trunk)
13:36
pikchr: documented what appears to be a fundamental incompatibility between our desire to open the source view in the same size/pos as the SVG view and how centering is handled. We seem to have two evils to choose from and currently use what seems to be the lesser of them. ... (check-in: a35126bf user: stephan tags: trunk)
11:17
When toggling pikchr SVG/src view, unset parent element's max-width for src view and re-install it for SVG view. This allows small images to have a sanely-sized source view. ... (check-in: 212d01c1 user: stephan tags: trunk)
11:12
Had to move the pikchr svg/source buttons along the top to keep them from getting truncated off-screen in the forum. Added them to the forum. There are sizing problems of the source view for small pics because the parent element has a fixed max-width. ... (check-in: 4e6aeb5f user: stephan tags: trunk)
10:48
Renamed fossil.pikchr-util.js to fossil.pikchr.js. Minor UI tweaks in the pikchr-related bits. ... (check-in: f5c04086 user: stephan tags: trunk)
09:19
Moved SVG/pikchr mode buttons to the left of the SVG so that their positions remain stable when switching images in pikchrshow or resizing them via window-resize in other views. CSS-animated the mode-change button toggle. ... (check-in: b74d1a3f user: stephan tags: trunk)
09:05
Added UI control to toggle arbitrary pikchr SVG files between SVG and source views, along with a copy button to copy the source of the currently-selected view. Requires pikchr.c code which is not currently in the fossil tree, but once that code is imported, this feature will activate automatically. Currently only used by pikchrshow, but is trivial to activate in arbitrary pages. fossil.copybutton API now uses flashOnce as its default oncopy event handler, to simplify its most common usage. ... (check-in: 475b3a7f user: stephan tags: trunk)
05:38
Minor pikchr command doc update. ... (check-in: 120558e5 user: stephan tags: trunk)
02:06
pikchrshow now supports stashing a single pikchr to/from browser-local storage to enable switching back and forth between example scripts while editing one's own script. Experimentally re-indented the C-side implementation to make its generated HTML hierarchy clearer. Over-the-wire size is now 4.8kb. ... (check-in: 49a04c97 user: stephan tags: trunk)
00:59
/wiki links which pointed to the Sandbox page now link to /wikiedit to accommodate recent changes in the sandbox handling. ... (check-in: 56a74463 user: stephan tags: trunk)
00:55
Typo fix and changelog pikchr update. ... (check-in: d9b42358 user: stephan tags: trunk)
00:42
Added pikchr CLI command to process pikchr scripts, optionally with embedded TH1. ... (check-in: 5173701d user: stephan tags: trunk)
00:27
pikchr command doc updates. ... (Closed-Leaf check-in: f2248f81 user: stephan tags: pikchr-th)
00:06
Changed th1 enable_htmlify call semantics. Fixed a bug introduced in [6f7f73b6] which entirely broke th1 rendering in skins. ... (check-in: 7996a794 user: stephan tags: pikchr-th)
2020-09-13
23:38
Added th1 (enable_htmlify bool) command so that pikchr th1 code in th1Docs has a way of toggling that g.th1Flag off and on. ... (check-in: 6f7f73b6 user: stephan tags: pikchr-th)
22:45
Import the latest pikchr.c code with boundary-point updates. ... (check-in: fbe96ea9 user: drh tags: trunk)
22:09
Added captureTh1 to www/th1.md, hyperlinked the entries of the th1 command list to their doc sections, and replaced "a name=..." with "a id=...", as the former is long since deprecated (has the same effect, though). ... (check-in: e7dcfc90 user: stephan tags: pikchr-th)
21:37
Added captureTh1 TH1 command which runs TH1 and captures any output as a string, which becomes the function's result. ... (check-in: c3991493 user: stephan tags: pikchr-th)
21:23
Centralized handling of the TH_INIT_NO_ENCODE (formerly NO_ESC) flag in sendText(). ... (check-in: b95861fb user: stephan tags: pikchr-th)
19:40
Undid part of [dd4b87c0] which was just plain broken. Yes, we do need TH_INIT_NO_ESC, or something similar, to avoid puts HTML-escaping our pikchr quotes. ... (check-in: a5eaa066 user: stephan tags: pikchr-th)
19:35
Renamed -th-nopic to -th-nosvg because nopic should arguably be nopik, but nopik looks/feels like a typo :/. #FirstWorldProblems ... (check-in: 80f7c6c0 user: stephan tags: pikchr-th)
18:42
It seems we might not need the new TH1_INIT_NO_ESC flag so long as we're just really careful with how we use puts. ... (check-in: dd4b87c0 user: stephan tags: pikchr-th)
18:27
Merged in trunk for latest pikchr. ... (check-in: 810b8272 user: stephan tags: pikchr-th)
18:26
Found a workaround for the th1 puts escaping, but am still wondering whether it's a viable long-term solution. ... (check-in: 18abb60d user: stephan tags: pikchr-th)
17:51
Update pikchr.c to the lastest version will all of the latest bug fixes. ... (check-in: d9f61a9a user: drh tags: trunk)
16:35
Initial work on a pikchr CLI command which integrates TH1 for programmatic pikchr generation. DO NOT MERGE: the required changes to TH1 need more testing to ensure they do not introduce fallout in the skin output. Also, output redirection is still very imcomplete and TH1 error reporting does not yet do the right thing. ... (check-in: 8a4304ea user: stephan tags: pikchr-th)
11:31
Update pikchr.c to a version that avoids using the "&nbsp;" entity. ... (check-in: 931f782f user: drh tags: trunk)
01:15
/wikiedit preview AJAX route tentatively no longer requires WrWiki access, as being discussed over at pikchr:/forumpost/195000ac2f. ... (check-in: 18dee26e user: stephan tags: trunk)
00:50
pikchrshow: added 'p' as alias for 'content' URL parameter in the interest of simplifying linking directly to small scripts from the pikchr user manual. ... (check-in: a34e88e0 user: stephan tags: trunk)
00:14
Sitemap: pointed wiki Sandbox at /wikiedit, instead of /wiki, to account for recent sandbox-handling changes. Added a Pikchr Sandbox (/pikchrshow) link under the Wiki section. ... (check-in: 27a26bb4 user: stephan tags: trunk)
00:00
/wikiedit can now be opened if the user has at least RdWiki permissions, primarily to allow access to the Sandbox for pikchr experimentation. A user without WrWiki still cannot save anything, and users without RdWiki cannot open it at all because it would give them access to the list of wiki pages, which they otherwise aren't privvy to without RdWiki. Also added a RdWiki check to the internal wikiedit ajax routes, as those could have potentially leaked pages to unprivileged users who decoded their internal ajax interfaces. ... (check-in: bff3df00 user: stephan tags: trunk)
2020-09-12
23:26
Adapted pixchrshow raw SVG preview to account for pixchr output containing an outer DIV. Resolves (for me, anyway) Inkscape import problem reported in the forum. ... (check-in: 2ffd9dd1 user: stephan tags: trunk)
20:56
Fix the ".end" and ".start" corners for block obects in the Pikchr formatter. ... (check-in: 66b2ae5a user: drh tags: trunk)
19:28
Re-imported pikchr's example scripts using the output from its new example-to-js converter. ... (check-in: 4d946271 user: stephan tags: trunk)
12:21
Milestone: eliminated the remaining assign-to-DOMElement.innerHTML in the fossil.*.js APIs (ostensible security enhancement), thanks to the DOMParser interface. Fixed an obscure minor bug in /fileedit where a commit message which contained HTML tags could cause the page to misbehave if the 'response manifest' debugging option was turned on. ... (check-in: 79023c92 user: stephan tags: trunk)
09:47
Minor improvements in fossil.dom and touchups in code which can make use of them. Found a way around using innerHTML assignment for rendering pikchr content. (TODO: genericize that and apply it to wikiedit/fileedit previews.) ... (check-in: 74791f88 user: stephan tags: trunk)
07:14
Added support for pikchr 'indent' alignment and expanded the fossil.dom.checkbox/radio() methods. ... (check-in: 57c7128b user: stephan tags: trunk)
06:20
Imported latest upstream pikchr examples into pikchrshow. ... (check-in: ef7912ce user: stephan tags: trunk)
06:13
Added style_emit_noscript_for_js_page() to emit a NOSCRIPT tag and an error message if JS is not available, and call it from the pages which *required* JS in order to work. Added a note about potential browser-induced SVG blurring when using the pikchrshow dark mode option. ... (check-in: 070716d8 user: stephan tags: trunk)
05:41
pikchrshow: discovered that Firefox cannot flexbox a LEGEND element properly, so worked around that. ... (check-in: c92ff2da user: stephan tags: trunk)
04:33
Work on the pikchrshow drag/drop handling. ... (check-in: 3ffd3be3 user: stephan tags: trunk)
03:59
Add the latest pikchr.c that supports the "go ... heading ..." syntax for specifying line paths. ... (check-in: be125040 user: drh tags: trunk)
03:34
pikchrshow: tapping the preview mode label now activates the neighboring copy button. ... (check-in: 3e10ece7 user: stephan tags: trunk)
03:22
Replaced predefined pikchr script list with the new pikchr examples/*.txt (was tests/*.txt) and cache non-error preview responses for those scripts. This halves the over-the-wire size of fossil.page.pikchrshow.js. ... (check-in: 62a5d0cf user: stephan tags: trunk)
02:58
Simplified pikchrshow markup alignment selection to a single checkbox. Related CSS/layout tweaks. ... (check-in: 240646ef user: stephan tags: trunk)
02:24
Update pikchr.c to the latest. This also required a small correction to text alignment in figure 6 of branching.wiki ... (check-in: c3bb7cd2 user: drh tags: trunk)
00:46
pikchrshow: moved markup alignment selection into the fieldset legend and only show it when the preview is showing one of the markup types. ... (check-in: be99269d user: stephan tags: trunk)