Re: [fossil-users] Is whiki a fossil admin user interface?

2015-03-18 Thread Stephan Beal
On Wed, Mar 18, 2015 at 2:39 AM, heat...@trans-world.org wrote: Hello, I am a bit confused, Is whiki http://whiki.wanderinghorse.net/?page=whiki a fossil admin user interface to manage fossil website??? No - whiki was the prototype for what became the Fossil JSON API. -- - stephan beal

[fossil-users] New tickets: How to make Important to be default severity ?

2015-03-18 Thread Markus Laire
I would like to change New Ticket Page in admin-section so that default severity is Important, but user still can choose another severity. Also I want to keep proper order in severity_choices so I don't want to just move Important as first. I have tried few things, and I am able to change default

Re: [fossil-users] New tickets: How to make Important to be default severity ?

2015-03-18 Thread Markus Laire
Sorry, I should've tested this better. The first code does work, I just had some other problems there. On Wed, Mar 18, 2015 at 1:23 PM, Markus Laire mala...@gmail.com wrote: I would like to change New Ticket Page in admin-section so that default severity is Important, but user still can choose

Re: [fossil-users] Fossil security question from a newbie

2015-03-18 Thread Stephan Beal
On Mar 18, 2015 5:01 AM, Vikrant Chaudhary vikr...@webstream.io wrote: No, the authentication/authorisation is only to protect if the repository is accessed over a protocol (http, command line etc.), if Minor correction: in cli mode the user is effectively an admin. No rights are checked in

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-18 Thread Richard Hipp
On 3/18/15, die.drachen die.drac...@gmail.com wrote: Unfortunately I'm unable to distribute the repo, which is also quite large (~730mb .fossil file, 93k commits). Are there additional measures I can take to get diagnostic information? Compile your own Fossil from trunk sources, using options

Re: [fossil-users] fossil server for timeline will return empty result for some parameters max

2015-03-18 Thread die.drachen
I attached the output (using lldb instead of gdb). $ lldb fossil (lldb) target create fossil Current executable set to 'fossil' (x86_64). (lldb) run test-http mimjava.fossil Process 87976 launched: '/.../fossil' (x86_64) GET /timeline?n=421y=all Process 87976 stopped * thread #1: tid = 0x38540d,

[fossil-users] False negative in home directory permission check

2015-03-18 Thread David Macek
Hi. The permissions check in Windows Fossil incorrectly reports my home directory is unwritable. The problem is probably that my home directory is a junction. If I direct FOSSIL_HOME to the junction target, the check passes. After the config DB file is created, I can unset FOSSIL_HOME and

[fossil-users] Possible Bug in Merge Conflict Blocks

2015-03-18 Thread Scott Robison
I was going to get my old winsymlink branch caught up with trunk, so, using a build from the tip of trunk (This is fossil version 1.32 [a7e1101d71] 2015-03-17 21:10:44 UTC) I: 1. fossil update winsymlink 2. fossil merge trunk 3. merge conflict reported for src\file.c, src\update.c, src\vfile.c.

Re: [fossil-users] New tickets: How to make Important to be default severity ?

2015-03-18 Thread Richard Hipp
On 3/18/15, Ron W ronw.m...@gmail.com wrote: On Wed, Mar 18, 2015 at 7:23 AM, Markus Laire mala...@gmail.com wrote: I would like to change New Ticket Page in admin-section so that default severity is Important, but user still can choose another severity. Also I want to keep proper order in

Re: [fossil-users] New tickets: How to make Important to be default severity ?

2015-03-18 Thread Ron W
On Wed, Mar 18, 2015 at 12:13 PM, Richard Hipp d...@sqlite.org wrote: On 3/18/15, Ron W ronw.m...@gmail.com wrote: I was going to suggest changing: th1combobox severity $severity_choices 1/th1 to: th1combobox severity $severity_choices 3/th1 Did you make the change on both

Re: [fossil-users] Browser support

2015-03-18 Thread Warren Young
On Mar 18, 2015, at 9:57 AM, Richard Hipp d...@sqlite.org wrote: * canvas is limited in size to 32768 pixels, while graphs sometimes approach one million pixels. I assume you wrote this before seeing my td canvas /td concept. 32 kpx divided by about 20 px per line means

Re: [fossil-users] Browser support

