Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Jeremy Cowgar
On Jan 26, 2012, at 2:47 PM, Andreas Kupries wrote: I love the ability to make a number of unrelated changes, or a bunch of related changes and then still be able to commit them independently. Or in the case of related stuff as a series of changes showing a nice progression in the

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Jeremy Cowgar
On Jan 26, 2012, at 2:54 PM, Lluís Batlle i Rossell wrote: On Thu, Jan 26, 2012 at 02:51:04PM -0500, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski http://nuclearsquid.com/writings/git-add/ Any opinions? I'm of the old-fashioned opinion that you ought to

Re: [fossil-users] Supporting markwon syntax for wiki

2012-01-13 Thread Jeremy Cowgar
Fantastic. Hopefully this makes it into the trunk version of Fossil. Jeremy On Jan 13, 2012, at 6:47 AM, Bill Burdick wrote: Excellent! Bill On Fri, Jan 13, 2012 at 11:18 AM, tin-pot tin-...@gmx.net wrote: Jan Danielsson jan.m.danielsson@... writes: On 05/24/11 08:08, Baptiste

Re: [fossil-users] Supporting markwon syntax for wiki

2012-01-13 Thread Jeremy Cowgar
On Jan 13, 2012, at 7:02 AM, BohwaZ wrote: Le Fri, 13 Jan 2012 06:49:19 -0500, Jeremy Cowgar jer...@cowgar.com a écrit : I personally prefer the github flavored markdown because some things in Markdown are really counter-intuitive, like typing : First line Second line Displays

Re: [fossil-users] Supporting markwon syntax for wiki

2012-01-13 Thread Jeremy Cowgar
Natacha's library is very easy to use and it has always done me right. I've written a Tcl wrapper around it. I'd highly suggest checking it out. Further, Natacha already said that the copyright issue wouldn't be a problem and on top of that a fossil user. Jeremy On Jan 13, 2012, at 10:45 AM,

Re: [fossil-users] C API

2012-01-08 Thread Jeremy Cowgar
Does the JSON interface work via the command line? It'd be a bummer for a user wanting to simply script fossil to have to run a server just to do some local scripting. Jeremy On Jan 8, 2012, at 12:32 PM, Chad Perrin wrote: On Sun, Jan 08, 2012 at 12:36:58PM +0800, Michael Richter wrote:

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2011-12-21 Thread Jeremy Cowgar
I’m in the same boat, doing two actions for every one in other SCM systems, however I do not do it dozens of times a day, so I’ve always just done it with a little gnashing of the teeth. I wonder if an option isn’t in order maybe with a preference? Thus CVS guys can have it their way and normal

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2011-12-21 Thread Jeremy Cowgar
So it goes beyond the strict definition of a SCM system, just like every other modern SCM system does. What's the problem (besides saving the user time which is money)? Jeremy -Original Message- From: Dmitry Chestnykh Sent: Wednesday, December 21, 2011 2:36 PM To:

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2011-12-21 Thread Jeremy Cowgar
fossil rm should not remove a file it doesn't manage or has changes, just like other SCM systems. In this case, the file in question has changes, as it is brand new, the entire file has changed. Thus, if you were to (in the future) do: $ fossil rm #document_manager.php# File has changes, not

Re: [fossil-users] Fossil version 1.21

2011-12-13 Thread Jeremy Cowgar
There is already an RSS feed, project.org/timeline.rss. As for Twitter being for little girls and housewives, millions of people disagree :-) Jeremy -Original Message- From: Konstantin Khomoutov Sent: Tuesday, December 13, 2011 12:12 PM To: Fossil SCM user's discussion Subject: Re:

Re: [fossil-users] Automatically enabled hyperlinks

2011-11-28 Thread Jeremy Cowgar
Good point. Jeremy -- Original Message -- From: Ron Wilson ronw.m...@gmail.com To: Jeremy Cowgar jer...@cowgar.com;Fossil SCM user's discussion fossil-users@lists.fossil-scm.org Sent: 11/28/2011 12:52:46 PM Subject: Re: [fossil-users] Automatically enabled hyperlinks On Sat, Nov 26

Re: [fossil-users] Authentication via URL

