Re: [fossil-users] [Feature-request] Unversioned files: unpack

2018-06-09 Thread Chris Rydalch
sed during uv sync */ int debugFlag = find_option("debug",0,0)!=0; fossil_print("%s\n", unversioned_content_hash(debugFlag)); }else if( memcmp(zCmd, "list", nCmd)==0 || memcmp(zCmd, "ls", nCmd)==0 ){ On Sat, Jun 9, 2018 at 12:43 PM Chris Rydalch wrot

Re: [fossil-users] [Feature-request] Unversioned files: unpack

2018-06-09 Thread Chris Rydalch
the file name(s) in the local repository. Would this be worth including in fossil? Thanks! On Tue, Apr 25, 2017 at 1:48 PM Chris Rydalch wrote: > Yes, this would be great! > > On Tue, Apr 25, 2017 at 1:43 PM, Olivier R. wrote: > >> Hello, >> >> It would be

Re: [fossil-users] Show time...

2018-06-04 Thread Chris Rydalch
Adding the full-text-search to the header by default could be helpful; it's nice having repository search close-at-hand in GitHub/GitLab On Mon, Jun 4, 2018 at 2:23 AM, Gour wrote: > On Sun, 3 Jun 2018 20:03:44 -0700 > Jungle Boogie > wrote: > > > This line: > > SQLite project gets excellent

Re: [fossil-users] Restoring previous timeline look

2018-02-10 Thread Chris Rydalch
Wonderful, thank you very much Richard! On Sat, Feb 10, 2018 at 10:42 AM, Richard Hipp <d...@sqlite.org> wrote: > On 2/10/18, Chris Rydalch <cryda...@gmail.com> wrote: > > Ah, looks like it's technote background colors which aren't showing in > 2.5; > > my ti

Re: [fossil-users] Restoring previous timeline look

2018-02-10 Thread Chris Rydalch
t;d...@sqlite.org> wrote: > On 2/9/18, Chris Rydalch <cryda...@gmail.com> wrote: > > > > Is this behavior hard-coded in newer versions of Fossil, or can it be > > changed in a skin's css? I thought I'd followed that discussion close > > enough, but I expected t

[fossil-users] Restoring previous timeline look

2018-02-09 Thread Chris Rydalch
When opening a repo in fossil 2.5, I noticed that the timeline view doesn't show their background colors, nor does it seem to respect the CSS. The entries are always rounded, with lots of spacing around them, in the new style. I thought this was defined in the skin's CSS, but the same repo/skin in

Re: [fossil-users] Tech note search

2017-10-04 Thread Chris Rydalch
that and leave it as-is, but I wanted to mention it since I noticed it, and see what y’all thought. Thanks! On Mon, Sep 25, 2017 at 11:35 AM, Andy Goth <andrew.m.g...@gmail.com> wrote: > On 09/25/17 09:35, Chris Rydalch wrote: > >> Thanks so much Andy, this is great! So far

Re: [fossil-users] Tech note search

2017-09-25 Thread Chris Rydalch
Thanks so much Andy, this is great! So far so good on my end... On Sun, Sep 24, 2017 at 12:11 AM, Andy Goth wrote: > I implemented tech note search capability on the search-technote branch. > Please have a look and let me know if it's good. Maybe the way I named >

Re: [fossil-users] Blockquotes end up in code/pre blocks

2017-06-07 Thread Chris Rydalch
That works, thanks Richard! On Wed, Jun 7, 2017 at 12:06 PM, Richard Hipp <d...@sqlite.org> wrote: > On 6/7/17, Chris Rydalch <cryda...@gmail.com> wrote: > > When I put code formatted like this into a wiki page, block quotes are > > detected and inserted into the code

[fossil-users] Blockquotes end up in code/pre blocks

2017-06-07 Thread Chris Rydalch
When I put code formatted like this into a wiki page, block quotes are detected and inserted into the code. For example, put this code in a wiki page: // Grow Hairs vector dir = { 0, 1, 0 }; // dir = @N;// grow in normal direction float len = 1.0; int steps = 10; float jitter = 0.1; float

[fossil-users] TinyMCE for editing wiki pages

2017-06-06 Thread Chris Rydalch
I tried following the Cookbook page, but haven't had luck getting it to work. I assume it's because a lot has changed in the last 8 years, both with Fossil and TinyMCE. I tried adapting the instructions, but they don't seem to be applicable anymore. Does anyone have a recent example repo using

Re: [fossil-users] [Feature-request] Unversioned files: unpack

2017-04-25 Thread Chris Rydalch
Yes, this would be great! On Tue, Apr 25, 2017 at 1:43 PM, Olivier R. wrote: > Hello, > > It would be very useful if the repository could remember the folder of the > unversioned files when we add them. Doing so, we could unpack all > unversioned files with a simple

Re: [fossil-users] Feature Request: Search Technotes

2017-02-14 Thread Chris Rydalch
d," " datetime(mtime)," " search_snippet()" "FROM technote" " WHERE search_match('',body('e',rid,NULL));" ); } I've tried placing the technote's db_multi_exec() before and after the existing one, but

Re: [fossil-users] Feature Request: Search Technotes

2017-01-24 Thread Chris Rydalch
y trying to combine them, mainly because I'm not a very good programmer (most of my experience is with Python), and I was thinking this would be the easiest way. Thanks On Tue, Jan 24, 2017 at 8:39 PM, Richard Hipp <d...@sqlite.org> wrote: > On 1/24/17, Chris Rydalch <cryda...@gmail.c

Re: [fossil-users] Feature Request: Search Technotes

2017-01-24 Thread Chris Rydalch
be good to know if the email is at least making it to the list. Thanks! :) On Wed, Jan 18, 2017 at 10:58 PM, Chris Rydalch <cryda...@gmail.com> wrote: > I really like the concept of technotes, but it'd be super useful if > technotes could be included in search results. I fi

[fossil-users] Feature Request: Search Technotes

2017-01-18 Thread Chris Rydalch
I really like the concept of technotes, but it'd be super useful if technotes could be included in search results. I find technotes are convenient for adding information and reminders, sort of a work-journal, but I really miss not having that information show up in search results. Could they be

Re: [fossil-users] Technotes and Search results

2016-12-14 Thread Chris Rydalch
; WHERE search_match(title('event',objid,NULL),body('event',objid,NULL));" ); That builds fine, an I'm not getting any errors when I search, but I don't get any technote results either. Would anyone be kind enough to provide a helpful nudge, and help me see what I'm missing? Thanks On Fri, D

[fossil-users] Technotes and Search results

2016-12-09 Thread Chris Rydalch
As I've been getting my feet wet with Fossil, I noticed the Search doesn't seem to return any matches in Technotes. Is there some hidden way to configure the search to include Technotes? Martijn on Stackoverflow pointed out that the source code doesn't look at technotes, but should they be