Re: [fossil-users] Windows make fail: mkcss.c

2017-11-30 Thread jungle Boogie
On 29 November 2017 at 15:35, jungle Boogie wrote: > On 29 November 2017 at 15:06, jungle Boogie wrote: >> Hi All, >> >> First time to compile Fossil on Windows in awhile, so this might me a >> fault of my own doing. >> >> ..\src\../skins/original/h

Re: [fossil-users] Fossil version 1.31 testing

2015-02-23 Thread Joe Prostko
s is the source tar.gz in question: https://www.fossil-scm.org/download/fossil-src-20150223162734.tar.gz Here is the build failure which occurs after ./configure and make: cc -o bld/mkbuiltin ./src/mkbuiltin.c bld/mkbuiltin --prefix ./src/ ./src/../skins/black_and_white/css.txt ./src/

Re: [fossil-users] Windows make fail: mkcss.c

2017-11-29 Thread jungle Boogie
On 29 November 2017 at 15:06, jungle Boogie wrote: > Hi All, > > First time to compile Fossil on Windows in awhile, so this might me a > fault of my own doing. > > ..\src\../skins/original/header.txt > ..\src\../skins/plain_gray/css.txt ..\src\../skins/plain_gr > ../ski

[fossil-users] Windows make fail: mkcss.c

2017-11-29 Thread jungle Boogie
Hi All, First time to compile Fossil on Windows in awhile, so this might me a fault of my own doing. ..\src\../skins/original/header.txt ..\src\../skins/plain_gray/css.txt ..\src\../skins/plain_gr ../skins/plain_gray/header.txt ..\src\../skins/rounded1/css.txt ..\src\../skins/rounded1/details

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-11 Thread Rolf Ade
Florian Balmer writes: > At first I maintained my own Fossil skins. But after two or three > updates, even with only simple changes to the default CSS, I gave up > my own skins, as I didn't want to spend my hobby time with CSS > diffing. It's mixing completely different

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_a

[fossil-users] Please contribute "skins"

2015-01-21 Thread Richard Hipp
It just become easier to extend and enhance the set of built-in "skins" that Fossil supports. Each "skin" now consists of three files, named "css.txt", "header.txt", and "footer.txt", in a unique folder under "skins/" in the source

Re: [fossil-users] Can't change skins on server repo

2016-04-25 Thread Steve Schow
haven’t used that command yet at all. i wasn’t trying to copy skins from local to server, I was just trying to login to the webui on the server and use it directly through the webui. Go into admin section and hit the link for skins and then there are install buttons for each of the skins you

Re: [fossil-users] Please suggest built-in skin fixes and improvements

2017-12-18 Thread jungle boogie
Thus said Richard Kipp on Sun, 17 Dec 2017 21:11:30 -0500 You can now see the canonical Fossil self-hosting repository using any of the built-in skins by visiting links from this page: https://www.fossil-scm.org/skins/ Thanks for the link, this is a very handy way to see all the skins. This

Re: [fossil-users] Please suggest built-in skin fixes and improvements

2017-12-18 Thread Zakero
On Mon, Dec 18, 2017 at 9:30 PM, jungle boogie wrote: > Thus said Richard Kipp on Sun, 17 Dec 2017 21:11:30 -0500 > >> You can now see the canonical Fossil self-hosting repository using any >> of the built-in skins by visiting links from this page: >> https://

[fossil-users] Fossil Skins with help menu for 'nobody'

2015-03-11 Thread jungle Boogie
Hello All, Kind of a continuation of this thread: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg19442.html Specifically regarding user permissions later on in the thread. The following skins have the help menu exposed even if user 'nobody' has no permissions:

Re: [fossil-users] Skins

2010-07-25 Thread Richard Hipp
gt; flexible so it's easier to add a new skin by basically just checking in > three files under a new directory? The idea would be something like this: > > > | ... > +- skins > | | > | +- skinname1 > | | | > | | +- skininfo.txt > | | |

Re: [fossil-users] Please contribute "skins"