2011-11-22 Thread Jeremy Cowgar
:32 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Authentication via URL On Mon, Nov 21, 2011 at 11:28 PM, Jeremy Cowgar jer...@cowgar.com wrote: http://user:pass/@... does not work. That is just another way of encoding for HTTP Basic Authentication which fossil does

Re: [fossil-users] Authentication via URL

2011-11-22 Thread Jeremy Cowgar
(though I forget the exact details of the exchange.) Which means it's actually a bit better than Basic authentication. -B On Tue, Nov 22, 2011 at 11:38 AM, Jeremy Cowgar jer...@cowgar.com wrote: That is interesting that it works for cloning. I was under the impression that a CGI application could

Re: [fossil-users] Authentication via URL

2011-11-22 Thread Jeremy Cowgar
-Original Message- From: Remigiusz Modrzejewski Sent: Tuesday, November 22, 2011 3:43 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Authentication via URL On Nov 22, 2011, at 9:32 PM, Jeremy Cowgar wrote: So we are back to square one on accessing an RSS feed

Re: [fossil-users] Authentication via URL

2011-11-22 Thread Jeremy Cowgar
Stephan, That does indeed work, however, how long will that cookie be active? It should have a time encoded in it as to expire after a period of time. Otherwise, if someone were to get ahold of the cookie they could use it indefinitely. Jeremy From: Stephan Beal Sent: Tuesday, November 22,

Re: [fossil-users] Authentication via URL

2011-11-22 Thread Jeremy Cowgar
, 2011 4:29 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Authentication via URL On Tue, Nov 22, 2011 at 10:10 PM, Jeremy Cowgar jer...@cowgar.com wrote: That does indeed work PS: on Thursday morning i'll be leaving town for the back woods of northern Germany for 4 days (without

Re: [fossil-users] Authentication via URL

2011-11-22 Thread Jeremy Cowgar
Maybe it could be called Remote Key or something and used both for JSON and RSS. Jeremy From: Jeremy Cowgar Sent: Tuesday, November 22, 2011 4:42 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Authentication via URL I just thought of another potential solution, I think maybe

Re: [fossil-users] Authentication via URL

2011-11-22 Thread Jeremy Cowgar
Modrzejewski Sent: Tuesday, November 22, 2011 5:50 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Authentication via URL On Nov 22, 2011, at 9:46 PM, Jeremy Cowgar wrote: Try a smarter RSS reader? I remember having Opera read a few protected feeds... It's not that simple. Most

[fossil-users] Authentication via URL

2011-11-21 Thread Jeremy Cowgar
I would like to use my RSS reader to monitor a few timeline RSS feeds of mine from Fossil (tickets mainly). The problem is that on a few of the work projects, all repos are locked down. I cannot access the RSS feed without authenticating. I do not wish to duplicate all the username/passwords

Re: [fossil-users] ignore list

2010-05-25 Thread Jeremy Cowgar
On 5/25/2010 8:43 AM, Richard Hipp wrote: On Tue, May 25, 2010 at 8:40 AM, zacht...@cis-partners.com mailto:zacht...@cis-partners.com wrote: I am thinking about taking a stab at implementing an ignore-list feature similar to git's .gitignore to prevent pesky and unwanted files

[fossil-users] On the wiki

2010-05-16 Thread Jeremy Cowgar
I just want to throw this out there... Since I began using Fossil, I've tried to evangelize it because I know that the more users, the greater tool support, the longer life, the greater the product. Do you know how many people I've got to use Fossil for any length of time? 2 and one of them is

Re: [fossil-users] On the wiki

2010-05-16 Thread Jeremy Cowgar
Oh, one more thing I wanted to say Fossil is awesome with not just it's integrated ticket and wiki system but it's integrated and DISTRIBUTED ticket and wiki system. That's huge. Other SCM's can't touch it even with Redmine/Trac. One suggested just using a distributed ticket system that

Re: [fossil-users] On the wiki

2010-05-16 Thread Jeremy Cowgar
On 5/16/2010 12:49 PM, Ron Aaron wrote: On Sunday 16 May 2010 19:23:07 Jeremy Cowgar wrote: Oh, one more thing I wanted to say Fossil is awesome with not just it's integrated ticket and wiki system but it's integrated and DISTRIBUTED ticket and wiki system. That's huge. Yes

Re: [fossil-users] On the wiki

