Fossil

Timeline
Login

Timeline

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

69 check-ins using file src/file.c version a0219721bf

2020-09-06
14:49
Fix the skin editor so when loading the "Current In Use" skin, it actually pulls in the currently in use skin, even if that skins is an alternative skin specified on the command-line or the built-in default skin. ... (check-in: 5c90832d79 user: drh tags: trunk)
14:37
Disable the ETAG cache for the /draftN pages so that caching does not interfere with preview. ... (check-in: 03643a632c user: drh tags: trunk)
2020-09-04
17:00
Removed inherited box shadow from ardoise .timelineSelected, [https://fossil-scm.org/forum/forumpost/60c5fcd604 | per forum request]. ... (check-in: 3af6e7ceb4 user: stephan tags: trunk)
2020-09-03
19:04
Make sure that any newlines in the CSP are converted into simple spaces before the CSP is added to an HTTP header. This *might* fix a problem reported [forum:/info/d29e3af43c|on the forum]. ... (check-in: e0f2283c15 user: drh tags: trunk)
2020-09-02
10:55
When rendering fossil-wiki forum posts, add a wrapper DIV around them so that the CSS which expects that for markdown and plain-text posts still applies. This fixes the sideways layout of fossil-wiki posts like that seen in [https://fossil-scm.org/forum/forumpost/3d709776b8 | forumpost/3d709776b8]. Note that a simpler fix would be to add the wrapper element to wiki_render_by_mimetype(), but that might have undesired side effects in/via the many other uses of that function. ... (check-in: 7caaa287b8 user: stephan tags: trunk)
2020-08-30
20:29
Fix a db_unprotect() call in the Admin pages. ... (check-in: b9fa7e2871 user: drh tags: trunk)
19:48
Make the wikiedit/fileedit edit-stash select element grow less agressively. ... (check-in: a645302b47 user: stephan tags: trunk)
19:18
Fixed a stroke width in that previous commit. ... (check-in: ef6cdb68c8 user: stephan tags: trunk)
19:16
Nigh-imperceptible alignment tweak on the help buttons. ... (check-in: 28b1718bfc user: stephan tags: trunk)
19:07
Explicit font color inheritance fix for .fossil-tooltip elements to fix it for a couple skins, and added some contrast to those widgets in the default skin. ... (check-in: e05bbdec0a user: stephan tags: trunk)
18:58
Reintroduced the legacy wysiwyg wiki editor as an optional element which can be plugged in via the skin if desired. Several semi-related "code-adjacent" tweaks and improvements. ... (check-in: 03a64a39ad user: stephan tags: trunk)
18:43
Adapted SVG background from Florian for the .help-buttonlet CSS. ... (Closed-Leaf check-in: b2ece413ba user: stephan tags: wikiedit-wysiwyg-legacy)
18:42
Added style for the new help-buttonlet widgets in the xekri skin, else they end up with a transparent background. ... (check-in: 8b0d000200 user: stephan tags: wikiedit-wysiwyg-legacy)
18:32
Code duplication reduction. ... (check-in: f107854c97 user: stephan tags: wikiedit-wysiwyg-legacy)
17:12
Replaced \u002f slash escapes with \x2f, thanks to a hint from Arseniy Terekhin. ... (check-in: 1455466234 user: stephan tags: wikiedit-wysiwyg-legacy)
16:22
A couple framework-level CSS micro-tweaks uncovered by testing with different skins. ... (check-in: e982f18bd3 user: stephan tags: wikiedit-wysiwyg-legacy)
16:07
Moar wysiwyg style fine-tuning. ... (check-in: 6f03a598fe user: stephan tags: wikiedit-wysiwyg-legacy)
15:58
Inordinately much style/layout tweaking of the wysiwyg editor. ... (check-in: a11abadd02 user: stephan tags: wikiedit-wysiwyg-legacy)
15:57
fossil.dom.attr(target,key,val) now supports any number of key/value pairs to set in a single call. ... (check-in: a89f116e11 user: stephan tags: wikiedit-wysiwyg-legacy)
15:50
Fixed (removed) wrapping of .input-with-label elements. ... (check-in: b012ecb714 user: stephan tags: wikiedit-wysiwyg-legacy)
13:47
Some wysiwyg code reduction, balanced out by more docs ;). ... (check-in: 79cb2df73c user: stephan tags: wikiedit-wysiwyg-legacy)
13:20
Significant cleanups in and shortening of the legacy wysiwyg JS code. ... (check-in: b8297d34bd user: stephan tags: wikiedit-wysiwyg-legacy)
10:42
An experiment in reactivating the legacy wysiwyg editor in the new wikiedit page. It works, but cannot currently be removed from the page once it's installed without reloading the page. ... (check-in: 629bc0e131 user: stephan tags: wikiedit-wysiwyg-legacy)
06:07
Fixed color quirk (unintentionally deriving a default color) in the Ardoise skin reported at [https://fossil-scm.org/forum/forumpost/9ac6b287d9 | /forumpost/9ac6b287d9]. ... (check-in: 693bf6b222 user: stephan tags: trunk)
06:05
Add db_unprotect()/db_protect_pop() to /setup_skin_admin when the user selects one of the builtin skins to fix problem reported at [https://fossil-scm.org/forum/forumpost/72a1db2bdc | /forumpost/72a1db2bdc]. ... (check-in: 37c290597d user: stephan tags: trunk)
2020-08-29
14:22
Minor /wikiedit layout improvements and removed the probably-obvious '?' button from the auto-refresh checkbox. ... (check-in: f83c4fa41d user: stephan tags: trunk)
14:07
Plugged a leaky abstraction in wikiedit and fileedit which applied when connecting a 3rd-party editor widget and added an example of how to plug in TinyMCE to the fileedit docs. ... (check-in: 88703f001d user: stephan tags: trunk)
13:06
Run the before-commit hook after the check-in comment has been collected from the user and include the check-in comment in the information provided to the hook. ... (check-in: 4ff4e1c8a7 user: drh tags: trunk)
2020-08-28
18:38
Define the "hooks" setting and mark it as sensitive. ... (check-in: 23f95bfc06 user: drh tags: trunk)
18:28
Modify the before-commit hook so that it runs after the check-in comment has been collected from the user. Include the check-in comment in the commit-description file. ... (Closed-Leaf check-in: b4006e2e2a user: drh tags: comment-in-before-commit)
13:31
Minor tweaks to the /sitemap. ... (check-in: 35da20b540 user: drh tags: trunk)
13:22
Add the contact information page. ... (check-in: 0d70e0931a user: drh tags: trunk)
12:22
The /wcontent page adds the "p" query parameter to links so that we can actually edit checkin/* and branch/* wiki pages. ... (check-in: 50e7a310a5 user: drh tags: trunk)
09:47
Unprotect the ssl-identity property when setting it. ... (check-in: e3636830ab user: drh tags: trunk)
09:34
Use the timeline format for /whistory. ... (check-in: cef8425cf4 user: drh tags: trunk)
2020-08-27
23:54
Typo fix: Turns out "edited" only has one "t". Who knew? ... (check-in: 91ff34dc17 user: drh tags: trunk)
17:56
Clarified the online docs for the "fossil remote REF" command form. It wasn't obvious before that you could give a NAME instead of a URL. ... (check-in: 292ba94e6b user: wyoung tags: trunk)
15:11
Additional interlinking and clarification of CGI documentation. ... (check-in: 43fb402bfd user: drh tags: trunk)
12:34
Do not assume that missing SCRIPT_NAME and PATH_INFO environment variables for CGI have a value which is an empty string. ... (check-in: 9601b6cfc7 user: drh tags: trunk)
01:37
Fix the server-side clone so that it is able to operate on a read-only repository database. ... (check-in: 147bf47d6e user: drh tags: trunk)
2020-08-26
21:43
Improvements to help-text HTML formatting. ... (check-in: 517223eca9 user: drh tags: trunk)
16:11
Merge in trunk (check-in [9543ddbef2]) ... (check-in: b56460fc96 user: george tags: wiki-history)
15:52
Merge in trunk (check-in [f741baa6be]) ... (check-in: 5d4a57f2c0 user: george tags: wiki-history)
14:46
Update the built-in SQLite to the latest 3.34.0 alpha that includes support for the sqlite3_txn_state() interface, with an eye toward using sqlite3_txn_state() to help prevent "busy" errors coming from high-load Fossil servers. ... (check-in: e3ca34cb38 user: drh tags: trunk)
2020-08-25
16:23
Yet another improvement to the "Latest Release" section of the homepage. ... (check-in: 5d32221c2a user: drh tags: trunk)
16:14
Further improvements to the "Latest Release" section of the homepage. ... (check-in: f282632beb user: drh tags: trunk)
16:10
Update the homepage with links to the latest release and the commits that have gone into it. ... (check-in: c508ed7a32 user: drh tags: trunk)
14:34
Improved titles for forum posts that show the original poster and the latest editor if they are different people. ... (check-in: 9543ddbef2 user: drh tags: trunk)
13:53
Tiniest style tweak for consistency ... (check-in: 7ea825864d user: andygoth tags: trunk)
13:47
Separately show original and edited user/date ... (check-in: 39a550c8d5 user: andygoth tags: trunk)
07:07
Removed some hard tabs in CSS injected by copy/paste from the browser dev tools. ... (check-in: 1bfa36867d user: stephan tags: trunk)
07:00
The fossil.XYZ.js-using pages now include all of those APIs when running in bundled JS mode, as that provides far lower aggregate over-the-wire and HTTP request counts. Added ? popup help buttons in wikiedit/fileedit to replace title-attribute hoverhelp (popup positioning can still be improved, though). ... (check-in: 34f7fd72c6 user: stephan tags: trunk)
06:32
Fix HTML formatting issues with a few built-in help pages. ... (check-in: 11384f1874 user: drh tags: trunk)
05:04
Updated javascript.md page to track recent developments. ... (check-in: 3a1d3cc2dc user: wyoung tags: trunk)
00:01
Improvements to handling of line endings and BOM marks when doing a 3-way merge. ... (check-in: 88ff2642d3 user: drh tags: trunk)
2020-08-24
23:24
Merge miscellanous auxiliary defenses and security enhancements. This check-in is not needed to fix any problems that are not already fixed in version 2.12.1. It merely provides additional defense in depth. ... (check-in: f741baa6be user: drh tags: trunk)
00:24
Merge changes from trunk. ... (Closed-Leaf check-in: 4a8bc878f0 user: drh tags: sec2020)
2020-08-23
16:02
Merge the interwiki enhancement from trunk. ... (check-in: 26ac4b1ccf user: drh tags: sec2020)
2020-08-22
15:35
Merge the latest enhancements from trunk. ... (check-in: 11c1566a93 user: drh tags: sec2020)
10:45
Merge Andy Goth's enhancements to the forum. ... (Closed-Leaf check-in: 50cdb741db user: drh tags: sec2020-forum-refactor)
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: ccdb5a9bb8 user: drh tags: sec2020)
15:08
Add missing db_unprotect() calls to backoffice. ... (check-in: c75dcc621b 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: 75deba73b5 user: drh tags: sec2020)
13:04
Add triggers to prevent changes to sensitive settings when PROTECT_SENSITIVE is engaged. ... (check-in: c9b9a77d59 user: drh tags: sec2020)
11:26
Remove incorrect leaf ambiguity warning when doing a "fossil commit --dry-run". ... (check-in: 1b52c41415 user: drh tags: sec2020)
11:19
Fix the locate_unmanaged_files() routine so that it always see (and ignores) symbolic links. ... (check-in: 0938b56516 user: drh tags: sec2020)
10:29
More improvements to the allow-symlinks help text. ... (check-in: f7f31147de user: drh tags: sec2020)
10:23
Improved on-line help for the allow-symlinks setting. ... (check-in: d3090e91b8 user: drh tags: sec2020)
10:10
Improve comments on symlink logic ... (check-in: 39a5df1fde user: drh tags: sec2020)