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

2009-11-29 Thread Jeremy Cowgar
Others... I've mentioned other standards, yes. However, I would accept *any* complete format. Creole is NOT better than Markdown and Markdown is NOT better than Textitle and Textile is NOT better than Creole... They all do the same thing. They are all complete. What I am suggesting for the wiki

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

2009-11-29 Thread Jeremy Cowgar
For those that would like a real human formatting language it would be worth a dependency. For those that prefer to use HTML can simply not link in the library. #ifdef MARKDOWN #include markdown.h #endif ... #ifdef MARKDOWN output = ConvertMarkdown(rawText); #endif ... $ gcc -DMARKDOWN

Re: [fossil-users] Wiki Formatting?

2009-11-29 Thread Jeremy Cowgar
If you look into a lot of the wiki's, they see the problem as well and many devs have went together to start standardizing on a format, Creole being one of them. Every wiki has their own special format but the formats that I have mentioned are formats that are creating a standard, cross-wiki,

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

2009-11-29 Thread Jeremy Cowgar
Zed, To some people the documentation of their project is of vital importance and the ability to do that self contained in Fossil is not a minor or marginal issue. Fossil works fantastic for me, the only problem I see right now is the lack of ability to easy document my project. Fossil see's

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

2009-11-29 Thread Jeremy Cowgar
, installation instructions, download pages, FAQs, and the like. It's great for meta-documentation, and for communication among the development team. Use it for more than that and you're asking for trouble. On Nov 29, 2009, at 6:49 AM, Jeremy Cowgar wrote: Not at all as Markdown, Creole

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

2009-11-29 Thread Jeremy Cowgar
From: Jeremy Cowgar jer...@cowgar.com Sent: Sunday, November 29, 2009 11:01 AM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] The case for Markdown (yes, I rtfm) I think you are misunderstanding what one should document in the fossil wiki. I should have said what I put

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

2009-11-29 Thread Jeremy Cowgar
I have not done extensive research either, however, I would say solve the first problem first. 1. Can we extend the wiki to allow better text formatting? 2. If so, what format would we want to implement? 3. Who will do the implementation? 4. --- Now we can look at libraries --- 4a. Is there a

[fossil-users] Numbered list syntax?

2009-12-07 Thread Jeremy Cowgar
Hello, I am looking at the source and see that enumerated lists are defined by: 1. Hello 2. Goodbye i.e. a two spaces, a number, a period, two spaces, text. Why was it decided to use that syntax instead of the common # syntax? This means that if I have a list of ten things and want to

Re: [fossil-users] invalid placement of P tags in wiki lists

2009-12-07 Thread Jeremy Cowgar
On Mon, Dec 7, 2009 at 7:44 PM, Stephan Beal sgb...@googlemail.com wrote: - The UL lists created by the wiki have a strangely-placed P tag in them. Thanks, Jeremy, for that quick fix (commit 6f0df6c741). But doesn't the same need to be applied to endAutoParagraph() as well? If it's not,

[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 *

Re: [fossil-users] RSS times off?

2009-12-08 Thread Jeremy Cowgar
D. Richard Hipp d...@hwaci.com wrote: I checked a simplification to the RSS code. Why not try it and see if it works any better for you. Yup, that works. Thanks. Jeremy ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] rss link?

2009-12-08 Thread Jeremy Cowgar
Wilson, Ronald rwils...@harris.com wrote: All this talk about RSS prompted me to look for an RSS link on the fossil gui. I can't find one. I figured it out by scouring the list archive. Where should we document the timeline.rss link? I think it would be cool to have it on the footer but

Re: [fossil-users] Numbered list syntax?

2009-12-08 Thread Jeremy Cowgar
Any feedback on the below? Jeremy Subject: Numbered list syntax? Hello, I am looking at the source and see that enumerated lists are defined by: 1. Hello 2. Goodbye i.e. a two spaces, a number, a period, two spaces, text. Why was it decided to use that syntax instead of the

Re: [fossil-users] Numbered list syntax?

2009-12-08 Thread Jeremy Cowgar
Joshua Paine jos...@letterblock.com wrote: On Tue, 2009-12-08 at 23:58 +, Jeremy Cowgar wrote: Any feedback on the below? My only concern would be that in several languages, # is the everything-after-this-on-this-line-is-a-comment character. Probably there's no issue, but I'd just want

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

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] 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] 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] 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] 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

[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

[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

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

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

[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-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

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] 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.

[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] 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

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] 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] 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

[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] 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] 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] 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!

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

[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

[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.

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] 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] 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] 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] 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] 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] 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

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-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

[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] 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] 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] 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

  1   2   >