Re: [fossil-dev] Is fossil-dev still alive or is the forum preferred?

2018-11-20 Thread Stephan Beal
On Tue, Nov 20, 2018 at 1:27 PM Richard Hipp wrote: > On 11/20/18, Stephan Beal wrote: > > Is fossil-dev still the preferred place for dev-specific topics or is the > > forum preferred for that? > > fossil-dev is still alive, but I think the forum is preferred. So, >

[fossil-dev] Is fossil-dev still alive or is the forum preferred?

2018-11-19 Thread Stephan Beal
Is fossil-dev still the preferred place for dev-specific topics or is the forum preferred for that? -- - stephan beal https://wanderinghorse.net/home/stephan/ <http://wanderinghorse.net/home/stephan/> "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of

Re: [fossil-dev] XSS vulnerability alleged

2018-06-06 Thread Stephan Beal
Jusy fyi, Chrome blocks it with this message: This page isn’t working Chrome detected unusual code on this page and blocked it to protect your personal information (for example, passwords, phone numbers, and credit cards). Try visiting the site's homepage. ERR_BLOCKED_BY_XSS_AUDITOR - stepha

Re: [fossil-dev] GDPR

2018-04-18 Thread Stephan Beal
On Wed, Apr 18, 2018 at 11:20 PM, Stephan Beal wrote: > ==> "What are the penalties for non-compliance? Organizations can be fined > up to 4% of annual global turnover for breaching GDPR or €20 Million. This > is the maximum fine that can be imposed for the most serious infrin

Re: [fossil-dev] GDPR

2018-04-18 Thread Stephan Beal
On Wed, Apr 18, 2018 at 11:19 PM, Stephan Beal wrote: > This MIGHT (i am not a lawyer) only apply to "organizations" and/or > "businesses". At least, that's what the FAQ in the official site for the > topic is implying: > > "The GDPR not only applies

Re: [fossil-dev] GDPR

2018-04-18 Thread Stephan Beal
n Union, regardless of the company’s location." https://www.eugdpr.org/gdpr-faqs.html -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist

Re: [fossil-dev] annotate_page() crashes fossil ui if run from subdirectory

2018-01-21 Thread Stephan Beal
Indeed, fixed now. For completeness' sake, this is what i was seeing: https://photos.app.goo.gl/2BNqp04GXNaI4gZ22 - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jan 22, 2018 00:49, "Richard Hipp" wrote: On 1/21/1

Re: [fossil-dev] annotate_page() crashes fossil ui if run from subdirectory

2018-01-21 Thread Stephan Beal
Anyone notice that the Comment and Original Comment are identical in the Overview section, but that the yellow highlighted entry shows a modified comment? That doesn't seem right. - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Jan 21,

Re: [fossil-dev] Emacs users:vc-region-history only for git so far.

2018-01-16 Thread Stephan Beal
You don't need emacs for this: f annotate ... ¦ sed - n ${startLine},${endLine}p should do the trick. Except on Windows, of course (of course). - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting.need On Jan 17, 2018 03:15, "Warren Young"

Re: [fossil-dev] finfo.c cleanup (unused variables)

2017-11-30 Thread Stephan Beal
On Thu, Nov 30, 2017 at 12:03 PM, Johan Kuuse wrote: > Patch removing unused variables in finfo.c. > It seems the patch is missing? -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those

Re: [fossil-dev] Proposed enhancement to associate a wiki page with branches and check-ins

2017-11-03 Thread Stephan Beal
How about tagging the wiki page with branch:$branchname? That sounds much more flexible and allows a page to be shared by multiple branches (and vice versa) or migrate to another branch. - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On

Re: [fossil-dev] Design changes to help support CSP

2017-11-03 Thread Stephan Beal
2 style, > she also changes a setting to cause the ... > content to be prepended and the content to appended. > That sounds the most fiddly :/. -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduc

Re: [fossil-dev] Patch for HTTP HEAD Method

2017-07-04 Thread Stephan Beal
*), right? > > > - if (fossil_strcmp((char*)P("REQUEST_METHOD"),"HEAD")!=0) > > > + if (fossil_strcmp(P("REQUEST_METHOD"),(const char*)"HEAD")!=0) > String literals are always const, so that cast is a no-op. https://stackov

