Fossil

Leaves
Login

Leaves

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

Open leaves:

2024-12-18
05:06
Call `cgi_is_loopback()' before `db_open_local()' when checking for a local `fossil ui' session. The former performs simple string comparison, while the latter crawls the file system for multiple (3) check-out database file names at multiple directory hierarchy levels. The main motivation for this change is to reduce "attack surface" of the /jchunk interface, but also to align `cgi_is_loopback()' vs. `db_open_local()' precedence with usage elsewhere in the code base. ... (Leaf check-in: 2dda151c user: florian tags: trunk)
2024-12-17
06:56
Sync with trunk. ... (Leaf check-in: 5fbb14f7 user: florian tags: diff-word-wrap)
06:36
Sync with trunk. ... (Leaf check-in: 361fc767 user: florian tags: diff-keyboard-navigation)
06:26
Sync with trunk. ... (Leaf check-in: 215fc593 user: florian tags: timeline-keyboard-navigation)
05:38
Corrected an error, made some more small tweaks. ... (Leaf check-in: 728afdb0 user: viking tags: bv-infotool)
2024-12-16
04:02
Revert change. I'll have to look into the raw sql data. ... (Leaf check-in: 5a2e0042 user: brickviking tags: bv-corrections01)
2024-12-11
11:41
Record the name of the branch for a checkout when the checkout is first opened. Possible use later to warn about branch name changes at check-in time. ... (Leaf check-in: 706a10d0 user: drh tags: safe-checkout-branch)
2024-12-10
06:25
Merge trunk into merge-info-html branch for mergestat improvements. ... (Leaf check-in: f0a48c8f user: stephan tags: merge-info-html)
2024-11-07
06:50
Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). ... (Leaf check-in: d57463cc user: stephan tags: ui-local-diff)
2024-11-04
13:09
Fix (harmless) off-by-one error in the new test-trust-store command. ... (Leaf check-in: 735bd3dc user: drh tags: httpmsg-debug)
2024-10-30
15:38
Add documentation on signing check-ins. ... (Leaf check-in: 37606a21 user: danield tags: ssh-signing)
2024-10-02
06:51
Render forum content as <description> in RSS feed. page /timeline.rss renders final HTML; command rss renders the source. ... (Leaf check-in: 9fbdea8b user: vor0nwe tags: rss-forum-content)
2024-07-20
11:43
Consistently use a dash in '--no' options, preserving the no-dash variant for compatibility where it exists. ... (Leaf check-in: d03ed299 user: danield tags: no-x-dash-options)
2024-07-06
09:33
/chat: when tapping on a #NNNN reference, if the referred-to message is not loaded in the local history then search the chat history for message #NNNN. ... (Leaf check-in: 347084af user: stephan tags: markdown-tagrefs)
2024-06-25
11:59
Typo and clarity fixes to the new fpp doc. ... (Leaf check-in: 2194b4d1 user: wyoung tags: fpp)
2024-04-27
11:46
Add markdown paragraphs special styling. See forum thread 6e7e2f68b6. ... (Leaf check-in: ebf6e79e user: juef tags: markdown-admonitions)
2024-04-25
19:44
Add to markdown task list inapplicable variant. ... (Leaf check-in: b3da5f14 user: juef tags: markdown-task-list)
19:29
Add markdown extra emphasis chars. See forum thread 3618539728. ... (Leaf check-in: bade58d5 user: juef tags: markdown-extra-emph-chars)
13:34
Fix json-cap-POSTenv-name, json-cap-POSTenv-notsetup tests ... (Leaf check-in: 17c01c54 user: juef tags: branch-2.24)
2024-04-04
20:16
Update the built-in SQLite in order to beta-test recently added query planner improvements. ... (Leaf check-in: 755bebae user: drh tags: cmd-tag-list-values)
2024-03-23
05:54
Updates from trunk for sync changes et al. ... (Leaf check-in: 2304041e user: andybradford tags: clone-resume)
2024-02-23
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". ... (Leaf check-in: 94f9b726 user: drh tags: resurrect-old-default-skin)
2024-01-13
18:57
Typo in variable name. ... (Leaf check-in: 1cd36fad user: preben tags: hash-if-mtime-is-current)
2024-01-12
17:35
When merging, make it possible to undo executable status changes. ... (Leaf check-in: 802e3ae9 user: preben tags: undo-exe-after-merge)
16:11
Retain renames in local checkout when running fossil update. ... (Leaf check-in: 7c284a8c user: preben tags: update-with-renames)
2024-01-11
17:55
In the update tests, also check fossil changes after updating. ... (Leaf check-in: 6e23e96a user: preben tags: testing-improvements)
2024-01-02
22:36
Add a check box to enable searching help pages via the admin UI. ... (Leaf check-in: faf70431 user: preben tags: search-help-pages)
2023-10-18
12:14
Rename policy setting for private merges to 'unpublished.' ... (Leaf check-in: f2322d90 user: preben tags: warn-on-merging-private-branch)
2023-05-21
03:37
Merge updates from trunk. ... (Leaf check-in: e3df21cd user: mistachkin tags: th1Hash)
2022-12-20
05:14
Move TH1/Tcl settings into their own configsets. ... (Leaf check-in: 5d784cf3 user: mistachkin tags: cfgSetTh1)
2022-12-15
16:19
Re-add zlib link flags inadvertently removed via the new --disable-sockets flag. ... (Leaf check-in: 613834f6 user: stephan tags: optional-sockets)
2022-12-12
16:12
Add support for omitting some ticket events from the default timeline view. Filtering is defined by the 'ticket-hidden-expr' option added to the /tktsetup_timeline page. Filtering is bypassed if this expression is unset or if the "Unhide" checkbox (at the timeline's submenu) is checked. See forum thread 4c49b2ad661c for discussion. ... (Leaf check-in: 452805c2 user: george tags: tkt-hidden-expr)
2022-12-02
15:27
new branch for enhancements to Tk diff frontend: labeling of file origin (version, repo, working file etc.) in the left and right pane header ... (Leaf check-in: c90ee4bf user: Torsten tags: diff-tk-frontend)
2022-11-18
19:23
Make sure the reportfmt table contains the jx column before trying to use that column. ... (Leaf check-in: d4332725 user: drh tags: json-meta-data)
2022-11-16
16:09
Merge trunk into wcag-2.1 branch for deployment on test server. ... (Leaf check-in: 56d8000a user: stephan tags: wcag-2.1)
2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. ... (Leaf check-in: a2335604 user: drh tags: branch-1.37)
2022-10-18
01:07
Experimental refinements to the fix on this branch to make it slightly more efficient. ... (Leaf check-in: 2172c513 user: mistachkin tags: nonHashFix)
2022-09-06
22:25
Merge trunk into remote-add-fix branch. ... (Leaf check-in: baf635cb user: stephan tags: remote-add-fix)
2022-06-17
10:57
Create a placeholder manifest.descr file via auto.def, analog to [a198cde661ca]. ... (Leaf check-in: 56614cb6 user: stephan tags: version-cmd-describe)
2022-05-14
20:52
Handle a possible existence of the additional checkbox introduced in [29a24941ed9bf4]. ... (Leaf check-in: 76844c35 user: george tags: wcontent-subsets)
2022-04-27
15:55
This is a graph layout improvement experiment. In this version of Fossil, when there are multiple merge lines that go off the bottom of the page, they all use the same rail, rather than using separate rails for each parent node. This code is initially parked on a branch for evaluation. ... (Leaf check-in: 65c21819 user: drh tags: off-page-merge-single-rail)
2022-02-15
21:35
FIXME-comments in the code did not indicate issues and are now rephrased to be mere reminders. ... (Leaf check-in: d253ece0 user: george tags: base-href-fix)
2022-02-10
00:29
Merge from trunk ... (Leaf check-in: 2b5f9b21 user: george tags: search-terms-highlighting)
00:22
Merge from trunk ... (Leaf check-in: a961a67b user: george tags: rptview-submenu-paralink)
00:12
Merge from trunk ... (Leaf check-in: 9b76469b user: george tags: th1-doc-vars)
2022-01-14
16:34
added "clonly" command as alternate form of "clone --no-open" ... (Leaf check-in: 3598e3ae user: sdr tags: clone-no-open-alternative)
2021-11-19
10:16
Merged latest trunk into strict branch. ... (Leaf check-in: 845d3e86 user: stephan tags: strict)
2021-09-25
08:57
Possible solution to the problem of buttons randomly jumping away from under the mouse cursor. ... (Leaf check-in: b4dbdec8 user: florian tags: diff-js-fetchqueue)
2021-06-19
20:58
This should demonstrate a behavior of inline STYLE tags. Notice gray background of PRE elements in www/defcsp.md and the lack of it in www/webui.wiki. See forum thread 69f475cf48. ... (Leaf check-in: 1d276f7b user: george tags: inline-style-inconsistency)
2021-06-16
20:26
Preserve the C89 compatibility of pikchr.c by using MSVC C89 implementations of rint() and snprintf() with older MSVC versions ... (Leaf check-in: 6429a4bd user: ashepilko tags: test-msc89)
2021-06-15
01:01
Increase the version number to 2.15.2 ... (Leaf check-in: 7cfd58d7 user: drh tags: branch-2.15, version-2.15.2)
01:00
Increase the version number to 2.14.2 ... (Leaf check-in: fb3938ee user: drh tags: branch-2.14, version-2.14.2)
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: ea28708f user: wyoung tags: artifact-view-links)
2021-02-23
01:23
Merge from trunk. ... (Leaf check-in: 7d835ff5 user: larrybr tags: error_returns)
2021-02-15
01:56
Merge from trunk ... (Leaf check-in: 3f496aa7 user: larrybr tags: msvc_make_fixup)
2021-01-19
08:09
Adjustments to [fb3dabd5c4bf638] so that the hue of the automatic colors is the same, and only the saturation and value are adjusted. In other words, ensure that historical hues are not modified by that change. Edit: The previous check-in seems to have more historically consistent colors, so we will continue with that for now. ... (Leaf check-in: 1743f89a user: drh tags: mistake)
2020-08-20
13:27
Version 2.12.1 ... (Leaf check-in: b98ce23d user: drh tags: release, branch-2.12, version-2.12.1)
13:24
Version 2.11.2 ... (Leaf check-in: c58877d6 user: drh tags: release, branch-2.11, version-2.11.2)
13:18
Version 2.10.2 ... (Leaf check-in: 12d2ad00 user: drh tags: release, branch-2.10, version-2.10.2)
2020-05-28
14:58
Initial infrastructure for a command-line version of the security audit page. ... (Leaf check-in: dba4c4f2 user: drh tags: audit-command)
2020-03-12
01:50
This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. ... (Leaf check-in: ba56f5e5 user: drh tags: mistake)
2018-12-28
12:59
This checkin does a cherrypick merge off of another checkin that already has a prior full merge. The purpose of this checkin is to provide a test case for the cherrypick graph drawing logic. The code in this checkin is not intended to actually be used for anything. ... (Leaf check-in: dc81ac70 user: drh tags: graph-test-branch)