Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2020-09-20 22:44:06.
2020-10-10
| ||
16:32 | Improved interwiki link documentation. Enhance the /intermap page so that it shows the current intermap (read-only) to non-setup users, rather than completely exluding such users. ... (check-in: baeab56eff user: drh tags: trunk) | |
15:52 | Relax constraints on the SQL used to set up the ticket schema slightly: (1) Allow creating views whose names begin with "ticket" or "fx_". (2) Allow creating tables whose names begin with "fx_". (3) Allow data changes to tables whose names begin with "fx_". ... (check-in: 93c45cd4e0 user: drh tags: trunk) | |
00:01 | Fix the fossil_stat() routine (broken by check-in [39a5df1fde741d08]) so that it responds correctly when the second argument is SymFILE. This is a fix for the problem described in [forum:/info/251ffc0584|Forum post 251ffc0584] ... (check-in: 4d445ead4c user: drh tags: trunk) | |
2020-10-09
| ||
21:09 | Replace the two GIF images in the www/concepts.wiki document with Pikchrs. ... (check-in: bd9bf24837 user: drh tags: trunk) | |
2020-10-08
| ||
14:49 | Always consume the --nocgi command-line option even if it is not used. ... (check-in: 8594e7a68a user: drh tags: trunk) | |
2020-10-07
| ||
05:39 | Increase maximum token size in Pikchr to 50000 bytes. Important for macros. ... (check-in: da1ff5c2d1 user: drh tags: trunk) | |
2020-10-05
| ||
11:25 | Change instances of %s(g.zTop) into %R. ... (check-in: a40e8a0934 user: drh tags: trunk) | |
2020-10-01
| ||
18:34 | Improvements to the "fossil import" command so that it can now (hopefully) interpret "breezy" files. ... (check-in: d82534b3ac 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: 8e5b010349 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: 42caafaf3b 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: 92ab247435 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: ddcd35d6a5 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: 02c6b07eab user: drh tags: trunk) | |
10:39 | Improved processing of nested macros in Pikchr. ... (check-in: f7259ea07c user: drh tags: trunk) | |
02:01 | Update Pikchr to the latest version that supports "solid". ... (check-in: 5251d44f3a user: drh tags: trunk) | |
2020-09-29
| ||
11:44 | Fix backslash processing in pikchr. ... (check-in: 7a9bf394b1 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: 6dd3a5b75f user: drh tags: trunk) | |
2020-09-27
| ||
16:22 | • Changes to wiki page "To Do List" ... (artifact: 58aaa97c4d user: drh) | |
2020-09-26
| ||
15:51 | Briefly mention how to invoke Pikchr from the Markdown and Fossil Wiki rule cheatsheets. ... (check-in: 4083e5d322 user: drh tags: trunk) | |
11:47 | • Fixed ticket [19ac939843]: IMG tag sizes are wonky because of aggressive CSS plus 5 other changes ... (artifact: 0e9b6639bb user: drh) | |
11:24 | Update the built-in pikchr.c to include the latest enhancements and fixes. ... (check-in: 1347e990ac 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: 1165ed88f3 user: drh tags: trunk) | |
10:42 | Fix check-in [b07834b386f02f73] so that it correctly handles unquoted HTML attribute values. ... (check-in: af616bce44 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: 7de85417de user: drh tags: trunk) | |
2020-09-20
| ||
22:44 | Update pikchr.c to allow "<i>fraction</i> of the way between" position forms to have a fraction less than 0.0 or greater than 1.0. ... (check-in: cab87e3420 user: drh tags: trunk) | |
15:05 | Fix the assert() statement in Pikchr so that it works on positions, not just places. ... (check-in: 249817138c 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: 09cea3cbf4 user: drh tags: trunk) | |
04:29 | Fix a minor problem with the "behind" attribute in Pikchr ... (check-in: e5e2dac076 user: drh tags: trunk) | |
04:09 | Update pikchr.c with support for dist(P1,P2) and copying the layer using "same". ... (check-in: af52ad89ca user: drh tags: trunk) | |
00:44 | Convert the diagrams in the "Rebase Considered Harmful" document over to Pikchr. ... (check-in: 38d6a8f30e user: drh tags: trunk) | |
2020-09-18
| ||
22:55 | New pikchr.c with improved estimates for bounding boxes on text. ... (check-in: bac677f7a9 user: drh tags: trunk) | |
16:58 | Update the built-in pikchr.c and SQLite to the latest from both trees. ... (check-in: c3de0a9930 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:5a7530639a|forum post 5a7530639a] for the bug report. ... (check-in: b190858e97 user: drh tags: trunk) | |
11:27 | Fix minor formatting error in the HTML for hierarchical forum. ... (check-in: 7221e497fc user: drh tags: trunk) | |
03:28 | Clarify the origin of JS in the generated HTML. ... (check-in: 6854244949 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: 39b2081e6e 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: d88444e265 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: 22ba9a41e4 user: drh tags: trunk) | |
19:20 | Cleanup the double-click source display for Pikchr. ... (check-in: 5634dfeb2f 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: ebf5b59570 user: drh tags: trunk) | |
17:58 | Experimental double-click to toggle between SVG and pikchr source. ... (check-in: 3c786c6fc3 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: db02f9b889 user: drh tags: trunk) | |
19:01 | New pikchr.c file that fixes alignment of chopped lines. ... (check-in: 7c28d11d9a user: drh tags: trunk) | |
15:30 | Bug fixes in the pikchr.c tokenizer. ... (check-in: 3676540374 user: drh tags: trunk) | |
13:58 | Fix problems with the built-in "decompress()" SQL function. ... (check-in: 449ab5d600 user: drh tags: trunk) | |
13:45 | Update the built-in SQLite and Pikchr to the latest code, for testing. ... (check-in: ecf679b289 user: drh tags: trunk) | |
13:21 | Make an appropriate entry in the rcvfrom table when doing a git or svn import. See [forum:92db82a45e|forum post 92db82a45e] for details on the problem that this check-in attempts to fix. ... (check-in: 59ba20f845 user: drh tags: trunk) | |
04:14 | Update to the very latest pikchr.c file for testing. ... (check-in: a9c54aad9c user: drh tags: trunk) | |
2020-09-15
| ||
20:59 | • Edit [77cbe291af18a151|77cbe291af]: Mark "Closed". Edit check-in comment. ... (artifact: de2089d2e7 user: drh) | |
20:57 | • Added wiki page "branch/auto-toc" ... (artifact: 8bcdf6b29c user: drh) | |