Re: [fossil-dev] Patch for HTTP HEAD Method

2017-07-04 Thread Stephan Beal
On Tue, Jul 4, 2017 at 8:39 AM, Johan Kuuse wrote: > + if (fossil_strcmp((char*)P("REQUEST_METHOD"),"HEAD")!=0) > One minor nitpick: fossil_strcmp() takes a const char *, which is the return type of P(), so no cast is needed there. -- - stephan beal http

Re: [fossil-dev] Limiting heap and stack space in Fossil

2017-06-20 Thread Stephan Beal
comes to attack vectors). If an attacker can inject tcl/th1 code, then sure, but if they can do that they presumably own the repo. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist o

[fossil-dev] potential Unicode problems with APFS?

2017-06-06 Thread Stephan Beal
nd folder names in Apple’s new filing system, APFS. The TL;DR is that APFS is not currently safe to use with names which might have Unicode normalisation issues – which means it is only safe with a limited ASCII character set, ... <<< -- - stephan beal http://wanderinghorse.net/home/st

Re: [fossil-dev] Retirement from free-time programming

2017-06-05 Thread Stephan Beal
ger and more prominent. > Wishing you a successfull recovery. > Thank you and all others who have expressed thanks, sympathy, and hope :). -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who i

Re: [fossil-dev] Retirement from free-time programming

2017-06-03 Thread Stephan Beal
cause the same symptoms). My "workman's comp", which has been phenomenal, is running out, though, and i will be forced into early retirement at the end of August if my condition's not resolved (to the point of being able to go back to work) by then. While it's kind of nice

[fossil-dev] Retirement from free-time programming

2017-06-02 Thread Stephan Beal
please, for my own good, slap my hands!) My continued respect and appreciation go out to all of you who have helped me, in one way or another, to work on software over the years. To you i wish Happy Hacking! -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. Bu

Re: [fossil-dev] Bug - Fossil source "printf.c"

2017-05-21 Thread Stephan Beal
Just to play Devil's Advocate... On Sun, May 21, 2017 at 11:00 PM, David Simmons wrote: > // DSIM: This code has a bug where it assumes NULL '\0' > terminated bufpt > ... and now it's got TWO bugs: C++-style comments in C89 code ;). -- - stephan b

Re: [fossil-dev] Acquire the "fossil-scm.com" domain?

2017-04-04 Thread Stephan Beal
ssil is not a .COM but a .EXE! ;) -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf __

Re: [fossil-dev] Fwd: [fossil-users] Proposed roadmap for Fossil 2.0

2017-03-30 Thread Stephan Beal
e they finally give up and operate on me (none of the non-invasive treatments has held up long so far). After that (whenever it happens), i have no idea how long i'll be on my back in recovery, or whether i'll ever again be able to spend 12+ hours/day hacking :/. So... volunteers would be m

Re: [fossil-dev] Fossil website stats

2017-03-29 Thread Stephan Beal
On Wed, Mar 29, 2017 at 5:46 PM, Richard Hipp wrote: > On 3/29/17, Stephan Beal wrote: > > UserAgent Chrome is missing :). > > Chrome always identifies itself as 'Mozilla/*'. Example: "Mozilla/5.0 > (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Geck

Re: [fossil-dev] Fossil website stats

2017-03-29 Thread Stephan Beal
UserAgent Chrome is missing :). - stephan Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting. On Mar 29, 2017 2:58 PM, "Richard Hipp" wrote: > I computed the following out of curiosity. No response required: > > The fossil-scm.org website is seeing

Re: [fossil-dev] Proposed roadmap for Fossil 2.0

2017-02-27 Thread Stephan Beal
On Sun, Feb 26, 2017 at 11:08 PM, Stephan Beal wrote: > How about a '!' (ASCII 33d) card which tells Fossil which hash is in use > for a given artifact? '!' sorts before all other cards, placing it first in > the manifest. Maybe even add the artifact type, e.g.: >

Re: [fossil-dev] Proposed roadmap for Fossil 2.0

2017-02-26 Thread Stephan Beal
act? '!' sorts before all other cards, placing it first in the manifest. Maybe even add the artifact type, e.g.: ! m k228 Where m=manifest, though there's probably little reason to abbreviate it: ! manifest SHA3-228 (Pardon my brevity - _still_ on medical leave and can

