Fossil

Timeline
Login

Timeline

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

200 most recent check-ins by user stephan

2024-09-28
17:59
Add xsl/xslt mimetype entries for consistency with althttpd. ... (check-in: c0f0e1dc user: stephan tags: trunk)
00:34
Latest upstream autosetup for a --help fix on QNX. ... (check-in: 742450ca user: stephan tags: trunk)
2024-09-26
17:47
At configure-time, disable SQLITE_HAVE_ZLIB if zlib does not contain compressBound(). This resolves a build failure on Martin G.'s QNX system. ... (check-in: ac3e326a user: stephan tags: trunk)
2024-09-24
21:21
Latest upstream autosetup (supports more environments). ... (check-in: 921edd2e user: stephan tags: trunk)
18:05
Fix a memleak in manifest_crosslink() when hooks are activated (one uuid leaked per checkin manifest). When posting a chat-robot message for a forum post, add links to the artifact and user's timeline to that message (as is done for checkins. ... (check-in: 5fabb7cc user: stephan tags: trunk)
11:13
More work on making the xfer protocol fail fast for certain invalid inputs. ... (check-in: f9f90d9b user: stephan tags: trunk)
2024-09-23
22:06
Improve the validation of the sequence number in clone messages in the sync protocol. ... (check-in: 295b3960 user: stephan tags: trunk)
2024-09-21
13:31
Apply the form-width change from [268bb73947] and [a767b75e8ffa] to /forume2. ... (check-in: f75f1d60 user: stephan tags: trunk)
2024-09-18
19:14
Revert part of [268bb7394713e22e] so that the Close button on forum posts is not on its own line. Apply the 100% form element width change only to forms on the forumedit page. ... (check-in: a767b75e user: stephan tags: trunk)
2024-09-15
00:11
Correct swapped --revision/-r flag handling for the annotate family of commands, as reported in forum post 1673b986fa. ... (check-in: caf60202 user: stephan tags: trunk)
2024-09-11
10:25
Update instructions for enabling th1-docs support, per forum feedback. ... (check-in: 17e79abb user: stephan tags: trunk)
2024-09-07
11:06
Use CSS flex layout around the /forum editor textarea so that it will shrink and grow to fit the screen. The intent is making it easier to use on a mobile device. ... (check-in: 268bb739 user: stephan tags: trunk)
10:18
Add socket support to the change log. Add a comment about why the 'diff' JS bits now require the 'storage' bits. No functional changes. ... (check-in: 77adf8db user: stephan tags: trunk)
2024-09-06
14:37
Add fossil.storage to the fossil.diff JS bundle dependencies, which should have been part of [c03ce0f4d43197a]. Resolves the report in forum post 3e1b1f82d1 but does not explain why it worked for me locally before this fix (it should not have). Edit: it worked locally because my server was using jsmode:bundled. This fix makes it also work with jsmode:separate or jsmode:inline. ... (check-in: 59b383ae user: stephan tags: trunk)
2024-09-05
09:19
In the 'unsaved changes' error of the patch command, make it explicit that the patch cannot be applied (because it otherwise comes across as informational, not an error). ... (check-in: 8c5faa36 user: stephan tags: trunk)
2024-09-03
20:20
Remove extraneous question mark from the side-by-side scroll sync checkbox. ... (check-in: 019494e3 user: stephan tags: trunk)
15:31
Latest upstream autosetup, primarily for an OpenBSD-specific fix. ... (check-in: 4eef2de3 user: stephan tags: trunk)
11:55
Reuse scroll-related callbacks where possible instead of redefining them on a per-element basis. ... (check-in: ddeba72d user: stephan tags: trunk)
11:48
Re-enable side-by-side diff sync scrolling and add a client-side persistent toggle for the preference, accessible as a checkbox in various pages which render sbs diffs. ... (check-in: c03ce0f4 user: stephan tags: trunk)
11:45
Correct handling of keyboard-based diff scrolling. ... (Closed-Leaf check-in: 0ef89983 user: stephan tags: diff-scroll-sync)
11:16
Integrate checkbox to toggle side-by-side sync scrolling and persist the setting across pages/apps using localStorage/sessionStorage. Currently applies to /info, /vinfo, /vdiff, /wikiedit, /fileedit. The alignment of the toggle isn't _quite_ right on the /*edit pages but that's difficult to fix without using flex layout, which introduces a rat's tail of further fixes. ... (check-in: 564a6402 user: stephan tags: diff-scroll-sync)
09:47
In /setup_uinfo, correct the URL parameter passed from the 'edit' link to /setup_uedit: id instead of uid. ... (check-in: a84b669e user: stephan tags: trunk)
2024-08-31
20:26
Re-integrate side-by-side diff sync scrolling in the /wikiedit and /fileedit diff views. ... (check-in: 3765b464 user: stephan tags: diff-scroll-sync)
2024-08-30
09:39
Proposed fix for the search branch bug reported in forum post 520d420d04. This seems to work but could use more testing. To hit the affected query, first run (fossil fts-config index off) then (fossil search -fts ...terms...). ... (Leaf check-in: f4fdd7d3 user: stephan tags: search-branch-fix)
2024-08-27
19:38
Fix one mis-changed line in [898a70ce82a5] which would have broken builds on OS/2. ... (check-in: 94c8af02 user: stephan tags: trunk)
11:19
When stdout is not a tty, avoid doing the carriage-return-to-reuse-the-console-line trick for emiting metrics while syncing, and instead emit the stats after the end of the loop. This means that log files from cron jobs no longer contain the carriage-return clutter. ... (check-in: f8800f34 user: stephan tags: trunk)
11:06
Move the file-specific definitions of the isatty() and fileno() macros into util.c's fossil_isatty() and fossil_fileno() in prep for an upcoming change which needs isatty(). ... (check-in: 898a70ce user: stephan tags: trunk)
2024-08-24
08:52
Update the built-in SQLite to the latest version 3.47.0 alpha. ... (check-in: e17b8da8 user: stephan tags: trunk)
2024-08-23
22:29
Strip almost 1100 lines from extsrc/cson_amalgamation.c which aren't used in this fossil-specific build of that API. ... (check-in: 1bb9c774 user: stephan tags: trunk)
22:18
Latest upstream extsrc/cson_amalgamation.*, and update src/json*.c, to squelch warnings from OpenBSD. ... (check-in: 40a14c1d user: stephan tags: trunk)
20:51
Replace calls to strcpy() with a tree-local strcpy() clone to squelch unwarranted link-time warnings when building on OpenBSD. There is still one strcpy() instance in the upstream extsrc/shell.c. ... (check-in: c0b9b448 user: stephan tags: trunk)
12:18
Micro-cleanups in diff-scrolling JS. ... (check-in: 261469e7 user: stephan tags: diff-scroll-sync)
2024-08-22
19:05
On the /login page, for logged-in users add a link to /cookies. ... (check-in: 6a20a34a user: stephan tags: trunk)
2024-08-21
14:30
Reinstate synchronized scrolling in side-by-side diff views. TODOs include adding a checkbox to toggle this on and off, and (possibly) reintegrating this with /wikiedit and /fileedit diff views. ... (check-in: 3ef1d06b user: stephan tags: diff-scroll-sync)
11:36
Rename some JS vars for clarity. No functional changes. ... (check-in: abeb57d2 user: stephan tags: trunk)
10:29
Avoid deleting Unix socket files via atexit() from forked HTTP responses, as reported in forum post 11c9b27397. ... (check-in: e0236194 user: stephan tags: trunk)
09:20
/shun page: fix a typo reported in the forum and make the unshunned message more legible (not dark-on-dark) in the eagle and darkmode skins. ... (check-in: dee17d9c user: stephan tags: trunk)
2024-08-14
09:17
Add timeline-hard-newlines to CONFIGSET_SKIN in an attempt to resolve forum post 23d58b1b67. Bring /json/config up to date with the central config option list. ... (check-in: 89388d4c user: stephan tags: trunk)
2024-08-09
12:13
Tell file_issocket() to always return 0 on Windows builds, as reported in forum post a41fe3d6d0c97b43. ... (check-in: ba884453 user: stephan tags: trunk)
10:32
Doc touchups in /chat. No code changes. ... (check-in: 71414273 user: stephan tags: trunk)
2024-08-08
12:10
Fix misinteraction of the chat send command and the chat search index. ... (check-in: 892dfd2b user: stephan tags: trunk)
2024-08-05
15:10
Replace the JavaScript-based side-by-side diff view with a CSS Grid, as discussed in forum post 93398561d3986c41. ... (check-in: 71e9ca78 user: stephan tags: trunk)
2024-08-03
19:54
Remove a redundant comment from the previous checkin. No code changes. ... (check-in: 4172bcdc user: stephan tags: trunk)
19:49
/chat: when downloading a file via chat which has a text/... mimetype but it looks_like_binary(), change the mimetype to application/octet-stream. See code comments for the motivation behind this. ... (check-in: 87edfb0a user: stephan tags: trunk)
2024-07-31
19:54
Resolve the awkward misalignment of consecutive diff chunks, thanks to a hint from forum post 85ab14eecd. ... (Closed-Leaf check-in: c5a4fe54 user: stephan tags: sbs-diff-css)
11:14
In the diff chunk loader, remove stray calls to the JS code which was removed in [61fd1e841fd]. ... (check-in: ac965480 user: stephan tags: sbs-diff-css)
11:06
Remove approx. 150 lines of JS related to diff layout and syncronous scrolling. ... (check-in: 61fd1e84 user: stephan tags: sbs-diff-css)
10:57
Correct the placement of the right-side line number column in sbs diffs. ... (check-in: 15139fa8 user: stephan tags: sbs-diff-css)
2024-07-30
12:44
Tweak the sync command help text to clarify that the URL argument may instead be a configured remote name, as suggested in forum post 24c658568a. No functional changes. ... (check-in: d919a33c user: stephan tags: trunk)
12:35
For the 'all' command, accept any of (set, setting, settings) for the settings command, per /chat discussion. ... (check-in: 939e8c40 user: stephan tags: trunk)
12:03
Initial go at using CSS grid layout for side-by-side diffs, rather than using JS to dynamically fit the columns. See discussion at forum post 93398561d3986c41. ... (check-in: 375f2af4 user: stephan tags: sbs-diff-css)
2024-07-29
10:54
Add (dir,tree) to the suggested robot-restrict value, per /chat discussion. ... (check-in: c8777eeb user: stephan tags: trunk)
2024-07-28
22:21
Remove the LI discs from the /tree view, as discussed in forum post 915412fb926ffccb. ... (check-in: d84eef54 user: stephan tags: trunk)
2024-07-27
10:31
In the default skin, disable the 'disc' view of UL/LI elements for the /dir page. Reported in forum post 915412fb92. ... (check-in: 61e62c02 user: stephan tags: trunk)
2024-07-23
12:27
Revert a /chat change, introduced in [be01315c86cd2f7d], which causes the Send button to trigger a preview update if the current view is the preview. In practice that's annoying, as the shift-enter and the preview button do the same thing and this change forces a separate click to leave preview mode. ... (check-in: ec6fbe98 user: stephan tags: trunk)
2024-07-22
23:44
Upgrade autosetup to upstream version 0.7.1+. Tested on 3 Linux variants with no regressions. ... (check-in: 370c2639 user: stephan tags: trunk)
23:40
Explicit checkin of autosetup/autosetup-test-tclsh, which the previous checkin again curiously overlooked. Possibly a bug in libfossil's handling of exec-bit-only changes. ... (Closed-Leaf check-in: 5eb29539 user: stephan tags: autosetup-0.7.1)
23:39
Explicit checkin of autosetup/autosetup-test-tclsh, which the previous checkin curiously overlooked. ... (check-in: 5354f5a2 user: stephan tags: autosetup-0.7.1)
23:30
Upgrade autosetup from 0.6.9 to 0.7.1+. Seems to work but need to try it on more systems before merging. ... (check-in: dacbf76c user: stephan tags: autosetup-0.7.1)
2024-07-09
00:19
Fix for checkin --verbose error reported in forum post 9cd41258f9. Problem introduced in [caa6ad39db443929]. ... (check-in: 77e1f867 user: stephan tags: trunk)
2024-07-08
23:24
Document the empty-string case for the server/ui --skin flag and cgi skin: directive. ... (check-in: 699b9ca5 user: stephan tags: trunk)
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-07-04
11:06
Minor tweaks to www/unverse.wiki, based roughly on forum feedback. ... (check-in: 2f6d1202 user: stephan tags: trunk)
2024-07-03
15:01
Add the application/sql mime type to doc.c. ... (check-in: 7c76c6aa user: stephan tags: trunk)
12:55
Merge trunk into the markdown-tagrefs branch to begin experimentation with tying chat #NNN references into the new search capabilities. ... (check-in: 5e26fd4c user: stephan tags: markdown-tagrefs)
12:38
Add /chat history search. ... (check-in: fc853823 user: stephan tags: trunk)
10:26
Apply the logic in/around [ec68aaf42536b4fb] to the chat search so that it does not abort, and generate an error log entry, when given characters which fts5 does not like. ... (Closed-Leaf check-in: b698ba99 user: stephan tags: fts5-chat-search)
09:35
Remove the incomplete @tag support. Add some sample inputs to the branch/markdown-tagrefs page. ... (check-in: 4d7c408f user: stephan tags: markdown-tagrefs)
09:16
Merge trunk into markdown-tagrefs branch. ... (check-in: 9d3ca32e user: stephan tags: markdown-tagrefs)
2024-07-02
12:04
Chat help text cleanups and add a FIXME regarding connection failure (as opposed to HTTP-level errors) while polling for new chat messages (which is not a new problem, but is one which came up while working on fts5-chat-search). ... (check-in: 4711a8c4 user: stephan tags: fts5-chat-search)
11:23
Add a mention of /chat search to the change log. ... (check-in: 874a1bb9 user: stephan tags: fts5-chat-search)
11:03
If the chat search request has an HTTP error, report it. It currently fails without any useful information, beyond the HTTP code, if the query triggers a prepare() error, but that's at least no longer silently failing. ... (check-in: 5ae93fd2 user: stephan tags: fts5-chat-search)
10:33
Add chat search for message by ID using search term #NNNN. ... (check-in: 34493500 user: stephan tags: fts5-chat-search)
09:22
/chat: use the historical timestamp format for main-feed messages and ISO-8601 for search results. Misc. internal cleanups. ... (check-in: 3c53bd32 user: stephan tags: fts5-chat-search)
2024-07-01
18:40
Clean up some harmless stray tokens. ... (check-in: 417bb150 user: stephan tags: fts5-chat-search)
18:36
Ensure that chat search results get placed in the proper parent DOM element (this fixes some layout unsightliness). Remove the DOM elements related to loading more search result context when they have no more results to load. ... (check-in: 2e8f1a9a user: stephan tags: fts5-chat-search)
17:25
Teach /chat search to use the same tokenizer as the main search index, defaulting to porter if the main search index is off, and reindex chat if the tokenizer is changed. The search config should arguably be expanded to provide the option of disabling chat search altogether, but that is beyond today's ambitions. Minor search result layout tweaks but there are still some fixes to do there. ... (check-in: 778efb30 user: stephan tags: fts5-chat-search)
15:49
Do not filter out the chat-robot messages from /chat search, per feedback. ... (check-in: b5281f4e user: stephan tags: fts5-chat-search)
11:31
Replace the /chat attach button SVG with the corresponding Unicode 6.0 glyph. Not sure why we didn't do that in the first place, as all of the other buttons use emoji icons. ... (check-in: 74479fb5 user: stephan tags: fts5-chat-search)
11:24
Increase the size of the /chat attach button image and fix it to be rescaled in non-dark themes. ... (check-in: ae0940db user: stephan tags: fts5-chat-search)
08:54
Add clear-search option to chat search and code-adjacent cleanups. ... (check-in: be01315c user: stephan tags: fts5-chat-search)
08:32
Remove the lingering JS code for the /chat-search page removed in [e1f6c7f589b4]. ... (check-in: 39496a32 user: stephan tags: fts5-chat-search)
08:11
Remove the now-superfluous /chat-search page. Preliminarily switch to long-format time strings in /chat messages, but that's up for reworking as we decide how we want to handle those. ... (check-in: e1f6c7f5 user: stephan tags: fts5-chat-search)
08:09
Typo fix in /alerts help text. ... (check-in: 62a76161 user: stephan tags: fts5-chat-search)
2024-06-30
15:44
Add context-loading buttons to /chat search. ... (check-in: 884214d0 user: stephan tags: fts5-chat-search)
15:11
Basic /chat search is working, but it's missing the load-more-context buttons and appropriate timestamps. Checking in for purposes of dogfooding it on my server. ... (check-in: 7561498c user: stephan tags: fts5-chat-search)
13:57
Hook up the event handlers for the /chat search UI. Next up: run the search. ... (check-in: 7f745aa6 user: stephan tags: fts5-chat-search)
13:06
Main UI of chat history search for /chat, without the actual search functionality. ... (check-in: 80b869ac user: stephan tags: fts5-chat-search)
11:43
Replace some hard-coded /chat-search styles with project-conventional CSS classes. Minor layout tweaks. ... (check-in: 3b84b4f8 user: stephan tags: fts5-chat-search)
11:25
Teach stylesheet_url_var() to use the style_set_current_page() value, if set, instead of g.zPage, so that style_set_current_page() can be used to force closely-related pages (namely /chat and /chat-search) to use the same style.CurrentPageName.css, to avoid having to duplicate style sheets. Remove the now-unnecessary style.chat-search.css and port its handful of additions into style.chat.css. Adjust the /chat-search 'mark' CSS class to behave nicely in dark-mode themes. ... (check-in: 3bf22753 user: stephan tags: fts5-chat-search)
10:47
Ensure that that the chatfts1 table and triggers are created in the repository db, rather than the main db, else it breaks when running via the ui command (where the checkout is the main db). ... (check-in: cdbdaee6 user: stephan tags: fts5-chat-search)
09:59
Extend test-chat-formatter to be able to render both wiki and markdown. ... (check-in: 09ee2c8e user: stephan tags: fts5-chat-search)
09:25
Elide the chat-timeline-user's entries from /chat-search results. We would ideally elide those from the fts index altogether, but that name can be changed at any time and such a change would leave the fts update trigger out of sync. ... (check-in: 1d64640e user: stephan tags: fts5-chat-search)
2024-06-29
22:32
In the /uvlist upload process, use %h instead of %s to render the newly-uploaded file's name. ... (check-in: d1b0ccf1 user: stephan tags: trunk)
2024-06-25
18:10
Add ability to upload unversioned files via the /uvlist page. ... (check-in: 2d4fd55f user: stephan tags: trunk)
09:33
Ensure that the unversioned table exists if an upload is triggered via /uvlist. ... (Closed-Leaf check-in: 3aa57a20 user: stephan tags: uv-upload)
2024-06-24
20:44
Add a mention of the /uvlist file-upload feature to the change log. ... (check-in: 77fb3d07 user: stephan tags: uv-upload)
17:22
Finish(?) /uvlist file upload feature. ... (check-in: ecfdf535 user: stephan tags: uv-upload)
2024-06-23
19:12
Initial sketch of the ability to upload a new /uv file via an HTML form, per off-list user request. The form is not yet handled. ... (check-in: 152cc642 user: stephan tags: uv-upload)
18:38
Small help text fix in the unversioned command. ... (check-in: bdc8b4a4 user: stephan tags: trunk)
2024-06-09
10:53
Typo fixes reported in forum post 10167c5f79. ... (check-in: 382a61e3 user: stephan tags: trunk)
2024-06-03
06:46
Resolve memory leaks in the SVN import which can cause large imports to hit OOM, reported in forum thread bb19df2426679bfc. ... (check-in: 93266c51 user: stephan tags: trunk)
2024-05-30
11:17
Switch to the msteveb linenoise fork and update to the trunk sqlite3 shell.c to account for that change, per /chat discussion. ... (check-in: d6f8f324 user: stephan tags: trunk)
2024-05-27
11:45
Add a couple missing the's to [d2e89721b3965a7c19bc]. ... (check-in: dcb55e67 user: stephan tags: trunk)
11:43
Make the error message from [05ae1fe2fedcec7] more informative. ... (check-in: d2e89721 user: stephan tags: trunk)
11:28
Call fossil_fatal() in svn import when trying to import an empty blob, rather than stepping on NULL later. Reported in forum post 15d4b242bda2a108. ... (check-in: 05ae1fe2 user: stephan tags: trunk)
2024-05-26
20:18
Add image/jp2 to the mime types, per forum request. ... (check-in: 2669f492 user: stephan tags: trunk)
2024-05-15
21:11
In /chat, add a config option to audibly notify only for the first message received when the tab is not visible, and then remain silent until chat is visited again. ... (check-in: df86fa33 user: stephan tags: trunk)
2024-05-04
11:26
file_directory_size() now unconditionally skips the magic "." and ".." entries. This does not affect current uses of the routine but a proposed patch provided in forum post 383838fbd0b6c881 would be awkwardly affected by them. ... (check-in: 3cb7d39e user: stephan tags: trunk)
2024-05-02
10:03
When (stash save) is given no valid file names, fail loudly rather than silently, as the latter emits only a message about an uncommitted transaction. Reported in 747f0c32aa. ... (check-in: 85a7d82e user: stephan tags: trunk)
2024-04-22
16:29
cgi.md: be less specific about the Apache version in which the Content-Length change happened because a new forum post reports that it happens at least as far back as 2.4.41. ... (check-in: 9af5f386 user: stephan tags: trunk)
2024-04-20
21:58
In /chat preview mode, apply the click handlers to pikchrs in the preview. ... (check-in: 133e6e59 user: stephan tags: trunk)
2024-04-18
17:00
Typo fix and add specific Apache version number to the notes about the Content-Length change. ... (check-in: d0f42889 user: stephan tags: trunk)
2024-04-15
23:53
Add a note about how to work around the Apache mod_cgi CONTENT_LENGTH behavior change which breaks fossil sync, as covered in forum post 12ac403fd29cfc89. ... (check-in: 586dc75f user: stephan tags: trunk)
2024-04-12
14:44
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. ... (check-in: c62e25ab user: stephan tags: trunk)
2024-04-10
20:27
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). ... (Closed-Leaf check-in: a9fa7d3c user: stephan tags: preserve-case-on-add)
2024-03-30
09:19
Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. ... (check-in: f3cac525 user: stephan tags: trunk)
2024-03-29
17:37
Include the MANIFEST_VERSION in the segfault backtrace listing to help the developer chase the issue in the proper binary. ... (check-in: f8580614 user: stephan tags: trunk)
2024-03-28
10:40
Make the shunned/unshunned list legible (not blue on black) in the xekri skin. ... (check-in: dbbc4800 user: stephan tags: trunk)
10:16
Fix skin/xekri/css.txt's div.sectionmenu margin-top to avoid truncating the top of the menu. Visible in /ci/CHECKIN_ID pages. ... (check-in: 004b433b user: stephan tags: trunk)
10:05
Remove two curious CSS snippets from skins/xekri/css.txt which interfere with recent core skin changes and cause timeline entries with dark branch colors to render as black-on-dark-background. ... (check-in: aba45b22 user: stephan tags: trunk)
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. ... (check-in: 3d1e634d user: stephan tags: trunk)
18:20
In /vdiff, exempt the 'from' and 'to' (branch names) args from the HTTP 418 response check because they otherwise trigger on some real-world branch names. ... (check-in: 938fda79 user: stephan tags: trunk)
2024-03-09
07:52
Document the optional IP: part of (server --port IP:PORT), per forum post 88f7f8245e. ... (check-in: 3815c857 user: stephan tags: trunk)
07:44
Reduce extraneous wording in /finfo, per feedback in forum post e456b9141b. ... (check-in: b6517d5e user: stephan tags: trunk)
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. ... (check-in: 0517bd2d user: stephan tags: markdown-tagrefs)
08:44
Part 2 of 2 of [91a73ec348d7609f]: add --dark-pikchr to the test-wiki-render and test-markdown-render commands. ... (check-in: aac2a350 user: stephan tags: trunk)
08:16
Add -dark flag to the pikchr command to tell pikchr to render in dark mode. This is the first part of a request from forum post 8f18c016fe. ... (check-in: 91a73ec3 user: stephan tags: trunk)
2024-03-03
13:50
Adapt /pikchrshow to latest skin changes to keep the page footer from scrolling off the screen. ... (check-in: 7b4bbc82 user: stephan tags: trunk)
2024-02-23
00:38
Teach the chat pull subcommand to prompt for a password if no password has been remembered for the remote. Resolves the problem reported in forum post ea82cf10d4. ... (check-in: 003c3e6c user: stephan tags: trunk)
2024-02-19
16:18
Add a link to /skins on the /login page, per request in the forum. ... (check-in: cc7930e1 user: stephan tags: trunk)
2024-02-09
00:12
Rebuild pikchr.wasm/js with emcc 3.1.53 and adapt the associated build rule in src/main.mk to account for a breaking emcc change (should also be backwards-compatible to older emcc's). ... (check-in: 5a09f499 user: stephan tags: trunk)
2024-02-05
03:15
Update www/loadmgmt.md to match the current behavior, per feedback in the forum. ... (check-in: 53a06590 user: stephan tags: trunk)
2024-02-04
10:06
www/newrepo.wiki: remove user@machine references to reduce the noise level. Minor content touchups. ... (check-in: dc0e0543 user: stephan tags: trunk)
2024-01-29
04:34
Back out [321d8baf1939], as (A) the majority consensus is that underlining of hyperlinks is not desired and (B) to help avoid a potential merge conflict with the inkskinerator-modern-backport branch, which was branched before that change was made. ... (check-in: 5ef34fd7 user: stephan tags: trunk)
2024-01-25
04:04
Make forum post hyperlinks more visible, with the conventional underline. ... (check-in: 321d8baf user: stephan tags: trunk)
03:00
Remove some vendor-prefixed CSS attributes, as modern browsers emit warnings for those. ... (check-in: a0850d54 user: stephan tags: trunk)
2024-01-21
21:57
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: e0576ea9 user: stephan tags: trunk)
01:59
Typo fix and EOL whitespace cleanups. No functional changes. ... (check-in: 55151f00 user: stephan tags: trunk)
2024-01-15
12:00
Remove a now-unused static const from search.c to squelch a compiler warning. ... (check-in: 17fe108e user: stephan tags: trunk)
2024-01-07
17:26
Back out [a402dd2a888d6d74] (wiki title search), as it causes all searches to fail for reasons as yet undetermined. ... (check-in: 48af08bd user: stephan tags: trunk)
2023-12-28
16:54
Backout [b53ee919] - the docs were correctly referring to the Windows _fossil config db, not the _FOSSIL_ checkout db. ... (check-in: bfdfa3ed user: stephan tags: trunk)
15:52
Doc help typo fix reported in forum post c45cc13c3c. ... (check-in: b53ee919 user: stephan tags: trunk)
2023-12-24
17:40
Latest upstream pikchr.c to account for a gcc 12.2 warning reported in /chat. ... (check-in: 315aa269 user: stephan tags: trunk)
2023-12-22
14:32
Add option to disable the shift-enter preview hotkey in /wikiedit, /fileedit, and /chat as a workaround for software keyboards which report the shift key being pressed when auto-capitalizing text, per discussion in forum post dbd5b68366147ce8. ... (check-in: 4bb5515c user: stephan tags: trunk)
14:27
Remove the write-perms check from the /ajax/preview-text route so that folks without checkin permissions can use /chat. Problem reported in forum post ed4a762b3a557898. Some code-adjacent end-of-line whitespace cleanups. ... (check-in: 0c6e669a user: stephan tags: trunk)
2023-12-16
01:39
Add the shift-enter toggle config option to /chat, sharing the same persistent config key as /wikiedit and /fileedit. ... (Closed-Leaf check-in: 895ecf9e user: stephan tags: shift-enter-preview)
01:10
In /wikiedit and /fileedit, add a checkbox to disable shift-enter for toggling preview, as per discussion in forum post dbd5b68366147ce8. ... (check-in: 8c1c4fa9 user: stephan tags: shift-enter-preview)
2023-10-24
20:53
Remove stray JS console debug output. No functional changes. ... (check-in: 03bb48a3 user: stephan tags: trunk)
20:27
Attempt to prevent forum FORM elements from a double-submit via stray double-clicks on the various submit buttons, as reported in forum post 6bd02466533aa131. ... (check-in: 600f1713 user: stephan tags: trunk)
2023-09-10
17:34
Fix a bug in [1ef6499a9af8] which caused resolution of certain builtin symbolic names to not resolve. ... (check-in: 7faa1f4e user: stephan tags: trunk)
12:46
Help text typo fix from forum post 987bf1b023. ... (check-in: 0fd4bde7 user: stephan tags: trunk)
2023-09-09
15:09
Add missing mention of forum search in fts-config command. Reported in forum post 6eb7cec6aa. ... (check-in: 71b591af user: stephan tags: trunk)
15:05
Correct inability to use certain commands after doing (open --empty), as reported in forum post 04f86a038c and caused by [4d8c30265b]. ... (check-in: 1ef6499a user: stephan tags: trunk)
2023-09-08
11:43
test-delta-apply help test fix reported in forum post 4c3f5658eb. ... (check-in: dd620944 user: stephan tags: trunk)
2023-09-01
11:36
Eliminate duplicate folders on the /dir page when using the Ardoise skin, caused by [32297dde2bee23] and reported by Martin G. in /chat. ... (check-in: dedfb13b user: stephan tags: trunk)
05:48
Eliminate duplicate folders on the /dir page when using the Blitz skin, caused by [32297dde2bee23] and reported by Martin G. in /chat. ... (check-in: b6bb4a62 user: stephan tags: trunk)
2023-08-30
19:21
Add new example pikchr to /pikchrshow. ... (check-in: ff1c48a9 user: stephan tags: trunk)
2023-08-29
09:15
On the /dir page, move the file/dir icons so that they are clickable, per request in forum post 65a3bd20f98980b2. ... (check-in: 32297dde user: stephan tags: trunk)
2023-08-18
12:17
Add fts-config tokenizer unicode61 option. Prompted by forum post a4bfcff66548a1ff. ... (check-in: e180dbb4 user: stephan tags: trunk)
2023-07-31
15:20
Update the stale metrics at the bottom of www/aboutdownload.wiki. ... (check-in: c9614f1b user: stephan tags: trunk)
2023-07-17
12:18
In /raw and /secureraw, ensure that the "m" and "at" vars are fetched before the malice check. Typo fix in cgi.c. ... (check-in: 83015b0d user: stephan tags: verify-options-cgi)
2023-07-15
13:57
Add verify_all_options_cgi(), which works similarly to verify_all_options() but only fails if it finds CGI GET/POST arguments which (A) have not been fetched via P(), PD(), or similar, and (B) fail cgi_value_spider_check(). Currently only applied on the /ci page. ... (check-in: a065940a user: stephan tags: verify-options-cgi)
2023-07-08
18:22
Remove some now-stale auto.def documentation. ... (check-in: bb66461f user: stephan tags: trunk)
18:13
Resolve inadvertent fork caused by two exact-same-second check-ins. ... (check-in: 5cf0da6e user: stephan tags: trunk)
18:11
Replace --no-compile-commands configure flag with --compile-commands. i.e. make the feature explicitly opt-in, as the automatic guess is breaking builds on some platforms. ... (check-in: 7e9a242b user: stephan tags: trunk)
18:08
Replace --no-compile-commands configure flag with --compile-commands. i.e. make the feature explicitly opt-in, as the automatic guess is breaking builds on some platforms. (Edit: rolling back - contains inadvertent test edits.) ... (Closed-Leaf check-in: fb116a20 user: stephan tags: mistake)
2023-07-01
16:51
Update (json status) docs for [771e592b4c59]. ... (check-in: 2868a0ec user: stephan tags: trunk)
2023-06-23
17:40
Unconditionally disable compile_commands.json generation for out-of-tree builds, in an attempt to work around a problem reported in forum post d19061d09a8179. ... (check-in: 35f3e5bf user: stephan tags: trunk)
16:34
Do not show the Close button on forum posts which are pending moderation. ... (check-in: 355a81be user: stephan tags: trunk)
2023-06-22
10:47
Add checks to ensure that Blob allocation sizes are within a legal max range, failing if they're too big, to address 'uv add' misbehavior reported in forum post d5cd3e3c19. ... (check-in: 6efd4194 user: stephan tags: trunk)
2023-06-19
17:37
Rework the elimination of the trailing comma in compile_commands.json to be more platform-portable. ... (Closed-Leaf check-in: 49c53e0b user: stephan tags: compile_commands.json)
2023-06-18
15:37
Get the -MJ ... flags working for the in-binary objects and generate the top-level compile_commands.json. ... (check-in: e330509c user: stephan tags: compile_commands.json)
13:58
More work on compile_commands.json support. This does not work because the approach of extending CFLAGS with the -MJ flag is incompatible with the build process's use of different compilers for the in-tree tools vs the files compiled as part of the fossil binary. On systems with both gcc and clang, the former group may get built with cc (==gcc) yet inherit -MJ via CFLAGS, breaking the build. This approach appears to be a dead end, but checking it in for later analysis. ... (check-in: 0e6ad145 user: stephan tags: compile_commands.json)
11:16
Initial *incomplete* attempt at integrating compile_commands.json support, for code editors which support it. This is a copy/paste port from the libfossil tree, but lacks one final piece which is difficult to emulate in POSIX make (as opposed to GNU make). Build file changes only, no code changes. ... (check-in: 49278746 user: stephan tags: compile_commands.json)
2023-06-16
08:15
Update auto.def to MINIMUM_SQLITE_VERSION 3.43.00 to match [2abb23dba8bdc5db]. ... (check-in: cbd27f23 user: stephan tags: trunk)
2023-06-12
09:20
Correct previous check-in to fail fatally if the CSRF check fails. ... (check-in: 37dfb4c8 user: stephan tags: trunk)
08:53
Add a CSRF check for the forum post Close/Re-open button. ... (check-in: 619d5144 user: stephan tags: trunk)
2023-06-10
19:12
Adjust forum-closure docs to match the previous check-in. ... (check-in: 420d6e77 user: stephan tags: trunk)
19:03
Remove the superfluous Close Post option from the forum edit page. ... (check-in: b2f00717 user: stephan tags: trunk)
12:29
Add some docs about closing forum posts to www/forum.wiki. When replying to a post, to not show the Close option at the bottom of the page (as it would apply to the response, which cannot be closed because it has no hash). ... (check-in: c2b38f0a user: stephan tags: trunk)
09:16
Add ability to "close" forum posts. ... (check-in: 673dc38f user: stephan tags: trunk)
09:03
Resolve null-pointer deref when reading an empty .fossil-settings/empty-dirs, reported in forum post 9ff6a143fc. ... (check-in: b1dc25e1 user: stephan tags: trunk)
2023-06-07
12:07
Initial version of the /setup_forum page. ... (Closed-Leaf check-in: b370c189 user: stephan tags: forumpost-locking)
2023-06-06
19:38
Add the forum-close-policy boolean config setting. If true, forum moderators may close/re-open forum posts, as well as reply to closed posts. ... (check-in: 162fc1e6 user: stephan tags: forumpost-locking)
10:52
merge command help text cleanups, based on forum feedback. ... (check-in: edd08ef4 user: stephan tags: trunk)
2023-06-03
08:59
Merge trunk into markdown-tagrefs branch and resolve conflict. ... (check-in: fdd3fe21 user: stephan tags: markdown-tagrefs)
08:49
Merge trunk into forumpost-locking branch. ... (check-in: 8e7de26a user: stephan tags: forumpost-locking)
2023-05-17
02:01
Update another potentially misleading reference to wiki format in check-in comments. ... (check-in: 0f6526cb user: stephan tags: trunk)
01:55
Add a note that check-in comments currently assume fossil-wiki text format. Prompted by forum post 485ae77a61d04a26. ... (check-in: d6de7f2e user: stephan tags: trunk)
2023-05-15
16:43
Potential fix for [746a5106f92287036c12c945d9d7358a1263301e]. ... (check-in: d6a4ab22 user: stephan tags: trunk)
2023-05-13
20:47
Translate the Accept-Language HTTP header into the HTTP_ACCEPT_LANGUAGE CGI var. This part is missing from [7e77e29d1646]. ... (check-in: 926a27c6 user: stephan tags: trunk)
14:21
Add HTTP_ACCEPT_LANGUAGE to the environment vars passed on to /ext CGIs, per request in forum post 6674089de55e25cc. ... (check-in: 7e77e29d user: stephan tags: trunk)
14:07
Correct mishandling of -tk, -by, etc. flags to the (patch diff) subcommand. ... (check-in: c55f0d91 user: stephan tags: trunk)
2023-05-12
16:50
Account for emscripten change which broke pikchr-worker.js: stackAlloc() now requires explicit export. ... (check-in: fc8d306a user: stephan tags: trunk)
2023-05-03
13:23
Add SUMMARY and DETAILS HTML elements to the list of allowable wiki/markdown tags, per request in forum post f9559dbac03810. ... (check-in: 35df3e6a user: stephan tags: trunk)
2023-04-19
00:46
Add an admin/debug flag to the forum which enables the user to skip sending of notifications for a given new post or edit. ... (check-in: 3f6aa946 user: stephan tags: trunk)
00:44
Only honor the fpsilent flag if the user has g.perm.Debug, to avoid that malicious parties inject that flag via the browser dev tools. ... (Closed-Leaf check-in: b8ab407f user: stephan tags: forum-skip-notification)
00:29
Prototype/proof-of-concept implementation of an admin flag for the forum which tells it to not send email notifications for a given edit or new post. ... (check-in: 65062c29 user: stephan tags: forum-skip-notification)
2023-04-18
17:47
Extend FTS index support to enable selection of different tokenizers, to support searching of Chinese content. ... (check-in: 0e5d27fe user: stephan tags: trunk)