2010-05-16 Thread Jeremy Cowgar
On 5/16/2010 1:27 PM, Ramon Ribó wrote: Hello, As I see that the wiki problem is becoming a hot topic, I would also give my opinion. I do not have a strong point here, as we use the wiki pages only for short notes, so it is not very important the wiki language to be used. This is

Re: [fossil-users] ticket assignment

2010-05-09 Thread Jeremy Cowgar
On 5/9/2010 11:27 AM, zacht...@cis-partners.com wrote: I have continued work on ticket assignment. Tickets can now be assigned by administrators. Users have a My Tickets report, and an Assigned column now exists in the ticket listings. I would like to give users the ability to assign and

Re: [fossil-users] Deleting a wiki page?

2010-05-07 Thread Jeremy Cowgar
On 5/7/2010 1:11 AM, Gour wrote: On Wed, 17 Mar 2010 20:22:14 -0400 Jeremy == Jeremy Cowgar wrote: Jeremy People are going to be attracted to fossil as an all in one Jeremy package and if it can not provide the functionality needed in Jeremy the wiki, then people

Re: [fossil-users] ticket assignment

2010-05-06 Thread Jeremy Cowgar
On 5/6/2010 11:30 AM, Erik Lechak wrote: Hello, Thumbs up from me. I would like to see an assigned-to feature added to Fossil. It would be great if it was available right out of the box. Some interesting features might be: * Only admins can assign tasks to others * Non admins

[fossil-users] Why not fossil?

2010-04-28 Thread Jeremy Cowgar
http://www.reddit.com/r/programming/comments/bxcto/why_not_fossil_scm/ Jeremy ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Compiling fossil under windows

2010-04-11 Thread Jeremy Cowgar
On 4/11/2010 6:46 AM, Rene de Zwart wrote: Having had my way with fossil compiling under windows. I was looking for new challenges by compiling with other free compilers. I tried digital mars c compiler. Which promptly said unistd.h is for unix systems (The smart little bugger :-) Do I

[fossil-users] Editing a tag causes confusion on branches?

2010-04-04 Thread Jeremy Cowgar
I created a new branch on as 0.2.0. I then however, realized I goofed. I wanted the branch to be 0.2. I would later create a tag for the 0.2.0 release of the 0.2 branch (expecting 0.2.1, 0.2.3, etc... which would all be tags in the 0.2 branch). So I edited it via the web UI. This, however,

Re: [fossil-users] Hyperlinks Disabled

2010-03-30 Thread Jeremy Cowgar
On 3/29/2010 2:45 PM, Daniel Clark wrote: Or IMHO even better, change what is and isn't linked as nobody to be a admin setting. (In my case, specifically with tickets I'd actually like search engines to index them). I have not spent much time in the security sections of Fossil,

[fossil-users] Hyperlinks Disabled

2010-03-29 Thread Jeremy Cowgar
When you are not logged in to Fossil, you get the message in many areas: Many hyperlinks are disabled. Use anonymous login /login?anon=1g=/timeline to enable hyperlinks. Is it really a problem? I just have assumed so since the message was there, but it's a bit of a roadblock for new users to

Re: [fossil-users] Hyperlinks Disabled

2010-03-29 Thread Jeremy Cowgar
On 3/29/2010 8:43 AM, D. Richard Hipp wrote: The problem robots all ignore robots.txt. For example, some users think it is a good idea to run wget -r on http://www.sqlite.org/ in order to download the entire site, and were it not for the disabled hyperlinks in Fossil, that would result in

Re: [fossil-users] Hyperlinks Disabled

2010-03-29 Thread Jeremy Cowgar
On 3/29/2010 11:28 AM, Stephan Beal wrote: On Mon, Mar 29, 2010 at 2:49 PM, Jeremy Cowgar jer...@cowgar.com mailto:jer...@cowgar.com wrote: Didn't think of that. I wonder about enabling everything but the zip download, require at least an anonymous user to download the .zip archive

Re: [fossil-users] Deleting a wiki page?

