Re: [fossil-users] Lots of web interface changes

2017-12-15 Thread John P. Rouillard
Hello Richard: In message , Richard Hipp writes: >On 12/14/17, John P. Rouillard wrote: >>> >>>.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] >>> { >>>background-color: #333; >>>} >> > >You picked up an extra space character on the copy/paste, in between >the last

Re: [fossil-users] Lots of web interface changes

2017-12-14 Thread Richard Hipp
On 12/14/17, John P. Rouillard wrote: >> >>.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] >> { >>background-color: #333; >>} > You picked up an extra space character on the copy/paste, in between the last "id" and the following "]". You can clearly see this space

Re: [fossil-users] Lots of web interface changes

2017-12-14 Thread John P. Rouillard
Hi Richard: In message , Richard Hipp writes: >On 12/14/17, John P. Rouillard wrote: >> >> I use a dark theme with white text. In release: >> >>Fossil version 2.5 [dc7d0a2e27] 2017-12-14 18:03:01 >> >> the background for the timeline detail is very light. This makes it >> difficult to view th

Re: [fossil-users] Lots of web interface changes

2017-12-14 Thread Richard Hipp
On 12/14/17, John P. Rouillard wrote: > > I use a dark theme with white text. In release: > >Fossil version 2.5 [dc7d0a2e27] 2017-12-14 18:03:01 > > the background for the timeline detail is very light. This makes it > difficult to view the white text. Please try adding the following rule to

Re: [fossil-users] Lots of web interface changes

2017-12-14 Thread John P. Rouillard
Hello Richard: In message , Richard Hipp writes: >On 12/6/17, John P. Rouillard wrote: >> I see a major flash of unstyled content. > >Do you still have this problem with the latest trunk version of >Fossil? There was a change at >https://www.fossil-scm.org/fossil/timeline?c=20e680aa that might h

Re: [fossil-users] Lots of web interface changes

2017-12-14 Thread Richard Hipp
On 12/6/17, John P. Rouillard wrote: > I see a major flash of unstyled content. Do you still have this problem with the latest trunk version of Fossil? There was a change at https://www.fossil-scm.org/fossil/timeline?c=20e680aa that might have fixed it. -- D. Richard Hipp d...@sqlite.org _

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread John P. Rouillard
Hello Richard: I have to say I like the new changes. Especially making the diff format sticky. It was a real pain to have to keep shifting fron side to side diff to unidiff format. Now onto the issue. In message , Richard Hipp writes: >If you can, please download the latest trunk sources, compile

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Stephan Beal
On Wed, Dec 6, 2017 at 10:59 PM, Richard Hipp wrote: > On 12/6/17, Stephan Beal wrote: > > On Wed, Dec 6, 2017 at 8:33 PM, Richard Hipp wrote: > > > >> know.) Are you still having the same problem with the latest > >> code, even after hitting multiple "Reloads"? > >> > > > > Just tested: n

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread jungle Boogie
On 6 December 2017 at 11:22, Richard Hipp wrote: > There have been lots of changes (hopefully, "improvements") to the web > interface of Fossil over the past few days. If you have not be > following the developments, I encourage you to visit a few of the main > sites running the latest code and l

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Scott Robison
I read that as no, he isn't having the same problem. On Dec 6, 2017 2:59 PM, "Richard Hipp" wrote: > On 12/6/17, Stephan Beal wrote: > > On Wed, Dec 6, 2017 at 8:33 PM, Richard Hipp wrote: > > > >> know.) Are you still having the same problem with the latest > >> code, even after hitting

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Richard Hipp
On 12/6/17, Stephan Beal wrote: > On Wed, Dec 6, 2017 at 8:33 PM, Richard Hipp wrote: > >> know.) Are you still having the same problem with the latest >> code, even after hitting multiple "Reloads"? >> > > Just tested: no :) I just brought up chrome here on my desktop and on a Win7 laptop

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Stephan Beal
On Wed, Dec 6, 2017 at 8:33 PM, Richard Hipp wrote: > know.) Are you still having the same problem with the latest > code, even after hitting multiple "Reloads"? > Just tested: no :) -- - stephan beal http://wanderinghorse.net/home/stephan/ "Freedom is sloppy. But since tyranny's the

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread The Tick
On 12/6/2017 1:22 PM, Richard Hipp wrote: There have been lots of changes (hopefully, "improvements") to the web interface of Fossil over the past few days. If you have not be following the developments, I encourage you to visit a few of the main sites running the latest code and let me know wha

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Warren Young
On Dec 6, 2017, at 12:34 PM, Sean Woods wrote: > > https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki > > See that ugly "index.html" in the URL? Was that always there? Yes, it was: https://web.archive.org/web/20151225132659/http://www.fossil-scm.org/index.html/doc/trunk/www/i

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Warren Young
On Dec 6, 2017, at 12:22 PM, Richard Hipp wrote: > > (6) CSP headers says: "default-src 'self' 'unsafe-inline’". Don’t undersell the advantages. That’s a significant improvement already: 1. It disallows all eval() cases, which closes off a whole class of attacks. 2. It disallows active conte

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Sean Woods
On Wed, Dec 6, 2017, at 02:22 PM, Richard Hipp wrote: > There have been lots of changes (hopefully, "improvements") to the web > interface of Fossil over the past few days. If you have not be > following the developments, I encourage you to visit a few of the main > sites running the latest code

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Richard Hipp
On 12/6/17, Stephan Beal wrote: > > FYI: i noticed two days ago that on my tablet (Chrome browser) that the > various timeline links all point to the honeypot page. It seems the bot > detection got unduly stringent (i know that's an ongoing war). > I didn't change the algorithm any. I just moved

Re: [fossil-users] Lots of web interface changes

2017-12-06 Thread Stephan Beal
On Wed, Dec 6, 2017 at 8:22 PM, Richard Hipp wrote: > There have been lots of changes (hopefully, "improvements") to the web > interface of Fossil over the past few days. If you have not be > following the developments, I encourage you to visit a few of the main > sites running the latest code a