2015-01-22 Thread Richard Hipp
On 1/22/15, Samuel Debionne wrote: > Here is my take on skins (see attached file). You may try it with : > > fossil config import bootstrap.skin > > or see it in action here : > > https://flintcode.com/repo/skin When I clone this repo and bring it up locally, or when I "

Re: [fossil-users] Skins

2010-07-25 Thread Michael Richter
ng in three files under a new directory? The idea would be something like this: | ... +- skins | | | +- skinname1 | | | | | +- skininfo.txt | | | | | +- style.css | | | | | +- header.html | | | | | +- footer.html | | | +- skinname2 | ... Then inside src would be a utility like translate that walks

[fossil-users] Where did the skins go

2018-03-26 Thread 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? -- - Scott Doctor sc...@scottdoctor.

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-12 Thread Rolf Ade
Warren Young writes: > On Dec 11, 2017, at 3:09 PM, Rolf Ade wrote: >> Florian Balmer writes: >>> I didn't want to spend my hobby time with CSS >>> diffing. >> >> ...having own >> skins and CSS as branch of the main trunk(s) (the build-in skins)

[fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-19 Thread D. Richard Hipp
Earlier today, I checked in a version of Fossil that has the ability to host multiple "themes" or "skins" for the web interface and that allows users (with Admin privilege) to switch between skins with a simple mouse click. However, the current implementation contai

Re: [fossil-users] Bad wrapping on chrome with skins

2015-02-10 Thread jungle Boogie
On 10 February 2015 at 08:19, Jungle Boogie wrote: > What I have observed is all skins display perfectly on Firefox 35.0.1 but > skins marked with * have bad word wrapping for the checkin column and it may > be because of the files column. I realize I omitted the actual page in quest

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-11 Thread Warren Young
On Dec 11, 2017, at 3:09 PM, Rolf Ade wrote: > > Florian Balmer writes: >> I didn't want to spend my hobby time with CSS >> diffing. > > ...having own > skins and CSS as branch of the main trunk(s) (the build-in skins) and to > be able to merge the own skins/C

Re: [fossil-users] Modifying button bar

2015-08-31 Thread Warren Young
On Aug 31, 2015, at 11:46 AM, Scott Doctor wrote: > > how can I customize the buttons on the button bar at the top of the page Admin -> Skins -> Header. That gets you a text editor containing the current HTML + TH1 code combination that generates the header portion of each page F

[fossil-users] Bad wrapping on chrome with skins

2015-02-10 Thread Jungle Boogie
g the skin called "Shadow boxes & Rounded Corners", which appears to be the same one used on https://www.fossil-scm.org What I have observed is all skins display perfectly on Firefox 35.0.1 but skins marked with * have bad word wrapping for the checkin column and it may be because

[fossil-users] Improving Fossil's "Look"

2015-02-17 Thread Richard Hipp
quot; designers, and tried to write up a brief introduction to how to design new "skins" at https://www.fossil-scm.org/fossil/doc/trunk/www/customskin.md - hopefully this will make it a little easier to design new skins for Fossil, will lower the barrier to entry slightly, and encoura

[fossil-users] Additional CSS skins [was Re: Proposed Fossil interface enhancement.]

2013-12-30 Thread Andy Bradford
y someone on the ML): li.dir:after { content: '/'; } It would be nice if some of the built-in skins had this as a default. In fact, perhaps a couple new skins should be added to demonstrate how to accomplish this and the single row listing so people don't have to search th

[fossil-users] Load customized skin from subdirectory on Windows

2017-05-26 Thread Florian Balmer
index.html/artifact?name=0b6ae3&ln=101 I'm very happy with the built-in Fossil skins, and I avoid customizations as far as possible, so as not having to update the customized skins each time the original template is adapted. One reason for me to use custom skins is to be able to chang

[fossil-users] Can't change skins on server repo

2016-04-25 Thread Steve Schow
I’m having trouble changing skins. It works on my local repo, but not on the server repo. 1 - created repo on machine A. setup user foobar with s privs. 2 - created clone of that repo on machine B. also with user foobar with s privs 3 - Working on the local machine B, I can run fossil ui

Re: [fossil-users] getting auto-sync error on server

