Re: [fossil-users] email testing - no subscriber table?

2018-06-23 Thread Svyatoslav Mishyn
(Sat, 23 Jun 23:03) Svyatoslav Mishyn: > quick typos: another one (+ previous one): -generated once the email notification systems stablizes. +generated once the email notification systems stabilizes. and - of the source tree that shows how to this is done. + of the source t

Re: [fossil-users] email testing - no subscriber table?

2018-06-23 Thread Svyatoslav Mishyn
Hi, (Sat, 23 Jun 13:12) Richard Hipp: > Rough developers notes are available at > https://www.fossil-scm.org/fossil/doc/trunk/www/emaildesign.md for > anybody who wants to experiment with or contribute to this > work-in-progress. quick typos: Index: src/email.c

Re: [fossil-users] [sqlite] Mailing list shutting down...

2018-06-13 Thread Svyatoslav Mishyn
(Wed, 13 Jun 14:59) Richard Hipp: > Cross-posted to the fossil-users mailing list since www.fossil-scm.org > and www.sqlite.org are the same machine and both mailing lists are > impacted by the current problem. > > On 6/13/18, Luiz Américo wrote: > > How about using https://www.discourse.org/ ?

Re: [fossil-users] Bug in /finfo not showing Deleted anymore.

2018-06-13 Thread Svyatoslav Mishyn
(Wed, 13 Jun 08:49) Andy Bradford: > I haven't had the time to investigate further, but it seems that with > this commit, the /finfo timeline no longer shows when a file gets > Deleted: > > http://www.fossil-scm.org/index.html/info/4c268999d5 I've reported it before:

Re: [fossil-users] Mailing list shutting down...

2018-06-13 Thread Svyatoslav Mishyn
(Wed, 13 Jun 10:05) Richard Hipp: > I would like to provide users the option to send messages formatted > using Markdown. Are there Markdown libraries available in TCL that I > can use, that you know of? Written in pure Tcl? Or is it OK to use Tcl bindings to existing C Markdown libraries?

Re: [fossil-users] Mailing list shutting down...

2018-06-13 Thread Svyatoslav Mishyn
Hello, (Wed, 13 Jun 09:10) Richard Hipp: > Other issues with GNU MailMan: > ... > (3) GNU MailMan is a pile of Python, spread out across many > directories in magical places all over the filesystem. It is sparsely > documented (that I have been able to find) and difficult to work on. Have you

Re: [fossil-users] Why SQLite Does Not Use Git

2018-04-14 Thread Svyatoslav Mishyn
(Sat, 14 Apr 06:22) Richard Hipp: > Article: https://sqlite.org/whynotgit.html > > HN discussion: https://news.ycombinator.com/item?id=16806114 > > Reddit discussion: > https://www.reddit.com/r/programming/comments/8c2niw/why_sqlite_does_not_use_git/ and Lobsters discussion:

Re: [fossil-users] Extending Fossil with Lua?

2018-04-08 Thread Svyatoslav Mishyn
Hi, (Sat, 07 Apr 18:54) Offray Vladimir Luna Cárdenas: > I will try an organic approach to this problem. First starting with some > external functionality in the similar vein of how syntax highlighting is > done using JS  [1], then trying some bindings between JS and installed > and then I will

Re: [fossil-users] Bidirectional Synchronization

2018-04-06 Thread Svyatoslav Mishyn
Hi, (Mon, 26 Mar 19:43) Saša Janiška: > Now, the upstream project use Git(hub) and since I prefer to work in > Fossil, I wonder if someone can share his/her experience in using > Bidirectional Synchronization as described in the wiki? you can check Roy's blog post about it:

Re: [fossil-users] fossil: error while loading shared libraries: libssl.so.1.1

2018-04-06 Thread Svyatoslav Mishyn
(Fri, 06 Apr 08:20) Tim Chase: > Rebuild fossil as a really-static binary, not just a > mostly-static binary? I think, it is a preferable way. You could also use this Docker image (or just as inspiration): https://hub.docker.com/r/dhylton/fossilrepo/ (announced in

Re: [fossil-users] Why Fossil is so fast?

2018-04-02 Thread Svyatoslav Mishyn
(Sat, 31 Mar 08:22) Richard Hipp: > On 3/31/18, Svyatoslav Mishyn <svyatoslav.mis...@gmail.com> wrote: > > "max-loadavg" setting can't help as it does not affect /vdiff pages. > > We could fix that. Should we? then /fdiff, /vpatch, /info pages should probably a

Re: [fossil-users] /finfo : no more "Deleted" status

2018-03-31 Thread Svyatoslav Mishyn
(Fri, 23 Mar 14:54) Svyatoslav Mishyn: > changes made in 4c268999d5 commit removed "Deleted" status > for /finfo page: > https://www.fossil-scm.org/index.html/timeline?c=4c268999d5 > > See, for example, history of removed "file": > https://www.fossil-

Re: [fossil-users] Why Fossil is so fast?

