Re: [fossil-users] Show current checkout and branch in Web UI

2015-12-23 Thread Steve Stefanovich
> It only works if you start it without a repository name from within an open 
> checkout.

But I do start it from the open checkout directory without arguments, and it 
doesn't work ('no such object: current'); tried 1.33 and 1.34, on Windows. 
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Show current checkout and branch in Web UI

2015-12-23 Thread Richard Hipp
On 12/23/15, Steve Stefanovich  wrote:
>> It only works if you start it without a repository name from within an
>> open checkout.
>
> But I do start it from the open checkout directory without arguments, and it
> doesn't work ('no such object: current'); tried 1.33 and 1.34, on Windows.

Works for me on Linux.  I'll fire up a windows box and try it there
after I finish the other email I was working on
-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] CSS modifications

2015-12-23 Thread Paul Higham
Having upgraded to Fossil release 1.34 the customizations to the css that I had 
made have disappeared and I cannot find a way to edit the new css. Is this no 
longer possible? Is there a way to modify the css for some elements?

:: paul
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] CSS modifications

2015-12-23 Thread Andy Bradford
Thus said Paul Higham on Wed, 23 Dec 2015 10:11:03 -0800:

> Having upgraded to  Fossil release 1.34 the customizations  to the css
> that I had made  have disappeared and I cannot find a  way to edit the
> new css. Is this no longer possible?  Is there a way to modify the css
> for some elements?

There  were  a  lot  of  changes   made  to  how  CSS  customization  is
handled. It's likely  (and unfortunate) that these changes  wipe out (or
ignore)  existing CSS  customization that  had been  made using  the old
header/footer/css mechanisms. I too ran into  this and had to spend some
time figuring out how to recover them.

It may be possible  that your orginal CSS is still  intact in the config
table in your repositories.

echo SELECT value FROM config WHERE name = "'css';" | fossil sql -R /repo.fossil

The header and footer are also there if you need them.

It  should  still  be  possible  to  customize  under  Admin->Skins  (or
/setup_skin via UI)

Andy
-- 
TAI64 timestamp: 4000567b047d


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Show current checkout and branch in Web UI

2015-12-23 Thread Kees Nuyt
[Default] On Wed, 23 Dec 2015 06:58:16 +, Steve Stefanovich
 wrote:

> In that case, Fossil doesn't know what current means
> (i.e. /info/current returns 'No such object: current'
> and /timeline?c=current just shows 11 latest checkins). 

/timeline?n=999

-- 
Regards,

Kees Nuyt
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Show current checkout and branch in Web UI

2015-12-23 Thread Richard Hipp
On 12/23/15, Steve Stefanovich  wrote:
>
> Yes, this is helpful - if served by 'fossil ui' it shows the current
> checkout timeline and info that I need.
> ‎
> However, I realised if  this is to be visible to all the team, I need to use
> 'fossil server'.

"current" also works with "fossil server" if you start "fossil server"
without a repository argument.  In other words, if you cd into the
check-out directory and then run "fossil server".

The "current" label does not work if you specify a repository using
something like "fossil server project.fossil".  It only works if you
start it without a repository name from within an open checkout.

-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Show current checkout and branch in Web UI

2015-12-23 Thread Warren Young
On Dec 22, 2015, at 11:58 PM, Steve Stefanovich  wrote:
> 
> if  this is to be visible to all the team, I need to use 'fossil server'. 
> 
> In that case, Fossil doesn't know what current means

In that case, maybe /info/tip gives you what you want.

Beware: “tip” may give surprising results when you’re using branches.  
Basically, it means “the last thing checked in”, not “tip of trunk,” as you 
might expect.

If that’s a problem for you, try /info/trunk instead.

Or, skip all that UI stuff and just say “f stat”. :)
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users