Fossil

Timeline
Login

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

50 check-ins occurring around 2020-08-20 13:27.

2020-08-21
18:32
Additional checks to ensure that db_set() and db_set_int() do not modify a sensitive setting unless PROTECT_BASELINE is disabled. (check-in: ccdb5a9b user: drh tags: sec2020)
15:57
Add pEditNext field to permit walking forward as well as backward through the edit chain (check-in: a17f4955 user: andygoth tags: andygoth-forum-refactor)
15:54
Begin refactoring forum code to support orthogonal history and plaintext options. First step: rename pEdit to pEditPrev to make room for a pEditNext field. (check-in: 636f6596 user: andygoth tags: andygoth-forum-refactor)
15:08
Add missing db_unprotect() calls to backoffice. (check-in: c75dcc62 user: drh tags: sec2020)
15:05
Improved documentation of the database write protection logic. Added undocumented SQL command db_protect() and db_protect_pop() to the "sql" command. Panic on a protection stack overflow. (check-in: 75deba73 user: drh tags: sec2020)
14:40
Add missing bold markup (check-in: 273dd80e user: andygoth tags: trunk)
13:04
Add triggers to prevent changes to sensitive settings when PROTECT_SENSITIVE is engaged. (check-in: c9b9a77d user: drh tags: sec2020)
11:26
Remove incorrect leaf ambiguity warning when doing a "fossil commit --dry-run". (check-in: 1b52c414 user: drh tags: sec2020)
11:19
Fix the locate_unmanaged_files() routine so that it always see (and ignores) symbolic links. (check-in: 0938b565 user: drh tags: sec2020)
10:29
More improvements to the allow-symlinks help text. (check-in: f7f31147 user: drh tags: sec2020)
10:23
Improved on-line help for the allow-symlinks setting. (check-in: d3090e91 user: drh tags: sec2020)
10:10
Improve comments on symlink logic (check-in: 39a5df1f user: drh tags: sec2020)
01:09
Add a missing db_unprotect() to the "fossil all" command. (check-in: b9ae03f6 user: drh tags: sec2020)
01:01
Merge the latest changes from trunk into sec2020. (check-in: 1d61aae3 user: drh tags: sec2020)
2020-08-20
23:45
Change width per stephan's request (Closed-Leaf check-in: 53458bed user: andygoth tags: andygoth-ardoise-tweaks)
22:40
Using parameters to namespace functions in fossil*.js instead of the global "fossil" object. Squishes a complaint by GCC and makes the code a smidge smaller besides. (check-in: 0f03f78a user: wyoung tags: trunk)
21:15
Same as [31af8053] but in src/copybtn.js, upon which code fossil.copybutton.js was apparently based. This other file may be going away soon, but until then, it avoids a warning. (check-in: c0cb0b9d user: wyoung tags: trunk)
20:40
Gave the line-number popup (and related popups) a z-level below that of the default skin's hamburger menu. (check-in: bbef8ce3 user: stephan tags: trunk)
20:25
Added a "window." reference to a global variable in fossil.dom.js to make explicit where the variable is coming from. All the surrounding code does this, and the fix quiets a complaint from GCC. (check-in: 31af8053 user: wyoung tags: trunk)
20:05
Allow /wikiedit's page-list-fetch operation to silently skip over mysteriously missing (shunned but not yet rebuilt?) wiki pages, to resolve an issue on the core fossil site where such a missing/invisible page named 'Security Desk Technician' is causing /wikiedit to fail to load. (check-in: 37409e7d user: stephan tags: trunk)
19:52
Removed a pair of bogus "delete" calls in fossil.popupwidget.js, flagged by Google Closure Compiler. You can't delete the result of a function call, only object properties. (check-in: 0d7d54e8 user: wyoung tags: trunk)
19:51
Minor change to auto.def requested by https://bugs.debian.org/961772 (check-in: e6de5ec7 user: drh tags: trunk)
18:08
Show the artifact hash with a copy button on the header of /file pages. (check-in: 00eb7a05 user: drh tags: trunk)
16:25
Merge recent changes from trunk. (check-in: c93cb2ba user: drh tags: sec2020)
15:22
Update the change log and the latest-release link on the homepage. (check-in: 5983f5b9 user: drh tags: trunk)
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, version-2.11.2, branch-2.11)
13:18
Version 2.10.2 (Leaf check-in: 12d2ad00 user: drh tags: release, branch-2.10, version-2.10.2)
13:08
Rearrange code, tweak span colors (check-in: 1ffe4cde user: andygoth tags: andygoth-ardoise-tweaks)
13:01
2.12.1 release candidate with security fixes. (check-in: 40feec32 user: drh tags: branch-2.12)
12:31
Fix CSS priority issue (check-in: ed04edd8 user: andygoth tags: andygoth-ardoise-tweaks)
05:13
Spelling and grammar fixes to javascript.md. (check-in: 209f73cb user: wyoung tags: trunk)
04:18
Many improvements to the "Use of JavaScript in Fossil" document, www/javascript.md, inspired by the recent Ajaxifications and forum commentary on the topic. (check-in: 977ba78f user: wyoung tags: trunk)
04:17
Assorted minor improvements to the javascript.md doc. (Closed-Leaf check-in: dc1bc213 user: wyoung tags: js-policy-doc)
02:14
Minuscule tweaks to javascript.md (check-in: 5648dcfc user: stephan tags: js-policy-doc)
00:37
Command fixes in the new material within javascript.md (check-in: ba9480b0 user: wyoung tags: js-policy-doc)
00:11
Editing pass on javascript.md. (check-in: 202a6616 user: wyoung tags: js-policy-doc)
00:04
Report the use of FOSSIL_LEGACY_ALLOW_SYMLINKS in the output "fossil version -v". (Closed-Leaf check-in: 89d950ef user: drh tags: sec2020-2.12-patch)
2020-08-19
23:52
Moved "Blocking JavaScript" section of javascript.md down into the Q&A section. (check-in: 85c7bdb2 user: wyoung tags: js-policy-doc)
23:45
Moved my rewrite of Stephan's "Compatibility Concerns" section of javascript.md down into the Q&A section. (check-in: 02627949 user: wyoung tags: js-policy-doc)
23:41
Moved "Fossil Does Not Snoop On You" section of javascript.md down into a Q&A point. (check-in: b76427bb user: wyoung tags: js-policy-doc)
23:38
Moved the "No Third-Party JavaScript in Fossil" section of javascript.md down into the Q&A "debate" section. Also reworked some of the following question's answer to the C vs JavaScript matter. (check-in: 48ef6333 user: wyoung tags: js-policy-doc)
23:30
Moved the old "How Many Users Run with JavaScript Disabled Anyway?" section of javascript.md down into the "debate" section as one of the Q&A points. (check-in: bc5cf569 user: wyoung tags: js-policy-doc)
23:19
Merged the "Future Plans for JavaScript in Fossil" section of js-policy.md into javascript.md. This all but zeroes out the contents of the old doc, so I've removed it. Future changes go into javascript.md. (check-in: 4ad0d979 user: wyoung tags: js-policy-doc)
23:07
Hoist the "Compatiblity Concerns" section of js-policy.md into javascript.md. Another near-total rewrite, maintaining the original's points. (check-in: 7eef486c user: wyoung tags: js-policy-doc)
22:57
Merged Stephan's "in closing" statement after the argumentation section of js-policy.md into the "Philosophy & Policy" section of javascript.md. Another near-rewrite, while maintaining the overall points. (check-in: 12acdcf3 user: wyoung tags: js-policy-doc)
22:49
Added "Arguments Against JavaScript & Our Rebuttals" section to javascript.md, based on the similar section in this branch's new js-policy.md doc. It's nearly a rewrite, but all of the points remain. (check-in: 1e3ee576 user: wyoung tags: js-policy-doc)
21:24
Merged trunk changes in (check-in: 32ef4cfa user: wyoung tags: js-policy-doc)
21:19
Added a section to javascript.md on the new /fileedit feature. (check-in: 100b4868 user: wyoung tags: trunk)
21:08
The allow-symlinks setting is disabled by default and is not versionable, unless Fossil is compiled with the FOSSIL_LEGACY_ALLOW_SYMLINKS flag, in which case it follows the historic behavior. (check-in: cdc90f0c user: drh tags: sec2020-2.12-patch)