Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 events for the month beginning 2024-06-01 by user stephan
Following month ↑|
2024-06-30
| ||
| 15:44 | Add context-loading buttons to /chat search. check-in: 884214d0e3 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: 7561498cf7 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: 7f745aa647 user: stephan tags: fts5-chat-search | |
| 13:06 | Main UI of chat history search for /chat, without the actual search functionality. check-in: 80b869acf9 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: 3b84b4f8c6 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 ... check-in: 3bf2275393 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: cdbdaee642 user: stephan tags: fts5-chat-search | |
| 09:59 | Extend test-chat-formatter to be able to render both wiki and markdown. check-in: 09ee2c8e71 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: 1d64640ec7 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: d1b0ccf157 user: stephan tags: trunk | |
|
2024-06-25
| ||
| 18:10 | Add ability to upload unversioned files via the /uvlist page. check-in: 2d4fd55fee user: stephan tags: trunk | |
| 09:33 | Ensure that the unversioned table exists if an upload is triggered via /uvlist. Closed-Leaf check-in: 3aa57a20b7 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: 77fb3d07a8 user: stephan tags: uv-upload | |
| 17:22 | Finish(?) /uvlist file upload feature. check-in: ecfdf53537 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: 152cc642e7 user: stephan tags: uv-upload | |
| 18:38 | Small help text fix in the unversioned command. check-in: bdc8b4a406 user: stephan tags: trunk | |
|
2024-06-09
| ||
| 10:53 | Typo fixes reported in [forum:10167c5f79|forum post 10167c5f79]. check-in: 382a61e327 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:bb19df2426679bfc|forum thread bb19df2426679bfc]. check-in: 93266c5151 user: stephan tags: trunk | |