Fossil

Timeline
Login

Timeline

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

74 check-ins using file src/checkin.c version df35d1a6

2020-04-29
18:13
Enhance the "forks" query parameter of the /timeline page show that it shows the resolution of forks in addition to their origin. (check-in: 9557e328 user: drh tags: trunk)
17:38
Fix a formatting issue in the header comment of diff.c. More importantly, this check-in deliberately introduces a fork on trunk, because I want to see what happens, and what warning messages are provided when a branch forks. Already, I see that it won't let me check-in without the --allow-fork option. (check-in: 2a1bdab5 user: drh tags: trunk)
14:36
fix for 'no repo' prompt in the shell for unnamed projects (/forumpost/387c0a76f9). (check-in: 2d9ad2db user: stephan tags: trunk)
2020-04-28
22:37
Correct typo (check-in: acbbc133 user: andygoth tags: trunk)
2020-04-27
22:45
Update the change log. (check-in: ea275f94 user: drh tags: trunk)
18:33
Enhance the "fossil uv" command to make use of GLOB and LIKE patterns. (check-in: 63837f42 user: drh tags: trunk)
17:57
Improvements to the CSS editor. (check-in: a8967ca9 user: drh tags: trunk)
17:10
Use a SHA2-256 hash instead of a SHA3-256 hash for remembered cert exceptions, because older versions of OpenSSL do not support SHA3. (check-in: 3b529d9c user: drh tags: trunk)
17:08
Add the (undocumented) --accept-any-cert option to networking commands. (check-in: 11bebbec user: drh tags: trunk)
16:58
Minor fixes to the previous check-in. (check-in: 9f8dc18f user: drh tags: trunk)
16:53
Rework the SSL cert exception mechanism so that it remembers the SHA3 hash of the cert that failed to verify, rather than the PEM of the complete cert. Simplify the error prompts. Always verify the cert hash before accepting the exception. (check-in: 3c194e2b user: drh tags: trunk)
15:26
Add the "tls-config" command for managing the OpenSSL configuration and for viewing and deleting certificate exceptions. (check-in: bc236201 user: drh tags: trunk)
11:57
Update comment. No changes to code. (check-in: 455b2aa6 user: drh tags: trunk)
08:31
/setup_skinedit, when editing CSS, now shows the list of built-in CSS selectors, as mentioned in /forumpost/b2d7ce8ab1. (Closed-Leaf check-in: fd138236 user: stephan tags: skinedit-css-list)
2020-04-26
23:10
Merge in trunk (check-in: 161a2106 user: george tags: wiki-history)
20:41
Fix overlength lines and commenting irregularities in http_ssl.c. No code changes. (check-in: 483ac3db user: drh tags: trunk)
15:39
Add the "test-ssl-trust-store" command for testing and diagnostics. (check-in: 67147dd6 user: drh tags: trunk)
03:58
Expanded on the "Certificates" section of www/ssl.wiki to fill in some details. The key improvement is making the first line of the OpenSSL error when the CA trust store isn't set up searchable. As it was, you pretty much had to know the solution already in order to seek out this documentation! (check-in: b3c0c07c user: wyoung tags: trunk)
2020-04-24
05:21
Add the ability to restrict subscriptions to specific email domains selected by GLOB patterns, and to require email verification before self-registration becomes effective. (check-in: c00e9123 user: drh tags: trunk)
05:10
Improvements to the wording on the setup options related to self-registration. (Closed-Leaf check-in: 6faaa91b user: drh tags: restricted-self-registration)
02:17
Add a new setting to disallow anonymous subscriptions. Anonymous subscriptions are enabled by default. (check-in: d048d86d user: drh tags: restricted-self-registration)
01:47
When there are repeated errors on a subscription or self-registration entry form, do not force the user to reenter the captcha if they have already entered it correctly once. (check-in: 3d804812 user: drh tags: restricted-self-registration)
00:49
Add the ability to deny capabilities to self-registered accounts until the email verification comes through. (check-in: 3b7970e0 user: drh tags: restricted-self-registration)
2020-04-23
23:00
Merge the /subscribe fix from trunk. (check-in: fb38b925 user: drh tags: restricted-self-registration)
22:17
Fix bugs in the /subscribe page that could allow an attacker to subscribe and verify without actually having a working email address. (check-in: 15e15298 user: drh tags: trunk)
18:50
Merge the subscriber fix from trunk. (check-in: 0be585a1 user: drh tags: restricted-self-registration)
18:49
Bug fix: Allow new subscribers the option to select "Forum Edits", though it still defaults to "off". (check-in: ea81b30d user: drh tags: trunk)
18:36
Begin adding the ability to restrict self-registration to people with a particular email address pattern. This check-in provides the setting to specify the authorized email addresses, but an attacker can still lie about his email address and sneak in that way. Still a work-in-progress. (check-in: 7916dbaa user: drh tags: restricted-self-registration)
17:47
Assorted improvements to the mirrorlimitations.md doc. (check-in: 0874340b user: wyoung tags: trunk)
17:26
Rewrote a paragraph in sec.7.2 of the rebaseharm doc for clarity. (check-in: b16db9d6 user: wyoung tags: trunk)
16:59
Grammar and clarity tweaks to fossil-v-git.wiki (check-in: 2cfd1256 user: wyoung tags: trunk)
13:49
Added --dry-run support to add/rm/addremove --reset. (check-in: a7a75e7d user: stephan tags: unaddremove-command)
13:16
Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile. (check-in: 3510ca72 user: jan.nijtmans tags: trunk)
11:30
Refactored unaddremove into (add|rm|addremove --reset). (check-in: 72fdb21a user: stephan tags: unaddremove-command)
00:06
Pedantic cosmetic change: do un-rm before un-add. (check-in: 6e21c7d7 user: stephan tags: unaddremove-command)
2020-04-22
23:45
Initial draft of new unaddremove command (will be renamed once a suitable name is found), as discussed at forumpost/b9b20b04bd. (check-in: 369a14b3 user: stephan tags: unaddremove-command)
18:51
Minor improvements to the change log. No code changes. (check-in: fcc07be7 user: drh tags: trunk)
18:01
The post sequence numbers on the hierarchical display of a forum thread should be the sequence number of the original version of the post, not the final edit of the post. (check-in: c6890fd4 user: drh tags: trunk)
15:57
For email alerts on forum posts, if the forum post is a reply to a prior post that has been edited two or more times, ensure that the In-Reply-To header on the email message refers to the very first edition of the in-reply-to post. Prior check-in [137cba6f1b81170d] attempt to do the same thing, but only worked for cases where the post was edited just once. (check-in: fb4545ef user: drh tags: trunk)
14:31
Add the undocumented "threadtable" query parameter to the forum chronological view, in order to show the raw thread table data for debugging purposes. (check-in: dbdf50d5 user: drh tags: trunk)
12:08
For the chronological display of forum posts, show edited or deleted posts using text/plain. Item 4 in forum post 04e5ea0d88. (check-in: 0e78f746 user: drh tags: trunk)
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)
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:12
Merge in trunk. (Closed-Leaf check-in: 7896afa7 user: florian tags: private-branches)