Re: [fossil-dev] Time to release version 1.36?

2016-10-18 Thread Stephan Beal
On Tue, Oct 18, 2016 at 10:24 AM, Joe Mistachkin wrote: > > How about something more like this: > > https://www.fossil-scm.org/fossil/info/7a14176ee0e6b093 looks good to me. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since t

Re: [fossil-dev] Time to release version 1.36?

2016-10-17 Thread Stephan Beal
On Mon, Oct 17, 2016 at 12:05 AM, Joe Mistachkin wrote: > > Stephan Beal, can you comment on these changes please? > Apologies, i didn't see this (i don't read much mail these days - still on medical leave for my hands [though the good news is that it's _not_ RSI, but m

[fossil-dev] Fwd: The results of your email commands

2016-10-17 Thread Stephan Beal
> users-fossil > > If you have any questions or problems, you can contact the list owner > at > > fossil-users-ow...@lists.fossil-scm.org > - Done. -- Forwarded message -- From: Stephan Beal To: fossil-users-requ...@lists.fos

Re: [fossil-dev] Time to release version 1.35?

2016-06-14 Thread Stephan Beal
On Tue, Jun 14, 2016 at 2:09 PM, Jan Nijtmans wrote: > 2016-06-13 17:21 GMT+02:00 Stephan Beal: > > That reminds me: i found a workaround for the "strict type punning" > > warning[1] in cson reported a few weeks ago, but it will likely be the > > weekend before i

Re: [fossil-dev] Time to release version 1.35?

2016-06-13 Thread Stephan Beal
important for a release, in any case, just a "nice to have" with certain gcc versions. [1] = use memcpy() instead of *ptrDeref=foo. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byp

Re: [fossil-dev] Thoughts/Opinions on tech notes dates before 1 BC or after AD 9999

2016-04-24 Thread Stephan Beal
ensible for fossil? > IMO, leave it. There's almost 8000 years before this becomes a true problem, and by that time computers will be able to fix such annoyances themselves. Once fossil has spread across the solar system/galaxy, where Sol dates are essentially useless, Julian (or some more moder

Re: [fossil-dev] Timeline graph rendering anomaly

2016-03-20 Thread Stephan Beal
opened but have not been edited "recently". But, either way, i'm just happy to have any lines at all, so no complaints from me. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed b

Re: [fossil-dev] Branches in need of merging...

2016-03-12 Thread Stephan Beal
On Sat, Mar 12, 2016 at 12:40 AM, Joe Mistachkin wrote: > > > > * miniz-1.16br1 > > > > IMHO, if any library we fold in to our source tree has updates, we > > should evaluate them. Miniz certainly fits that description, the > > question may be where the official upstream source is located post >

Re: [fossil-dev] Repository broken, and some forensic analysis

2016-03-10 Thread Stephan Beal
e changed. Crazy. > All it takes is 1 bit to change the sha1 :/. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who i

Re: [fossil-dev] Conflicting definitions of home directory

2016-02-27 Thread Stephan Beal
my mind. i am truly impressed with what you've done. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby

Re: [fossil-dev] For review: /foo?name=xyz ==> /foo/xyz

2016-02-20 Thread Stephan Beal
such with '?' in their names. That's a can of worms i'd rather not open :/. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those w

Re: [fossil-dev] For review: /foo?name=xyz ==> /foo/xyz

2016-02-20 Thread Stephan Beal
(and this time back to the list) On Sat, Feb 20, 2016 at 10:05 PM, Andy Bradford wrote: > Thus said Stephan Beal on Sat, 20 Feb 2016 14:24:31 +0100: > > > My proposal is that we standardize on the /foo/x form for all > > generated links. Justification: they simply loo

[fossil-dev] For review: /foo?name=xyz ==> /foo/xyz

2016-02-20 Thread Stephan Beal
there are no objections... https://www.fossil-scm.org/index.html/timeline?r=slash-name-links :-? -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect wor

[fossil-dev] Eight Years!

2016-02-17 Thread Stephan Beal
ving such a presentation, as C++ was my first love at the time.) i'd like to congratulate Richard on his wonderfully successful project, and thank him for allowing me to minion for him over the years. Here's to another eight years! [1] = https://goo.gl/photos/TC61e6DCCQ8b9u8H6 -- --

