Fossil

Timeline
Login

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

25 check-ins using file src/skins.c version be1b634ecc

2021-01-27
19:50
Update the built-in SQLite to the latest 3.35 alpha for testing. check-in: 8f8b6e33cd user: drh tags: trunk
17:22
If the first term of the PATH_INFO is "skn_X" where X is one of the built-in skin names, then use that built-in skin rather than whatever is configured. check-in: 7b028d74a6 user: drh tags: trunk
14:40
Begin a change log for version 2.15. check-in: 0412039ef1 user: drh tags: trunk
14:14
Remove redundant length check from captcha processing. [forum:/forumpost/f406019983|Forum post f406019983]. check-in: 43981c5d62 user: drh tags: trunk
13:32
More TH1 performance optimizations: Go directly to malloc() rather than through the Th_Malloc() intermediary. check-in: 9b4f2d8e98 user: drh tags: trunk
12:38
Performance optimizations in the TH1 interpreter. check-in: b26eea7ee0 user: drh tags: trunk
04:38
Added a note that capexpr was first introduced in 2.15. check-in: 70cb4fe59e user: stephan tags: trunk
02:45
Fixed typo introduced in [f42b5773ed] check-in: b2ad0172e9 user: wyoung tags: trunk
2021-01-26
23:58
In the default skins, the main menu on web pages is now mostly determined by the "mainmenu" setting rather than by the "header.txt" file of the skin. This allows a project to more easily change skins without disrupting the customized menu. It also means that the built-in skins are morely likely to be usable without any modification. This change also adds the "string match" command to TH1. check-in: 5f2271292a user: drh tags: trunk
23:38
Minor formatting issue on the /Setup/Configure page. Closed-Leaf check-in: 4dae4a1ba7 user: drh tags: new-main-menu
23:31
Fix the default header files so that they correctly apply the $home prefix only for URLs that begin with /. check-in: cc675c0a9a user: drh tags: new-main-menu
23:14
Fix a mistaken edit in the CSS for the default skin. check-in: bb8bf23205 user: drh tags: new-main-menu
23:05
Fix a harmless compiler warning. check-in: 6dc53820ac user: drh tags: new-main-menu
21:53
The main menu for web display is now derived from the "mainmenu" setting, for the built-in skins. Customized skins that ignore the mainmenu setting continue to operate as before. Added the "string match" TH1 command to help. check-in: 923841b709 user: drh tags: new-main-menu
19:37
Rework the /sitemap customization settings. There is now just a single setting "sitemap-extra" that is a TCL list of triples, where each triple defines a new entry in the /sitemap. Legacy entries are ignored. Administrators that have a custom /sitemap configuration will need to update the "Custom Sitemap Entries" setting on the /Admin/Configuration page after updating to this version of Fossil or later. check-in: aa5beb8c29 user: drh tags: trunk
17:53
th1 docs: added new capexpr and marked (anycap, hascap, anoncap) as deprecated. check-in: 828821463a user: stephan tags: trunk
16:57
Add the "capexpr" TH1 command. This makes "hascap", "anoncap", and "anycap" all obsolete. We'll keep those old commands around, for legacy compatibility. check-in: f96de5abdf user: drh tags: trunk
15:42
Experimental TH1 command "capexpr" that evaluates an expression on capabilities. Closed-Leaf check-in: 6828565ebe user: drh tags: capexpr
15:27
Enhance 'fossil branch list' to accept a GLOB argument and show only matching branches. check-in: 6a5cdecddc user: danield tags: trunk
13:50
Add "foreach" loops to TH1. check-in: 3316b29225 user: drh tags: trunk
13:45
Added link to "git checkout" koan from the gitusers doc. check-in: 57d9b020b8 user: wyoung tags: trunk
13:41
Clarified the comment in the gitusers doc about "fossil diff --numstat" output being cryptic. check-in: 0271fa086a user: wyoung tags: trunk
13:36
Added "git diff" delegation trick to the gitusers doc. check-in: f42b5773ed user: wyoung tags: trunk
00:40
Update the customskin.md document to explain the latest practices. check-in: 48a4be5058 user: drh tags: trunk
2021-01-25
20:19
Add support for the "pikchr-background" detail.txt skin setting used to specify an alternative background color value for Pikchr diagrams. Set this value appropriately for the eagle and ardoise skins. check-in: 557f51b34b user: drh tags: trunk