2018-03-31 Thread Svyatoslav Mishyn
(Mon, 26 Mar 16:40) Warren Young: > On Mar 26, 2018, at 2:45 PM, Warren Young <war...@etr-usa.com> wrote: > > > > On Mar 26, 2018, at 2:15 PM, Svyatoslav Mishyn > > <svyatoslav.mis...@gmail.com> wrote: > >> > >> Here are results of r.sh when

Re: [fossil-users] Where did the skins go

2018-03-26 Thread Svyatoslav Mishyn
(Mon, 26 Mar 15:53) Scott Doctor: > I updated my copy of fossil to the latest version. I created a new > repository, launched the fossil ui, opened admin->skins, all I see is the > options to create a new skin. What happened to all of the predefined skins? they are here: /setup_skin_admin (Step 8

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Svyatoslav Mishyn
(Mon, 26 Mar 09:50) Warren Young: > > I compared page generation speed with some other Fossil repositories: > > Fossil itself, SQLite, Tcl > > using the same pages which are not strictly related to > > repository size and age: like > > /help, /sitemap, /stat, /wiki, /version?verbose > > > > and

[fossil-users] etag.c | typo

2018-03-25 Thread Svyatoslav Mishyn
Hi, just a single typo: Index: src/etag.c == --- src/etag.c +++ src/etag.c @@ -132,11 +132,11 @@ } /* ** Accept a new Last-Modified time. This routine should be called by ** page generators that know a valid last-modified

[fossil-users] Why Fossil is so fast?

2018-03-24 Thread Svyatoslav Mishyn
Hi, just noticed that page generation of many of my repos is 0.001s. And that result is identical for many web-pages, only difference was for some /search request and some heavyweight check-in pages. (I looked just in footer info, which is

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 11:37) Richard Hipp: > OK. Changes are now on trunk to silence this warning. Thanks. -- https://www.juef.space/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 15:03) j. van den hoff: > I see it on some repos, but not on others... Usually, after upgrading Fossil to a new (major,minor) version, I rebuild all my repos. But one repo wasn't rebuilt at all as it was started 3 days ago. And before upgrading and rebuilding there was no such

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 10:06) Richard Hipp: > On 3/23/18, Svyatoslav Mishyn <svyatoslav.mis...@gmail.com> wrote: > > (Fri, 23 Mar 07:56) Richard Hipp: > >> > how to fix an SQLite warning on the /tagtimeline page? > >> > >> The easiest solution is probably to rec

Re: [fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
(Fri, 23 Mar 07:56) Richard Hipp: > > how to fix an SQLite warning on the /tagtimeline page? > > The easiest solution is probably to recompile without the -DFOSSIL_DEBUG > option. it didn't go away with: ./configure --fossil-debug=0 CFLAGS='-UFOSSIL_DEBUG' with ./configure --fossil-debug,

[fossil-users] /finfo : no more "Deleted" status

2018-03-23 Thread Svyatoslav Mishyn
Hi, changes made in 4c268999d5 commit removed "Deleted" status for /finfo page: https://www.fossil-scm.org/index.html/timeline?c=4c268999d5 See, for example, history of removed "file": https://www.fossil-scm.org/index.html/finfo?name=file -- https://www.juef.space/

[fossil-users] How to fix an SQLite warning on the /tagtimeline page?

2018-03-23 Thread Svyatoslav Mishyn
Hi, how to fix an SQLite warning on the /tagtimeline page? On all my publicly available repositories I have such error on that page: SQLITE_WARNING: automatic index on tagxref(tagtype) trunk (1849c6e205) Fossil version is used, and they all were rebuilt. Thanks. -- https://www.juef.space/

[fossil-users] /download page : no fallback to "project-description"

2018-03-22 Thread Svyatoslav Mishyn
Just noticed that if "short-project-name" wasn't set, /download page doesn't try to use "project-description" value. Though for generated tarballs, ZIP archives and SQL archives "project-description" is used when no "short-project-name" set. -- https://www.juef.space/

[fossil-users] one Fossil SCGI process for several domains

2018-03-21 Thread Svyatoslav Mishyn
Hello, just thinking how Fossil server could be optimized. Currently I set up a dedicated process per domain, basically as described here: https://www.fossil-scm.org/index.html/doc/trunk/www/server.wiki#scgi Is it possible to setup nginx to pass requests to the same SCGI process but with

Re: [fossil-users] One mouse click to see all the tickets

2018-03-17 Thread Svyatoslav Mishyn
(Sat, 17 Mar 10:59) Warren Young: > I would suggest a refinement, however: set up at least two other reports, > one for open bug report tickets and another for open feature request > tickets, then use the Admin > URL Aliases to assign them sensible aliases > like /bugs and /wishlist. Then you can

Re: [fossil-users] How to find the doc for the fossil command

2018-03-17 Thread Svyatoslav Mishyn
Hi, (Sat, 17 Mar 09:50) J Ronald: > fossil user capabilities USERNAME ?STRING? > What's for ?STRING?I check the doc here: Fossil: Help: user, not enough info. see https://www.fossil-scm.org/index.html/setup_ulist_notes -- https://www.juef.space/ ___

[fossil-users] db.c | typos

2018-03-11 Thread Svyatoslav Mishyn
Hi, just found a few typos/missing dots. -- https://www.juef.space/ Index: src/db.c == --- src/db.c +++ src/db.c @@ -2841,11 +2841,11 @@ #endif /* ** SETTING: auto-captchaboolean default=on variable=autocaptcha ** If

Re: [fossil-users] Documentation requests

2018-03-02 Thread Svyatoslav Mishyn
(Mon, 26 Feb 17:57) Richard Hipp: > On 2/26/18, Thomas Levine <_...@thomaslevine.com> wrote: > > In the case of the fossil web server setup, for example, I envision > > an almost patronizing tutorial on alternative web server configuration > > options, the concept of proxy servers, installation of

[fossil-users] Converting to/from symlinks

2018-02-27 Thread Svyatoslav Mishyn
Hi, it seems that when `allow-symlinks` option is enabled, file which was already added cannot be overwritten by a symlink, see a test. mkdir test && cd test fossil init .fossil && fossil open .fossil fossil set allow-symlinks 0 cp ~/.ssh/default.pub . && fossil add default.pub && fossil ci -m

[fossil-users] no precompiled binaries for OpenBSD

2018-02-23 Thread Svyatoslav Mishyn
Howdy, here https://www.fossil-scm.org/index.html/uv/download.html are no more archives for OpenBSD. Should the docs be updated to reflect it? such as: test/release-checklist.wiki, www/index.wiki, and fossil.1 + Should the www/mkdownload.tcl file be deleted from repo? as download.html is not

[fossil-users] unconsistent fallback name for unnamed repository

2018-02-23 Thread Svyatoslav Mishyn
Howdy, I think, it's better to replace "???" by "" in `fossil all changes` and `all extras` commands for unnamed repository, just for consistency. (Although there are just "unnamed" (without <>), and just an empty string in some cases.) -- https://www.juef.space/ Index: src/checkin.c

[fossil-users] src/login.c: typo

2018-02-16 Thread Svyatoslav Mishyn
Hi, just noticed a double "is" in that file: Index: src/login.c == --- src/login.c +++ src/login.c @@ -506,11 +506,11 @@ const char *zQS = P("QUERY_STRING"); if( P("redir")!=0 || g.sslNotAvailable ){

[fossil-users] www/server.wiki: small correction

2018-02-13 Thread Svyatoslav Mishyn
Hi, Index: www/server.wiki == --- www/server.wiki +++ www/server.wiki @@ -317,11 +317,11 @@ An optional cache is available that remembers the 10 most recently requested /zip or /tarball pages and returns the precomputed

[fossil-users] typo on the download page

2016-10-22 Thread Svyatoslav Mishyn
Hi there, here (https://www.fossil-scm.org/index.html/uv/download.html) are links like these: Version 1.35 => https://www.fossil-scm.org/fossil/timeline?c=version-1.35;y=ci Version 1.34 => https://www.fossil-scm.org/fossil/timeline?c=version-1.34;y=ci ... there should be '&' instead of ';' (i.e.

Re: [fossil-users] features I'd like to have in fossil

2016-10-21 Thread Svyatoslav Mishyn
(Fri, 21 Oct 12:14) Warren Young: > https://www.fossil-scm.org/index.html/doc/trunk/www/checkin_names.wiki just found a typo: Index: www/checkin_names.wiki == --- www/checkin_names.wiki +++ www/checkin_names.wiki @@ -158,11

Re: [fossil-users] How to make post-commit hook?

2016-10-14 Thread Svyatoslav Mishyn
(Thu, 13 Oct 08:25) Nickolas Lloyd: > At a cursory glance, it looks like the `fsl' tool would allow you to do > something similar: just define a new `fsl' command that will do the > commit, export, and push all in one step. So, now I just use a function that imitates a post-commit hook. Not

[fossil-users] outdated www/webui.wiki file

2016-10-13 Thread Svyatoslav Mishyn
Hello, www/webui.wiki[0] contains: the entire Fossil website (except for the download page) [0]: http://www.fossil-scm.org/index.html/artifact/cdb125adad3e8311a3badefa59b99dd9f417dc7c?txt=1=30,31 -- I am not a native English speaker, so feel free to correct any spelling or

Re: [fossil-users] why doesn't the "ui" command automatically start a web browser

2016-10-13 Thread Svyatoslav Mishyn
Why don't I get 'g.zConfigDbName' in function db_get()? /home/juef/fossil/e/fossil: ./fossil ui db_get()::z(1) |0| db_get()::z(2) |chromium| Listening for HTTP requests on TCP port 8080 cgi_http_server()::zBrowser |chromium http://localhost:8080/timeline?c=current &| Created new window in

Re: [fossil-users] How to make post-commit hook?

2016-10-12 Thread Svyatoslav Mishyn
(Wed, 12 Oct 13:39) Nickolas Lloyd: > I've put together a python script that is called as a git subcommand and > takes care of all of the synchronization under the hood. Once it's > dropped in $GIT_EXEC_PATH I just call `git fossil pull' and `git fossil > push trunk' to interact with a fossil

Re: [fossil-users] fast-export to git produces unimportable dump

2016-10-12 Thread Svyatoslav Mishyn
(Wed, 12 Oct 11:50) Richard Hipp: > My guess: Git does not allow more than a single instance of the tag > named "one". In other words, all tags must be unique in Git. yet another Git limitation -- I am not a native English speaker, so feel free to correct any spelling or grammatical errors!

Re: [fossil-users] why doesn't the "ui" command automatically start a web browser

2016-10-12 Thread Svyatoslav Mishyn
(Wed, 12 Oct 19:13) Stephan Beal: > On Wed, Oct 12, 2016 at 7:06 PM, Svyatoslav Mishyn <j...@openmailbox.org> > wrote: > > > (Wed, 12 Oct 17:36) Stephan Beal: > > > try chromium-browser instead of chromium (which is, AFAIK, a completely > > > different progr

Re: [fossil-users] why doesn't the "ui" command automatically start a web browser

2016-10-12 Thread Svyatoslav Mishyn
(Wed, 12 Oct 17:36) Stephan Beal: > try chromium-browser instead of chromium (which is, AFAIK, a completely > different program) I don't have that (you mean Google Chrome?). I downloaded Google Chrome, and here is result: /home/juef/fossil/e/fossil: ./fossil set web-browser web-browser

Re: [fossil-users] fast-export to git produces unimportable dump

2016-10-12 Thread Svyatoslav Mishyn
(Thu, 13 Oct 00:19) Osamu Aoki: > I have no idea for "error: Multiple updates for ref ..." but at least > git repo is usable one after executing "git checkout trunk". to reproduce that error: /home/juef/fossil/test: f co trunk /home/juef/fossil/test: date >> z && f ci -m t1 --tag one --tag two

[fossil-users] why doesn't the "ui" command automatically start a web browser

2016-10-12 Thread Svyatoslav Mishyn
Hello, recently I've replaced Firefox by Chromium, and if I run `fossil ui ..` (i.e. not within an open checkout), browser doesn't start automatically. Should? AFAIR with Firefox it worked... (I've added fprintf() call) /home/juef/fossil/e/fossil: ./fossil ver This is fossil version 1.36

[fossil-users] How to make post-commit hook?

2016-10-11 Thread Svyatoslav Mishyn
Hi all, I want to automate bidirectional synchronization (Fossil => Git => Fossil). in git repo I have this: /home/juef/git/mirrors/fossil/test: cat .git/hooks/post-commit #!/bin/sh fossil_dir=/home/juef/fossil repo=test /home/juef/bin/g2f "$repo" cd "${fossil_dir}/${repo}" && fossil co trunk

[fossil-users] incremental Git import

2016-10-08 Thread Svyatoslav Mishyn
Hello, it looks that incremental git import doesn't work: f ver This is fossil version 1.36 [e727b3d50b] 2016-10-06 18:56:51 UTC f init test.fossil && mkdir test && cd test && f open ../test.fossil date > z f add z f ci -m c1 mkdir ../test.git && cd ../test.git && git init f export --git

Re: [fossil-users] Incremental import breaks repo.

2016-09-02 Thread Svyatoslav Mishyn
Hi, (Fri, 02 Sep 19:14) Karel Gardas: > My question is: is it possible somehow to connect those open leafs > together to form one line of development which is really what's in to > fossil imported git repo? Maybe `fossil reparent` and then `fossil leaves --recompute` will help.. -- I am not a

[fossil-users] broken link on the /mlink page

2016-08-29 Thread Svyatoslav Mishyn
Hi, if a new file was added, link to previous version (under column "From") is just /info/ also those links should point to check-in page not to the artifact as they are already under column "Old". -- I am not a native English speaker, so feel free to correct any spelling or grammatical

[fossil-users] typo in the /finfo page

2016-08-27 Thread Svyatoslav Mishyn
Hi there, from `fossil help /finfo`: Show the change history for a single file but that page has in the header "files" word (e.g.: https://www.fossil-scm.org/index.html/finfo?name=src/main.c => History of files named src/main.c). -- I am not a native English speaker, so feel free to

Re: [fossil-users] Pie Chart: two items are not very readable

2016-08-24 Thread Svyatoslav Mishyn
(Wed, 24 Aug 11:54) Richard Hipp: > The link above looks to be correctly formatted. Do you see a problem > that I am missing? "label02" and "label03" are a bit close together.. -- I am not a native English speaker, so feel free to correct any spelling or grammatical errors! signature.asc

Re: [fossil-users] Pie Chart: two items are not very readable

2016-08-24 Thread Svyatoslav Mishyn
(Wed, 24 Aug 10:09) Richard Hipp: > A fix is now checked in, and installed on the server. Thanks. -- I am not a native English speaker, so feel free to correct any spelling or grammatical errors! signature.asc Description: PGP signature ___

[fossil-users] Pie Chart: two items are not very readable

2016-08-24 Thread Svyatoslav Mishyn
Hello, on the page /repo-tabsize I got two items that are not very readable see screenshot (items "event" and "delta"): https://cloud.openmailbox.org/index.php/s/WYyIi5ZNpfuMpfY -- I am not a native English speaker, so feel free to correct any spelling or grammatical errors! signature.asc

Re: [fossil-users] /test_env page outputs headers

2016-08-23 Thread Svyatoslav Mishyn
(Tue, 23 Aug 10:09) Richard Hipp: > This is a deliberate feature. Perhaps you can suggest a way to > document it better. How about to add option "Show HTTP Headers" like "Show Cookies" ? or just rename "Show Cookies" to something else (when they are available) ("Show Cookies and HTTP Headers" ?,

[fossil-users] /test_env page outputs headers

2016-08-23 Thread Svyatoslav Mishyn
Hi all, "Environment Test" page outputs HTTP headers, when "Show Cookies" option is enabled, and when `fossil ui` or `fossil server` is running. It's not affected when fossil is run as a CGI program. see screenshot: https://cloud.openmailbox.org/index.php/s/rw2phBxRvwUl0np + typo & alignment:

Re: [fossil-users] false positive UTF-8 test

2016-07-20 Thread Svyatoslav Mishyn
(Wed, 20 Jul 08:42) Warren Young: > On Jul 19, 2016, at 1:16 AM, Svyatoslav Mishyn <j...@openmailbox.org> wrote: > > Also I have .fossil-settings/binary-glob (with *.gpg) in the repository. > > So what problem is the false positive giving you, then? I just expected if there

Re: [fossil-users] false positive UTF-8 test

2016-07-19 Thread Svyatoslav Mishyn
(Tue, 19 Jul 01:40) Scott Robison: > What version of fossil are you using? Some changes have been made fairly > recently that you may not have. As always, the latest. /home/juef: f version -v This is fossil version 1.35 [3aa86af6aa] 2016-06-14 11:10:39 UTC Compiled on Jun 14 2016 16:43:41 using

[fossil-users] false positive UTF-8 test

2016-07-19 Thread Svyatoslav Mishyn
Hello, I'm using Fossil to store GPG encrypted passwords; and one file Fossil detects as UTF-8: /home/juef/tmp: f test-looks-like-utf abc.gpg File "abc.gpg" has 631 bytes. Starts with UTF-8 BOM: no Starts with UTF-16 BOM: no Looks like UTF-8: yes Has flag LOOK_NUL: no Has flag LOOK_CR: yes Has

Re: [fossil-users] Fossil :: typos

2016-06-22 Thread Svyatoslav Mishyn
(Tue, 21 Jun 16:04) Richard Hipp: > How did you find these? Are you reading through the code line by line? Yes, but it was unintentionally. I was just reading the code to understand how Fossil works/implemented. And my eyes usually spot "these" words. Not always find them after the first

[fossil-users] Fossil :: typos

2016-06-21 Thread Svyatoslav Mishyn
Hi, just found a few typos. -- https://www.juef.tk/ Index: src/allrepo.c == --- src/allrepo.c +++ src/allrepo.c @@ -138,11 +138,11 @@ ** ** In addition, the following maintenance operations are supported: ** **add

[fossil-users] Could someone add a new TH1 variable 'project_description' ?

2016-06-16 Thread Svyatoslav Mishyn
Hello, there is 'project_name', but no 'project_description'. ++ https://www.fossil-scm.org/index.html/artifact/827386e6fd0ca33d52f7a663c3c45edde4df1e9a?txt=1=156 my ?? -- https://www.juef.tk/ signature.asc Description: PGP signature ___

Re: [fossil-users] How about to use 'project-description' instead of the file name in repolist ?

2016-06-16 Thread Svyatoslav Mishyn
(Thu, 16 Jun 07:05) Svyatoslav Mishyn: > Now I use simply index.html and update it manually. Of course not manually ;) make-index.sh: #!/bin/sh cat index.html.pre > index.html printf "\n\t\t\n" >> index.html for f in /home/juef/fossil/*.fossil; do printf "\t

Re: [fossil-users] How about to use 'project-description' instead of the file name in repolist ?

2016-06-15 Thread Svyatoslav Mishyn
(Tue, 14 Jun 13:28) Svyatoslav Mishyn: ... Sorry for that mail. There were bad ideas, suggestions. I just had a desire to try and write repolist index page that uses project's description within fossil implementation. Now I use simply index.html and update it manually. -- https://www.juef.tk

[fossil-users] How about to use 'project-description' instead of the file name in repolist ?

2016-06-14 Thread Svyatoslav Mishyn
Hi all, currently repolist just shows file names. I have made a few changes to show descriptions: https://f.juef.tk/p/fossil_5684672ab7-repolist_with_desc.patch and demo: https://f.juef.tk/ It uses primitive file-based cache and I didn't use db_()-based functions (just because

Re: [fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-12 Thread Svyatoslav Mishyn
(Sat, 11 Jun 16:14) Richard Hipp: > On 6/11/16, Svyatoslav Mishyn <j...@openmailbox.org> wrote: > > > > as `setenv: SCRIPT_NAME ""` does not work. > > > > I think I might have fixed this with the latest trunk check-in > (https://www.fossil-scm.

Re: [fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-11 Thread Svyatoslav Mishyn
(Sat, 11 Jun 21:23) Svyatoslav Mishyn: > I would like to get rid of this script, and use unsetenv tag: > unsetenv: SCRIPT_NAME > > as `setenv: SCRIPT_NAME ""` does not work. If SCRIPT_NAME does not exist, will fossil work ? Then something like "setemptyenv:" is b

Re: [fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-11 Thread Svyatoslav Mishyn
(Sat, 11 Jun 21:23) Svyatoslav Mishyn: > and repo is not exist, it would have worked; s/is/does/ -- https://www.juef.tk/ signature.asc Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fos

[fossil-users] How about to add "unsetenv:" tag for the CGI script ?

2016-06-11 Thread Svyatoslav Mishyn
Hi all, currently I am using virt.pl script based on: http://fossil.include-once.org/fossil-skins/artifact/85a4ff4a366faf93 because I do not like URLs with repo.cgi ;) I would like to get rid of this script, and use unsetenv tag: unsetenv: SCRIPT_NAME as `setenv: SCRIPT_NAME ""` does not work.

Re: [fossil-users] How to render a vertical line in a Markdown code snippet?

2016-05-14 Thread Svyatoslav Mishyn
(Sat, 14 May 13:03) Marko Käning: > How to render a vertical line in a Markdown code snippet? > > I tried `|`, `\|` and `||` but all to no avail. The bare vertical in text > flow even caused fossil’s UI to try to render a table at one point. > > If I do the same in a multiline code block it

Re: [fossil-users] Howto change diff output colorisation

2016-04-24 Thread Svyatoslav Mishyn
(Sun, 24 Apr 18:32) Marko Käning: > how can one configure the colour scheme of the diff output for a specific > skin? You can add into css file 'span.diff*' style attributes, see example: https://f.juef.tk/fossil-theme-sl/artifact/6601f777f08ef848cc97cc10100f50afac09f1d4?txt=1=215,244 > ... >

Re: [fossil-users] Feature request: syntax highlighting for file, diff and code block rendering

2016-04-24 Thread Svyatoslav Mishyn
Hello, (Sun, 24 Apr 12:03) Marko Käning: > would be nice if it was possible to get syntax highlighting in the web UI. see: http://www.fossil-scm.org/index.html/wiki?name=shjs Personally I didn't try it, because I use an editor without syntax highlighting. -- https://www.juef.tk/

[fossil-users] fossil rss -name is not always working

2016-04-05 Thread Svyatoslav Mishyn
Hello, `fossil rss -name $fname` and web-page '/timeline.rss?name=$fname' are not always working: echo zzz > a echo zzz > b echo zzz > x/one echo zzz > y/two f add a b x/one y/two f ci -m initial date >> a f ci -m a1 date >> b f ci -m b1 date >> x/one f ci -m x1 date >> y/two f ci -m y1 f

Re: [fossil-users] typos

2016-04-02 Thread Svyatoslav Mishyn
(Fri, 01 Apr 17:50) Ross Berteig: > Even better, Joe has already done that to trunk. But why that commit [b6b50b12] is marked as *FORK* in timeline.rss; and as *BRANCH* in `fossil timeline`; while here https://www.fossil-scm.org/index.html/info/b6b50b1244796110 looks like usual commit.. --

[fossil-users] typos

2016-04-01 Thread Svyatoslav Mishyn
Hello everyone, just found some typos: fossil help close if there are unsaved changed changed => changes fossil help all Mangages => Manages fossil help cache it does not already exists exists => exist fossil cache status TBD...

Re: [fossil-users] not correct status code when used "notfound:" tag in the CGI script

2016-03-09 Thread Svyatoslav Mishyn
(Wed, 09 Mar 07:58) Andy Bradford: > Thus said Svyatoslav Mishyn on Wed, 09 Mar 2016 12:17:58 +0200: > > > recently I have moved all repositories from chiselapp; and I found > > that Fossil send not correct status code: > > It seems to be working according to wh

Re: [fossil-users] not correct status code when used "notfound:" tag in the CGI script

2016-03-09 Thread Svyatoslav Mishyn
Oops.. (Wed, 09 Mar 12:17) Svyatoslav Mishyn: > and I found that Fossil send not correct status code: s/send/sends/ -- https://www.juef.tk/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-

[fossil-users] not correct status code when used "notfound:" tag in the CGI script

2016-03-09 Thread Svyatoslav Mishyn
Hello everybody, recently I have moved all repositories from chiselapp; and I found that Fossil send not correct status code: Without "notfound:" tag it is correct. /home/juef/fossil/e: cat test.cgi #!/home/juef/fossil/e/fossil/fossil directory: /home/juef/fossil/e /home/juef/fossil/e:

Re: [fossil-users] Repository home page as embedded documentation

2016-01-29 Thread Svyatoslav Mishyn
(Fri, 29 Jan 11:09) Warren Young: > Many more are listed here: > > https://www.staticgen.com/ Here is even more: https://staticsitegenerators.net/ -- http://www.juef.tk/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] revert all files: doesn't work

2015-07-18 Thread Svyatoslav Mishyn
Hello, from `fossil help revert` ... Revert all files if no file name is provided. and here is my test: /home/juef/tmp/fossil/test: f time === 2015-07-18 === 18:55:39 [b0d58a9f51] *CURRENT* c3 (user: juef tags: trunk) 18:55:16 [b2f66fde1a] c2 (user: juef tags: trunk) 18:54:52 [4deb08b494] c1

[fossil-users] /reports | Timeline Events by Day of the Week

2015-06-04 Thread Svyatoslav Mishyn
Hello, What did I do on 2015-06-02 ? see: http://chiselapp.com/user/juef/repository/tclsoldout/reports?view=byweekdaytype=ci vs. http://chiselapp.com/user/juef/repository/tclsoldout/timeline?n=50y=civ=0 -- http://www.juef.tk/ ___ fossil-users

Re: [fossil-users] Version 1.33

2015-05-28 Thread Svyatoslav Mishyn
(Wed, 27 May 14:03) Warren Young: On May 23, 2015, at 1:25 PM, Svyatoslav Mishyn j...@openmailbox.org wrote: /tmp: wget -S http://localhost:8080/reports --2015-05-23 21:42:12-- http://localhost:8080/reports Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost

Re: [fossil-users] Version 1.33

2015-05-23 Thread Svyatoslav Mishyn
(Sat, 23 May 07:47) Richard Hipp: Fossil version 1.33 has been tagged. Binaries are available on the download page: https://www.fossil-scm.org/download.html link http://localhost:8080/reports; doesn't work; + fixes for the sitemap: Index: src/sitemap.c

Re: [fossil-users] Version 1.33

2015-05-23 Thread Svyatoslav Mishyn
(Sat, 23 May 13:50) Richard Hipp: On 5/23/15, Svyatoslav Mishyn j...@openmailbox.org wrote: link http://localhost:8080/reports; doesn't work; For what browser does it not work? if it matters, Firefox 36.0, but /tmp: wget -S http://localhost:8080/reports --2015-05-23 21:42:12-- http

Re: [fossil-users] html_entities for the commit comment

2015-05-06 Thread Svyatoslav Mishyn
(Tue, 05 May 15:17) Richard Hipp: That's configurable. Go to /Admin/Timeline on the web interface. There is the option: * Plaintext comments on timelines How about to add more extended options ? * HTML * Wiki * Markdown(?) as renderer for the commit comment and if

[fossil-users] html_entities for the commit comment

2015-05-05 Thread Svyatoslav Mishyn
Hello, How about to replace all special characters in the commit (only Web-UI) ? without it looks like this: http://chiselapp.com/user/juef/repository/repospage/info/83636ece930 -- http://www.juef.tk/ ___ fossil-users mailing list

Re: [fossil-users] html_entities for the commit comment

2015-05-05 Thread Svyatoslav Mishyn
(Tue, 05 May 15:17) Richard Hipp: On 5/5/15, Svyatoslav Mishyn j...@openmailbox.org wrote: Hello, How about to replace all special characters in the commit (only Web-UI) ? without it looks like this: http://chiselapp.com/user/juef/repository/repospage/info/83636ece930 That's

Re: [fossil-users] How to pull back from a git mirror?

2015-04-24 Thread Svyatoslav Mishyn
+ How about to add a dot: Index: src/export.c == --- /home/juef/fossil/e/fossil/src/export.c~0 2015-04-24 14:44:22.013432681 +0300 +++ /home/juef/fossil/e/fossil/src/export.c 2015-04-24 14:13:35.323413908 +0300 @@ -338,12

Re: [fossil-users] How to pull back from a git mirror?

2015-04-24 Thread Svyatoslav Mishyn
(Fri, 24 Apr 12:30) Ron W: On Fri, Apr 24, 2015 at 8:26 AM, Svyatoslav Mishyn j...@openmailbox.org wrote: What am I missing ? https://cloud.openmailbox.org/public.php?service=filest=a42e1dab28fe9574bca06dca77feb8fd I made initial: git fast-export --all --export-marks=$new

Re: [fossil-users] revised new ticket page

2015-04-24 Thread Svyatoslav Mishyn
(Fri, 24 Apr 14:21) Erik Lechak: Hey guys, This is a simple modification to the tktnew page (alpha code). I'd appreciate any feedback. Hi, looks nice! ;) -- http://www.juef.tk/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] How to pull back from a git mirror?

2015-04-22 Thread Svyatoslav Mishyn
(Tue, 21 Apr 12:32) Ron W: On Tue, Apr 21, 2015 at 5:27 AM, Natacha Porté nata...@instinctive.eu wrote: So a more realistic request would a procedure to backport the git commits into fossil, and a new update script to only export stuff beyond the synchronization point. Would the

[fossil-users] How about cgit-like view for the Flat-View?

2015-03-28 Thread Svyatoslav Mishyn
Hello, currently, it is like just `ls` it would be great if it was like `ls -l --human-readable --group-directories-first` via some magic :)) https://cloud.openmailbox.org/public.php?service=filest=a831ee627195547f30c3bf2bdb406902 vs.

[fossil-users] many duplicate links @ www/permutedindex.html

2015-03-20 Thread Svyatoslav Mishyn
Hello, $ sed -ne 's/.*\\(.*\.wiki\).*/\1/p' www/permutedindex.html | sort | wc -l 163 $ sed -ne 's/.*\\(.*\.wiki\).*/\1/p' www/permutedindex.html | sort -u | wc -l 49 $ sed -ne 's/.*\\(.*\.md\).*/\1/p' www/permutedindex.html | sort | wc -l 9 $ sed -ne 's/.*\\(.*\.md\).*/\1/p'

