Coding projects (by others)

Fossil Forum

Forum for discussion of the Fossil DVCS

Read More →

Pikchr

A PIC-inspired graphics markup language

Read More →

libfossil

The Fossil SCM library API experiment. "Unofficial but not unsanctioned."

Read More →

mORMot and Open Source friends

Host the OpenSource components made available by the Synopse company. mORMot Framework Client-Server Delphi ORM (SQlite3 Oracle MSSQL OleDB ODBC) and interface based Services (like WCF): database access, User Interface generation, security, i18n and reporting are handled in a safe and fast SOA AJAX JSON RESTful model. PDF Engine is an Open Source PDF document creation library for Delphi, embedded in one unit. Use a true TCanvas to create the PDF, and embed True Type fonts subsets. Unicode ready. GDI+ SynGdiPlus unit: some TGraphic descendants are registered in your application to load and save GIF, TIF, PNG and JPG pictures. It also allows antialiased drawing from any TMetaFile.

Read More →

fnc

interactive text-based user interface for fossil

Read More →

FossilBook

This is a user guide for Fossil. It will show a new user how to setup and use this wonderfully simple source control system.

Read More →

Star Trek Database

Simple SQLite-based database for Star Trek metadata

Read More →

AsmBB

It is web message board, implemented in pure assembly language. It uses SQLite database and FastCGI interface. The main goal is to have fastest message board engine able to run on very high loads and still have all needed features.

Read More →

Flint

The AGPLv3 codebase behind http://chiselapp.com.

Read More →

Eskil

Graphical Diff Utility

Read More →

Inskinerator

Generates improved Fossil skins based on its default skin with custom color schemes.

Read More →

GIMP Script-fu

Here a some of the GIMP Script-fu scripts I have written over the years.

Read More →

Fossil Skins Extra

Collection of themes/skins for the Fossil SCM. <span style=color:red>Public write access</span>, just make an account.

Read More →

Fossil Skins Extra

Collection of themes/skins for the Fossil SCM

Read More →

Wheel of Time Chapter Icons

Description of all chapter icons from the Wheel of Time series.

Read More →

Codes divers

Divers bouts de code de ma composition

Read More →

Fossil Wrapper

(No description available)

Read More →

fx

Extended fossil management commands - Scripts to maintain a mirror from fossil to git. - Watching a fossil repository (RSS) and sending mail on ticket changes.

Read More →

Fuel

A cross platform GUI for Fossil

Read More →

TortoiseFossil

A version of the popular Tortoise-style tools for Fossil SCM.

Read More →

fossil markdown patches

This project provides patches to enable markdown in the ticket system. For you have to place * edit-ticket.th1 * new-ticket.th1 * view-ticket.tha to the respective templates in Admin/Tickets

Read More →

Codes divers

Divers bouts de code de ma composition

Read More →
Search
About this site

This page lists a few projects that I've cloned from elsewhere.

Some of them still sync with the original repository, and in some cases I keep a local (private) branch with my own tweaks and additions.

Recent ticket activity

Re: Tables in ticket view set the bgcolor
> As per the OP's suggestion, moving the ticket state colors into CSS, so that they participate in the skinning process, would be a good thing to do someday. I see some problem. It would be quite easy I think to create CSS-Classes if a Variable cssclass or similar is created in the SQL-Query. That part is easy. But what CSS-Classes would a creator of a report pick? As the users can switch their skin, these would've to be supported in all available skins. We could provide some for common cases, but it would be hard to use more customized stuff. The report-creator has to make sure their CSS-Classes are added to the skins. So it is not impossible to implement I think, but as I see it the usefulness would be limited if there isn't a way to add the needed classes to all skins or add custom classes to the report window as well. Which probably would be the best way, add another input for creating CSS that is injected on the report page. But then again it is not part of the skinning.
Re: ticket display doesn't show age or creation time
I don't know if `tkt_ctime` was a field back when this report was made, but it exists now. So I added it to the report columns in the default text when creating new ticket reports ([](86c1910ffbd1b642)), show creation time in the default ticket view ([](814a417b4d2d1071)) and also for good measure show additionally the human readable age for both `tkt_mtime` and `tkt_ctime` ([](8b48a054edda1a17)). I think these changes should cover this ticket. As most of it is done in the default TH1 it is not instantly available on old repositories unless the tkt_view template is reverted to default. But that is better I think, because it still enables the ability for admins to configure the ticket view and reports as they like.
Bug in combination of ticket reports with additional rows and sorttable.js
There is a bug if you enable reports with mutiple rows per ticket (by declaring a value name with a leading underscore), then sorttable.js breaks on these additional rows.
Re: fossil checkin info code in Fossilbook PDF
Not present in the current 3rd Edition text.
Re: A grammar error in the User’s Guide
This was already fixed in [20201121162334Z](/info/20201121162334Z)