[fossil-dev] Potential micro-optimization for delta manifests

2016-02-16 Thread Stephan Beal
ng a delta manifest, we "could" elide all the F-cards, which implies also leaving out the R-card (or using the default hash for it). Granted, empty commits are rare (this might even be my first one ever), so this would be a micro-optimization, if at all. -- - stephan beal http

[fossil-dev] drop-down lists in the reports pages

2016-02-11 Thread Stephan Beal
mprovement in appearance and usability. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have t

Re: [fossil-dev] Code coverage experiment

2016-02-06 Thread Stephan Beal
open .rep.fossil * End of json: 1 errors so far ** * Final results: 1 errors out of 852 tests * Considered failures: json-ROrepo-2-1 * Ignored results: 1 ignored errors out of 852 tests * Ignored failures: json-cap-POSTenv-name :-? -- - stephan beal http://wanderin

Re: [fossil-dev] Code coverage experiment

2016-02-06 Thread Stephan Beal
On Sat, Feb 6, 2016 at 8:09 PM, Andy Bradford wrote: > Thus said Stephan Beal on Sat, 06 Feb 2016 18:46:04 +0100: > > > [stephan@host:~/cvs/fossil/ftest]$ tclsh ../fossil/test/tester.tcl > > ../fossil/fossil > > That's the ticket! Apparently calling it with a

Re: [fossil-dev] Code coverage experiment

2016-02-06 Thread Stephan Beal
version' | tclsh 8.6 Your test seems to have failed on line 147, but how could line 146 have > succeeded and yet 147 fail? > > > http://www.fossil-scm.org/index.html/artifact/becdda6b5c83ce7649634cc22b7dfaa1fc5eb4ba?txt=1&ln=146,147 Not a clue. -- - stephan beal http://

Re: [fossil-dev] Code coverage experiment

2016-02-06 Thread Stephan Beal
On Sat, Feb 6, 2016 at 6:13 PM, Andy Bradford wrote: > Thus said Stephan Beal on Sat, 06 Feb 2016 14:38:05 +0100: > > > couldn't open "../fossil/test/fossil_prompt_answer": no such file or > > directory > > while executing > > By the way, I&#x

Re: [fossil-dev] Code coverage experiment

