[fossil-users] Help improve the Fossil CSS

2017-12-02 Thread Richard Hipp
New enhancements to the "skin" mechanism of Fossil allow up to 9
separate "draft" skins that can be independently edited and viewed,
for easier A/B comparisons.

For the moment, I have assigned "draft1" to Steve Landers and "draft2"
to Warren Young, since both individuals have contributed CSS change
suggestions recently.  I will send them specific instructions on how
to edit their assigned drafts by private email.

If any other readers are interested in contributing CSS changes,
please send me private email and I will assign a draft skin to you and
give you edit permissions on that draft as well.

To view Fossil using a draft skin, simply insert the draft skin name
in front of the URL element that determines the page.  For example, if
the page you are interested in is:

 https://www.fossil-scm.org/fossil/timeline

Then to view the draft2 skin, go to:

 https://www.fossil-scm.org/fossil/draft2/timeline

There should be no difference between the default and "draft2" at this
time, though perhaps Warren will change that soon are report back on
this list...  :-)

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


[fossil-users] Forgotten "Fossil 1.x" comment in add.c

2017-12-02 Thread bytevolcano
What's up with this comment in add.c starting at line 27:

/*
** WARNING: For Fossil version 1.x this value was always zero.  For Fossil
**  2.x, it will probably always be one.  When this value is zero,
**  files in the checkout will not be moved by the "mv" command and
**  files in the checkout will not be removed by the "rm" command.
**
**  If the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option is used,
**  the "mv-rm-files" setting will be consulted instead of using
**  this value.
**
**  To retain the Fossil version 1.x behavior when using Fossil 2.x,
**  the FOSSIL_ENABLE_LEGACY_MV_RM compile-time option must be used
**  -AND- the "mv-rm-files" setting must be set to zero.
*/
#ifndef FOSSIL_MV_RM_FILE
#define FOSSIL_MV_RM_FILE(0)
#endif

It appears this has been unchanged since it was introduced back in
April 2015: http://fossil-scm.org/index.html/info/3c941ddc3674cd0f
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users