Fossil

Timeline
Login

Timeline

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

82 check-ins for the month beginning 2020-09-01 by user drh

Following month ↑
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)
02:01
Update Pikchr to the latest version that supports "solid". ... (check-in: 5251d44f user: drh tags: trunk)
2020-09-29
11:44
Fix backslash processing in pikchr. ... (check-in: 7a9bf394 user: drh tags: trunk)
2020-09-28
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-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)
2020-09-19
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)
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)
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)
2020-09-17
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: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)
2020-09-16
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)
04:14
Update to the very latest pikchr.c file for testing. ... (check-in: a9c54aad user: drh tags: trunk)
2020-09-15
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)
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)
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: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)
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)
2020-09-14
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)
2020-09-13
22:45
Import the latest pikchr.c code with boundary-point updates. ... (check-in: fbe96ea9 user: drh tags: trunk)
17:51
Update pikchr.c to the lastest version will all of the latest bug fixes. ... (check-in: d9f61a9a user: drh tags: trunk)
11:31
Update pikchr.c to a version that avoids using the "&nbsp;" entity. ... (check-in: 931f782f user: drh tags: trunk)
2020-09-12
20:56
Fix the ".end" and ".start" corners for block obects in the Pikchr formatter. ... (check-in: 66b2ae5a user: drh 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)
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:00
Import the latest version of pikchr that supports the "file" object type. ... (check-in: b01fae60 user: drh tags: trunk)
2020-09-11
19:58
In the branching.wiki document, make the figure numbers part of the Pikchr, thus avoiding the need for tables, and allowing the figures to scale on mobile devices. ... (check-in: 299e0643 user: drh tags: trunk)
19:45
New version of pikchr.c that support "thick" and "thin" attributes (which is just a convenience for "thickness 125%" and "thickness 66%" and new text attributes "big" and "small" (which is a new capability). All can be uttered twice for enhanced effect. ... (check-in: 75d45175 user: drh tags: trunk)
17:43
Pikchr-generated SVG uses "viewbox" instead of "width" and "height" in an effort to be more mobile-friendly. ... (check-in: 2defbdb3 user: drh tags: trunk)
17:05
Improved comments on the safe_html_nonce() routine. ... (check-in: dfa0eee7 user: drh tags: trunk)
16:41
The <verbatim type="pikchr"> markup of Fossil wiki now always puts the resulting image in a separate block, not allowing it to be in-line. ... (check-in: a0ef47e7 user: drh tags: trunk)
15:40
If the "fossil import --git" command encounters a file that looks like a well-formed Fossil artifact, append a line to the end of that file so that it is no longer a well-formed artifact before importing it. This prevents "manifest" files that found their way into Git from being reinterpreted by Fossil when the repository is reimported back into Fossil. ... (check-in: 2777682b user: drh tags: trunk)
15:20
Enhancements to the test-parse-manifest command to also test the manifest_is_well_formed() interface. ... (check-in: 76169644 user: drh tags: trunk)
14:15
Add the manifest_is_well_formed() routine which can quickly check to see if what we believe to be a data file is actually a control artifact of some kind. Add options to the "test-parse-all-blobs" command to verify this interface. ... (check-in: 0f7eff9e user: drh tags: trunk)
12:20
Fix over-length source code lines in import.c. ... (check-in: 8d9d8654 user: drh tags: trunk)
01:37
Update to a new version of pikchr.c with improved text bounding box computation. ... (check-in: 1f2b6ced user: drh tags: trunk)
2020-09-10
22:56
Update Pikchr to the latest code from the Pikchr website. ... (check-in: a5c685fa user: drh tags: trunk)
18:15
Allow the setup pages to change email-send-method. ... (check-in: 95e73516 user: drh tags: trunk)
17:18
Replace the last separate SVG file in branching.wiki with in-line Pikchr. Also update pikchr.c to fix missing required whitespaces in the generated circle and ellipse markup. ... (check-in: 9ec0ccee user: drh tags: trunk)
16:52
Pikchr text formatting bug fix: Preserve "bold" and "italic" on multi-line text objects. ... (check-in: bf01b429 user: drh tags: trunk)
16:19
Merge in changes for the new /pikchrshow webpage. ... (check-in: 0b2f8388 user: drh tags: trunk)
16:15
Add in the latest Pikchr module with bug fixes and with support for up to 5 strings per object. ... (check-in: d6639e46 user: drh tags: trunk)
03:10
Change 5 of the 6 diagrams in the "branching.wiki" document over to Pikchr. Edit: I meant for this checkin to go on trunk, but it ok for the change live on this branch until the branch merges. ... (check-in: 3c7f7426 user: drh tags: pikchrshow)
01:08
Merge enhancements from trunk. ... (check-in: 3f1b8862 user: drh tags: pikchrshow)
01:06
Update the pikchr.c file from the latest source from the Pikchr website. ... (check-in: d2b69d16 user: drh tags: trunk)
00:53
Enable Pikchr in Fossil Wiki using markup of the form: <verbatim type="pikchr">...</verbatim>. ... (check-in: 1fc2df90 user: drh tags: trunk)
2020-09-09
17:10
Parse the "info string" for Pikchr blocks for one of "center", "indent", "float-left", or "float-right" and add a <div> to accomplished the desired display mode. ... (check-in: 155d0747 user: drh tags: trunk)
15:30
Enable pikchr mark-up inside of Markdown fenced code block that are labeled with language "pikchr". ... (check-in: a13082c2 user: drh tags: trunk)
15:25
Fix the build for Windows by adding macro M_PI if it is missing. ... (Closed-Leaf check-in: 0df84add user: drh tags: pikchr)
15:20
Attempt to integrate the PIC-like drawing formatter "Pikchr". ... (check-in: 17d89b9a user: drh tags: pikchr)
2020-09-07
20:32
Add support for --extroot on windows. ... (check-in: 8aaaa4f5 user: drh tags: trunk)
14:08
The additional db_unprotect() work of check-in [b9fa7e28712c5981] was incomplete. Here is an attempt to finish the job. ... (check-in: 50f61b7a user: drh tags: trunk)
14:01
file_mkdir() should use the converted filename, not the original. ... (check-in: 45fc083b user: drh tags: trunk)
2020-09-06
14:49
Fix the skin editor so when loading the "Current In Use" skin, it actually pulls in the currently in use skin, even if that skins is an alternative skin specified on the command-line or the built-in default skin. ... (check-in: 5c90832d user: drh tags: trunk)
14:37
Disable the ETAG cache for the /draftN pages so that caching does not interfere with preview. ... (check-in: 03643a63 user: drh tags: trunk)
2020-09-03
19:04
Make sure that any newlines in the CSP are converted into simple spaces before the CSP is added to an HTTP header. This *might* fix a problem reported on the forum. ... (check-in: e0f2283c user: drh tags: trunk)
Previous month ↓