2016-02-06 Thread Stephan Beal
t;foreach testfile $argv { set dir [file root [file tail $testfile]] file delete -force $dir file mkdir $dir set origwd [pwd] cd $dir protOu..." (file "../fossil/test/tester.tcl" line 517) and the same error when i pass the test name 'json'. :-? --

Re: [fossil-dev] updated miniz.c

2016-02-04 Thread Stephan Beal
On Thu, Feb 4, 2016 at 9:04 AM, Stephan Beal wrote: > Interestingly, that repo "only" has 1.15, not the 1.16 i scrounged up > (which i've since locally patched for a few portability problems). > Latest commit 28f5066 <https://github.

Re: [fossil-dev] updated miniz.c

2016-02-04 Thread Stephan Beal
On Wed, Feb 3, 2016 at 10:57 PM, Baruch Burstein wrote: > On Tue, Feb 2, 2016 at 5:59 PM, Stephan Beal > wrote: > >> Hi, all, >> >> The original miniz site was gcode and it's long since been turned off. i >> have been unable to find a current official

[fossil-dev] updated miniz.c

2016-02-02 Thread Stephan Beal
t it on my embedded PC, and it seems to work okay, so have stuffed it into a branch for wider testing: http://www.fossil-scm.org/index.html/timeline?r=miniz-1.16br1 Happy Hacking! -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyr

Re: [fossil-dev] Subtle edge case with RO repository and certain /json endpoints

2016-01-29 Thread Stephan Beal
son mode' before sqlite3_config() is run for the first time, though (see comments at the above link). > Do other JSON requests also exhibit this behavior? > Certainly. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to

Re: [fossil-dev] Possible bug in fossil json wiki diff

2016-01-28 Thread Stephan Beal
> Maybe that can save you an add/commit. >> > > That empty file (and several more just like it) are in fossil's own > repository. My plan is to avoid like the plague any need to run the JSON > tests in a checkout of any repository not created by and under the full > con

Re: [fossil-dev] Possible bug in fossil json wiki diff

2016-01-28 Thread Stephan Beal
'"; 525|1|0|da39a3ee5e6b4b0d3255bfef95601890afd80709| [odroid@host:~/fossil/fossil/test]$ f-query -e "select fsl_content(525)" fsl_content(525) Maybe that can save you an add/commit. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freed

Re: [fossil-dev] Possible bug in fossil json wiki diff

2016-01-28 Thread Stephan Beal
1 1 Lorem ipsum dolor sic amet. > 2 +consectetur adipisicing elit. > > The json tests current as of checkin [cb611ffc9b] show this issue. Thank you :) -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But s

Re: [fossil-dev] pending-review: removal of fuse code when built w/o fuse

2016-01-25 Thread Stephan Beal
n this build")? > That's my fault - i thought i had implemented it to say "not enabled." :/. Personally i'd prefer that approach for disabled commands, but apparently i didn't feel that way when JSON got added (2011, IIRC). -- - stephan beal http://wanderinghor

[fossil-dev] pending-review: removal of fuse code when built w/o fuse

2016-01-21 Thread Stephan Beal
:50 x hmmm, okay, that works. But add -pedantic... [stephan@host:~/cvs/fossil/fossil/src]$ gcc -pedantic -UFOSSIL_ENABLE_JSON -c cson_amalgamation.c -o x cson_amalgamation.c:5706:0: warning: ISO C forbids an empty translation unit [-Wpedantic] #endif /* FOSSIL_ENABLE_JSON */ ^ -- - st

[fossil-dev] Curious relationship with trunk

2016-01-08 Thread Stephan Beal
? (Or is there something else which can cause this?) :-? -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will h

Re: [fossil-dev] Current status of make test?

2016-01-07 Thread Stephan Beal
ny assistance with it, or with the C code, don't hesitate to ask. Also, if you're interested in getting edit rights on the JSON docs (in GDocs), send me your gmail address off-list and i'll get you set up. -- - stephan beal http://wanderinghorse.net/home/stephan/ http:

Re: [fossil-dev] RFC: new manifest card: G

2016-01-07 Thread Stephan Beal
erarchical-manifests/www/fileformat.wiki > for further information. > Aha! That sounds interesting. > On the other hand, I'm very glad to see sbeal back coding again!!! > It feels good :). Still can't over-do it, and have to limit myself to low-hanging-fruit, but it stil

Re: [fossil-dev] RFC: new manifest card: G

2016-01-07 Thread Stephan Beal
On Thu, Jan 7, 2016 at 8:46 PM, Joe Mistachkin wrote: > > Stephan Beal wrote: > > > > i've actually been programming in C today, back-porting in the zip fix > into > > libfossil, and i had an idea... > > > > Also see the follow-up check-in for fixi

[fossil-dev] RFC: new manifest card: G

2016-01-07 Thread Stephan Beal
lem it solves," if it can be called a problem at all) is purely informational, and then only if one goes digging through raw manifests. If there's interest, i'll commit to adding it. i'd need my fossil server to support it before libfossil could add support for it. :-? -- --

Re: [fossil-dev] Fixed segfault in th_lang.c

2015-11-22 Thread Stephan Beal
idn't get forked with it because that was based on fossil's DB API. Hmm. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byprodu

Re: [fossil-dev] Fixed segfault in th_lang.c

2015-11-21 Thread Stephan Beal
On Sat, Nov 21, 2015 at 7:38 PM, Joe Mistachkin wrote: > > Apparently, a fix was done on a branch, but never made it to trunk? > > https://www.fossil-scm.org/fossil/info/f2d87242503d7a7d So THAT's why the problem sounded so familiar! Thanks, Joe! -- -

Re: [fossil-dev] Fixed segfault in th_lang.c

2015-11-21 Thread Stephan Beal
ttp://fossil.wanderinghorse.net/r/th1-sgb/info/cf75c466af49d4085d0b077456767ce576440e84?txt=1&ln=495-500 annotate shows that those lines are unchanged since the fork. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only gua

Re: [fossil-dev] fossil commit signing and weak sha1 hash

2015-10-22 Thread Stephan Beal
vinced that this is a real problem. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will

Re: [fossil-dev] Sorry if I bother some of you about this

2015-08-17 Thread Stephan Beal
be a side-effect of their mailing agent, not the list configuration, but that's just a suspicion. It doesn't happen to/for all people. In such cases, using 'reply to all' works around it, as that includes the list address in the response. -- - stephan beal http://wande

Re: [fossil-dev] pending-review: canonical titles in permuted index displayed in bold

2015-08-17 Thread Stephan Beal
hould probably move this conversation to the fossil-users > list again, since now it's about preferences :-) > Feel free to - my TO field already has the -dev list address in it ;). -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is slo

Re: [fossil-dev] pending-review: canonical titles in permuted index displayed in bold

2015-08-15 Thread Stephan Beal
cept, but the bold draws my eyes away from all the other titles. How about something with less visual impact, like italics? Reminder to those trying this: use: http://localhost:8080/doc/ckout/www/permutedindex.html instead of: http://localhost:8080/doc/trunk/www/permutedindex.html -- -

[fossil-dev] day-of-week starting on Sunday?

2015-08-12 Thread Stephan Beal
ISO 8601? -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf ___

Re: [fossil-dev] Comments on Check-in [2d714a4e]?

2015-08-05 Thread Stephan Beal
l-scm.org/index.html/info/2d714a4e48251549 > > Would it perhaps be better to return, leaving the caller to figure out > that they passed in NULL? > Stretching my imagination to find a valid use for NULL there, but can't think of one. i.e. an assert sounds fair to me. -- - stephan beal ht

Re: [fossil-dev] fossil all cache ...

2015-07-03 Thread Stephan Beal
On Sat, Jul 4, 2015 at 7:37 AM, Stephan Beal wrote: > While testing on my hoster i noticed that 'all' of course doesn't know > about repos never _opened_ on the hoster (and most have not been), so i had > to go manually open several of them before 'all' would

[fossil-dev] fossil all cache ...

2015-07-03 Thread Stephan Beal
Size: 9691136 ... While testing on my hoster i noticed that 'all' of course doesn't know about repos never _opened_ on the hoster (and most have not been), so i had to go manually open several of them before 'all' would pick them up. It's not clear how to best resolve

Re: [fossil-dev] OT: non-editor wars

2015-06-12 Thread Stephan Beal
ck swapped now... it's taking some getting used to, and is currently less comfortable for ctrl-c and friends. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insis

Re: [fossil-dev] OT: non-editor wars

2015-06-11 Thread Stephan Beal
h bash, in any case). > > That said - you'll never get me to change away from emacs key bindings > :-) > With a swapped capslock, i might not need to. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since t

