Re: [fossil-users] Didn't someone mention working on a fossil GUI

2010-04-29 Thread Daniel Clark
On 04/26/2010 05:00 AM, Andy Reynolds wrote: > I think a 'proper' fossil-gui should ideally be a single binary and cross > platform - maybe java but thats not my area. IMHO would be more interesting to somehow integrate into fossil itself, via something like https://mozillalabs.com/bespin/ - exce

Re: [fossil-users] three-way merge

2010-04-12 Thread Daniel Clark
On 04/12/2010 12:52 PM, D. Richard Hipp wrote: > Can anyone suggest a good 3-way graphical merger that I can use for > testing (Mac or Linux). http://kdiff3.sourceforge.net/ KDiff3 can be used to merge two or three input files and automatically merges as much as possible. The result is presente

Re: [fossil-users] unittest Regression Testing

2010-04-09 Thread Daniel Clark
On 04/09/2010 02:55 PM, Rob Powell wrote: > If you can think of things that will help with this task, please post; > I am open to discussion and suggestions. This might be useful: Unit Testing C Code http://stackoverflow.com/questions/65820/unit-testing-c-code I would think there would be a C un

Re: [fossil-users] Fossil GUI for local source tree operations

2010-04-08 Thread Daniel Clark
On 04/05/2010 04:02 PM, D. Richard Hipp wrote: > > On Apr 5, 2010, at 3:50 PM, Wilson, Ronald wrote: >> >> Is there a way yet to require a GPG signature for all checkins? > > No, not yet. > > There are two things that could be done here. (1) Require all check- > ins to be signed in the client

Re: [fossil-users] Hyperlinks Disabled

2010-03-29 Thread Daniel Clark
On 03/29/2010 11:32 AM, Jeremy Cowgar wrote: > On 3/29/2010 11:28 AM, Stephan Beal wrote: >> On Mon, Mar 29, 2010 at 2:49 PM, Jeremy Cowgar >> > > wrote: >> >> Didn't think of that. I wonder about enabling everything but the zip >> download, require at least an ano

Re: [fossil-users] Replying to a message from within the archive

2010-03-03 Thread Daniel Clark
On 03/02/2010 07:33 PM, Higham, Paul wrote: > It is possible from within the mail archive to reply to the author of a > specific posting, but this is only addressed to the author. Is it > possible from within the archive to select a specific posting and have a > reply posted to the entire set of f

Re: [fossil-users] clearsign defaulting to off

2010-02-23 Thread Daniel Clark
Ron Aaron wrote: > On Tuesday 23 February 2010 18:16:59 D. Richard Hipp wrote: > >> I get the impression that I am perhaps the only person in the world >> who cares about PGP signing their check-ins. So rather than burden >> all other users with having to figure out PGP/GPG, what it is, how i

Re: [fossil-users] Web Interface Authentication

2010-01-21 Thread Daniel Clark
Ramon Ribó wrote: >> A reasonably modern computer can compute these fast enough >> to break most user passwords in a couple of minutes. What PBKDF2 does is >> use a function that is purposely expensive to make the dictionary attack >> I just described impractical. > > Anyone minimally concerned wi

Re: [fossil-users] Passwords stored in cleartext in 'user' table

