Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2020-12-31 01:31:51.

2021-01-05
19:05
Provide for two different chat-alert sounds in the /Admin/Chat configuration menu. ... (check-in: d8e6994350 user: drh tags: trunk)
15:11
Fix the /file page so that it shows the text of files that are not identified as special binary types. ... (check-in: 1e00898949 user: drh tags: trunk)
02:25
If the "fossil chat send" command fails, show an error message. ... (check-in: e514bb5b83 user: drh tags: trunk)
02:13
Fix the "fossil chat send" command so that it sends the lmtime query parameter so that the chat display shows an appropriate local time. ... (check-in: 62d67ed9a5 user: drh tags: trunk)
02:05
In the "fossil chat send" command, detect extra arguments and throw an error if they are seen. ... (check-in: 1814f528de user: drh tags: trunk)
01:32
Do not allow the "fossil chat send" command to transmit over an unencrypted channel unless the --unsafe option is used on the command-line. ... (check-in: 6da3a74d5f user: drh tags: trunk)
01:26
The "fossil chat send" command should throw an error if there are any unrecognized command-line options. ... (check-in: 904a5a5612 user: drh tags: trunk)
01:23
Add the "fossil chat send" command. ... (check-in: 1e81049063 user: drh tags: trunk)
2021-01-04
20:10
Add two new small WAV files, perhaps useful as audiable alert sounds, but not yet used for anything. ... (check-in: 2146a13df1 user: drh tags: trunk)
15:18
Fix rendering on the /file page that causes text files to be reported as binary. Caused by check-in [6643d4a0c1aabb85]. ... (check-in: e5d30a7c34 user: drh tags: trunk)
12:14
Show the size of the file in the /file display of audio/* files. ... (check-in: dff1332593 user: drh tags: trunk)
2021-01-03
23:18
Revamp the trigger used to captures changes to the EVENT table for use in other subsystems. The trigger is now a TEMP trigger rather than a persistent trigger. <b>Rebuild notice:</b> You can upgrade through this change without trouble, as the schema will adjust automatically. However, if you downgrade back through this change you must run rebuild to recreate the persistent triggers. ... (check-in: 169ba8d4df user: drh tags: trunk)
17:04
Remove references to the obsolete "ping" feature from the chat documentation. ... (check-in: 017ec310c2 user: drh tags: trunk)
16:48
Fix the "fossil chat" command so that it works on Windows. ... (check-in: f572b62f22 user: drh tags: trunk)
16:40
Use the "plunk" sound for audiable alert in chat. Back out the "ping" processing logic. ... (check-in: f2fcdbc505 user: drh tags: trunk)
15:30
Fix the /file page so that it is able to play sound files that are checked into the repository. Example: [/file/src/sounds/plunk.wav] ... (check-in: 6643d4a0c1 user: drh tags: trunk)
12:51
Add the "plunk.wav" sound. ... (check-in: 91fe5513ba user: drh tags: trunk)
2021-01-02
13:39
Provide suggested password in places where a users is required to invent a new password. ... (check-in: 49f68be83b user: drh tags: trunk)
12:58
Improvements to the test-random-password command. ... (check-in: 931b97e8ae user: drh tags: trunk)
2021-01-01
22:07
Update the built-in SQLite to the latest 3.35.0 alpha which features faster startup time. ... (check-in: 67d79d23e1 user: drh tags: trunk)
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&amp;n1=all&amp;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 &lt;form&gt; outside of the chat-input-area &lt;div&gt;. 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 &lt;fieldset&gt; and &lt;legend&gt; 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)