2015-03-18 Thread Richard Hipp
On 3/18/15, Warren Young w...@etr-usa.com wrote: The current timeline drawing code is a really nasty hack, abusing HTML in ways not intended by its designers. (E.g. Arrowheads constructed from a ziggurat of black-filled divs.) It is a nasty hack. But it is also the only way we have found so

Re: [fossil-users] New tickets: How to make Important to be default severity ?

2015-03-18 Thread Ron W
On Wed, Mar 18, 2015 at 7:23 AM, Markus Laire mala...@gmail.com wrote: I would like to change New Ticket Page in admin-section so that default severity is Important, but user still can choose another severity. Also I want to keep proper order in severity_choices so I don't want to just move

Re: [fossil-users] Browser support

2015-03-18 Thread Richard Hipp
On 3/18/15, Warren Young w...@etr-usa.com wrote: I think you can just piece the graph together one row at a time. HTML has several facilities for stretching graphic elements over the width or height of a td, for example. Pseudocode: td style=“background-image:url(‘row3523.png’); height:

Re: [fossil-users] Browser support

2015-03-18 Thread Warren Young
On Mar 16, 2015, at 7:06 PM, jungle Boogie jungleboog...@gmail.com wrote: Hi Warren, On 16 March 2015 at 17:50, Warren Young w...@etr-usa.com wrote: There are at least three ways to create the timeline without Javascript. Do you have examples of these three methods? They're self-evident

Re: [fossil-users] Browser support

2015-03-18 Thread Warren Young
On Mar 16, 2015, at 7:13 PM, Richard Hipp d...@sqlite.org wrote: On 3/16/15, Warren Young w...@etr-usa.com wrote: There are at least three ways to create the timeline without Javascript. 1. Build the timeline as a dynamic PNG on the server side The main difficulty is knowing where to

Re: [fossil-users] Browser support

2015-03-18 Thread Warren Young
On Mar 17, 2015, at 5:01 AM, John Found johnfo...@asm32.info wrote: I know several people, that prefer to disable JS even on new browsers because of security reasons. Unfortunately, the browsers does not allow disabling JS on site base Which browser is this? NoScript pioneered the

Re: [fossil-users] Browser support

2015-03-18 Thread Warren Young
On Mar 18, 2015, at 10:33 AM, Richard Hipp d...@sqlite.org wrote: For all its faults, the current timeline mechanism works with a single HTTP request, has all content in a single HTML file, and is computed quickly and efficiently on the server side. SVG and Canvas would do that, too, and

Re: [fossil-users] Branch color generation

2015-03-18 Thread Richard Hipp
On 3/18/15, Andy Goth andrew.m.g...@gmail.com wrote: http://www.fossil-scm.org/index.html/timeline?n=20y=cib=2015-03-18 dotfiles-setting and svn-import have very similar colors, as do git-import and timelineAntialiasing. dotfiles-setting: #AFC3C8 svn-import : #A2BABF

Re: [fossil-users] Possible Bug in Merge Conflict Blocks

2015-03-18 Thread Richard Hipp
On 3/18/15, Scott Robison sc...@casaderobison.com wrote: Just FYI. I can try to take a look at it later, but given the speed that these things are often fixed, I figured I'd report it now. Too many balls in flight right now. Please have a look and send patches. Tnx. -- D. Richard Hipp

[fossil-users] Branch color generation

2015-03-18 Thread Andy Goth
http://www.fossil-scm.org/index.html/timeline?n=20y=cib=2015-03-18 dotfiles-setting and svn-import have very similar colors, as do git-import and timelineAntialiasing. dotfiles-setting: #AFC3C8 svn-import : #A2BABF git-import : #92C1BB timelineAntialiasing: #8FC1BC I know

Re: [fossil-users] New tickets: How to make Important to be default severity ?

2015-03-18 Thread Richard Hipp
On 3/18/15, Ron W ronw.m...@gmail.com wrote: So, what does third parameter to combobox do? https://www.fossil-scm.org/fossil/artifact/e79b55e41?ln=653-660 -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list

Re: [fossil-users] Possible Bug in Merge Conflict Blocks

2015-03-18 Thread bch
Scott -- if there's a case you concoct (and post) that demonstrates the issue, more eyeballs and brains can review. -bch On 3/18/15, Scott Robison sc...@casaderobison.com wrote: On Wed, Mar 18, 2015 at 11:42 AM, Richard Hipp d...@sqlite.org wrote: On 3/18/15, Scott Robison

