Timeline
Not logged in

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

94 events for the month beginning 2020-12-01 by user drh

Following month ↑
2020-12-31
23:47 Changes to wiki page "To Do List" artifact: 6ea2daf170 user: drh
14:35
Add the "df=CHECKIN" query parameter to /timeline. "df" is shorthand for "Derived From". "df=CHECKIN" is equivalent to "d=CHECKIN&n1=all&nd". Update hyperlinks in documentation to use df= and/or n1=. check-in: 78819fdb0d user: drh tags: trunk
14:06
The n1=COUNT query parameter on /timeline is a one-time count that does not affect the display preferences cookie. check-in: cd892ac335 user: drh tags: trunk
13:26
The uf=HASH query parameter on /timeline shows all checkins that use the identified file unless there is also an n=COUNT query parameter. check-in: dffcebea14 user: drh tags: trunk
01:31
On the homepage, mention that multiple projects can be run using a Fossil server running on an inexpensive VPS or Raspberry Pi. check-in: 6373e363cb user: drh tags: trunk
01:20
Fix check-in [34f5ea44038583fe] so that it only disables the limit on the number of entries in a timeline if both d= and bt= are both present. check-in: c353212cde user: drh tags: trunk
2020-12-30
20:52
Update the built-in SQLite to the latest 3.35.0 alpha version. check-in: 00e031bb57 user: drh tags: trunk
2020-12-29
23:24
Documentation tweaks. check-in: 5d3ba8aa90 user: drh tags: trunk
2020-12-27
21:00
Put the <form> outside of the chat-input-area <div>. Safari requires this. check-in: ca60df9238 user: drh tags: trunk
2020-12-26
21:33
Fix the description of base-64 encoding in the delta_format.wiki document. check-in: 5de02e093e user: drh tags: trunk
16:24
Bottom-up chat mode. check-in: 2572872bb0 user: drh tags: trunk
12:33
Make the /chat-poll timeout configurable using the chat-poll-timeout setting. check-in: 8363e7b8e6 user: drh tags: trunk
2020-12-25
23:02
Do not use <fieldset> and <legend> as Safari does not allow one to bind 'click' events. check-in: 6849bb0b6b user: drh tags: trunk
22:13
Improved linkage to the chat documentation. check-in: f5ab4888c2 user: drh tags: trunk
22:08
Improved introduction to "forum.wiki" check-in: 44ab80ea2b user: drh tags: trunk
20:30
For the chat function, the server-to-client JSON uses strict ISO8601 time strings, including the "T" in the middle and the "Z" at the end. check-in: 13c95f0c75 user: drh tags: trunk
19:12
Improvements to chat documentation. check-in: e525317e63 user: drh tags: trunk
16:09
First attempt at documentation for Fossil chat. check-in: bcfdc1a106 user: drh tags: trunk
14:36
In the default skin, add a Chat menu item for wide screens if Chat is enabled for the user. check-in: 8049da83c4 user: drh tags: trunk
12:09
Change /chat-poll so that it times out after 7 minutes. This prevents the server from timing out the request and generating errors in the log. check-in: 08533f9095 user: drh tags: trunk
2020-12-24
19:28
A valid /chat-ping request should set the Access-Control-Allow-Origin in the reply header, to avoid client-side errors. check-in: ffb40fd894 user: drh tags: trunk
19:15
Automatically purge older chat messages using the chat-keep-count and chat-keep-days settings to determine which messages to delete. check-in: 35fbf4995d user: drh tags: trunk
19:00
Show the number of chat messages and the amount of storage space used by chat on the /stat page. check-in: 4da6a4cce0 user: drh tags: trunk
18:46
Fix chat so that it detects hyperlinks at the end of a chat message. check-in: 6f4fdfcd6f user: drh tags: trunk
17:46
Fix a problem with web-browser launch on Windows for "fossil chat". check-in: dcc854a98b user: drh tags: trunk
17:10
Disable CSP for /chat with a ping= query parameter. This is a drastic measure to get the feature working. We can work on providing a better solution later. check-in: 02961b8078 user: drh tags: trunk
15:58
Fix a harmless compiler warning. check-in: b4862238ec user: drh tags: trunk
15:57
Add the "fossil chat" command that attempts to bring up a chat window in the default web browser and provide alerts through the TTY. check-in: f62805ed85 user: drh tags: trunk
15:10
The ping=TCPPORT query parameter to /chat causes a call to /chat-ping on localhost and the given port whenever new chat content arrives. Can be used for notifications. check-in: ebdd91b92f user: drh tags: trunk
13:44
Hyperlink processing for chat messages is now handled on the server side, where we have knowledge of interwiki links, wiki page names, and valid artifact hashes. check-in: 822653c269 user: drh tags: trunk
03:34
The /chat page now redirects to the login page if needed. check-in: 77d3058600 user: drh tags: trunk
03:32 Edit [fee74ce5e7cf0d1a|fee74ce5e7]: Move to branch mistake. Mark "Closed". Edit check-in comment. artifact: 38f9d8ea41 user: drh
01:04
Bungled merge. Was: The /chat page redirects to the login page if the user does not have appropriate permissions to use chat. Closed-Leaf check-in: fee74ce5e7 user: drh tags: mistake
2020-12-23
20:58
Add the /Admin/Chat page. Add settings to configure the initial history load size of /chat, and to configure purging of historical messages. check-in: 15bc20f29d user: drh tags: trunk
19:55
Turn off autocomplete on the chat entry form. check-in: 5715978d9f user: drh tags: trunk
18:27
Merge the development of the Fossil chatroom onto trunk. This feature is well isolated from the rest of the system and so we can safely continue development on trunk, which is more convenient for testing. check-in: e8ba89b168 user: drh tags: trunk
18:21
Fix the /chat-poll page so that it works even when called from "fossil ui". Closed-Leaf check-in: 6f424a32b5 user: drh tags: chatroom-dev
17:27
The /test_env page is not an error page. check-in: f2a26bca3a user: drh tags: trunk
16:19
Additional documentation on the /chat-poll page. check-in: 2261b29415 user: drh tags: chatroom-dev
16:11
The althttpd webserver blocks the "/-50" part of the URL. So it has to be a query parameter. check-in: 3d6267edad user: drh tags: chatroom-dev
16:08
Upon initial connect to the chatroom, only load the most recent 50 messages. This magic number "50" ought to be configurable, but is hard-coded for the moment. We also need a way for the user to request more history. check-in: c017a7b4d0 user: drh tags: chatroom-dev
15:35
Add the /chat-delete page that can be used to by an XHR to delete a particular chat message. check-in: 2480ce9465 user: drh tags: chatroom-dev
14:29
The "fossil scrub --verily" command deletes all chat history. check-in: 7779535f04 user: drh tags: chatroom-dev
13:51
Only right-align the self-posts if the outerWidth of the browser is less than 1000. Simplify the CSS by removing unused rules. check-in: f3c8e83858 user: drh tags: chatroom-dev
04:06
Attempt to fix the "NaN" date problem in chat. check-in: aefa8e5d1f user: drh tags: chatroom-dev
03:58 Edit [7e6d2f0a1168c897|7e6d2f0a11]: Move to branch no-joy. Mark "Closed". Edit check-in comment. artifact: e015bae50c user: drh
02:58
Show only the HH:MM part of the date for each chat message. check-in: bc65900dae user: drh tags: chatroom-dev
02:27
Add Chat to the /sitemap, so that it appears on the hamburger menu. check-in: 0272d8bb35 user: drh tags: chatroom-dev
02:24
Chat message background color determined by username. check-in: adb93ca980 user: drh tags: chatroom-dev
01:33
Basic chat functionality seems to be on-line again. check-in: 441ee6af06 user: drh tags: chatroom-dev
00:58
Get the /chat-send and /chat-poll interfaces working. check-in: 25828eb581 user: drh tags: chatroom-dev
2020-12-22
20:11
Begin trying to integrate the chatroom prototype into the Fossil core. New code is in src/chat.c and src/chat.js. Add the new "C" capability to enable access to chat. The new code compiles but is not yet functional. (This is an incremental check-in.) The original tools/chat.tcl Wapp script is still available for reference. check-in: 217b0d2548 user: drh tags: chatroom-dev
20:06
Merge the styling changes from trunk into the chatroom-dev branch. check-in: b8d6319b5a user: drh tags: chatroom-dev
18:31
Add support for the "$current_feature" TH1 variable as a possibly better way to do page-specific of feature-specific styling. check-in: 112c713be1 user: drh tags: trunk
03:51
Add the tools/chat.tcl Wapp script so that it can be collaboratively developed. This branch may wither and die. Or, the chatroom idea might be recoded in the Fossil trunk using C. Or it might continue as a separate Wapp extension. We'll see. But for now it is here on a branch so that people can hack at it. check-in: 84b31f4495 user: drh tags: chatroom-dev
2020-12-21
18:20
Declare the character set in the default HTML header. check-in: 1997b71cf7 user: drh tags: trunk
2020-12-19
15:59
On the User List admin page, show the user's subscriptions and provide a like to the subscription page (if any). check-in: 8b287e8d97 user: drh tags: trunk
14:16
Prepend the text "Note:" instead of a bullet on the timeline display of a technote. check-in: 2d1ef1e1f3 user: drh tags: trunk
13:20 Note: An example of how to restore the Fossil-chosen background colors for a branch. technote: [a739263a13] user: drh
12:53 Edit [f8a5a6a7167a0935|f8a5a6a716]: Cancel background color. artifact: 7da2096625 user: drh
12:53 Edit [5d3239bf588f7f9b|5d3239bf58]: Cancel background color. artifact: 638f05a41d user: drh
2020-12-16
14:28
Update to the latest SQLite 3.35 prerelease in order to fix harmless #ifdef errors and compiler warnings. check-in: c9b6be2f62 user: drh tags: trunk
2020-12-15
14:21
Update the built-in SQLite to an early 3.35 version containing support for generalized upsert, math functions, and reduced memory usage for VACUUM of large blobs. check-in: ea5465149f user: drh tags: trunk
01:13
Alternative to check-in [a098707051568156] for getting the --static option to ./configure working on pkg-config based systems. check-in: 6f9d265234 user: drh tags: trunk
00:52
Allow the use of json_each() and json_tree() in the SQL for ticket reports. check-in: 5e7dc8a6f5 user: drh tags: trunk
2020-12-14
14:27
If REQUEST_URI includes a query string (which it does for "fossil ui" and for Apache, but not for althttpd) then omit that string prior to using the REQUEST_URI when forming the "g=" query parameter for the login redirect in login_needed(). check-in: d327660804 user: drh tags: trunk
2020-12-13
19:37
Updates to the fossil-v-git documentation to reduce the amount of Git-bashing and to try to make the document less confrontational. check-in: 358d7d8f0e user: drh tags: trunk
2020-12-12
19:37
Omit the TCP port from the SERVER_NAME environment variable for the "fossil ui" and "fossil server" commands. check-in: c728509f73 user: drh tags: trunk
15:25
For the CGI handler in the extension CGI mechanism, unrecognized header strings coming back from the CGI program are passed through unaltered to the HTTP reply. This allows the CGI program to set cookies. check-in: 1cff8d3182 user: drh tags: trunk
14:53
In the previous check-in, REQUEST_SCHEMA should be REQUEST_SCHEME - with an "E" at the end, not an "A". check-in: 282bdf0165 user: drh tags: trunk
14:11 Edit [0d72caae1592769e|0d72caae15]: Mark "Closed". Edit check-in comment. artifact: c9af4c9a8b user: drh
14:05
Attempt to provide support for the REQUEST_SCHEMA and SERVER_NAME environment variables in CGI support. This is an alternative implementation of [0d72caae1592769e|check-in 0d72caae1592769e]. Discussion on [forum:/forumpost/cba707d7bd|forum thread cba707d7bd] and [forum:/forumpost/cb17013d06|cb17013d06]. check-in: f101e94da1 user: drh tags: trunk
01:20
Spell out the word "times" rather than use the unicode "x" character. check-in: f0a86f3cac user: drh tags: trunk
01:12
Drop "efficiency" claims in fossil-v-git, as the term is not quite right to describe the point. Use "self-sufficient" instead. check-in: 41b34915bb user: drh tags: trunk
2020-12-09
16:17
Fix a typo in the change log. check-in: 037c79476c user: drh tags: trunk
16:15
Remove a harmless comparison from the decompress() SQL function implementation. check-in: 87567ad869 user: drh tags: trunk
00:09
Fix typo in the default new ticket script. check-in: 1fbd2e1590 user: drh tags: trunk
2020-12-08
11:47
Fix help-text formatting error on the previous check-in. check-in: e1d54eb727 user: drh tags: trunk
2020-12-05
13:19
Updates to the change log. check-in: c7dcf38c5b user: drh tags: trunk
2020-12-04
18:53 Edit [815b4fc493c433a0|815b4fc493]: Edit check-in comment. artifact: cc13f6bde9 user: drh
2020-12-03
11:58
Fix the "More ↑" link at the top of timelines. check-in: f5e4ec69c4 user: drh tags: trunk
2020-12-02
19:59
Add the "To Do List" wiki page as a primary document in the documentation index. check-in: 0457c40ae7 user: drh tags: trunk
19:38
Fix minor calculation error on the yw= query parameter of the /timeline page. check-in: 61086a92f4 user: drh tags: trunk
18:52
On the /test-backlinks page, identify links originating in comments as coming from a check-in, as that is the usual case. check-in: 3c284e7c1e user: drh tags: trunk
17:53
Avoid unnecessary query parameters in hyperlinks generated by /timeline. check-in: 53d3a755c1 user: drh tags: trunk
17:30
Add Previous/Following Day/Week/Month links on timeline pages that use the ymd, yw, or ym query parameters. check-in: 96cd802a76 user: drh tags: trunk
16:48 Edit [79f7808ba4b95322|79f7808ba4]: Edit check-in comment. artifact: a610144b44 user: drh
15:29
Break out some of the obscure /timeline links on the /sitemap page into a separate /sitemap-timeline page. check-in: 79f7808ba4 user: drh tags: trunk
14:14
Improvements to /sitemap: Break out the "Test Pages" entry into a separate /sitemap-test page. Add the "Site Map" entry for popups. check-in: 86737df9dc user: drh tags: trunk
13:22 Changes to wiki page "To Do List" artifact: 85b3d5b635 user: drh
12:01
For the default skin, only show the Branches menu on wide displays, but do show Forum on all desktops. check-in: bbfd612350 user: drh tags: trunk
2020-12-01
16:42
Update the built-in SQLite to the official 3.34.0 release. check-in: 5434159a38 user: drh tags: trunk
14:24
Update links to althttpd so that they point to the new repository. check-in: 6ef97bdb40 user: drh tags: trunk
14:15 Changes to wiki page "To Do List" artifact: 411ad9b27a user: drh
Previous month ↓