Fossil

Timeline
Login

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

17 check-ins using file src/style.c version 7cdb68cd36

2020-09-10
00:53
Enable Pikchr in Fossil Wiki using markup of the form: <verbatim type="pikchr">...</verbatim>. check-in: 1fc2df905e user: drh tags: trunk
2020-09-09
21:38
Added missing help docs to /pikchrshow. check-in: b46175c56f user: stephan tags: pikchrshow
21:16
Added missing new file :/. check-in: cc68bc7bac user: stephan tags: pikchrshow
21:02
Quick-and-dirty /pikchrshow page which allows those with write- or wiki-write access to input pikchr code and see it rendered. check-in: 63ed253cbd user: stephan tags: pikchrshow
18:14
Added missing db_unprotect()/db_protect_pop() in (user new). check-in: c294f6bfe6 user: stephan tags: trunk
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: 155d07470d user: drh tags: trunk
15:30
Enable pikchr mark-up inside of Markdown fenced code block that are labeled with language "pikchr". check-in: a13082c284 user: drh tags: trunk
15:25
Fix the build for Windows by adding macro M_PI if it is missing. Closed-Leaf check-in: 0df84add06 user: drh tags: pikchr
15:20
Attempt to integrate the PIC-like drawing formatter "Pikchr". check-in: 17d89b9a9a user: drh tags: pikchr
13:05
Added missing db_unprotect()/db_protect_pop() to the login-group command. check-in: ca5a5c7948 user: stephan tags: trunk
2020-09-07
20:32
Add support for --extroot on windows. check-in: 8aaaa4f533 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: 50f61b7ad1 user: drh tags: trunk
14:01
file_mkdir() should use the converted filename, not the original. check-in: 45fc083bbf 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: 5c90832d79 user: drh tags: trunk
14:37
Disable the ETAG cache for the /draftN pages so that caching does not interfere with preview. check-in: 03643a632c user: drh tags: trunk
2020-09-04
17:00
Removed inherited box shadow from ardoise .timelineSelected, [https://fossil-scm.org/forum/forumpost/60c5fcd604 | per forum request]. check-in: 3af6e7ceb4 user: stephan 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 [forum:/info/d29e3af43c|on the forum]. check-in: e0f2283c15 user: drh tags: trunk