[fossil-users] Transcluding document fragments in the wiki?

2018-03-19 Thread Tim Chase
Is there a way to transclude wiki fragments, whole wiki pages, or repository artifacts inside other wiki documents? Something like the following imaginary syntax: *Make sure your config file looks like this* [include_file:src/config_sample.ini] and make sure to [include_wiki:Setup

Re: [fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread Richard Hipp
On 3/19/18, The Tick wrote: > Is there a was to get a "ls -l" style list of the files in a repository > from the web interface? I see "Tree-View" or "File Ages" but the listing > of "ages" seems to be relative to the last commit time. For instance, a > "Tree-View" on a

[fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread The Tick
Is there a was to get a "ls -l" style list of the files in a repository from the web interface? I see "Tree-View" or "File Ages" but the listing of "ages" seems to be relative to the last commit time. For instance, a "Tree-View" on a repository that I have not touched for several months shows

Re: [fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread The Tick
On 3/19/2018 2:44 PM, Stephan Beal wrote: On Mon, Mar 19, 2018 at 7:30 PM, The Tick > wrote: Is there a was to get a "ls -l" style list of the files in a repository from the web interface? I see "Tree-View" or "File Ages" but the listing of

Re: [fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread The Tick
On 3/19/2018 1:33 PM, Richard Hipp wrote: On 3/19/18, The Tick wrote: Is there a was to get a "ls -l" style list of the files in a repository from the web interface? I see "Tree-View" or "File Ages" but the listing of "ages" seems to be relative to the last commit time. For

Re: [fossil-users] Web interface: "ls -l" list of files?

2018-03-19 Thread Stephan Beal
On Mon, Mar 19, 2018 at 7:30 PM, The Tick wrote: > Is there a was to get a "ls -l" style list of the files in a repository > from the web interface? I see "Tree-View" or "File Ages" but the listing of > "ages" seems to be relative to the last commit time. A related sidebar:

[fossil-users] Any way to cleanup global _fossil or .fossil?

2018-03-19 Thread The Tick
I noticed that my AppData/Local/_fossil file is growing. Using sqlite3 on that file shows a bunch of items that are no longer valid. I assume this is because I've deleted a lot of temp repository checkouts without remembering to do a 'fossil close'. The sqlite3 'select * from

Re: [fossil-users] Any way to cleanup global _fossil or .fossil?

2018-03-19 Thread Richard Hipp
On 3/19/18, The Tick wrote: > > I noticed that my AppData/Local/_fossil file is growing. Using sqlite3 > on that file shows a bunch of items that are no longer valid. I think the "fossil all list" command will automatically remove entries that are no longer valid. -- D.

Re: [fossil-users] Any way to cleanup global _fossil or .fossil?

2018-03-19 Thread Richard Hipp
On 3/19/18, The Tick wrote: > > That did not seem to do much (if anything). There are still records for > repositories that no longer exist. In addition -- this is windows: > fossil is recording repository path names where only the alphabetic case > differs (my lazy typing) but,

Re: [fossil-users] Any way to cleanup global _fossil or .fossil?

2018-03-19 Thread The Tick
On 3/19/2018 3:45 PM, Richard Hipp wrote: But it seems like a relatively harmless issue. How bit is your _fossil file? It's only 50K so yes, it's harmless. I was just wondering if there was an easy way to clean it up. ___ fossil-users mailing list

Re: [fossil-users] Any way to cleanup global _fossil or .fossil?

2018-03-19 Thread The Tick
On 3/19/2018 3:29 PM, Richard Hipp wrote: On 3/19/18, The Tick wrote: I noticed that my AppData/Local/_fossil file is growing. Using sqlite3 on that file shows a bunch of items that are no longer valid. I think the "fossil all list" command will automatically remove

[fossil-users] Extending Fossil with Lua?

2018-03-19 Thread Offray Vladimir Luna Cárdenas
Hi, This is just kind of a next semester project, but I would like to start exploring the options. I'm using Fossil mainly to store documentation (using the superb embedded documentation feature) for my Grafoscopio[1] project. I think that SQLite and Fossil are good examples of what I call