[fossil-dev] OT: non-editor wars

2015-06-11 Thread Stephan Beal
ess. - syntax highlighting is a must. (yes, i'm spoiled by that.) - don't really care which UI toolkit (if any) it uses. Any suggestions for kicking one of my longest-running habits (emacs) are much appreciated. (Maybe just use vi bindings in emacs?) -- - stephan beal http

Re: [fossil-dev] Fwd: The various andygoth-* branches

2015-05-20 Thread Stephan Beal
On Wed, May 20, 2015 at 8:16 PM, Andy Goth wrote: > On 5/20/2015 12:56 PM, Stephan Beal wrote: > > Of what kind? > > > > (please excuse brevity - left hand is currently bandaged) > > The linked article gives examples. Repeating: > > http://wonko.com/post/html-es

Re: [fossil-dev] Fwd: The various andygoth-* branches

2015-05-20 Thread Stephan Beal
hey will confuse > the browser and open Fossil to injection attacks. > Of what kind? (please excuse brevity - left hand is currently bandaged) -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guar

Re: [fossil-dev] Leaf Closure description

2015-05-16 Thread Stephan Beal
ttp://www.fossil-scm.org/index.html/leaves -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf _

Re: [fossil-dev] Help me prep for a talk about the shortcomings of Git

2015-05-15 Thread Stephan Beal
On Fri, May 15, 2015 at 8:48 PM, Lluís Batlle i Rossell wrote: > There are plenty of operations to move file content between any of those > FIVE stages (add, checkout, reset, commit, fetch, push). 6? -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/

Re: [fossil-dev] Article about DVCS

2015-04-20 Thread Stephan Beal
On Mon, Apr 20, 2015 at 2:33 AM, Kees Nuyt wrote: > On Sun, 19 Apr 2015 23:17:54 +0200, Stephan Beal wrote: > > > Hi, all, > > > > still working through this, but thought it might interest some of you: > > > > > http://bitquabit.com/post/unorthodocs

[fossil-dev] Article about DVCS

2015-04-19 Thread Stephan Beal
for an inflamed elbow nerve. Every time it gets better and i start typing, two fingers regress within a few hours. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who i

Re: [fossil-dev] Circular timeline nodes

2015-03-19 Thread Stephan Beal
i love the circles but the yellow lines aren't terribly helpful on a white background. - stephan (Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting.) On Mar 19, 2015 9:17 PM, "Richard Hipp" wrote: > The circular node patch is available for experiment

Re: [fossil-dev] Circular timeline nodes

2015-03-19 Thread Stephan Beal
t can be > tweaked. > Looks nice to me. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freed

Re: [fossil-dev] Circular timeline nodes

2015-03-19 Thread Stephan Beal
On Thu, Mar 19, 2015 at 1:35 AM, Andy Bradford wrote: > Thus said Stephan Beal on Thu, 19 Mar 2015 01:20:01 +0100: > > > Not true - branch point leaves have lines going out. > > Oh yes, I too had forgotten about those. > > By the way, welcome back. :-) > Only partial