2010-03-18 Thread Jeremy Cowgar
On 3/18/2010 6:42 AM, D. Richard Hipp wrote: If you update to the latest experimental Fossil (specifically version http://www.fossil-scm.org/fossil/info/012d5e4f23 or later) and do fossil all rebuild then if you change the content of a wiki page to be empty, that wiki page will not show up

[fossil-users] Deleting a wiki page?

2010-03-17 Thread Jeremy Cowgar
Is there a way to delete a wiki page? Maybe by issuing SQL? Jeremy ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Deleting a wiki page?

2010-03-17 Thread Jeremy Cowgar
On 3/17/2010 5:09 PM, D. Richard Hipp wrote: You could shun all the wiki artifacts associated with that page. There is no other way at present. Because the design of Fossil is to save everything forever, it is not clear would could be down to delete a wiki page. There has to be a way as

Re: [fossil-users] Deleting a wiki page?

2010-03-17 Thread Jeremy Cowgar
On 3/17/2010 6:44 PM, Michael Barrow wrote: There is no such thing as a non-active Wiki page per se. You could remove links to said page if you want to keep it around and then edit the page to say Hey -- we're just keeping this for archival purposes. Otherwise, 'shun' is the tool to use.

[fossil-users] New --ignore option

2010-03-16 Thread Jeremy Cowgar
For my fossil checkout, I do: mkdir build cd build make -f ../Makefile So, from my root fossil directory, I do fossil extras --ignore build but still wind up with everything under the build directory. I can do --ignore *.o and get rid of the .o files in the build directory but it still shows

Re: [fossil-users] New --ignore option

2010-03-16 Thread Jeremy Cowgar
this works on other bash shells in Linux? Jeremy On 3/16/2010 8:30 AM, D. Richard Hipp wrote: On Mar 16, 2010, at 8:22 AM, Jeremy Cowgar wrote: For my fossil checkout, I do: mkdir build cd build make -f ../ Makefile So, from my root fossil directory, I do fossil extras --ignore build

Re: [fossil-users] New --ignore option

2010-03-16 Thread Jeremy Cowgar
On 3/16/2010 8:39 AM, D. Richard Hipp wrote: fossil setting ignore-glob MinGW's bash must be expanding the asterisk for some reason: $ fossil setting ignore-glob 'build/*' Usage: c:\Development\Tools\Fossil\fossil.exe setting ?PROPERTY? ?VALUE? However: $ fossil setting ignore-glob

Re: [fossil-users] New --ignore option

2010-03-16 Thread Jeremy Cowgar
On 3/16/2010 8:39 AM, D. Richard Hipp wrote: fossil setting ignore-glob BTW... Thank you for this change! This has always been the most annoying thing for me when using fossil. It's a great addition. Thanks again! Jeremy ___ fossil-users

Re: [fossil-users] Feature request: commit a ticket

2010-03-14 Thread Jeremy Cowgar
On 3/13/2010 7:32 PM, Jacek Cała wrote: fossil commit -t ticket_id -m comment [-r resolution_type] I like the idea. Only one problem, as I see it though. Maybe discussion can bring about it's resolution. Maybe it's just a change of my workflow, don't know. I'll get a few minor bug's submitted

Re: [fossil-users] What is the process for getting changes applied

2010-02-16 Thread Jeremy Cowgar
I recently found fossil and have made a few changes to the source that ... - remove hardcoded styling from some html tags - add class=... to the html tags This allows greater flexibility for skins. The plan is to make as much as possible skinable. This sounds like a valuable patch, thanks!

[fossil-users] Linking directly to a file on tip?

2010-02-14 Thread Jeremy Cowgar
I have a source file, docextract.tcl, in my repo, http://jeremy.cowgar.com/misctcl/ and I would like to be able to let people easily download just that one file. How can I make a link in the wiki (or externally, i.e. send an email with the link) to docextract.tcl as found in the latest

Re: [fossil-users] Linking directly to a file on tip?

2010-02-14 Thread Jeremy Cowgar
http://jeremy.cowgar.com/misctcl/index.cgi/doc/tip/docextract.tcl does work. Yes, it does... I just didn't know what URL. Jeremy ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Extra files and new files

2010-02-10 Thread Jeremy Cowgar
Hello, What about? fossil ignore file1 file2 ... In this case, fossil would store the names of the files in the repository. These files would not appear in fossil extras and would give an error if fossil add fossil ignore directory1 ... directory2 ... the same, but would apply to all

[fossil-users] Escaping HTML on artifact viewing?

2010-02-08 Thread Jeremy Cowgar
Should HTML be escaped? http://jeremy.cowgar.com/misctcl/index.cgi/artifact/192df1e147 Jeremy ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Escaping HTML on artifact viewing?

2010-02-08 Thread Jeremy Cowgar
when just trying to browse the repo. To me, the SCM tool should be managing the source, not really trying to interpret what the source means and in a way, that's what is happening by allowing the HTML code to display as it is. Jeremy On Feb 8, 2010, at 8:57 AM, Jeremy Cowgar wrote: What would

[fossil-users] New Timeline... Internal Server Error.

2010-02-08 Thread Jeremy Cowgar
I gave it a try, however, when view the Timeline link, I get an Internal Server Error. This is on my misctcl repo, http://jeremy.cowgar.com/misctcl/ Everything else seems to work just fine. Jeremy ___ fossil-users mailing list

Re: [fossil-users] Removing the directory named javascript from the repo

2010-02-08 Thread Jeremy Cowgar
Wilson, Ronald rwils...@harris.com wrote: I don't think fossil versions directories. You have to fossil rm each file in the directory individually. That may be true, but ou can do fossil add javascript and it will add everything under it. dir /s reports 242 files in 311 directories. It's

Re: [fossil-users] Graphical display of fork/merge actions in timeline

2010-02-08 Thread Jeremy Cowgar
, 2010, at 13:23, Brett Schwarz wrote: On Mon, Feb 8, 2010 at 9:28 AM, Jeremy Cowgar jer...@cowgar.com wrote: So the updated score is: * Firefox, Opera, Chrome and Konqueror all work * IE does not work at all (at least versions 6 and 8, so we can *assume* 7 as well) * Safari has some issues

Re: [fossil-users] Removing the directory named javascript from therepo.

2010-02-05 Thread Jeremy Cowgar
Clark Christensen cdcmi...@yahoo.com wrote: I don't think fossil versions directories. You have to fossil rm each file in the directory individually. Or simply fossil rm javascript/* javascript contains another directory (tiny_mce) which contains 242 files in 311 directories.

Re: [fossil-users] Removing the directory named javascript from therepo.

2010-02-05 Thread Jeremy Cowgar
javascript contains another directory (tiny_mce) which contains 242 files in 311 directories. Sorry, I read where you said that, and didn't quite get it (obviously). I misread things all the time, over and over again, NP :-) For this time around, I used MSYS and just used find javascript

Re: [fossil-users] Removing the directory named javascript from therepo.

2010-02-04 Thread Jeremy Cowgar
Wilson, Ronald rwils...@harris.com wrote: I don't think fossil versions directories. You have to fossil rm each file in the directory individually. That may be true, but ou can do fossil add javascript and it will add everything under it. dir /s reports 242 files in 311 directories. It's

Re: [fossil-users] Repository-dependant cookies

2010-02-01 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote: On Feb 1, 2010, at 7:24 AM, Wilson, Ronald wrote: I wish it served a page at the root that listed all hosted repositories. Would it be a security problem to do that? I thought it would be. Perhaps not in every instance, but I can envisions

Re: [fossil-users] Repository-dependant cookies

2010-02-01 Thread Jeremy Cowgar
wrote: I wish it served a page at the root that listed all hosted repositories. Would it be a security problem to do that? I thought it would be. Perhaps not in every instance, but I can envisions scenarios where a user would not want that listing to appear. The standard

Re: [fossil-users] Interesting use for Fossil: notes

2010-01-24 Thread Jeremy Cowgar
Quoting Stephen De Gabrielle stephen.degabrie...@acm.org: Agreed, it probably counts as the easiest issue/bug tracker to setup in the universe, despite the TCL-like embedded language. I was thinking that it's TCL-like embedded language was what made it usable and so configurable. It's

[fossil-users] Cross-site request forgery attempt?

2010-01-22 Thread Jeremy Cowgar
I put into my application the ability to automatically post errors from the application. i.e. the app is a TclTk app and if something goes wrong, I have overridden bgerror. My bgerror presents the information in a nice format and has a button named Report. When the user presses that button, a

Re: [fossil-users] Cross-site request forgery attempt?

2010-01-22 Thread Jeremy Cowgar
Never mind, I figured out how to do it w/o issue. Thanks. Jeremy Jeremy Cowgar jer...@cowgar.com wrote: I put into my application the ability to automatically post errors from the application. i.e. the app is a TclTk app and if something goes wrong, I have overridden bgerror. My bgerror

Re: [fossil-users] patch to give pull and sync an --update option

2010-01-19 Thread Jeremy Cowgar
On Tuesday 19 January 2010 19:33:54 D. Richard Hipp wrote: What if we changed autosync such that instead of being just on or off there was an addiitonal state, pull-only? Would that solve the problem? Yes, I think that would work What about when you change to different branches? i.e.

Re: [fossil-users] Please contribute Fossil skins or themes

2010-01-15 Thread Jeremy Cowgar
Altu, That's a nice skin! Jeremy altufa...@mail.com wrote: Request to add Shiny Fossil theme (http://dev.codingrobots.org/p/shiny-theme) to default set of themes. Attached is a derived version with some recent changes for menu order / permission.

Re: [fossil-users] My Tickets type ticket report?

2010-01-09 Thread Jeremy Cowgar
Or the whole branch: http://tkoutline.sourceforge.net/cgi-bin/fossil/timeline?t=sql-func Brian, I have committed your cgi() function. Thank you. Jeremy Cowgar ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

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

2010-01-09 Thread Jeremy Cowgar
I noticed this the other day. I am not on a shared server and it makes me a bit nervous. Also, it's not really fair to people working on your project as many people have a common password (good or bad). Jeremy Ron Aaron r...@ronware.org wrote: I didn't see an option, perhaps it's not even on

[fossil-users] New changes allowing ticket search screen (round 2)

2010-01-09 Thread Jeremy Cowgar
Ok, It's now easier than ever to create your own search screen. I just committed code that allows for a user defined TH1 report list view page. You know, the view that looks like: Enter a new ticket: 1. New Ticket Choose a report format from the following list: 2. All Tickets

[fossil-users] tbody, thead, tfoot in wiki

2010-01-07 Thread Jeremy Cowgar
I attempted to allow tbody, thead and tfoot in wikiformat.c but failed. I am not understanding something. These elements are not really important to me but using the cookbook setup for TinyMCE, it insists on inserting tbody tags which are denied by the wiki format, thus, the TinyMCE integration

Re: [fossil-users] My Tickets type ticket report?

2010-01-05 Thread Jeremy Cowgar
Brian Theado brian.the...@gmail.com wrote: On Thu, Dec 31, 2009 at 5:34 PM, Jeremy Cowgar jer...@cowgar.com wrote: The cgi function can only be used by someone with report edit permissions. So if no calls to the cgi function are added to any reports, fossil is just as secure as without

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

2009-12-31 Thread Jeremy Cowgar
This is kind of funny. We have been debating this and the end result was something to the effect of: Yeah, it may be good, but who will program it? It's already done and has been by Robert... http://fossil-scm.org/index.html/timeline?t=creole So, no dependencies, the code is written and

Re: [fossil-users] Security Changes to Timeline

2009-12-31 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote: On Dec 31, 2009, at 10:28 AM, Jeremy Cowgar wrote: This change makes it so that it is impossible to see the timeline without first logging in as anonymous. I consider that unacceptable. The purpose of the history capability is to turn off hyperlinks

Re: [fossil-users] Security Changes to Timeline

2009-12-31 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote: On Dec 31, 2009, at 3:46 PM, Jeremy Cowgar wrote: The Timeline link on the menubar is moved to the left so that it is now the second from the left. This seems a better place, to me. I also arranged for the File menubar option to only appear

[fossil-users] Searchable Timeline

2009-12-29 Thread Jeremy Cowgar
I just committed code that allows one to search for text in the comment and brief fields of the web timeline. The parameter is s, for string search. For instance: http://repo/timeline?s=search%20string This can be handy for fixed things as well. For instance, on the ticket view, I show a

[fossil-users] My Tickets type ticket report?

2009-12-28 Thread Jeremy Cowgar
Is it possible to use $login inside the SQL of the ticket reports? I tried a few things but it doesn't look so. It would be pretty handy :-) Jeremy ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] wiki link to tip zip archive

2009-12-19 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote: http://www.projectname.org/fossil/zip/name-of-download.zip?uuid=trunk The trick is that the uuid= query parameter can specify a branch or a tag in addition to a specific check-in. Is there a way to make the name-of-download.zip dynamic? For

Re: [fossil-users] tree checksum does not match

2009-12-16 Thread Jeremy Cowgar
Eric e...@deptj.eu wrote: What I'd expect if I had deleted a file from the file system without doing a fossil rm is that a fossil update would simply assuming that it was missing and restore it. This is what CVS and SVN do, and I can't see any reason why a DVCS should be different in

Re: [fossil-users] tree checksum does not match

2009-12-15 Thread Jeremy Cowgar
Will Duquette w...@wjduquette.com wrote: On Dec 15, 2009, at 5:58 PM, D. Richard Hipp wrote: (Third thing that needs to be fixed - there ought to be an easier way to revert many files. Or, maybe if files are missing they out to be automatically rm-ed. Or maybe that there is an option to

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

2009-12-11 Thread Jeremy Cowgar
Benjohn Barnes benj...@fysh.org 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. Benjohn, Maybe file a ticket at: http://www.fossil-scm.org/index.html/tktnew Jeremy

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

2009-12-11 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: On Fri, Dec 11, 2009 at 2:11 PM, Jeremy Cowgar jer...@cowgar.com wrote: I thought he was working on a method of my #1 item, i.e. saving the commit message when a commit had failed. I didn't think he was working on anything in regards to #2

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

2009-12-10 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: i'm with Jeremy on this one: -M/--message-file. That said, Richard's been interestingly quiet throughout this conversation, which leads me to suspect that he's hacking away at some clever alternative which will make all this moot :). SVN uses -F

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-10 Thread Jeremy Cowgar
Will Duquette w...@wjduquette.com wrote: I was unclear, apparently. Suppose fossil rm *.foo deletes the files from the file system and from Fossil. If I then do rm *.foo when I meant to do fossil rm *.foo I can then do fossil update which will give me my

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

2009-12-10 Thread Jeremy Cowgar
=?ISO-8859-1?Q?Ramon_Rib=F3?= ram...@compassis.com wrote: If there is an option that a user has no interest in using, why would the user attempt to remember what it was? I recently had to read the cvs manual to find an option of one subcommand. I assure you that it was not a pleasant task

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

2009-12-10 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: i've just added -M/--comment-file which does #2. If there are no objections to using -M/--comment-file for this, i will commit it. Where are we at with this? I've been looking forward to seeing a commit message :-D Jeremy

Re: [fossil-users] Numbered list syntax?

2009-12-09 Thread Jeremy Cowgar
Kees Nuyt k.n...@zonnet.nl wrote: I don't get it. We never had to number the list ourselves. What was wrong with : Numbered list 0 Number one 0 Number two 0 Number three Nothing, except it's not documented anywhere or readily noticable in the code. I must have skipped right

Re: [fossil-users] Numbered list syntax?

2009-12-09 Thread Jeremy Cowgar
Kees Nuyt k.n...@zonnet.nl wrote: I don't get it. We never had to number the list ourselves. What was wrong with : Numbered list 0 Number one 0 Number two 0 Number three With this new information, value=0 only working on IE and the value= attribute being depreciated, I

Re: [fossil-users] Numbered list syntax?

2009-12-09 Thread Jeremy Cowgar
Michael Richter ttmrich...@gmail.com wrote: Ahhh ... in my Fossil wiki it gives me: 1. Number one 2. Number two 3. Number three Try for yourself in the Fossil wiki's sandbox ... I did before I posted. But pay attention: Every number enclosed in *two* Blanks! Yes, I

Re: [fossil-users] Numbered list syntax?

2009-12-09 Thread Jeremy Cowgar
Kees Nuyt k.n...@zonnet.nl wrote: Using Google Chrome browser v3.0.195.33 and Internet Explorer 8.0.6001.18865. But indeed, Firefox v3.5.5 shows the zeroes! You can download: http://api.browsershots.org/screenshots/091209-075848-jeremy.cowgar.com-4005547.zip and see the results in

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-09 Thread Jeremy Cowgar
Michael fos...@autosys.us wrote: I find myself having removed files sometimes for which I have not yet done 'fossil rm'. I do not have any missing files right now so I cannot double check the following, but I think this is what works for me in those situations (GNU/Linux) ... $

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

2009-12-09 Thread Jeremy Cowgar
In the 3 features... thread, I read from Michael: Secondly, I always get bit with my commit failing and then having to type in my comment again (after the monkeying around with 'fossil rm'). It seems that fossil is in need of two things: 1. Save the commit message to a file when the

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-09 Thread Jeremy Cowgar
Andreas Kupries andre...@activestate.com wrote: Michael wrote: Attached a few helper functions (bash) I use when working with fossil ... Mostly to shorten the command line I wonder if it wouldn't be helpful to provide a fossil config option for file based operations. i.e. it would allow

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-09 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: IMO, duplicating the shell functionality is the wrong approach, mainly because there will be behavioural differences between fossil's and the shell's globbing. i agree it would be convenient for us users, but it technically could not be guaranteed to

[fossil-users] Login/Logout while on localhost

2009-12-09 Thread Jeremy Cowgar
In another discussion, I read: i noticed a similar problem a couple days ago - it is impossible to log out when connecting to a local fossil server over the localhost IP. i wanted to test the anonymous captcha filler and had to log in over the IP my NIC gets from my WLAN router in order to be

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-09 Thread Jeremy Cowgar
Joshua Paine jos...@letterblock.com wrote: On Wed, 2009-12-09 at 19:49 +, Jeremy Cowgar wrote: If it were a config option What kind of config option are we talking about here? This isn't the sort of thing that makes sense to be per-project or per-repo. If I want `fossil rm` to delete

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

2009-12-09 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: Theoretically (i haven't tried it) you could use a workaround like this: a) Put your commit in a file, e.g. msg.txt. b) type: EDITOR=cat msg.txt fossil commit foo.c whether or not that works depends largely on how the EDITOR arg is passed on

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-09 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: On Wed, Dec 9, 2009 at 10:09 PM, Jeremy Cowgar jer...@cowgar.com wrote: I'd like to see the option be defaulted to on and then for that one in a million time when you don't actually want to remove the file, you can override it via the command line

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

2009-12-09 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote: It seems to me that a better approach would be to improve the commit command so that it does a better job of detecting problems *before* it asks you to type in the commit message. In other words, if the commit is going to fail, have it fail early.

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

2009-12-09 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: On Wed, Dec 9, 2009 at 6:39 PM, Jeremy Cowgar jer...@cowgar.com wrote: It seems that fossil is in need of two things: 1. Save the commit message to a file when the commit failed 2. Provide a means of making fossil read the commit message from

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

2009-12-09 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote: On Dec 9, 2009, at 5:00 PM, Stephan Beal wrote: On Wed, Dec 9, 2009 at 6:39 PM, Jeremy Cowgar jer...@cowgar.com wrote: It seems that fossil is in need of two things: 1. Save the commit message to a file when the commit failed 2. Provide

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

2009-12-09 Thread Jeremy Cowgar
Stephan Beal sgb...@googlemail.com wrote: On Thu, Dec 10, 2009 at 12:48 AM, Wilson, Ronald rwils...@harris.comwrote: I like DRH's idea but I agree with others that a --comment-file|-M feature is needed for integration applications. However, I think --comment-file could be less verbose

[fossil-users] File List via the Files Menu... Listing old files?

2009-12-08 Thread Jeremy Cowgar
I do not use the Files link much, at all, however today I noticed that the File List via the main toolbar's Files link shows files that are no longer in the repo. Well, in any current leaf that is. They are obviously there in old revisions. Is this the designed behavior? You can see this on:

[fossil-users] RSS feed times off?

2009-12-08 Thread Jeremy Cowgar
You can look at: http://jeremy.cowgar.com/mailroom/index.cgi/timeline and see: 2009-12-08 17:20:15 * [d2dfbefa0e] Leaf Modified message_insert to accept parameterized arguments including -fromfetch which will trigger the use of logging. (user: jnc, tags: trunk) 17:10:24 * Changes to wiki

[fossil-users] RSS times off?

2009-12-08 Thread Jeremy Cowgar
I believe this is something not right with the RSS times. If you look at the timeline for Mailroom (http://jeremy.cowgar.com/mailroom/index.cgi/timeline), you see: 2009-12-08 18:04:21 * [6837669f52] Leaf Fixed the argument handling to message_insert (user: jnc, tags: trunk) 17:20:15 *

  1   2   >