Re: [fossil-users] need additional padding for the .filelist li

2015-03-09 Thread Svyatoslav Mishyn
(Mon, 09 Mar 06:15) Richard Hipp: On 3/8/15, Svyatoslav Mishyn j...@openmailbox.org wrote: Hello, for example: padding: 1px 0; see: https://cloud.openmailbox.org/public.php?service=filest=27ee378f8bdc47ebcd06069d907916fc What is that hyperlink suppose to demonstrate? I do

[fossil-users] need additional padding for the .filelist li

2015-03-08 Thread Svyatoslav Mishyn
Hello, for example: padding: 1px 0; see: https://cloud.openmailbox.org/public.php?service=filest=27ee378f8bdc47ebcd06069d907916fc -- http://www.juef.tk/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Mouse-over effects for the file-age table, except the thead

2015-02-24 Thread Svyatoslav Mishyn
Hello, Index: src/browse.c == --- /home/juef/fossil/e/fossil/src/browse.c~0 2015-02-24 16:31:46.677114589 +0200 +++ /home/juef/fossil/e/fossil/src/browse.c 2015-02-24 16:21:11.700411735 +0200 @@ -1035,7 +1035,7 @@ @

[fossil-users] Duplicate headers | markdown (| only-Wiki?)

2015-02-22 Thread Svyatoslav Mishyn
Hello, See, http://www.fossil-scm.org/index.html/artifact/020e48a0879e9763a48ba559697b69460fac50e2 there is ## Status: but here: http://www.fossil-scm.org/index.html/wiki?name=Fossil+2.0 h1Status:/h1 div class=markdown h2Status:/h2 -- http://www.juef.tk/