Re: [fossil-dev] Circular timeline nodes

2015-03-18 Thread Stephan Beal
Not true - branch point leaves have lines going out. - stephan (Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting.) On Mar 19, 2015 1:06 AM, "Stephan Beal" wrote: > Right, so only the ends of each branch would get that shape (whic

Re: [fossil-dev] Circular timeline nodes

2015-03-18 Thread Stephan Beal
evice, possibly from bed. Please excuse brevity, typos, and top-posting.) On Mar 19, 2015 12:13 AM, "Andy Bradford" wrote: > Thus said Stephan Beal on Wed, 18 Mar 2015 23:13:56 +0100: > > > How about one for leaves and the other for non-leaves? > > Isn't a leaf

Re: [fossil-dev] Circular timeline nodes

2015-03-18 Thread Stephan Beal
How about one for leaves and the other for non-leaves? The circles look really nice but, as you say, don't add any new info in their current role. - stephan (Sent from a mobile device, possibly from bed. Please excuse brevity, typos, and top-posting.) On Mar 18, 2015 9:56 PM, "Richard Hipp" w

Re: [fossil-dev] dev list archives not working?

2015-03-09 Thread Stephan Beal
On Mon, Mar 9, 2015 at 5:23 PM, Andy Bradford wrote: > > http://www.mail-archive.com/fossil-dev@mailinglists.sqlite.org/maillist.html There it is, thanks! -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny

Re: [fossil-dev] Fwd: finde ich nicht?

2015-03-08 Thread Stephan Beal
rs ago) putty had not been touched in 3 or 4 years. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will

Re: [fossil-dev] Fwd: finde ich nicht?

2015-03-08 Thread Stephan Beal
checked, anyway), and (AFAIK) have no readily-available replacement. (Nonetheless, they are both used _heavily_ in corporate environments where sysadmins are forced to use Windows workstations (which includes all corporate environments i've worked in the past 15 years).) -- - stephan b

[fossil-dev] dev list archives not working?

2015-03-08 Thread Stephan Beal
Hi, Richard, it seems that the fossil-dev archives stopped working on Feb. 12: http://www.mail-archive.com/fossil-dev@lists.fossil-scm.org/maillist.html was that intentional or perhaps related to the other listserve changes? -- - stephan beal http://wanderinghorse.net/home/stephan/ http

[fossil-dev] Fwd: finde ich nicht?

2015-03-04 Thread Stephan Beal
Hi, devs, Below is another list of suggestions which was sent to me off-list. i am still on medical leave until at least March 12th, but it will likely be extended because two fingers still keep going offline after brief periods of typing. Thus i hand this off to the list... -- Forwarded

Re: [fossil-dev] Fossil 2.0 - open for discussion

2015-02-17 Thread Stephan Beal
On Mon, Feb 9, 2015 at 2:11 PM, Stephan Beal wrote: > On Mon, Feb 9, 2015 at 2:06 PM, Richard Hipp wrote: > >> Apologies from me. My message was more for Vikrant. I already know >> that you know where I'm going with Fossil. :-) >> > > But i may well have