2010-01-14 Thread Daniel Clark
Twylite wrote: > The only way to solve this problem - securing both the wire and the > server storage - is to move to a more advanced cryptographic protocol > (preferably asymmetric crypto). That is not workable however, as it > would leave no way to log on through the web interface (which is l

Re: [fossil-users] Path Separators

2009-12-18 Thread Daniel Clark
Clark Christensen wrote: > I'm using Fossil on MS Windows under the TCC/4NT shell, and am mostly really > happy with it. But the one thing that causes me the most problems is the > forward slash path separator in the output from many fossil commands. > > I often find myself using "fossil status

Re: [fossil-users] Disabling blanket robots.txt exclusion

2009-12-11 Thread Daniel Clark
D. Richard Hipp wrote: > On Dec 2, 2009, at 10:52 AM, Daniel Clark wrote: > >> For a while it's seemed odd to me that google hadn't updated its >> indexes >> of a few sites, so I took a look and noticed the obvious - robots.txt >> was disa

Re: [fossil-users] "fossil mv" bug. Reproduction script provided.

2009-12-11 Thread Daniel Clark
Benjohn Barnes wrote: > I described this a few days ago, but not very coherently. Here's > another try. I'm happy to bung this in a tracker somewhere if someone > hands me a url. http://www.fossil-scm.org/index.html/reportlist -- Daniel JB Clark | Sys Admin, Free Software Foundation pobox.

[fossil-users] Feature idea: per-page RSS feeds and links (was: Re: rss link?)

2009-12-10 Thread Daniel Clark
IMHO it would be nice to have and RSS link on the page text. I'd also really love if each page could also have its own RSS feed. This way people could subscribe and be notified of changes only to pages they are interested in, instead of all changes which can be overwhelming. This would be esp. u

Re: [fossil-users] Commit failing... retyping commit message

2009-12-10 Thread Daniel Clark
Ramon Ribó wrote: >> that -M filename is also a useful choice. Regarding the bloat factor: the >> diff for -M is only a few lines of real code. i've pasted it below, but > > In my opinion, the decision should not be based on the added > complexity to the code (we programmers can deal with complexi

Re: [fossil-users] --dry-run (WAS Commit failing... retyping commit message)

2009-12-10 Thread Daniel Clark
Wilson, Ronald wrote: >> One of the thinks that I most dislike of other VCS is the excess of >> options. Too many options means to much time reading the manuals and >> to much time remembering the possibilities of the tool. >> >> Fossil is very good at it. It has the minimum set of options to m

Re: [fossil-users] announce: fossil .deb packages

2009-12-06 Thread Daniel Clark
Stephan Beal wrote: > Hi, all! > > Today i set up my first APT repository for hosting .deb-format packages, > mainly for [K]ubuntu and GnuSolaris (aka NexentaOS). i've added a script to > the fossil source tree, debian/makedeb.sh, which is a quick hack for > generating a .deb file for fossil. Addi

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-12-06 Thread Daniel Clark
Will Duquette wrote: > On Dec 5, 2009, at 3:23 AM, Daniel Clark wrote: > >> Joshua Paine wrote: >>> On Fri, 2009-12-04 at 16:21 -0500, Daniel Clark wrote: >>>> I'm missing why you wouldn't want to just implement this as code >>>> (in C

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-12-05 Thread Daniel Clark
Joshua Paine wrote: > On Fri, 2009-12-04 at 16:21 -0500, Daniel Clark wrote: >> I'm missing why you wouldn't want to just implement this as code (in C >> or Javascript) that can translate from fossil wiki markup to markdown >> markup (or whatever) and back.

Re: [fossil-users] The case for Markdown (yes, I rtfm)

2009-12-04 Thread Daniel Clark
I'm missing why you wouldn't want to just implement this as code (in C or Javascript) that can translate from fossil wiki markup to markdown markup (or whatever) and back. That way everyone could use whatever markup language they want, but someone using "pure" fossil would not have to care. No com

[fossil-users] Disabling blanket robots.txt exclusion

2009-12-02 Thread Daniel Clark
For a while it's seemed odd to me that google hadn't updated its indexes of a few sites, so I took a look and noticed the obvious - robots.txt was disallowing all crawlers: (from main.c) /* Prevent robots from indexing this site. */ if( strcmp(g.zPath, "robots.txt")==0 ){ cgi_set_conte

Re: [fossil-users] Newbie getting starting issues, plus 'add' question

2009-11-11 Thread Daniel Clark
Dmitry Chestnykh wrote: >> I wrote down what I did in my blog, in case anyone is interested in >> reading the experiences of another newbie: >> >> http://bkhome.org/blog/?viewDetailed=01200 >> http://bkhome.org/blog/?viewDetailed=01201 > > Regarding hiding whatever.cgi, here's how I do it. I keep

Re: [fossil-users] QLFossil - Quick Look plugin for Mac OS X

2009-10-28 Thread Daniel Clark
On 10/26/2009 10:35 PM, Dmitry Chestnykh wrote: > Hello, > > Today I wrote a Quick Look plugin for Mac OS X to quickly view > timeline of repositories. > > You can check it out here: > > http://dev.codingrobots.org/cgi-bin/o/qlfossil/ > > I hope Mac users will like it ;-) Maybe there should be a w

Re: [fossil-users] Some questions about fossil

2009-10-07 Thread Daniel Clark
Andreas Kupries wrote: > Ramon Ribó wrote: > What about the third option ? I.e. editing cvs2fossil instead of developing > from scratch ? Another option: write fossil support for tailor - http://progetti.arstecnica.it/tailor - which would give migration support to a large number of other VCS / D

Re: [fossil-users] Import into issue tracker?

2009-10-07 Thread Daniel Clark
Stephen De Gabrielle wrote: > Is there a way of importing issues into the issue tracker? BTW I asked my friend who did a lot of SD work over the summer; she's really hosed with MIT classes now until mid-December, and suggests emailing sa...@bestpractical.com I'd personally be willing to put say $

Re: [fossil-users] Possible extensions

2009-10-05 Thread Daniel Clark
p...@planet.nl wrote: > Just wanted to know the opinion of the people on this list on two possible > extensions. > > [1] wysiwig wiki > There is the fossil wiki language + html and I noticed there is creole > branch. Wouldn't it be good for usability if there was a TinyMCE-like option? > TinyM

Re: [fossil-users] Import into issue tracker?

2009-10-05 Thread Daniel Clark
Stephen De Gabrielle wrote: > Is there a way of importing issues into the issue tracker? Not that I know of; the closest thing I know of that does migrations of tickets in a generic way between systems is: http://syncwith.us/sd/ So if you are or can hire a perl hacker that would be one way of g

Re: [fossil-users] limiting symlinks

2009-09-29 Thread Daniel Clark
D. Richard Hipp wrote: > On Sep 24, 2009, at 1:42 PM, Michael McDaniel wrote: > >> I have dropped the In-Reply-To identifier to break the thread >> for this message. >> >> Before I open an enhancement request ticket I thought I would >> send to the mailing list once more, with an easily reproducib

Re: [fossil-users] A Creole wiki parser for Fossil?

2009-09-27 Thread Daniel Clark
Daniel Clark wrote: > I would think there would be something like "libwiki" or "libmarkup" or > "anywiki" or "anymarkup" in existence that would make much of the above > easier, but I've been unable to find it so far. Still haven't been

Re: [fossil-users] A Creole wiki parser for Fossil?

2009-09-26 Thread Daniel Clark
Robert wrote: > I have put a demo of fossil with an integrated Creole wiki parser > (prototype) here. This should be safe from my own disasters. > > http://pytrash.users.sourceforge.net/cgi-bin/creole > > Is there any interest in going on with this and eventually integrating > it with the main br

Re: [fossil-users] Getting "fossil: not a valid object name" for "fossil info" on files

2009-09-25 Thread Daniel Clark
D. Richard Hipp wrote: > See: fossil test-sha1sum * > > Perhaps the "sha1sum" command should be promoted to a documented and > supported command IMHO this would be useful; however it turns out that I didn't need it to add Fossil support for Bcfg2 (which FYI should be included in Bcfg2 1.0

Re: [fossil-users] Getting "fossil: not a valid object name" for "fossil info" on files

2009-09-22 Thread Daniel Clark
D. Richard Hipp wrote: > On Sep 21, 2009, at 3:27 AM, Daniel Clark wrote: > >> Getting "fossil: not a valid object name" for "fossil info" on files - >> I'm guessing I'm just getting the syntax wrong somehow; if not, I'll >> go enter

[fossil-users] Getting "fossil: not a valid object name" for "fossil info" on files

2009-09-21 Thread Daniel Clark
Getting "fossil: not a valid object name" for "fossil info" on files - I'm guessing I'm just getting the syntax wrong somehow; if not, I'll go enter this as a bug. If so, perhaps the documentation should have an example of correct syntax. (Context: just need a command that will get the checked-out

Re: [fossil-users] Wiki Parsers for Fossil

2009-09-20 Thread Daniel Clark
On Wed, Apr 29, 2009 at 8:31 AM, Robert Ledger wrote: > Hi! > > I have started work on a creole 1.0 wiki parser for fossil, more for > my own amusement and to exercises my C skills, than for any practical > purpose ;) Is this work still ongoing / available somewhere? The link to the branch at: h

Re: [fossil-users] Documentation for TH1

2009-09-20 Thread Daniel Clark
On Tue, May 5, 2009 at 5:10 PM, wrote: > Richard, > > Please find documentation for the TH core language at this location: > http://www.sqliteconcepts.org/THManual.pdf > Hope this helps. Perhaps this doc: http://www.fossil-scm.org/index.html/doc/tip/www/bugtheory.wiki should be updated to point

Re: [fossil-users] Email list archive not available

2009-08-06 Thread Daniel Clark
Alec Clews wrote: > I have found an archive at > http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/info.html There is now (as of like yesterday) a complete archive on http://gmane.org in the gmane.comp.version-control.fossil-scm.user group. -- Daniel JB Clark | Sys Admin, Free Soft

Re: [fossil-users] Wiki Parsers for Fossil

2009-05-10 Thread Daniel Clark
Twylite wrote: > Robert Ledger wrote: > With regard to the JavaScript musings of others ... why extend Fossil > with javascript, qtscript, whatever? That would just introduce another > back-end scripting language beside TH1 (Tcl-like scripting). If > server-side scripting is absolutely require

Re: [fossil-users] Wiki Parsers for Fossil

2009-05-10 Thread Daniel Clark
Robert Ledger wrote: > Stephan Beal wrote: > 1 I am talking about 'extensions' that would always be available but > could be developed independently from the core code if the interface > was already there, such as a parser extension. IMHO for wiki parsers, perhaps they should be implemented as jav

Re: [fossil-users] Wiki Parsers for Fossil

2009-04-29 Thread Daniel Clark
On Wed, Apr 29, 2009 at 8:52 AM, Stephan Beal wrote: > On 4/29/09, Robert Ledger wrote: >> I was thinking that it might be a good idea to provide a parser >> interface so that custom wiki implementations could easily >> be integrated with core fossil. > ... >> The tag could also be used to enabl

[fossil-users] (Yet another) offer to help with mailing list stuff

2009-04-20 Thread Daniel Clark
I'd be happy to be the latest in the line of people who have tried to solve the issue of the link to the pipermail archives on: http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users Being this incorrect value: http://lists.fossil-scm.org:8080/pipermail/fossil-users/ This is the c

[fossil-users] Considering Fossil SCM as recommended option for code.autonomo.us project hosting site

2009-04-12 Thread Daniel Clark
Hi all, I'm working on a project hosting site for the autonomo.us project [1]. Briefly, the autonomo.us project is trying to figure out and implement what user freedom, in the Free Software Foundation / GNU Project / Libre sense [2], means in the context of network services. I recently researche