Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

12 check-ins using file src/skins.c version 950d48b3d9

2015-01-22
15:40
Dockerfile: build "trunk" in stead of "release" by default. No need for installing tcl-devel when building fossil with --with-tcl-private-stubs, just tcl is enough. check-in: 53a295489e user: jan.nijtmans tags: trunk
15:32
Add missing style to the default skin CSS. Also, correct some comments. check-in: 03a75d7cb5 user: mistachkin tags: trunk
13:44
Add comments the CGI-script parser. Move the most commonly seen lines to the top of the if-then-else chain. check-in: 236087b98e user: drh tags: trunk
12:37
Add a few "const" qualifiers in appropriate places, and remove some unnecessary end-of-line spaces. No change in functionality. check-in: f6c285f88c user: jan.nijtmans tags: trunk
10:27
Cherry-pick [http://www.sqlite.org/src/info/2037442c582e51d85967bc911ea4a412eb4da573|2037442c58]: Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero. check-in: 0eae9d3cbd user: jan.nijtmans tags: trunk
09:16
Update SQLite to the 3.8.8.1 release check-in: 282f1fc542 user: jan.nijtmans tags: trunk
02:59
Add support for setting environment variables from within CGI script files. check-in: 0af7024db1 user: mistachkin tags: trunk
02:47
Merge updates from trunk. Closed-Leaf check-in: 878b5663d5 user: mistachkin tags: cgiSetEnv
02:44
Update the custom MinGW makefile. check-in: 448c9cfae5 user: mistachkin tags: trunk
02:19
Split out the text of the CSS, header, and footer into separate files for each of the built-in "skins", in an effort to make skins easier to maintain, enhance, and extend. check-in: 96fdf09fd8 user: drh tags: trunk
01:57
Add the skins/README.md file describing how to add new skins. Closed-Leaf check-in: 5137cd5e88 user: drh tags: skins-refactor
01:43
Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. check-in: 12333d9545 user: drh tags: skins-refactor