Re: [fossil-users] Possible Bug in Merge Conflict Blocks

2015-03-18 Thread Scott Robison
On Wed, Mar 18, 2015 at 11:42 AM, Richard Hipp d...@sqlite.org wrote: On 3/18/15, Scott Robison sc...@casaderobison.com wrote: Just FYI. I can try to take a look at it later, but given the speed that these things are often fixed, I figured I'd report it now. Too many balls in flight

Re: [fossil-users] fossil ui not working with recent chrome browser

2015-03-18 Thread a...@gmx-topmail.de
Am 17.03.2015 um 21:08 schrieb jungle Boogie: Hello, On 17 March 2015 at 03:07, a...@gmx-topmail.de a...@gmx-topmail.de wrote: -Can you use a different Windows computer? I did, and there I don't have the problem (I'm sick and write this from home, I probably will do more tests with other

Re: [fossil-users] fossil ui not working with recent chrome browser

2015-03-18 Thread a...@gmx-topmail.de
Am 18.03.2015 um 00:28 schrieb Tontyna: My last Windows 7 update happened to be 5 days ago. And the next one is waiting for me to shutdown the computer. I'm not in the support team but I heard that last week some of our customers did have problems right after Win7 update. Will ask my

[fossil-users] expected unpublish command behaviour

2015-03-18 Thread Abilio Marques
Shouldn't unpublish show those check-ins still not pushed to the remote in case a remote exist? Specially useful with autosync=0 ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] home directory must be writeable

2015-03-18 Thread Abilio Marques
Typo correction: I meant HOME=. ./fossil command On Wed, Mar 18, 2015 at 6:34 PM, Abilio Marques abili...@gmail.com wrote: Hi, I'm using fossil on an openshift gear (www.openshift.com), but I get this error: *home directory /var/lib/openshift/54fb48714382ecec88eb/ must be

[fossil-users] home directory must be writeable

2015-03-18 Thread Abilio Marques
Hi, I'm using fossil on an openshift gear (www.openshift.com), but I get this error: *home directory /var/lib/openshift/54fb48714382ecec88eb/ must be writeable* I hacked it by running: *$HOME=. ./fossil command* (yeah, I downloaded the binary and put it into the same directory) But I

Re: [fossil-users] fossil ui not working with recent chrome browser

2015-03-18 Thread a...@gmx-topmail.de
Am 18.03.2015 um 00:29 schrieb Tontyna: Am 17.03.2015 um 21:08 schrieb jungle Boogie: Hello, On 17 March 2015 at 03:07, a...@gmx-topmail.de a...@gmx-topmail.de wrote: -Can you use a different Windows computer? I did, and there I don't have the problem (I'm sick and write this from home, I

Re: [fossil-users] Possible Bug in Merge Conflict Blocks

2015-03-18 Thread bch
I tried this, and I see what you're talking about -- It's not clear to me it's an error (I'm not apologizing for anything that happened here, but I'd have to better understand the merge algorithm to know if this is logically sane). Its easy to see how this could be confusing though. I'll have to

Re: [fossil-users] Possible Bug in Merge Conflict Blocks

2015-03-18 Thread Scott Robison
On Wed, Mar 18, 2015 at 5:41 PM, bch brad.har...@gmail.com wrote: I tried this, and I see what you're talking about -- It's not clear to me it's an error (I'm not apologizing for anything that happened here, but I'd have to better understand the merge algorithm to know if this is logically

Re: [fossil-users] Possible Bug in Merge Conflict Blocks

2015-03-18 Thread Scott Robison
On Wed, Mar 18, 2015 at 12:19 PM, bch brad.har...@gmail.com wrote: Scott -- if there's a case you concoct (and post) that demonstrates the issue, more eyeballs and brains can review. I posted a Reader's Digest condensed one earlier, but here it is in more detail: 1. From an opened working

Re: [fossil-users] Browser support

2015-03-18 Thread Warren Young
On Mar 18, 2015, at 10:33 AM, Richard Hipp d...@sqlite.org wrote: Currently, of there is a line from the 289th entry up to the 41st entry of the graph, that is a single entry in a table. But with separate canvas, apparently that line now requires entries in 249 different canvas definition