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

2017-11-30 Thread jungle Boogie
On 29 November 2017 at 15:35, jungle Boogie <jungleboog...@gmail.com> wrote: > On 29 November 2017 at 15:06, jungle Boogie <jungleboog...@gmail.com> wrote: >> Hi All, >> >> First time to compile Fossil on Windows in awhile, so this might me a >> fault

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

2017-11-29 Thread jungle Boogie
On 29 November 2017 at 15:06, jungle Boogie <jungleboog...@gmail.com> 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.tx

Re: [fossil-users] Fossil version 1.31 testing

2015-02-23 Thread Joe Prostko
. This 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/../skins

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 thing

[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

[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: -Enhanced

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] 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] 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

[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 tree. See https://www.fossil-scm.org/fossil/tree?ci

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 <jungleboog...@gmail.com> 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 pag

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

2013-12-30 Thread Andy Bradford
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 the archives for how to do

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

2015-02-10 Thread jungle Boogie
On 10 February 2015 at 08:19, Jungle Boogie jungleboog...@gmail.com 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

Re: [fossil-users] Modifying button bar

2015-08-31 Thread Warren Young
On Aug 31, 2015, at 11:46 AM, Scott Doctor <sc...@scottdoctor.com> 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

[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 contains only two built-in skins

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 <fos...@pointsman.de> 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

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

2017-12-11 Thread Warren Young
On Dec 11, 2017, at 3:09 PM, Rolf Ade <fos...@pointsman.de> 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

Re: [fossil-users] Skins

2010-07-25 Thread Richard Hipp
more 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: fossil source root | ... +- skins | | | +- skinname1 | | | | | +- skininfo.txt | | | | | +- style.css | | | | | +- header.html

Re: [fossil-users] Skins

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

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

[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 to shift

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

2016-04-25 Thread Richard Hipp
On 4/25/16, Steve Schow <st...@bstage.com> 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

[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] Please contribute Fossil skins or themes

2009-12-19 Thread Stephan Beal
On Sat, Dec 19, 2009 at 10:28 PM, D. Richard Hipp d...@hwaci.com 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 simple mouse click

[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 what it says on the box

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

2017-05-26 Thread Florian Balmer
/artifact?name=0b6ae3=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 change the default query parameters

Re: [fossil-users] Please contribute skins

2015-01-22 Thread Richard Hipp
On 1/22/15, Samuel Debionne samuel.debio...@ujf-grenoble.fr 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

[fossil-users] Improving Fossil's Look

2015-02-17 Thread Richard Hipp
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 encourage more people to come up with innovative

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

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 <sec001+fos...@posteo.net> wrote: > > --- > a.timelineHistLink { > font-family: courier; > } > --- > > Fossil has the capability for user defined "skins". Never used it myself, but I have seen some nice cus

[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 header

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 text. What browser

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.co

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

2018-01-08 Thread Richard Hipp
see these changes 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 h

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

2018-08-03 Thread Gilles
o 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 fossi

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.

[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

[fossil-users] Bad wrapping on chrome with skins

2015-02-10 Thread Jungle Boogie
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 of the files column

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 !)

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] 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

[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

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=c -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil

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

2015-02-18 Thread j. van den hoff
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/fossil/doc/trunk/www/customskin.md - hopefully this will make it a little easier to design new

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 <ronw.m...@gmail.com> 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. &

[fossil-users] skins not always showing properly

2012-01-23 Thread Johan Samyn
, 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 cause - and even better, the solution - to this ? PS: I

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

2017-05-26 Thread Richard Hipp
ated > as paths to subdirectories containing the skin files: > > http://fossil-scm.org/index.html/artifact?name=0b6ae3=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/bli

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 <jpate...@gmail.com> 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 th

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

2017-12-13 Thread Warren Young
On Dec 11, 2017, at 9:19 PM, Warren Young <war...@etr-usa.com> 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,

[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

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

2017-12-11 Thread Florian Balmer
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 diffing. So my str

[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 setup_s

[fossil-users] Sort skins alphabetically patch

2018-01-09 Thread Jungle Boogie
; /* The 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] Please contribute skins

2015-01-23 Thread Samuel Debionne
On mobile the menu automatically pops up and doesn't get out of the way. Now that I think of it, this would require the javascript of Bootstrap... I wanted a skin that would work offline but did not want include jquery inline in the footer. Else the obvious solution is to add link to your

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 amb-fos...@bradfords.org 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:

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 digits to lower-case

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 <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] Modifying button bar

2015-08-31 Thread Ron W
On Mon, Aug 31, 2015 at 1:51 PM, Warren Young <w...@etr-usa.com> wrote: > On Aug 31, 2015, at 11:46 AM, Scott Doctor <sc...@scottdoctor.com> wrote: > > > > how can I customize the buttons on the button bar at the top of the page > > Admin -> Skins -> Header

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 <jgabri...@fastmail.fm> 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" p

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] Question on short-lived branches in fossil

2011-07-22 Thread Stephan Beal
On Fri, Jul 22, 2011 at 11:07 PM, Ross Berteig r...@cheshireeng.com 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

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 jan.m.daniels...@gmail.com wrote in message news:4ea81774.2030...@gmail.com... ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

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

2012-02-16 Thread Leo Razoumov
On Thu, Feb 16, 2012 at 13:43, Richard Hipp d...@sqlite.org 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 the default skin. --Leo

[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 tend to result in pages

[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

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

2014-02-11 Thread Remigiusz Modrzejewski
On 11 Feb 2014, at 15:42, Stephan Beal sgb...@googlemail.com 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

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=tiptype=tree http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/dir?ci=tiptype=tree) doesn't look quite right. That skin sets top and bottom margins on all LI elements, which the

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] [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 skins

[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

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

Re: [fossil-users] Modifying button bar

2015-08-31 Thread Scott Doctor
uttons 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 Fossil serves. The footer and CSS files also play into it. If you want t

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 sgb...@googlemail.com wrote: On Tue, Feb 11, 2014 at 5:08 PM, Joel Bruick j...@joelface.com wrote

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 f

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

2016-04-23 Thread Marko Käning
. Now I see that you’re 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,

Re: [fossil-users] Please contribute skins

2015-01-23 Thread Samuel Debionne
When I clone this repo and bring it up locally, or when I fossil config import the attachment that you sent, I get a very different (and incomplete) look from what I see when I visit the URL above. I don't know why... The fossil used at the URL is 1.30 unmodified. So I don't understand

Re: [fossil-users] Theme dependencies, CLA, BSD licensing

2015-03-12 Thread Richard Hipp
/copyright-release.html For algorithmic code, I ask for hard-copy. But for themes and skins, an email scan is sufficient. Thanks for wanting to contribute! -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[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 ""` doe

[fossil-users] Howto change diff output colorisation

2016-04-24 Thread Marko Käning
advisable to be able to configure the needed color definitions for the diff output together with the residual CSS stuff of a skin. Right now it seems to be hard-coded somewhere deep in Fossil, since it is identical for all skins. Greets, Marko ___ fo

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

2016-04-24 Thread Svyatoslav Mishyn
15,244 > ... > Right now it seems to be hard-coded somewhere deep in Fossil, since it is > identical for all skins. It is here: http://www.fossil-scm.org/index.html/artifact/1a7a0b84d1404a6420819498e0697219eb90357d?txt=1=1280,1301 -- https://www.juef.tk/ ___

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 HTML

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

2010-02-16 Thread Jeremy Cowgar
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. This sounds like a valuable patch, thanks

Re: [fossil-users] Skins

2010-07-25 Thread Peter Krantz
On Sun, Jul 25, 2010 at 13:39, Michael Richter ttmrich...@gmail.com wrote: Is there any interest in me making the skinning system more 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: That would

Re: [fossil-users] Skins

2010-07-25 Thread Peter Krantz
I guess your proposal is related to the ticket I filed here: http://fossil-scm.org/index.html/tktview?name=49395d4e70 Although it looks like the proposal is moving towards a templating system I believe it will make changes easier. Right now people have to submit patches of C code for trivial UI

Re: [fossil-users] default ui look

2011-03-05 Thread Richard Hipp
On Sat, Mar 5, 2011 at 2:50 PM, Robert sigz...@gmail.com 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, Rounded Corners

Re: [fossil-users] default ui look

2011-03-05 Thread Robert
.  Go to Admin-Skins and select Gradient, Rounded Corners.    Thanks for that. Didn't know it was added. Should still be the *default* one though. ;-) -- Bob ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

Re: [fossil-users] Changing Fossil's Style (Skins) - A tutorial

2011-05-22 Thread Stephan Beal
On Sun, May 22, 2011 at 6:17 PM, Ambrose Bonnaire-Sergeant abonnaireserge...@gmail.com wrote: I personally would be interested in any advancements you make with javascript, or any other improvements from the basic fossil ui. Me as well. If you extend the GoCo theme to include diff

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

2012-01-24 Thread Johan Samyn
Hi Tomek, Yes, I did a refresh (pressing F5 in FF) to have the new skin choice activated. The same way I did for the other skin choice (that do work as expected). And ok, I understand why anonymous cannot register tickets anymore. PS: I choose to get a daily digest of this mailing list, and I

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

2013-12-07 Thread Andy Bradford
Thus said org.fossil-scm.fossil-us...@io7m.com on Fri, 06 Dec 2013 22:25:28 +: 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: Yes, this was missing for some reason and definitely

Re: [fossil-users] Proposed Fossil interface enhancement.

2013-12-30 Thread Andy Bradford
Thus said Stephan Beal on Mon, 30 Dec 2013 22:34:24 +0100: Good find! Once again, it is proven that i have the memory of a goldfish! Hence my suggestion on the other thread that we have some skins that actually represent these things. I too forget them and have

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

2014-02-11 Thread Stephan Beal
On Tue, Feb 11, 2014 at 3:54 PM, Remigiusz Modrzejewski l...@maxnet.org.plwrote: I once stole a skin I like, see here: http://dev.lrem.net/p2pvsim2/timeline Very googlecode-ish! How's it look on me? http://fossil.wanderinghorse.net/repos/libfossil/ (i need to change the /reports colors,

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

2014-02-11 Thread Richard Hipp
On Tue, Feb 11, 2014 at 10:06 AM, Stephan Beal sgb...@googlemail.comwrote: On Tue, Feb 11, 2014 at 3:54 PM, Remigiusz Modrzejewski l...@maxnet.org.pl wrote: I once stole a skin I like, see here: http://dev.lrem.net/p2pvsim2/timeline Very googlecode-ish! How's it look on me?

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

2014-02-11 Thread Stephan Beal
On Tue, Feb 11, 2014 at 4:58 PM, Michai Ramakers m.ramak...@gmail.comwrote: Hmm, Works For Me (Firefox 22.0 NetBSD), i.e. tree-view remains tree-view. i see what's happening: clicking on a dir is modifying the URL (watch the URL bar), removing the type=tree flag and the checkin ID. Then

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

2014-02-14 Thread Ron Wilson
On Fri, Feb 14, 2014 at 10:43 AM, Samuel Debionne samuel.debio...@ujf-grenoble.fr wrote: Something I noticed while hacking the wikiformat code is the use of div id='foo'/div id='foo' which is not valid HTML AFAIK. Closing tags should not have attributes right ? Technically, closing tags do

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

2014-02-14 Thread Samuel Debionne
Technically, closing tags do not have attributes, but HTML parsers are supposed to tolerate and ignore them. Practically, certain attributes, like id, can increase readability when placed in closing tags. Much like putting comments after }, #else and #endif to help identify the the

Re: [fossil-users] GitHub-style template

2014-03-18 Thread Roy Marples
and file box, and comes with built-in code highlighting. Requires fossil-search-table.php run beforehand for fx_search/_stats. I plan on using this to not be nagged about switching to actual git+github. Can be downloaded here as usual: http://fossil.include-once.org/fossil-skins/ Looks really

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

2018-04-30 Thread Richard Hipp
he except for modifying the source > code and rebuilding fossil? Got to Admin/Skins. Create a new "draft" skin. Edit it (by modifying or whatever else you need to do), test it, then publish it as the new default skin. -- D. Richard Hipp d...@sqlite.org ___

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

2018-01-09 Thread jungle Boogie
;> > > I might need to enhance Fossil to recognize this situation and make > automatic adjustments to the background color. > If it's not already obvious, the fields on the ticket page are also too bright: https://www.fossil-scm.org/skins/ardoise/tktview?name=c541b6e734 Thanks for

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

2018-01-07 Thread Jacob MacDonald
e 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://lists.fossil-scm.org:808

Re: [fossil-users] Errors in current trunk (24c2b99d) related to TIMESPEC

2018-01-08 Thread Richard Hipp
On 1/8/18, The Tick <the.t...@gmx.com> wrote: > > Curious about the new skins, I attempted to compile Fossil-24c2b99d on > win7x64 with a current (as of today) MSYS2 using > There are changes on trunk that might fix these build problem. But, as nobody here has been able to

  1   2   3   >