Fossil

Timeline
Login

Timeline

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

200 check-ins occurring around 5e28febf2bc03d2bd7a61.

2020-04-22
11:59
Fix ./configure so that the --with-openssl=tree option works better. ... (check-in: 19f11a8d user: drh tags: trunk)
11:52
The "history" view of an edited post in the Forum shows all entries as text/plain. See discussion on the Fossil forum. ... (check-in: f7c869b9 user: drh tags: trunk)
11:52
Avoid references to private check-ins in Q-cards of public check-in manifests. This ensures consistent behavior regarding leakage of private check-in hashes, possibly generating "phantoms" on peer repositories, for P- and Q-cards. Depending on the final strategy to minimize leakage and sync traffic overhead of "phantoms", this commit may eventually be reverted. ... (check-in: 767b175d user: florian tags: private-branches)
11:47
Close leaves of private branches merged with the --integrate flag by separate private control artifacts, to avoid +close tags referring private branches in public check-in manifests. ... (check-in: 4e2498a2 user: florian tags: private-branches)
11:43
Update commit [8268c5dafb] to allow the --integrate flag when merging private branches, but postpone the closing leaves of private branches. ... (check-in: 6b6c09c5 user: florian tags: private-branches)
2020-04-20
20:13
Experimental fix for link failure under --with-openssl=tree on some platforms (found on CentOS 6) where OpenSSL needs -lpthread to link. Not on trunk because we probably need something more subtle than this to make it work broadly. ... (Closed-Leaf check-in: 8a046acb user: wyoung tags: openssl-needs-lpthread)
17:37
Update the built-in SQLite to the latest 3.32.0 alpha that includes the fix that omits O_NOFOLLOW when trying to open a directory just to fsync() it. ... (check-in: c435144c user: drh tags: trunk)
2020-04-19
19:14
Change log updates. ... (check-in: 088b44b3 user: drh tags: trunk)
17:35
Update the built-in SQLite to the lastest 3.32 alpha. ... (check-in: 05fd5e17 user: drh tags: trunk)
17:32
Change log updates. ... (check-in: d6967fe7 user: drh tags: trunk)
16:53
For the "fossil:" output from the "fossil info" command, on unix, provide the full pathname of the fossil executable. ... (check-in: 01fcc6a8 user: drh tags: trunk)
15:24
Minor typo fix in the documentation. ... (check-in: c0f7c831 user: drh tags: trunk)
15:20
Improved documentation of the latest configuration database locator algorithm. No code changes. ... (check-in: 9cb8194d user: drh tags: trunk)
15:04
Further refinement to the configuration database locator algorithm to only use the XDG name if the ~/.config directory exists. ... (check-in: 8388a468 user: drh tags: trunk)
14:40
Update the configuration-database location documentation to reflect enhancements to the "fossil info" command. ... (check-in: b980ede0 user: drh tags: trunk)
14:34
On the "fossil info" command with no arguments and outside of an open checkout, or with the -v option, show the location of the fossil executable and the version number. ... (check-in: 1da8afdf user: drh tags: trunk)
14:18
Enhance the "fossil info" command so that if it is run with no arguments and not in an option check-out, it shows global information about the fossil setup (currently limited to the location of the configuration database). ... (check-in: 6e71a288 user: drh tags: trunk)
14:06
Revise the algorithm for finding the configuration database on unix. The algorithm is now approximately this: (1) Use the ~/.fossil name if such a file exists. (2) Use ~/.config/fossil.db if the ~/.config directory exists (3) Otherwise use ~/.fossil See www/tech_overview.wiki for details. ... (check-in: 4645e9bb user: drh tags: trunk)
2020-04-18
21:05
Add the ability to display the history of edits to a single timeline post. Improvements to the CSS for timeline display in the default skin. ... (check-in: 34d8d7e7 user: drh tags: trunk)
19:40
In the forum thread constructor, if an post in a forum thread is a phantom, reassign the descendents of that post to be descendents of the root. This fixes the hierarchical view for the problem described at https://www.fossil-scm.org/forum/forumpost/dc623b995f ... (check-in: bed0dd1a user: drh tags: trunk)
19:15
Improved debugging output for forum displays: Show the RID on "(artifact)" links. ... (check-in: 14795faa user: drh tags: trunk)
18:56
Use the XDG_CONFIG_HOME environment variable (if it exists) to locate the configuration database on unix. ... (check-in: 22f879dd user: drh tags: trunk)
18:55
Change the name of the configuration database to "fossil.db" if the database is found in the XDG_CONFIG_HOME directory. Otherwise, the configdb is still called ".fossil" on unix systems. ... (Closed-Leaf check-in: 09a21409 user: drh tags: xdg-aware-config-db)
00:12
Look in the XDG_CONFIG_HOME environment variable before looking in HOME for the location of the ".fossil" configuration database. ... (check-in: 4de54b1d user: drh tags: xdg-aware-config-db)
2020-04-17
15:00
Previous check-in broken the forum post edit function. Attempts to edit a forum post were disallowed. This check-in should fix the problem. ... (check-in: 3684c58b user: drh tags: trunk)
14:38
Do not allow forum posts that are replies or the start of a new message if they contain no content. An edit with no content is ok, as that means the post is to be deleted. ... (check-in: d2c81b9d user: drh tags: trunk)
00:15
Fix a bug in wiki editing. Make the /info header for associated wiki be "Edit Wiki:". ... (check-in: c40863ab user: drh tags: trunk)
2020-04-16
22:35
Improvements to handling of backlinks: (1) Fossil now scans for backlinks in Markdown formatted ticket changes in addition to Fossil-Wiki formatted changes. (2) Wiki is scanned for backlinks, including wiki associated with check-ins and branches. (3) Much of the backlink code is gathered together into a single new "backlink.c" source file. (4) There are improvements to the timeline display of wiki changes. Ticket [a3572c6a5b47cd5a]. ... (check-in: ae1dac83 user: drh tags: trunk)
22:26
When showing timelines of references, change the text of Wiki edits from "Changes to wiki..." or "Added wiki..." to be just "Wiki...". ... (Closed-Leaf check-in: 6d125b72 user: drh tags: backlink-updates)
21:10
Improved timeline comments for changes to wiki pages. ... (check-in: e1b4ee79 user: drh tags: backlink-updates)
20:50
The markdown renderer requires no-op functions in order to work properly. ... (check-in: 271dcbb2 user: drh tags: backlink-updates)
20:06
An attempt to begin scanning wiki for backlinks. It does not currently work. I suspect a problem in the markdown link scanner. ... (check-in: f0b0293b user: drh tags: backlink-updates)
16:52
If a ticket definition has a field named "mimetype" then use the specified mimetype when parsing ticket content to extract backlinks. Add the ability to extract backlinks from markdown-formatted text. Add the /test-backlinks webpage and the test-backlink command for debugging. ... (check-in: 7c13a573 user: drh tags: backlink-updates)
13:06
Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c ... (check-in: 10c75204 user: drh tags: backlink-updates)
2020-04-15
12:40
Improvements to the way Fossil handles merging of private branches into public branches. The "closed" tag on the private branch is omitted so that it does not leak into the public branch causing a phantom. This is a start, but additional improvements are needed. ... (check-in: b4beadb5 user: drh tags: trunk)
11:28
Fix typo in the "css-tricks.md" document. ... (check-in: 9b0661aa user: drh tags: trunk)
11:12
Merge in trunk. ... (Closed-Leaf check-in: 7896afa7 user: florian tags: private-branches)
2020-04-14
21:38
Typo fix in the history.md document. ... (check-in: 30b0b112 user: drh tags: trunk)
14:27
Show the table of public phantoms directly on the security audit page. Dig deeper looking for the source of public phantoms. ... (check-in: 941280ae user: drh tags: trunk)
13:32
Add the /phantoms webpage that lists public phantom artifacts. Check the number of public phantom artifacts and puts a warning if the number is non-zero on the Security Audit page. ... (check-in: 83db2443 user: drh tags: trunk)
11:36
Strengthen defenses against CSRF attacks. ... (check-in: 4c444c1c user: drh tags: trunk)
10:59
Update to the Hints For Git Users document, based on anonymous suggestions from the forum. ... (check-in: 1f95ef53 user: drh tags: trunk)
03:04
Minor documentation tweaks. ... (check-in: a3c5ce63 user: drh tags: trunk)
02:23
Fix an error in the sync logic introduced by check-in [50a7f89a77e0886f]. If you build a version of fossil starting with check-in [50a7f89a77e0886f] up to but not including this one, it might not sync all of the latest changes. ... (check-in: b517a989 user: drh tags: trunk)
02:15
Fix the mkversion.c routine so that it works with timestamps that have a leading zero. ... (check-in: 64bc064d user: drh tags: trunk)
00:18
Typo fix in the new gitusers.md document. ... (check-in: 702ee3f3 user: drh tags: trunk)
2020-04-13
23:48
Revamp the home-page to be more welcoming to newbies, based on suggestions from the Forum. ... (check-in: b3af9d63 user: drh tags: trunk)
23:43
Initial draft of the "hints for git users" document. ... (check-in: 8389757a user: drh tags: trunk)
20:16
Allow non-privileged users to see phantom artifacts in /bloblist. Private artifacts may still only be seen by high-privilege users. If an artifact is both private and a phantom, it is viewable because "private" in the context of a phantom is different from a real private artifact. ... (check-in: b3a346e0 user: drh tags: trunk)
18:28
Enhance the artifact description logic to try to determine the source of phantom artifacts. ... (check-in: 7fd31f69 user: drh tags: trunk)
17:09
Faster implementation of the phantom artifact display on the /bloblist page. ... (check-in: 28b92ca6 user: drh tags: trunk)
16:56
Sync server sends back private igot messages for private phantoms. ... (check-in: 81445afb user: drh tags: trunk)
15:20
More fixes to the transfer protocol for reporting on private phantoms. ... (check-in: ec935074 user: drh tags: trunk)
15:01
Correctly handle private igot cards received in the server reply. ... (check-in: 50a7f89a user: drh tags: trunk)
14:32
For the rcvids shown on the /bloblist page, provide hyperlinks. ... (check-in: 10c90175 user: drh tags: trunk)
14:22
Adjust the xfer handler to go another round if any igot cards were sent in response to a gimme for a private artifact. ... (check-in: 71b6ada4 user: drh tags: trunk)
14:07
Show RCVID values to administrators on the /bloblist page. ... (check-in: a0faf128 user: drh tags: trunk)
12:51
Enhancements to the sync protocol designed to reduce bandwidth in cases where there are a lot of private artifacts on either side of the sync. ... (check-in: 1f7b409e user: drh tags: trunk)
12:39
If either side sends a gimme for a private artifact, reply with a private igot card to let the requestor know that the artifact is private. Other changes to help make this work are the new server-version pragma and adding date and time numbers to the client-version and server-version pragmas. The auto-shun setting now defaults to off. ... (Closed-Leaf check-in: 050cd019 user: drh tags: sync-improvements)
11:02
Do not allow unprivileged users to see private or phantom artifacts on the /bloblist page. ... (check-in: 7dc7df46 user: drh tags: sync-improvements)
2020-04-12
23:29
The admin can see private artifacts in /bloblist even if they do not have the Private ('x') permission. ... (check-in: 648bc305 user: drh tags: trunk)
23:25
Only allow users with appropriate privileges to see private and phantom artifacts in the /bloblist report. ... (check-in: 7b6b5671 user: drh tags: trunk)
23:11
Merge the phantom and published artifact display enhancements from trunk. ... (check-in: 339d29d6 user: drh tags: sync-improvements)
23:10
On the /bloblist webpage, enhance the "published" display and add the ability to display phantom artifacts. (A phantom is an artifact whose content is unknown.) ... (check-in: ea83cdad user: drh tags: trunk)
19:55
Improvements to comments in the sync logic. No changes to code. ... (check-in: 18262347 user: drh tags: sync-improvements)
19:31
The server should make an ONREMOTE entry for each igot card received from the client. ... (check-in: 20a40056 user: drh tags: sync-improvements)
19:12
In the sync reply, the server should omit igot cards for artifacts that are known to already exist on the client. ... (check-in: 3e2a9bc3 user: drh tags: sync-improvements)
15:19
Attempts to improve the homepage and first impression for new users. ... (Closed-Leaf check-in: 8b5250b8 user: drh tags: revamp-home-page)
03:06
For the "user:" hyperlink in a forum post in "vfx" mode, link to another timeline that is also in "vfx" mode. ... (check-in: 55f9d7b6 user: drh tags: trunk)
2020-04-11
23:19
Edits to the history of Fossil. Add the history of fossil to the permuted index as a primary document, replacing the (unmaintained) FAQ. ... (check-in: b8ad564d user: drh tags: trunk)
22:35
Merged from trunk ... (Closed-Leaf check-in: 2f24675a user: ashepilko tags: api-cleanup)
20:55
First draft of the "history.md" documentation file. This file is far from complete and has not yet be integrated into the permuted index. ... (check-in: 8c6aca20 user: drh tags: trunk)
12:15
Add a warning to the qandc.wiki page that it is old and out-of-date. ... (check-in: 07605f36 user: drh tags: trunk)
11:46
Fix a harmless documentation typo. ... (check-in: 236c46ce user: drh tags: trunk)
10:12
Updated broken link to mailing list and archives, per report in the forum. ... (check-in: e1592a65 user: stephan tags: trunk)
2020-04-10
19:01
For email alerts on forum posts that are in reply to a prior post that has been edited, make the In-Reply-To point to the Message-Id of the original unedited post. This should help avoid breaking threads in email readers for subscribers who do not receive notification of post edits. bug report. ... (check-in: 137cba6f user: drh tags: trunk)
17:50
If a command is "fossil ABC" and "ABC" is not a valid command name or prefix but "ABC" is the name of a repository file, then change the command to be "fossil ui ABC". ... (check-in: aad4c248 user: drh tags: trunk)
14:02
Modifications to the "fossil ui" idle timeout feature: (0) Make the Javascript work with IE (lacking the `fetch()' function) (1) Ensure the Javascript keep-alive polling interval is lower than the idle timeout (2) Add the short form `-t' as an alias for the `--idle-timeout' command-line option, since it is now always required to enable legacy behavior. ... (Closed-Leaf check-in: fae4ae05 user: florian tags: idle-time-suggestions)
13:56
Documentation fix: add the "p" query parameter to pure associated wiki-page examples in the wikitheory.wiki page. ... (check-in: 525e93dd user: drh tags: trunk)
13:51
Bug fix: Make sure that associated-wiki uses an accordion even if the name of the section is modified by a Markdown title. Example: /timeline?r=double-dash-flag ... (check-in: b1c8e791 user: drh tags: trunk)
13:37
For wiki pages that are associated with a check-in, branch, or tag, redirect to the associated /info or /timeline page unless the "p" query parameter is present. ... (check-in: 093943d7 user: drh tags: trunk)
2020-04-09
17:29
Branch closed. See this forum post for an explanation. Was: Fix a harmless compiler warning. ... (Closed-Leaf check-in: eb750c28 user: drh tags: idle-timeout)
17:18
Implement an idle-timeout for windows. ... (check-in: aee74019 user: drh tags: idle-timeout)
16:34
Fix the build for windows. The idle-timeout is still not implemented in the Windows HTTP server, though. ... (check-in: 1d7e2fa6 user: drh tags: idle-timeout)
16:16
Forgot to add the "keepalive.js" source file. ... (check-in: 58dbde20 user: drh tags: idle-timeout)
16:14
Initial code for implementing the idle-timeout feature for "fossil ui". Seems to work in preliminary tests on unix. Windows implementation is incomplete and untested. ... (check-in: 39a899e4 user: drh tags: idle-timeout)
14:53
Fold duplicate parts of the SVG data URIs to simplify the Javascript code -- overall impact on the final size of the gzipped web page is likely minor. The uncompressed source code for the icons is on the branch/accordion-experiments wiki page. ... (check-in: facc1623 user: drh tags: trunk)
12:32
Fold duplicate parts of the SVG data URIs to simplify the Javascript code -- overall impact on the final size of the gzipped web page is likely minor. The uncompressed source code for the icons is on the branch/accordion-experiments wiki page. ... (Closed-Leaf check-in: 811ae0c8 user: florian tags: accordion-experiments-2)
11:40
Enhance the "test-file-environment" command so that it works even if run outside of an open checkout and without the -R option. ... (check-in: af6833b6 user: drh tags: trunk)
2020-04-08
18:53
Fix typo in default-src direcive spec. ... (check-in: f64f757e user: ashepilko tags: trunk)
14:59
Merge the accordion section enhancement to trunk. ... (check-in: 22d28547 user: drh tags: trunk)
14:17
Fix a minor glitch. ... (Closed-Leaf check-in: 343f31f9 user: florian tags: accordion-experiments-2)
14:07
Use dynamically created foreground image elements instead of CSS background images to indicate the status and available actions for the accordion, so they are visible by default for printouts and PDFs, invisible for noscript clients, and enhance compatibility with most skins (Xekri's "justify-content: space-around;" is crunchy, however). ... (check-in: 1006de1e user: florian tags: accordion-experiments-2)
10:16
Update OpenSSL to version 1.1.1f ... (check-in: 72026ed3 user: jan.nijtmans tags: trunk)
10:11
Increase the default scroll threshold on forum posts from 25em to 40em. ... (check-in: 23d17bd2 user: drh tags: trunk)
2020-04-07
12:27
Initial version of css-tricks.md, as requested in forumpost/eb04fd28b5. ... (check-in: 59005302 user: stephan tags: trunk)
2020-04-06
15:54
Prevent ridicuously wide forum posts display with the "vfx" query parameter on /timeline. ... (check-in: da7d8162 user: drh tags: trunk)
15:44
Futher viewing enhancements for larger forum posts. The default CSS now limits the maximum height to 25em (because that amount fits nicely on a single screen on an iPhone) and all messages have a "source" link which shows the fully expanded text without scrollbars. ... (check-in: 46dd6963 user: drh tags: trunk)
15:03
Limit the displayed length of a forum-post to 50em using CSS. Longer posts scroll. ... (check-in: 421955cd user: drh tags: trunk)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 ... (check-in: 06afb702 user: ashepilko tags: api-cleanup)
19:44
Fixes to search. (1) Keep forum search up-to-date. (2) Do not add items to search if they are pending moderation. ... (check-in: 5e28febf user: drh tags: trunk)
19:02
Improved processing of timestamp strings used as check-in identifiers. The ISO8601 date without punctuation (digits only) is now accept on the tag:date format. Also, incomplete ISO8601 date/time values are rounding up instead of rounded down, such that the match on 20200101 actually finds a check-in on 2020-01-01 (if any) rather than the last check-in on 2019-12-31. ... (check-in: a5f31031 user: drh tags: trunk)
14:30
Use regular comments in Javascript files, instead of comments private to the mkbuiltin utility, so the files are easier to reuse and test outside of Fossil, and easier to process with synatx highlighting-enabled text editors. ... (Closed-Leaf check-in: 04f232aa user: florian tags: accordion-experiments)
14:28
Use SVG icons to indicate the status and available actions for the accordion. ... (check-in: 6126a541 user: florian tags: accordion-experiments)
2020-04-04
19:34
Many improvements to the indexed search debugging logic. ... (check-in: 53d1f053 user: drh tags: trunk)
18:03
Minor comment fixes in the search logic. No changes to code. ... (check-in: 4d351608 user: drh tags: trunk)
2020-04-03
09:41
fossil shell prompt now contains project name, if any, per request in forumpost/c0a0123fb8. ... (check-in: ce6eaf0f user: stephan tags: trunk)
2020-04-02
18:57
Fix the "fossil revert" command so that it works even for a new --empty checkout. ... (check-in: 9aca02b7 user: drh tags: trunk)
18:56
Fix the "fossil revert" command so that it works even for a new --empty checkout. ... (Closed-Leaf check-in: 04bbb05d user: drh tags: accordion-about-wiki)
00:15
Attempting to add "accordion" action to the "About" sections of pages that have associated wiki. Basically works, but needs CSS tweaks, and possibly other UX improvements. ... (check-in: b17e4c5a user: drh tags: accordion-about-wiki)
2020-04-01
17:04
merge trunk ... (Closed-Leaf check-in: 7da1aa6f user: bch tags: NULLSeparated)
16:14
Fix the file_copy() procedure so that it sets the EXE bit on the copy if it was set on the source. ... (check-in: cb2f2540 user: drh tags: trunk)
12:57
For self-registered accounts, increase the minimum userID length to 6 and check both the EVENT and USER tables for conflicting userIDs. ... (check-in: b13b651d user: drh tags: trunk)
00:00
Fix warnings on possible uninitialized variable use. ... (check-in: 0ba1528f user: ashepilko tags: trunk)
2020-03-31
21:13
Eliminate IP prefix tracking as part of the login cookie. ... (check-in: 7d18c40b user: drh tags: trunk)
2020-03-29
14:04
Fix a minor formatting error in the alerts.md document. ... (check-in: 6ec931a1 user: drh tags: trunk)
2020-03-28
18:21
Add email-url, email-admin, and email-subname to the settings that can be managed by the "fossil alert setting" command. ... (check-in: a0ae0c9f user: drh tags: trunk)
2020-03-27
22:25
In the previous check-in, fix the subscriber count after doing a purge. ... (check-in: 8ccab68f user: drh tags: trunk)
22:23
Add the ability to purge old pending subscriptions from the /subscribers page. ... (check-in: 8c40c38f user: drh tags: trunk)
15:37
Do not use the IP address as part of the login cookie if the server is set to redirect all HTTP requests over to HTTPS. ... (check-in: ce4bece9 user: drh tags: trunk)
15:19
Fix an accidental fork. ... (check-in: a5d6567e user: drh tags: trunk)
15:15
Added build instructions for cross-compiling Fossil for Android from Linux, adapted from forumpost/e0e9de4a7e. ... (check-in: b7074457 user: stephan tags: trunk)
14:45
Only show both the display name and the login if they are different. If they are the same, show just the login. ... (check-in: 069b7ee7 user: drh tags: trunk)
14:41
Show both the display name and the login on forum pages. ... (check-in: d5455f5b user: drh tags: trunk)
14:30
Use the display name rather than the login for forum posts. ... (check-in: 2e71dc25 user: drh tags: trunk)
13:00
Add the "unused" query parameter to the /setup_ulist page. ... (check-in: 7711a4fb user: drh tags: trunk)
11:29
On a timeline date-time link back to a timeline, set the y=a query parameter so that all artifacts are shown in the target timeline. ... (check-in: 2cdd7573 user: drh tags: trunk)
11:13
Show the number of pending subscriptions in the subscription stats. ... (check-in: 02ad3491 user: drh tags: trunk)
2020-03-26
18:54
Add a new subscription option to receive edits to forum posts. If this option is not selected, then alerts are only sent on the initial post, not on edits. Also: Use the "forumObs" class on timeline forum text that has been subsequently edited. ... (check-in: e5653a4c user: drh tags: trunk)
14:48
Set the autocomplete="off" parameter on the password input to the user editing screen. ... (check-in: a0238542 user: drh tags: trunk)
13:53
Validate the email address in the subscription editing form. ... (check-in: 32a8d110 user: drh tags: trunk)
13:18
Add the "Send a message to ..." link for administrators on the subscription configuration page. ... (check-in: bb05299e user: drh tags: trunk)
13:11
Improvements to the "Notification" setup screen. Take steps to ensure that the email address does not get cleared when editing subscriber preferences. ... (check-in: 60d40d5b user: drh tags: trunk)
10:40
Fix a formatting issue on the load-management documentation page. ... (check-in: c2c998d9 user: drh tags: trunk)
05:30
Removed obsolete reference to the historical limitation of the grep command accepting only a single filename. ... (check-in: 30a2af8e user: stephan tags: trunk)
03:01
Fix typos. ... (check-in: 58f00d33 user: ashepilko tags: trunk)
02:24
Documentation typo fix. ... (check-in: 455c743a user: drh tags: trunk)
2020-03-25
17:48
Add the email address editing to the subscriber information screen (/alerts). Improved cross-linking between subscriber and user editing screens for administrators. ... (check-in: 54a6f098 user: drh tags: trunk)
2020-03-24
20:24
Update openssl version number to 1.1.1e. Update custom makefile. ... (check-in: 77a7078f user: jan.nijtmans tags: trunk)
15:04
Add the "nsm" or "No-SubMenu" query parameter to the /wiki page. ... (check-in: 993700ab user: drh tags: trunk)
2020-03-23
01:08
Clear the environment by setting its first entry to NULL; fixes the macOS-bound bug as per forumpost/2fcb3a490b ... (check-in: 6e7211a2 user: ashepilko tags: trunk)
2020-03-22
15:58
Further enhancements to the ticket history mechanism so that it takes into account the difference between TICKET and TICKETCHNG fields. ... (check-in: fc70ec08 user: drh tags: trunk)
15:33
The "formatted" mode for the ticket history viewer assumed that all text was Fossil-Wiki formatted. It did not account for Markdown (since that feature was added long before Markdown formatting was added). And, indeed, there is no general way for it to know what the mimetype of the text is. Hence, disable formatted mode, and show all text as plaintext. ... (check-in: f1e8cd69 user: drh tags: trunk)
15:02
Add the "raw" query parameter to the /tkthistory page. ... (check-in: 4c9e24fd user: drh tags: trunk)
14:29
Update the built-in SQLite to the latest 3.32.0 alpha that includes fixes for the DBCONFIG_MAINDBNAME problem. ... (check-in: 8d114c2a user: drh tags: trunk)
2020-03-21
19:57
Assorted improvements to www/globs.md, mainly to clarity and grammar. ... (check-in: 7898593d user: wyoung tags: trunk)
2020-03-20
04:02
Rename test function to match the test command name ... (check-in: 77be1777 user: andygoth tags: trunk)
2020-03-19
15:11
Add a configure time check for the existence of setenv(3) in libc for use by fossil_setenv() which has nicer semantics than its current underlying implementation on POSIX systems, putenv(3). This doesn't fix any known issue other than a technical memory leak, but I'm checking it in in case someone finds the code useful someday. ... (Closed-Leaf check-in: ff8f2dec user: wyoung tags: setenv-alternative)
2020-03-18
17:25
Merged glob-docs branch down to trunk. ... (check-in: b45a985c user: wyoung tags: trunk)
17:25
Assorted improvements to globs.md, especially to the discussion of * expansion on Windows vs POSIX. ... (Closed-Leaf check-in: bb292b64 user: wyoung tags: glob-docs)
17:03
Hoist the list of POSIX subsystem features for Windows up to the top of the "Windows" section in globs.md to wave readers off to the "POSIX" section of the same doc before we get into truly Windows-specific details. ... (check-in: 21929d37 user: wyoung tags: glob-docs)
15:28
Update the list of "Commands that Refer to Globs". ... (check-in: 50a8e536 user: florian tags: glob-docs)
15:25
Mention the tricks to preview glob expansion with the `test-echo' command, and to try glob matching with `test-glob'. ... (check-in: 9a428be5 user: florian tags: glob-docs)
15:14
Mention the handy batch script to launch Fossil without glob expansion on Windows. ... (check-in: 1a305a5c user: florian tags: glob-docs)
15:09
Correct a statement that contradicts the first paragraph in the same section. ... (check-in: ce5925c2 user: florian tags: glob-docs)
15:03
Repeated clicks on the audio-captcha button cause it to start over. Change the title of 206 HTTP replies to "Partial Content". ... (check-in: 8466a157 user: drh tags: trunk)
14:56
Try to make it easier for people to find the documentation on how to add new commands to the Fossil core. ... (check-in: 29c3e99d user: drh tags: trunk)
14:14
Change the HTTP reply status for range requests from "206 OK" to "206 Partial Content". ... (Closed-Leaf check-in: 8a1e1c90 user: florian tags: audio-captcha)
14:08
Have repeated clicks to the "Speakit" button restart the audio-captcha from the beginning instead of repeating several times in parallel. ... (check-in: 1bf8df8a user: florian tags: audio-captcha)
00:45
Don't even show the "Awaiting Moderator Approval" message, as that would be redundant. ... (check-in: 2233a7b7 user: drh tags: trunk)
00:42
Do not show the text forum messages that are pending moderation in the timeline view. ... (check-in: bf410211 user: drh tags: trunk)
2020-03-17
12:17
Filter notifications to reduce multiple alerts if forum-posts are edited. ... (Closed-Leaf check-in: 1c84fa55 user: graham tags: alert-filter)
10:45
Add the -R option to the "fossil uv" on-line help. ... (check-in: bc7c27cb user: drh tags: trunk)
2020-03-16
19:45
Experimental: Change the X-Fossil-From: header in alert emails to Sender:. This might help with Outlook users. Or it might make things worse. The only think I know to do is try it and see what happens. ... (check-in: b4dcf8e4 user: drh tags: trunk)
19:33
Minor default CSS changes for improved rendering of code snippets with long lines in the forum. ... (check-in: 192c809a user: drh tags: trunk)
2020-03-15
21:24
Enhance the /announce page so that it provides an option to send a message to all forum moderators. ... (check-in: 84d854c6 user: drh tags: trunk)
20:43
Fix the /announce/test2 feature so that it works without asserting. ... (check-in: ea4ccfdc user: drh tags: trunk)
18:35
Add support for the Range: attribute in HTTP requests for the "fossil server" and "fossil http" commands. ... (check-in: b6892ccd user: drh tags: trunk)
15:43
Introduce a new version of db_multi_exec() that does not do printf-style formatting. ... (check-in: 0ea56bb2 user: drh tags: trunk)
15:37
Resolve mis-expansion of ATTACH DATABASE reported in forumpost/e5cf69b8a0. ... (check-in: bcdc2f44 user: stephan tags: trunk)
15:22
Experimental support for "Range:" headers in HTTP requests. ... (Closed-Leaf check-in: 37c615ad user: drh tags: http-range)
2020-03-14
23:41
For the audio captcha, do not actually download the sound file until the user clicks on the button. ... (check-in: 54d93954 user: drh tags: trunk)
21:00
Add the nsm query parameter to /timeline for disabling the submenu. ... (check-in: 220ed0a9 user: drh tags: trunk)
19:42
CSS changes to try to prevent over-width forum messages in the timeline display. ... (check-in: b5acbe9b user: drh tags: trunk)
18:29
The new vfx query parameter on /timeline shows the formatted text of forum messages directly in the timeline. ... (check-in: c7a536ff user: drh tags: trunk)
15:43
Add the option to show an entire forum thread as "unformatted" text. ... (check-in: b41b3901 user: drh tags: trunk)
15:16
Fix the "(source)" links on the forum to point to the most recent edit of the post, not the original post. ... (check-in: 33dc88c4 user: drh tags: trunk)
14:25
Add the "Speakit" button to the /register page. ... (check-in: 5a7d4494 user: drh tags: trunk)
14:22
Use <h3> tags, with a CSS class for styling, for the title on forum posts, as this works better for screen readers. ... (check-in: fb85d7b6 user: drh tags: trunk)
14:07
Add CSS classes for the forum post labels. ... (Closed-Leaf check-in: ff3365e8 user: drh tags: forum-post-headers)
13:50
In a forum thread display use an <h3> tag for the header on each post. ... (check-in: c29d69ea user: drh tags: forum-post-headers)
13:36
Put the "speak the text" buttons for captcha audio closer to the boxes in which the person must enter the text. ... (check-in: a584491a user: drh tags: trunk)
13:20
Add extra silence in between letters of the spoken captcha. ... (check-in: 2e325523 user: drh tags: trunk)
13:13
Typo fix in the change log. ... (check-in: 76a8eefc user: stephan tags: trunk)
12:57
Add the audio-captcha feature to the change log. ... (check-in: b003f7cd user: drh tags: trunk)
12:49
Fix a harmless compiler warning. ... (check-in: 11d1233d user: drh tags: trunk)
12:46
Show the title of a forum thread without truncation. (This check-in is reapply after having been accidently deleted.) ... (check-in: 74549a9a user: drh tags: trunk)
12:43
Add audio prompts to captchas so that they can be completed by visually impaired users. ... (check-in: dcf44107 user: drh tags: trunk)
12:40
Add "Speak the text" buttons consistently to all captchas. ... (Closed-Leaf check-in: 93bbd28a user: drh tags: audio-captcha)
04:05
Fix the makefile by removing a spurious javascript file. ... (check-in: 899b4091 user: drh tags: audio-captcha)
03:59
Add "Speak the text" buttons on captchas. ... (check-in: 3b10bdd6 user: drh tags: audio-captcha)
03:13
Add infrastructure to support solving the captcha via audio. ... (check-in: 5ddc0fdc user: drh tags: audio-captcha)
2020-03-13
20:38
Remove the 'd' capability, which has never been used. ... (check-in: 12740540 user: drh tags: trunk)
18:09
Provide a "source" link on Wiki/Markdown forum pages that shows the original unformatted source text for that post. ... (check-in: cc46524f user: drh tags: trunk)
17:18
In the "test-forumthread" command, if the thread-id argument is omitted show a list of all available threads. ... (check-in: 98270ad6 user: drh tags: trunk)
15:44
Improve the the UX user self-management in the default skin. ... (check-in: 2ee58cf5 user: drh tags: trunk)
14:23
Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 ... (Closed-Leaf check-in: 35d8736b user: wyoung tags: logout-link-on-name)
01:25
Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss. ... (check-in: 4a70f948 user: wyoung tags: trunk)
2020-03-12
22:53
Show the title of a forum thread without truncation. ... (check-in: 81d66a35 user: ashepilko tags: trunk)
18:43
Add /forummain as an alias for /forum. ... (check-in: 4b82e96a user: drh tags: trunk)