Fossil

Timeline
Login

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

50 most recent check-ins that contain filename changes

2022-10-17
01:02
Merge updates from trunk. Leaf check-in: 6f3640a71d user: mistachkin tags: th1Hash
2021-10-09
20:13
Merge in trunk (release 2.17) Leaf check-in: c1868b9f8f user: george tags: search-terms-highlighting
20:05
Merge in trunk (release 2.17) Leaf check-in: a33f616e6a user: george tags: rptview-submenu-paralink
19:50
Merge in trunk (release 2.17) Leaf check-in: 315351f4ac user: george tags: wcontent-subsets
19:31
Merge in trunk (release 2.17) Leaf check-in: 56e2d3ad6b user: george tags: th1-doc-vars
2021-09-28
11:06
Merged in trunk. /chat changed jump-to-message animation to fade out/in, per requests. Added HTML5 history to /chat clicks on #NNN message references but it's disabled because it's behaving unexpectedly. check-in: 99b23d0fa3 user: stephan tags: markdown-tagrefs
09:45
Moved chat.js to fossil.page.chat.js, for consistency with the other single-page apps and to emphasize that it is not to be loaded on arbitrary pages. Changed chat's startup to wait until the page on-load event to avoid a related timing issue. check-in: 3ec8c6c04d user: stephan tags: trunk
2021-09-11
17:09
Enhance the various diff views (excluding diff -b output) to be able to dynamically load more context lines per mouse click. check-in: 51c1efd403 user: stephan tags: trunk
2021-09-07
22:28
Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. check-in: 65aa2c9643 user: stephan tags: diff-js-refactoring
2021-03-01
07:37
Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() Leaf check-in: ea28708f85 user: wyoung tags: artifact-view-links
2021-02-25
14:55
Merge from trunk check-in: 7e755346a5 user: george tags: wiki-history
2021-02-14
21:28
Brought graham's ui-local-diff branch up to date with respect to trunk. This is not a simple merge, because it had to accommodate several conflicting changes, so it needs to be re-checked for sanity before being merged down to trunk. Also, some of the changes I made simply reduce the size of the resulting diff relative to trunk and need to be reverted; these are primarily 2-line splits of "else/if" so the branch-specific change doesn't repeat the following "if" condition, which is now the "else if" condition. I think this sort of thing aids understanding of the diff, even though it breaks the style guidelines. check-in: 0516f4d3c8 user: wyoung tags: ui-local-diff
2021-01-25
18:57
Hamburger menu enhancements: (1) Rename the JS to src/hbmenu.js (2) Make the JS independent of TH1 so that it can be loaded using builtin_request_js(). (3) Add a new TH1 command that invokes builtin_request_js(). (4) Revise the default and plain_gray skins to make use of the previous. check-in: 9cd74289c0 user: drh tags: trunk
18:52
Enhance the hamburger menu JS so that it does not require TH1 support and can be independently loaded. Rename the hamburger menu JS to src/hbmenu.js. Add the new "builtin_request_js" TH1 command to request JS loading, and use that command in the default and plain_gray skins to access the common hbmenu.js code. check-in: d39732b714 user: drh tags: standard-hbmenu
2021-01-05
19:05
Provide for two different chat-alert sounds in the /Admin/Chat configuration menu. check-in: d8e6994350 user: drh tags: trunk
05:19
Moved chat audio notification files to src/alerts, per chatroom discussion. Chat audio is now configurable using a selection of builtin WAV files and audio files stored in /uv/alert-sounds/*.XYZ (==ogg, wav, mp3). The addition of a selection list means that closing the chat settings popup now requires tapping either a popup entry or the settings button - tapping in the page body won't do it because that handling collides with the selection list event handling. check-in: 4c34053c58 user: stephan tags: trunk
2020-10-10
12:05
Renamed fossil.page.wikiedit-wysiwyg-legacy.js to fossil.wikiedit-wysiwyg.js so that the excessively long name doesn't cause /dir to have, at most, 2 columns. Removed some dead code and added a tiny bit of docs. Updated changelog per forum request. check-in: a759842a7a user: stephan tags: trunk
2020-09-14
10:48
Renamed fossil.pikchr-util.js to fossil.pikchr.js. Minor UI tweaks in the pikchr-related bits. check-in: f5c040869d user: stephan tags: trunk
2020-08-26
13:31
Merge in trunk (version-2.12.1) check-in: 62c316306e user: george tags: wiki-history
2020-08-15
23:30
Renamed TooltipWidget to PopupWidget because's it's not *quite* a tooltip and we're soon going to need something closer to a genuine tooltip. Minor adjacent cleanups and code consolidation. check-in: 3998ccef44 user: stephan tags: line-number-selection
2020-08-09
21:45
Merge in trunk; resolve conflicts Leaf check-in: 7cfbf66a02 user: ashepilko tags: cmake-ide
2020-07-16
21:08
Renamed www/server/openbsd/httpd.md to fastcgi.md and added the "FastCGI" column to the "Activation Tutorials" table on the main server index page. Made the fonts narrower in that table as a consequence, to keep the table from wrapping. The rename is necessary because the doc doesn't tell how to do HTTP proxying of "fossil server" as all the peer pages in that column do. If such a tutorial for OpenBSD *were* written, it might then be openbsd/httpd.md. check-in: 62ec4100c6 user: wyoung tags: trunk
2020-06-25
08:16
Merge trunk Leaf check-in: 69b450c1e0 user: jan.nijtmans tags: cleanX
2020-06-14
05:37
Merged in default.css branch: move default_css.txt to default.css (compiled in as-is as a builtin) and eliminate the no-longer-relevant mkcss tool. The over-the-wire size increase for the no-longer-stripped CSS is less than 1kb. check-in: 8eec01d419 user: stephan tags: trunk
2020-05-29
08:05
Move default_css.txt to default.css, treat it like a builtin file, and remove mkcss, as the recent style.css reorg obviates the need for mkcss. check-in: 0c19cd0a86 user: stephan tags: default.css
2020-01-28
20:39
Merge trunk check-in: 9dbea18c71 user: jan.nijtmans tags: multi-thread
2020-01-09
17:57
Merge in trunk check-in: 4d8aecdfcf user: ashepilko tags: cmake-ide
2019-09-13
15:11
Merge in latest developments from trunk. Leaf check-in: b713393b9a user: andybradford tags: db-begin-txn-updates
2019-09-04
20:01
Merge updates from trunk. check-in: 20c64950a9 user: mistachkin tags: noJsonCgiFlag
00:58
Merged caps-doc branch down to trunk, improving documentation of user capabilities in Fossil. check-in: 779ddefa19 user: wyoung tags: trunk
2019-08-31
16:42
Merge in latest from trunk. check-in: aa37639112 user: andybradford tags: db-begin-txn-updates
2019-08-27
20:35
Moved www/capabilities.md to www/caps/index.md and www/admin-v-setup.md to www/caps/admin-v-setup.md. Then broke three chunks of the old capabilities.md doc out into new www/caps/* docs: login groups, implementation details of user capabilities, and the user capability reference material. The latter switched from Markdown to HTML format so we could make it a clearer-looking table, rather than its prior hard-to-read bullet list form. check-in: c6cdf9ce8e user: wyoung tags: caps-doc
2019-08-21
14:46
Merge in recent developments on trunk. check-in: 70d091eacc user: andybradford tags: test-updates
2019-08-20
15:04
Updated and expanded documentation on how to set up a Fossil server. check-in: f146e21af9 user: drh tags: trunk
2019-08-18
04:41
Renamed www/server.wiki to www/server/index.html and converted it to HTML format. Did a bit of prose polishing and CSS work while in there. check-in: 8193266763 user: wyoung tags: server-docs
2019-08-10
15:34
Merge in from trunk. check-in: 0f9f2e403d user: andybradford tags: test-updates
2019-08-04
22:56
Merge trunk check-in: fc5f88d6d9 user: jan.nijtmans tags: cleanX
2019-07-31
08:09
Merged in autosetupAndJimTcl branch (autosetup updates). check-in: 51d006f851 user: stephan tags: trunk
2019-07-06
22:27
Update autosetup to 0.6.9-71785c7e and Jim Tcl to 0.78-27-ga5a84b1. Closed-Leaf check-in: 2211bc2a6b user: mistachkin tags: autosetupAndJimTcl
2018-09-14
19:13
Merge updates from trunk. check-in: f59c9ecb5e user: ashepilko tags: cmake-ide
2018-09-11
14:54
merge trunk Closed-Leaf check-in: 368c78a855 user: jan.nijtmans tags: openssl-1.1
00:52
Fixes to the new script element of skins. check-in: c22b71dfc8 user: drh tags: trunk
2018-08-30
21:20
Merge the email.c-to-alerts.c refactor. check-in: fc5c7d2625 user: drh tags: trunk
21:19
Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. Closed-Leaf check-in: cfbbc53778 user: drh tags: refactor-alerts
2018-08-02
08:32
Merge from trunk. check-in: 19997e99c4 user: ashepilko tags: cmake-ide
2017-12-05
15:09
Change the name of "main.js" to "href.js". Rework the javascript code so that there can be multiple javascript files sourced on an as-needed basis. check-in: 09494b0207 user: drh tags: trunk
2017-10-04
10:59
Add support for markdown page titles check-in: 4a298e69ec user: mjanssen tags: commonmark-markdown
2017-08-31
02:00
Merge trunk check-in: d15c1ba0f9 user: jan.nijtmans tags: multi-thread
2017-08-30
13:07
Merge cleanX check-in: 9297610047 user: jan.nijtmans tags: cleanX-no-clean-glob
13:02
Merge trunk check-in: d4f98e25c1 user: jan.nijtmans tags: cleanX