Fossil Forum
Forum
G'day, The new forum system is great and some of my team members have requested extending it in various ways. Noting that we will do the work, and that some of these may be overkill I would like…
The captcha is too large for a smaller viewport. Is there any reason not to size it dynamically? I've had decent results setting `pre.captcha{ font-size: 1.1vw; }` in `default.css`. Media queries cou…
SQLite WAL mode is not enabled by default. Is WAL mode safe and stable to use in Fossil? I know there are additional steps to manage the WAL journaling file when the repository database is moved, but…
Fossil CGI extensions never receive the `FOSSIL_CAPABILITIES` for "nobody" because `fullcap()` always adds "anonymous" caps. <https://fossil-scm.org/home/info?name=ba1285ef63&ln=269-271>
In the [Wiki in Fossil article][1] (emphasis added): > Each wiki page has its own revision history which is independent of the sequence of **check-ins (check-ins)**. Apparently the result of a…
Hi, I've posted here before and the community have been really helpful, so I'm back again. How does Fossil do its bisect? I can't understand it from reading the code and I want to implement som…
On the [forum of the Tcl tips fossil repository](https://core.tcl-lang.org/tips/forum), clicking the "New Thread" link produces a page that is blank aside from the title and menu bar. This has worked…
Hi, I download the repolist page from a script to easily clone and sync all my repositories from unprivileged places. Can the robot defense be disabled? I see `robot-exception` and `robot-restrict…
The Tcl core machine (core.tcl-lang.org) is running fossil version 2.29 [859458555b]. Now tickets with plain text descriptions and comments show <verbatim-... links> tags. The TH1 code for the ticket…
Congratulations to Stephan Beal, whose years of work on [libfossil](https://fossil.wanderinghorse.net/r/libfossil/wiki/home) have resulted in a very complete, independent implementation of Fossil. By…
Some of my repos are behaving differently from others when I bring up their GUI in the browser. Some show only "Home Timeline Files Admin" while others show a more complete set of items including Br…
Hello all, I just announced LumoSQL in [the SQLite forum](https://sqlite.org/forum/forumpost/09ce253f31). From the point of view of Fossil/libfossil users: * this version now works for all Foss…
I am using dark mode for several repos and it works great, when I include pikchr diagrams in embedded docs these have good contrast by default. However, when I create a ticket it has a light grey bac…
Hi !! First, amazing job with fossil !! My repo.fossil database has grown to 510000kb after copying a folder of non-text files. I have been using github to sync some personal but work-related …
The Blitz skin has a bug where the line numbers when viewing a file do not go all the way to the end of the file. They seem to end in the last 10-15% of the file. To replicate this: 1. Set the fo…
There is a big difference between Tickets and the Bug Forum. There is [ticket documentation](https://fossil-scm.org/home/doc/trunk/www/bugtheory.wiki) but this is different to the nice new Bug Forum …
I have lots of tickets in various states in one repo. I want to stop using that repo and start using another (after refactoring source code). How can I copy all the tickets in the first repo to the s…
Hello! I'm a big fan of Fossil and SQLite! I've read a lot of the blog posts and talks made by Dr. Hipp and friends. That's why I'd like to use Fossil for game development, though from what I can …
The following example is in the `Header and Footer Processing` section: ``` For example, first few lines of a typical Skin Header will look like this: <div class="header"> <div class="title…
Hello all: I was redoing my skin based on the eagle skin to see if I was breaking the new forum editor. For development I am running fossil with `--skin skin/directory`. While I was doing that…
Hello Fossilers, [LumoSQL](https://lumosql.org/src/lumosql) v0.8 is out, and you can compile Fossil and libfossil against it. LumoSQL is a modification ([not a fork](https://lumosql.org/src/not-fo…
Currently, the Ad-unit uses plain HTML. What I want to have is different "Ad-units" on different pages. As an example, having an announcement on the main page is fine but I do not want to see it o…
Hi all, I am using git and fossil for different projects personally and in my company and I miss TUI tool that support both SCMs. To address this I start to code a tool strongly inspired by lazygit…
Good morning, all. It's long been the intent to modernize the forum editor to be able to do things like fetching a preview of an edit without having to reload the whole page. The recent/ongoing rewo…
There was an automated test suite regression failure on the Debian systems, for fossil 2.27-2. (I've uploaded 2.28-1 but I don't think it solves the issue.) The problem is shown in [Debian bug 11235…