2016-05-03 Thread Steve Schow
This is just a guess about the remote config… First some background… I have been unable to get the skins to change on my server repo when its running as fossil server and connecting through the web to the named repo: http://host:port/repo/ I go to the admin-skins page, but click on

[fossil-users] Problem with left aligned buttons in skins?

2015-03-21 Thread Andy Bradford
Hello, I'm not sure if I'm the only one bothered by the left alignment of the buttons in some of the skins... For example, navigate to: http://www.fossil-scm.org/index.html/timeline Then, after clicking Older, the Newer button shows up to the left, thus causing the Older button t

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-19 Thread Stephan Beal
On Sat, Dec 19, 2009 at 10:28 PM, D. Richard Hipp wrote: > Earlier today, I checked in a version of Fossil that has the ability > to host multiple "themes" or "skins" for the web interface and that > allows users (with Admin privilege) to switch between skins with a

[fossil-users] side-by-side diffs not shaded in skins

2011-10-26 Thread James Bremner
I like the side-by-side diffs feature, new in 1.20. However, the shading ( e.g. green for new code ) only appears in the default skin. In other skins ( e.g. 'gradient, rounded corners' ) I only see plain black on white text. James

Re: [fossil-users] Can't change skins on server repo

2016-04-25 Thread Richard Hipp
On 4/25/16, Steve Schow wrote: > I’m having trouble changing skins. It works on my local repo, but not on > the server repo. > > 1 - created repo on machine A. setup user foobar with s privs. > > 2 - created clone of that repo on machine B. also with user foobar with s >

[fossil-users] Skins

2010-07-25 Thread Michael Richter
The skins available in the default build of fossil seem to be mislabelled. When I select the one labelled "plain grey, no logo", I get a plain grey theme with a big lighter-grey box that occupies 3/4 of the top (left-aligned) with a logo in the middle. "khaki, no logo" is wha

Re: [fossil-users] Improving Fossil's "Look"

2015-02-18 Thread j. van den hoff
to use fosill" stuff. just my 2c What else can be done to make Fossil easier? FWIW: I've made some improvements to the techniques available to "skin" designers, and tried to write up a brief introduction to how to design new "skins" at https://www.fossil-scm.org/

Re: [fossil-users] web-UI's timeline should use non-proportional font for commit hashes

2016-05-25 Thread Ron W
On Tue, May 24, 2016 at 6:53 PM, Marko Käning wrote: > > --- > a.timelineHistLink { > font-family: courier; > } > --- > > Fossil has the capability for user defined "skins". Never used it myself, but I have seen some nice custom skins for Fossil. BTW, I as

Re: [fossil-users] New "Ardoise" skin

2018-01-08 Thread Richard Hipp
anges by following the ardoise link at https://www.fossil-scm.org/skins - to wit: https://fossil-scm.org/skins/ardoise/info/34ab58c26386bebc -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossi

Re: [fossil-users] side-by-side diffs not shaded in skins

2011-10-26 Thread Jan Danielsson
On 10/26/11 16:16, James Bremner wrote: > I like the side-by-side diffs feature, new in 1.20. However, the shading > ( e.g. green for new code ) only appears in the default skin. In other > skins ( e.g. 'gradient, rounded corners' ) I only see plain black on white >

[fossil-users] Interesting fossil configuration

2009-10-12 Thread D. Richard Hipp
http://support.fretwar.com/home It would be good to have multiple prepackaged "skins" for fossil that new users could switch between easily, without having to do their own CSS and header/footer editing. The fretwar.com skin, or something like it, seems like a good candidate

Re: [fossil-users] appending the metadata in the section?

2018-04-30 Thread Peter Vonča
Admin/Skins page, Step 4: Make Edits gives me 4 options, CSS,Header,Footer,Details. Obviously I want to change the header but that's not referring to the element of the html doc. Instead, it's referring to the container of class "Header" which for all skins is the default fi

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Andreas Kupries
There is also http://fossil.include-once.org/fossil-skins/index which seems to collect skins. Has not changed for a bit over a year now. On Tue, Feb 11, 2014 at 8:13 AM, Stephan Beal wrote: > On Tue, Feb 11, 2014 at 5:08 PM, Joel Bruick wrote: >> >> Richard Hipp wrote: &