[fossil-users] The /tree n /dir page

2015-02-22 Thread Svyatoslav Mishyn
Hello, Will be dropped the /tree page.?) because: http://www.fossil-scm.org/index.html/tree?ci=tip the /dir page missing parameter: type http://www.fossil-scm.org/index.html/help?cmd=/dir -- http://www.juef.tk/ ___ fossil-users mailing list

[fossil-users] dot | info.c

2015-02-08 Thread Svyatoslav Mishyn
Hello, just a dot :) Index: src/info.c == --- /home/juef/fossil/e/fossil/src/info.c~0 2015-02-08 19:53:47.770006991 +0200 +++ /home/juef/fossil/e/fossil/src/info.c 2015-02-08 19:46:36.750002609 +0200 @@ -383,7 +383,7 @@

Re: [fossil-users] Please contribute skins

2015-01-26 Thread Svyatoslav Mishyn
(Wed, 21 Jan 21:14) Richard Hipp: If you have suggestions on how to improve the existing skins, please send in diffs, either to this list or to one of the developers (like me). https://cloud.openmailbox.org/public.php?service=filest=66be8aedb2c79d8814615dc8219efec4 is it only for me? if

[fossil-users] custom 404 error page; the /doc web page

2015-01-22 Thread Svyatoslav Mishyn
Hi, a) Could you add please, to the doc.c - doc_page - doc_not_found: cgi_set_status(404,Not Found); b) It would be nice to have a custom 404 error page for all cases. with ability to edit in WebUI (like footer, header, css) ..or to make similar to github (404.html)

  1   2   >