Fossil

Timeline
Login

Timeline

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

26 check-ins using file src/wikiformat.c version d300b084d8

2020-09-11
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: 2777682b63 user: drh tags: trunk)
15:20
Enhancements to the test-parse-manifest command to also test the manifest_is_well_formed() interface. ... (check-in: 761696443a 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: 0f7eff9eeb user: drh tags: trunk)
12:20
Fix over-length source code lines in import.c. ... (check-in: 8d9d8654a3 user: drh tags: trunk)
01:37
Update to a new version of pikchr.c with improved text bounding box computation. ... (check-in: 1f2b6cedad user: drh tags: trunk)
00:06
Minor CSS and layout tweaks to /pikchrshow layout. Preview mode toggle is now disabled/enabled, rather than hidden/revealed, to help reduce UI jumpiness. ... (check-in: 2b556f1cc8 user: stephan tags: trunk)
2020-09-10
22:56
Update Pikchr to the latest code from the Pikchr website. ... (check-in: a5c685fa0d user: drh tags: trunk)
22:31
pikchrshow: support 4 different preview modes, clipboard copy of previewed content, and markup alignment option (left/center). ... (check-in: d330c09135 user: stephan tags: trunk)
22:15
Fix typo in the 'admin_sql' page. ... (check-in: e654b300f6 user: mistachkin tags: trunk)
21:51
Fix misplaced / missing db_unprotect() calls in the 'waliassetup' and 'setup_logo' pages. ... (check-in: f273832a73 user: mistachkin tags: trunk)
18:15
Allow the setup pages to change email-send-method. ... (check-in: 95e735165e 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: 9ec0ccee33 user: drh tags: trunk)
16:52
Pikchr text formatting bug fix: Preserve "bold" and "italic" on multi-line text objects. ... (check-in: bf01b42928 user: drh tags: trunk)
16:19
Merge in changes for the new /pikchrshow webpage. ... (check-in: 0b2f838887 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: d6639e466e user: drh tags: trunk)
15:02
Added a small gap to the top of /pikchrshow's content area. ... (Closed-Leaf check-in: 833dfc1bcd user: stephan tags: pikchrshow)
13:59
Ajaxified pikchrshow. ... (check-in: 075f6f8d80 user: stephan tags: pikchrshow)
07:31
pikchrshow: place rendering to the right of the entry form if it will fit, else wrap it around to below the form. ... (check-in: 91c13c34be user: stephan tags: pikchrshow)
07:07
pikchrshow: always show the dark-mode checkbox but default to checked only in dark mode. Minor layout improvements. ... (check-in: 627ffe3cd8 user: stephan tags: pikchrshow)
05:36
pikchrshow: when running in a white-foreground skin, offer a checkbox to toggle the dark-theme simulation on and off (defaulting to on). Hide the checkbox for light skins. ... (check-in: 72ac2b86a9 user: stephan tags: pikchrshow)
05:20
pikchrshow: when running under a skin with the white-foreground property, apply a CSS filter to the SVG to approximate a dark-theme look. ... (check-in: c7d88f2754 user: stephan tags: pikchrshow)
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: 3c7f742639 user: drh tags: pikchrshow)
01:08
Merge enhancements from trunk. ... (check-in: 3f1b8862cb user: drh tags: pikchrshow)
01:06
Update the pikchr.c file from the latest source from the Pikchr website. ... (check-in: d2b69d16c6 user: drh tags: trunk)
00:54
Add the 'defHeader' command to TH1. ... (check-in: c1cb6886cd user: mistachkin tags: trunk)
00:53
Enable Pikchr in Fossil Wiki using markup of the form: <verbatim type="pikchr">...</verbatim>. ... (check-in: 1fc2df905e user: drh tags: trunk)