[fossil-users] [UI] Increase font size in side-by-side page?

2018-08-03 Thread Gilles
way to increase font size, or should I install "Fossil Skins Extra" (http://fossil.include-once.org/fossil-skins/index) add-on? Thank you. * https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/ ___ fossil-users mailing list

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=files&t=66be8aedb2c79d8814615dc8219efec4 i

Re: [fossil-users] Modifying button bar

2015-08-31 Thread Scott Doctor
top of the page Admin -> Skins -> Header. That gets you a text editor containing the current HTML + TH1 code combination that generates the header portion of each page Fossil serves. The footer and CSS files also play into it. If you want to dig deeper into it, the stock ski

Re: [fossil-users] Using fossil with Golang (go get)

2018-06-18 Thread Mark Janssen (fossil)
On 2018-06-17 14:57, Zack Scholl wrote: All you need to do is update your "Header" skin (Admin -> Skins) to include a special meta tag that `go get` will fetch to interpret your fossil as a Go library/program. For example, if you have a fossil hosted at https://yourdomain.com/hel

Re: [fossil-users] web-UI's timeline should use non-proportional font for commit hashes

2016-05-29 Thread Marko Käning
Hi Ron, On 25 May 2016, at 18:07 , Ron W wrote: > Fossil has the capability for user defined "skins". Never used it myself, but > I have seen some nice custom skins for Fossil. I know. I was using them to defined the font in its CSS section. > BTW, I assume CSS has stylin

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2010-01-15 Thread altufaltu
Well, credit goes to Dmitry Chestnykh. I'm just a user of this theme :) -Original Message- From: Jeremy Cowgar To: fossil-users@lists.fossil-scm.org Sent: Fri, Jan 15, 2010 7:38 pm Subject: Re: [fossil-users] Please contribute Fossil "skins" or "themes"

[fossil-users] Fossil skins: how to create your own?

2011-01-14 Thread David Bovill
I'm up and playing with Fossil - looking great so far. I'm going to experiment with how far I can hack the look and feel of the wiki / server output. - it looks like you can set up your won skins - but are fixed to the 3 defaults. Can you add your own via the db? - with the

[fossil-users] Please suggest built-in skin fixes and improvements

2017-12-17 Thread Richard Hipp
You can now see the canonical Fossil self-hosting repository using any of the built-in skins by visiting links from this page: https://www.fossil-scm.org/skins/ I have fixed a few of the more egregious problems in these built-ins that have resulted from the recent Modern View timeline and other

[fossil-users] [minor] src/style.c:427 → "%

2018-07-02 Thread mario
ML comment as to why it was injected. Took me an hour two figure out how the CSP came to be^^ ## [skin-setup-refactor]. I see the value in the draft feature, but it's also a bit confusing still (while working on broken skins at least.) Can we have an option to hide draft admin, or the se

Re: [fossil-users] Load customized skin from subdirectory on Windows

2017-05-26 Thread Richard Hipp
es containing the skin files: > > http://fossil-scm.org/index.html/artifact?name=0b6ae3&ln=101 > The reason --skin was not working on windows was different from the above. It should be fixed now. I tested by running (on Windows): fossil ui --skin skins/blitz From the root

[fossil-users] Sort skins alphabetically patch

2018-01-09 Thread Jungle Boogie
directory under skins/ holding this skin */ char *zSQL; /* Filled in at run-time with SQL to insert this skin */ } aBuiltinSkin[] = { - { "Default", "default", 0 }, + { "Ardoise", "ardoise&q

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-13 Thread Warren Young
On Dec 11, 2017, at 9:19 PM, Warren Young wrote: > > I’d go as far as #F8F8F8 myself. One of my Fossil projects’ skins is based on Khaki, which hasn’t yet been restyled to override the base styles for the timeline boxes, so I get light gray on yellow, not terribly attractive. The fol

Re: [fossil-users] Some more default settings for a UI user

2016-04-23 Thread Marko Käning
pointing me to skins: > When logged in as an admin, go to: > > Admin/Skins > > You will see text that says: > > A "skin" is a combination of CSS, Header, Footer, and Details > > Choose Header. Well, that’s not really intuitive, is it! ;-) I would have

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Warren Young
On Jun 5, 2017, at 3:08 PM, John Pateman wrote: > > Is it possible to customise the appearance of this webpage without having to > set it up a full web server? Say $ fossil ui Then in the browser that pops up, go to Admin > Skins, and edit the files presented, or selec

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-11 Thread Florian Balmer
anged only when I learned about Fossil, and I'm always fascinated by its simplicity. At first I maintained my own Fossil skins. But after two or three updates, even with only simple changes to the default CSS, I gave up my own skins, as I didn't want to spend my hobby time with CSS diff

Re: [fossil-users] Fossil is Awesome

2011-10-27 Thread Alek Paunov
On 27.10.2011 02:15, Caleb Gray wrote: @ Stephan Beal: I see the appeal in creating a separate HTML application. I will take this approach, and will see how everyone feels about having "installable skins" in Fossil: shipping it with only the "Default" skin. +1: Absolu

Re: [fossil-users] Fossil update

2018-11-07 Thread Warren Young
er from 1.29 to 2.7 to fix the problem suggested by drh — someone’s been checking in SHA3-hashed artifacts — then you also have to update your skin. If you were using the stock skin before, just go into Admin > Skins and select the Default skin again. You might have to switch to some other sk

[fossil-users] skins not always showing properly

2012-01-23 Thread Johan Samyn
imes produced the "Black & White, Menu on left" look. I then cloned the fossil repo itself, and there I saw that choosing either one of the two skins mentioned above now rendered as the "Gradient, Rounded Corners" both times. Bit strange, no ? Anybody any clue as to what is the

Re: [fossil-users] appending the metadata in the section?

2018-04-30 Thread Richard Hipp
On 4/30/18, Peter Vonča wrote: > Admin/Skins page, > > Step 4: Make Edits gives me 4 options, CSS,Header,Footer,Details. > Obviously I want to change the header but that's not referring to the > element of the html doc. Instead, it's referring to the > container of

Re: [fossil-users] Fossil skins: how to create your own?

2011-01-14 Thread Stephan Beal
On Fri, Jan 14, 2011 at 6:01 PM, David Bovill wrote: > I'm up and playing with Fossil - looking great so far. I'm going to > experiment with how far I can hack the look and feel of the wiki / server > output. > >- it looks like you can set up your won skins

Re: [fossil-users] [minor] src/style.c:427 → "%

2018-07-02 Thread Warren Young
ldn’t I just put it into the CSS file, which I can already modify without changing Fossil? What’s the real motivation here? > I see the value in the draft feature, but it's > also a bit confusing still (while working on broken skins at least.) While I agree that the new skin editor i

Re: [fossil-users] Fossil Web Interface - Separation of HTML from Code

2014-05-21 Thread Igor de Oliveira Couto
Oooh, all of this sounds *really* interesting and exciting: On 22 May 2014, at 2:25 am, Stephan Beal wrote: > [...] That, of course, is possible, and some people here have done up some > impressive skins, [...] Where can I find some of these? - I had a quick look through the repositori

[fossil-users] New "Ardoise" skin

2018-01-07 Thread Richard Hipp
The Ardoise skin by Antoine Chavasse is now available on trunk. You can take a test-drive at https://www.fossil-scm.org/skins/ardoise/timeline -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

[fossil-users] sqlite.org skin

2011-04-04 Thread Wilson, Ronald
What skin is the sqlite.org fossil repository using? It is not in the default skins that come with fossil. Is it published somewhere? RW Ron Wilson, Engineering Project Lead (o) 434.455.6453, (m) 434.851.1612, www.harris.com ___ fossil-users

Re: [fossil-users] New "Ardoise" skin

2018-01-12 Thread Richard Hipp
The search results don't seem quite right. The matching text is shown in a black font. Example: https://www.fossil-scm.org/skins/ardoise/search?s=utime&y=c -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fos

Re: [fossil-users] Search edit field placement

2016-04-23 Thread Marko Käning
OK, thanks to John I learnt in my other thread [1] that this can be achieved via Admin/Skins/Headers. [1] http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg22970.html ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Skins

2010-07-25 Thread Richard Hipp
d work at first, but just to be clear, this means that you > can only change the look of a fossil site by recompiling the binary > right? A more useful solution would one that doesn't require a > recompile. > You can always customize a skin, just as you do now. I think the idea is

Re: [fossil-users] [minor] src/style.c:427 → "%

2018-07-02 Thread mario
hen all > of the following is ** prepended. > */ It should check for , not just a fixed byte sequence. ## > > I see the value in the draft feature, but it's > > also a bit confusing still (while working on broken skins at > > least.) > > While I agree that th

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Caleb Gray
@ Stephan Beal: I see the appeal in creating a separate HTML application. I will take this approach, and will see how everyone feels about having "installable skins" in Fossil: shipping it with only the "Default" skin. Awesome, I didn't find either the JSON demo or "

Re: [fossil-users] side-by-side diffs not shaded in skins

2011-10-26 Thread James Bremner
Jan, Forcing browser to refresh did the trick. Thanks, James "Jan Danielsson" wrote in message news:4ea81774.2030...@gmail.com... > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2010-01-15 Thread Jeremy Cowgar
Altu, That's a nice skin! Jeremy altufa...@mail.com wrote: > Request to add Shiny Fossil theme (http://dev.codingrobots.org/p/shiny-theme) > to default set of themes. > > > Attached is a derived version with some recent changes for menu order / > permission. > _

Re: [fossil-users] looking for interesting new fossil skins

2014-02-14 Thread Samuel Debionne
> That sounds like it would "break things," but nonetheless, i'd be > interested in seeing it, and maybe we can make it work backwards compatibly. Yes it may break things. I say "may" because I'm not sure that it actually does break old skins. > The setup

Re: [fossil-users] Asciidoc(tor) & Fossil

2014-08-14 Thread Martin Gagnon
API. i've been serving Google >Code-format wiki pages this way for a a couple years now: >[2]http://fossil.wanderinghorse.net/wikis/ >all of those use the JSON API to serve GoCo-format pages, which then get >rendered on the client side. May be it would b

Re: [fossil-users] feature proposal for anonymous login

2009-12-07 Thread Stephan Beal
x27;4'+..., which no bot in the world would know what to do with). > Another thing that would be really cool: Add a feature to the Setup > menu that gives the administrator a choice of several "skins" for > Fossil using a single button click. That's a larger task i&#

Re: [fossil-users] Re-sync skins of remote repo

2018-07-15 Thread Richard Hipp
On 7/15/18, Jungle Boogie wrote: > Hi All, > > I'd like to know if there's a way to re-sync to the skin of a remote repo, fossil config pull skin -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://

Re: [fossil-users] Seeing SBS between any checkins

2012-02-16 Thread Leo Razoumov
On Thu, Feb 16, 2012 at 13:43, Richard Hipp wrote: > > Try pressing "Reload" several times to convince Chrome to load the newest > CSS. > In order to force CSS reload go to Admin->Skins, change to any skin and then change back to

Re: [fossil-users] Please contribute "skins"

2015-01-23 Thread Samuel Debionne
> On mobile the menu automatically pops up and doesn't get out of the way. I have added a minimalist implementation (without all the shiny animations) of the collapsible functionality. On modern browser, the toggle button of the navbar now works as expected. Let me know if that works (or not !) f

Re: [fossil-users] Problem with left aligned buttons in skins?

2015-03-21 Thread jungle Boogie
On 21 March 2015 at 17:19, Andy Bradford wrote: > Is this something that needs fixing? Or just a personal preference? Yes, I'd prefer older left of newer for exactly the reasons you've mentioned. -- --- inum: 883510009027723 sip: jungleboo...@sip2sip.info xmpp: jungle-boo...@jit.si

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2010-01-25 Thread ratwhs
Hi Attached you'll find a skin, i made - based on the default. It looks a little bit more like a normal windows program. I added the timeline-search form to the footer and reorganized the links in the header. Best regards Wolfgang fossil-skin.conf Description: Binary data _

Re: [fossil-users] [minor] src/style.c:427 → "%

2018-07-02 Thread David Mason
use a skin header with ``, current trunk > will prepend a default section and second tag: > > > /* > > ** Default HTML page header text through . If the > > repository-specific ** header template lacks a tag, then all > > of the following is ** prepended.

Re: [fossil-users] looking for interesting new fossil skins

2014-02-12 Thread Andy Bradford
Thus said Baptiste Daroussin on Wed, 12 Feb 2014 08:40:37 +0100: > I have also stolen long ago the "google code" like theme and has > adapted it a bit: Is it intentional for all these ``google code'' look alikes to leave out a background color? Andy -- TAI64 timestamp: 400052fc4dbf

Re: [fossil-users] Question on short-lived branches in fossil

2011-07-22 Thread Stephan Beal
On Fri, Jul 22, 2011 at 11:07 PM, Ross Berteig wrote: > For skins that are dark text on white background, then using the > existing MD5 hash on the tag name, picking a convenient three; > ... it would make an entertaining experiment, whether or not it turns out to be useful in

[fossil-users] Plain Gray (No Logo) and long ticket texts (missing pre.verbatim in CSS)

2013-12-06 Thread org.fossil-scm.fossil-users
'Lo. Unless I'm mistaken, it seems that the "Plain Gray (No Logo)" skin is missing the following CSS present in some form in all of the other skins: pre.verbatim { padding: 0.5em; white-space: pre-wrap; } This means that long ticket comments without manual linebreaks ten

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Remigiusz Modrzejewski
On 11 Feb 2014, at 15:42, Stephan Beal wrote: > i'm looking to clone someone's interesting fossil skin to snazz up my fossil > repos a bit. Can any suggest a fossil repo with a nice skin? I once stole a skin I like, see here: http://dev.lrem.net/p2pvsim2/timeline Kind regards, Remigiusz Modr

Re: [fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Joel Bruick
Richard Hipp wrote: The tree-view (http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tip&type=tree ) doesn't look quite right. That skin sets top and bottom margins on all LI elements, which the

Re: [fossil-users] New skin: Blitz

2015-03-14 Thread Jan Danielsson
On 13/03/15 19:11, James Moger wrote: [---] > Blitz has two variants (with logo & without logo). It includes an > alternative Ticket page layout and several image resources which may be of > use to other skins. Would you be willing to change the upper-case 'A-F' in hex

Re: [fossil-users] Modifying button bar

2015-08-31 Thread Ron W
On Mon, Aug 31, 2015 at 1:51 PM, Warren Young wrote: > On Aug 31, 2015, at 11:46 AM, Scott Doctor wrote: > > > > how can I customize the buttons on the button bar at the top of the page > > Admin -> Skins -> Header. Or just: Admin -> Header (At least with the ou

Re: [fossil-users] How can I get 'Check-ins' by default in timeline (instead of Any Type)?

2015-10-24 Thread Richard Hipp
On 10/24/15, to...@acm.org wrote: > How can I get 'Check-ins' by default in timeline (instead of Any Type)? > Edit the "header" (under the Admin/Skins menu) and add ?y=ci to the URL for the "Timeline" button on the menu bar.

Re: [fossil-users] Add styling to my repo's fossil wiki?

2016-02-03 Thread Ron W
On Wed, Feb 3, 2016 at 2:25 PM, John Gabriele wrote: > Is there any way I can add custom css styling to my fossil repo's wiki? > Specifically, I'd like to add table borders and border-collapse. > Go to the "Skins" item on the "Admin" page of your Fossil

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-20 Thread Eric
> I started this one ages ago to try to get the main menu at the side and a > bit of a > different feel, but only realised today that what it needed was an extra > div. Anyway > here you are... (tested Firefox 3.5.5, IE 6.0) > Thanks Richard for putting that one in. But we have now learnt that an

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2009-12-20 Thread Eric
> I started this one ages ago to try to get the main menu at the side and a bit of a > different feel, but only realised today that what it needed was an extra div. Anyway > here you are... (tested Firefox 3.5.5, IE 6.0) > Thanks Richard for putting that one in. But we have now learnt that an HT

Re: [fossil-users] Fossil 2.1 menu scrunch.

2017-03-08 Thread sky5walk
Yeah, I'm just pointing out a change from v2.0 and down. I think it's the 'underlining' effect that is taking extra room as the menu collapses with zoom. Some earlier versions don't even attempt menu wrap and make use of horizontal scrollbar. No biggie as I may be c

Re: [fossil-users] [UI] Increase font size in side-by-side page?

2018-08-03 Thread Joel Dueck
ee what changes were > made to a file between two revisions. > > Problem is, the font size is a bit small: > > https://postimg.cc/image/wm6lpynzx/ > > I searched the archives* with "ui font size", but didn't find much. > > Is there a way to increase font size,

Re: [fossil-users] side-by-side diffs

2011-10-14 Thread Jan Danielsson
Hey, I've taken inspiration from Stephans comments and made some slight updates. I also updated all the current skins (including the default) for sbsdiff support. Feel free to make changes which you see fit, or suggest changes. When it comes to changing the font list and font size, p

Re: [fossil-users] skins not always showing properly

2012-01-23 Thread Tomek Kott
I then cloned the fossil repo itself, and there I saw that choosing > either one of the two skins mentioned above now rendered as the > "Gradient, Rounded Corners" both times. > Bit strange, no ? Anybody any clue as to what is the cause - and even > better, the solution - to

[fossil-users] looking for interesting new fossil skins

2014-02-11 Thread Stephan Beal
Hi, all, i'm looking to clone someone's interesting fossil skin to snazz up my fossil repos a bit. Can any suggest a fossil repo with a nice skin? -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed bypr

[fossil-users] What is the process for getting changes applied

2010-02-16 Thread Darren Turland
Hi I recently found fossil and have made a few changes to the source that ... - remove hardcoded styling from some html tags - add class="..." to the html tags This allows greater flexibility for skins. The plan is to make as much as possible skinable. What is the best approach for ge

Re: [fossil-users] Please contribute Fossil "skins" or "themes"

2010-01-15 Thread altufaltu
2:58 am Subject: [fossil-users] Please contribute Fossil "skins" or "themes" Earlier today, I checked in a version of Fossil that has the ability to host multiple "themes" or "skins" for the web interface and that allows users (with Admin privilege) to s

Re: [fossil-users] Restoring previous timeline look

2018-02-10 Thread Richard Hipp
On 2/9/18, Chris Rydalch wrote: > > Is this behavior hard-coded in newer versions of Fossil, or can it be > changed in a skin's css? I thought I'd followed that discussion close > enough, but I expected the skins to control the behavior so I'm clearly > missing s

[fossil-users] Re-sync skins of remote repo

2018-07-15 Thread Jungle Boogie
Hi All, I'd like to know if there's a way to re-sync to the skin of a remote repo, but I don't know of an option to do so. If I cloned the sqlite3 repo from long ago, when I run fossil server, I'll see the former skin. `fossil sync` doesn't seem to care about changes to the skin. Is the skin som

Re: [fossil-users] [UI] Increase font size in side-by-side page?

2018-08-03 Thread Gilles
On 03/08/2018 16:19, Warren Young wrote: On Aug 3, 2018, at 5:38 AM, Gilles wrote: Problem is, the font size is a bit small: That’s because the default view is side-by-side. Try clicking the Unified Diff link at the top of the Fossil UI diff view. Thanks to both. I'll play with skin

Re: [fossil-users] default ui look

2011-03-05 Thread Richard Hipp
On Sat, Mar 5, 2011 at 2:50 PM, Robert wrote: > I like the current look to the fossil home page. Can that be made the > default, out-of-the-box, look for fossil? Pretty please? > You can change to that look easily enough. Go to Admin->Skins and select "Gradient

  1   2   3   >