Timeline
Not logged in

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

6 check-ins using file src/dispatch.c version 32b4aab90d

2020-12-23
17:27
The /test_env page is not an error page. check-in: f2a26bca3a user: drh tags: trunk
2020-12-22
20:11
Begin trying to integrate the chatroom prototype into the Fossil core. New code is in src/chat.c and src/chat.js. Add the new "C" capability to enable access to chat. The new code compiles but is not yet functional. (This is an incremental check-in.) The original tools/chat.tcl Wapp script is still available for reference. check-in: 217b0d2548 user: drh tags: chatroom-dev
20:06
Merge the styling changes from trunk into the chatroom-dev branch. check-in: b8d6319b5a user: drh tags: chatroom-dev
18:31
Add support for the "$current_feature" TH1 variable as a possibly better way to do page-specific of feature-specific styling. check-in: 112c713be1 user: drh tags: trunk
12:30
Whitespace style fix Closed-Leaf check-in: 358f7d80c2 user: wyoung tags: body-feature-class
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first versi... check-in: 0e83ca88ce user: wyoung tags: body-feature-class