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
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
. 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
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
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
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
(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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
/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
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
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
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
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
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
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
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
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
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
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
(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
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
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.
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
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
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
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
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 !)
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
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
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
, 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
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
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
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,
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
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
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
; /* 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
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.
&
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
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
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
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
'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
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
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
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
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
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
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
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
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
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:
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
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.
--
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
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
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
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
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
.
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,
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
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
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
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
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
. 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
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
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
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
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
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,
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?
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
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
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
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
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
___
;>
>
> 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
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
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
hing 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-scm
nt. 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-scm.org
> http://lists.fossil-scm.org:
in 2.3 is just fine.
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 something...
Thanks
On 2/9/18, Chris Rydalch <cryda...@gmail.com> 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
&
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
1 - 100 of 253 matches
Mail list logo