Fossil

Timeline
Login

Timeline

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

200 check-ins occurring around version-2.15.

2021-05-14
19:38
Update the built-in SQLite to the latest 3.36.0 alpha for testing. ... (check-in: 8b44988d user: drh tags: trunk)
18:52
When doing a clone that automatically does an open, run the "fossil open" command as a subprocess (usingn fossil_system()) to avoid problems with misconfigured database connections in the event that the clone uses the "file:" scheme. See forum post b1da662b00 for the bug report. ... (check-in: ebd604f8 user: drh tags: trunk)
2021-05-13
19:38
Refinement to the URL-to-basename algorithm used to construct a repository filename from a clone URL so that the "www." prefix is not omitted if it is immediately followed by the suffix. forum post 74e111a2ee. ... (check-in: 380aa578 user: drh tags: trunk)
2021-05-12
02:14
Change log updates. ... (check-in: 705d519f user: stephan tags: trunk)
2021-05-10
01:56
On the /login page, add a link to the user's forumpost timeline, per request in forum post c268b857d6. ... (check-in: 2d59385d user: stephan tags: trunk)
2021-05-08
04:30
Changed /wikiedit and /wikinew default mimetype to markdown, as discussed in forum post af11465f66. ... (check-in: 4b01359f user: stephan tags: trunk)
2021-05-06
10:27
Tweak to "fossil help branch" output per a forum post. ... (check-in: f50dccc4 user: wyoung tags: trunk)
2021-05-02
18:28
Enhancements to the OpenBSD fastcgi documentation from Emil Engler. ... (check-in: 3d4aad59 user: drh tags: trunk)
2021-04-30
20:44
Fix small typo in comments (no functional changes) ... (check-in: 6f9ed563 user: mgagnon tags: trunk)
18:07
On the /brlist page, try to prevent flicker of the "View N branches" label by creating the label using JS instead of as part of the original document. ... (check-in: 668f0e71 user: drh tags: trunk)
15:13
de-minify the custom CSS for the bootstrap skin, so that it is readable and editable. ... (check-in: 95a72691 user: drh tags: trunk)
2021-04-29
12:52
/brlist: use background color change, instead of bold, for selected branches to avoid layout changes from the text changing size, as discussed in and around forum post 606cbfdff6. Background color is the same as timelineSelected for all skins except xekri, which needs a bit more contrast. ... (check-in: 9322a0bc user: stephan tags: trunk)
2021-04-28
20:23
Updates to the change log. ... (check-in: 64edf41a user: drh tags: trunk)
19:01
Update the built-in SQLite to the latest 3.36.0 prototype. ... (check-in: d3d7a78f user: drh tags: trunk)
18:09
Add the "brlist" match-style option to the timeline submenu. ... (check-in: b1e409b2 user: drh tags: trunk)
17:08
Add the new "ms=brlist" version of the "ms" query parameter on /timeline. Use it with the multi-branch selector on the /brlist page. ... (check-in: 2e9520a2 user: drh tags: trunk)
2021-04-26
19:45
Gracefully degrade to the old behaviour if a user's browser does not support URLSearchParams. ... (check-in: 262c0fb6 user: george tags: trunk)
19:26
Reinforce the previous for the case when access to non-existent field resolves to null (instead of undefined). ... (Closed-Leaf check-in: 8a7620e4 user: george tags: vdiff-context-glob)
19:12
Gracefully degrade to the old behaviour if a user's browser does not support searchParams() method for URLs. ... (check-in: 9ec88b57 user: george tags: vdiff-context-glob)
17:57
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. ... (check-in: d96982fb user: mgagnon tags: trunk)
15:37
Merge latest changes from trunk ... (check-in: 700ae107 user: mgagnon tags: vdiff-context-glob)
15:36
Use URLSearchParams API instead use custom GetQueryStringValue() function. URLSearchParams is support by most browser since 2017. ... (check-in: fab81968 user: mgagnon tags: vdiff-context-glob)
2021-04-24
17:04
Update the Makefiles to include new JS files added by check-ins [6f5a5643ae3b5d14] and [6ebf5c7c9f1b1d16]. Windows server-side won't work on builds without this change. The necessary changes were already in the unix makefiles, so prior builds should be working there. ... (check-in: ffd09993 user: drh tags: trunk)
01:02
Fix test 13 in merge_renames.test. ... (check-in: ad918d66 user: drh tags: trunk)
00:54
More work on merge with renames. Added a test case for the changes in check-in [cb4f38ee6733dccc]. Fix test 6 in merge_renames.test. ... (check-in: 33e518b1 user: drh tags: trunk)
00:03
Resolved whatis command's tags reporting to leave out cancelled tags, as reported in forum post c0be2ea60a. ... (check-in: cf6bb078 user: stephan tags: trunk)
2021-04-23
20:03
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. ... (check-in: 3e588c82 user: mgagnon tags: vdiff-context-glob)
2021-04-22
01:40
Merge from 'brlist-timeline' which enables easy selection of several branches on the /brlist page. A special hyperlink in the submenu of /brlist page interactively tracks which branches are checked and points to the /timeline view of just these selected branches. ... (check-in: 5df47469 user: george tags: trunk)
01:09
Minor refactoring: unite two similar code fragments using new auxiliary function amendAnchor(). ... (Closed-Leaf check-in: f2348f27 user: george tags: brlist-timeline)
00:26
Apply encodeURIComponent() function to the generated regular expression before appending it to the hyperlink's prefix. This should handle some awkward characters within branch names. Spaces and commas are a noteworthy examples of characters that still should be avoided within branch names. ... (check-in: 6281f24e user: george tags: brlist-timeline)
2021-04-21
20:53
Enable interactive adjustment of the set of wiki pages that are listed on the /wcontent page. Corresponding submenu controls can be configured by the administrator to fulfill local needs and constraints. ... (check-in: 79713433 user: george tags: wcontent-subsets)
16:48
Remove extraneous and incomplete <span> tag from the /finfo output. ... (check-in: d115594b user: drh tags: trunk)
2021-04-20
14:16
Improved robustness of the merge algorithm when merging long-running branches with many name changes. ... (check-in: dc850c9b user: drh tags: trunk)
2021-04-19
18:18
Fixed misinteraction between bootstrap skin and new /brlist selection feature caused by both using the .label class for their own purposes. ... (check-in: f5bcff6c user: stephan tags: brlist-timeline)
16:45
Do not use bold font for the "View X branch(es)" hyperlink. ... (check-in: 08b90535 user: george tags: brlist-timeline)
16:08
Display "View 1 branch" hyperlink if just one branch is selected. Add documentation to the www/javascript.md and to the changelog. Also minor CSS tweaks. ... (check-in: c6a061f2 user: george tags: brlist-timeline)
01:01
Rename 'Timeline' submenu link into 'View X branches' that is shown only if two or more branches are selected. Also some minor code refactoring for better compatability with old versions of WebView. ... (check-in: 00891cba user: george tags: brlist-timeline)
2021-04-18
21:17
Removed a reference to a removed function. ... (Closed-Leaf check-in: 90f9af21 user: stephan tags: brlist-timeline)
21:08
Cosmetic tweaks: align the new checkboxes consistently and toggle a class on the Timeline link when any checkboxes are selected, to give the user some indication that the checkboxes are doing something. ... (check-in: 73ebf81b user: stephan tags: brlist-timeline)
20:11
Fix the previous: add the fossil.page.brlist.js script which was forgotten. ... (check-in: 6f5a5643 user: george tags: brlist-timeline)
19:59
Improve /brlist page so that several branches can be easily selected for the dedicated study via /timeline page. This is implemented using simple JavaScript that interactively changes a special hyperlink in the submenu of /brlist page. See forum thread 07c94e4d7c. ... (check-in: 08433ff8 user: george tags: brlist-timeline)
2021-04-17
12:23
Minor correction to finfo command comment help. ... (check-in: 8913402d user: andybradford tags: trunk)
2021-04-16
18:37
Improvements to the "fossil merge" algorithm so that it works better in complex cases involving branch merges where a file was created on one branch but not the other and had its name changed somewhere along the line. See forum post 549700437b for discussion. ... (check-in: cb4f38ee user: drh tags: trunk)
2021-04-15
15:48
Add the "fossil test-show-vfile" command, and the (undocumented) --show-vfile option on "fossil merge". Both additions are for debugging use only and are unsupported. ... (check-in: f35eb8e2 user: drh tags: trunk)
15:03
Further improvements to the --debug option on "fossil merge". ... (check-in: 0d4d85b0 user: drh tags: trunk)
13:21
Enhanced debugging output for the "fossil merge" command when using the (deliberately undocumented) --debug option. ... (check-in: 32778cc0 user: drh tags: trunk)
06:06
Small tweak to the admin vs setup doc, amounting to a grammar fix. ... (check-in: 1ea1abe6 user: wyoung tags: trunk)
03:29
Grammar fix for previous ... (check-in: 23de8947 user: wyoung tags: trunk)
03:20
Added a paragraph to point #5 in the "benefits of a server" doc to point to Larry Brasfield's new "SQLite Over a Network, Caveats and Considerations" article and to give a Fossil-specific gloss on it. ... (check-in: 130abdce user: wyoung tags: trunk)
03:11
Assorted improvements to the "Setting Up A Server" section in the quickstart guide, primarily clarity and linking to other sources of related info. ... (check-in: f17ab298 user: wyoung tags: trunk)
2021-04-14
18:48
If a parameter's value starts with an uppercase letter then truncate resulting label to just the first path segment. This check-in also adds a few code-comments related to %s formatting. ... (check-in: b75ee4f2 user: george tags: rptview-submenu-paralink)
2021-04-13
13:53
Retain original finfo behavior by introducing a new "mode" for artifact-id. ... (check-in: 5015043b user: andybradford tags: trunk)
2021-04-10
04:30
Fix dereferencing of NULL-pointer in 'pWiki' for the case when non-existent wiki page is requested. ... (check-in: 735a7051 user: george tags: th1-doc-vars)
2021-04-09
07:17
/chat internal doc correction and cleanup. No visible changes. ... (check-in: 243be3ef user: stephan tags: trunk)
05:19
Enhance finfo command to print "whatis" information when -r is used without -p. ... (check-in: cb68b7dc user: andybradford tags: trunk)
04:21
Remove useless 'nMaxDigit' parameter from the signature of the style_submenu_parametric(). Also edit a corresponding comment. ... (check-in: d1651e7e user: george tags: rptview-submenu-paralink)
02:58
Use "Reports" for the /reportlist element, as per [1a1c0ebe3cf9]. Also be more pedantic when composing user-visible labels for the parameter-induced hyperlinks. ... (check-in: 8861a68e user: george tags: rptview-submenu-paralink)
2021-04-08
11:34
Update the change log for the 2.14.1 and 2.15.1 patches. ... (check-in: 041c3d1f user: drh tags: trunk)
01:07
Version 2.14.1 ... (check-in: 4de59089 user: drh tags: release, branch-2.14, version-2.14.1)
01:07
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). ... (check-in: 96b0c1ff user: drh tags: branch-2.14)
01:05
Version 2.15.1 ... (check-in: 2f901f98 user: drh tags: release, branch-2.15, version-2.15.1)
01:05
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). ... (check-in: 0986dabb user: drh tags: branch-2.15)
00:55
Backout [5c5aa19cc5098ac2] - we want words for the menu items, not obscure unicode symbols. I'm not sure what that check-in was all about. ... (check-in: 1a1c0ebe user: drh tags: trunk)
00:47
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). ... (check-in: 719dfbb9 user: drh tags: trunk)
00:27
Increase the version number to 2.14.1 ... (check-in: b39338dc user: drh tags: branch-2.14)
00:26
Increase the version number to 2.15.1 ... (check-in: 215f42c2 user: drh tags: branch-2.15)
00:24
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. ... (check-in: a80b2eae user: drh tags: branch-2.15)
00:22
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. ... (check-in: 3cea3a02 user: drh tags: branch-2.14)
2021-04-07
23:32
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. Broken by check-in [5e7dc8a6f51818e6]. ... (check-in: cfb6e5ea user: drh tags: trunk)
18:47
In the forum, provide a hyperlink from the name of the author of each post to a timeline of their most recent posts. ... (check-in: 46d7ccd4 user: drh tags: trunk)
18:20
Merge the latest SQLite 3.36 enhancements for testing. ... (check-in: 1464e18a user: drh tags: trunk)
15:35
chat: make user names stand out more to help differentiate between color-colliding users, per /chat discussion. ... (check-in: 58e5348b user: stephan tags: trunk)
15:10
Minor internal JS API doc clarification. ... (check-in: bcc9a6ea user: stephan tags: trunk)
14:46
/chat experiment, per chat discussion: when a given user posts multiple messages in a row, indent the 2nd and subsequent messages. ... (Closed-Leaf check-in: 609bcd32 user: stephan tags: chat-indent-messages)
10:09
The 'placeholder' attribute of the two /chat text input fields how includes the project name to help avoid confusion about which /chat one is typing into without requiring new screen real estate for a project-name label. ... (check-in: 69135e4f user: stephan tags: trunk)
07:35
/chat-send now uses the user name 'nobody' for guest-user posts. See forum post e0be0eeb4c for details. ... (check-in: 5312f373 user: stephan tags: trunk)
03:10
Make some auxiliary Th1 variables available within skins' header/footer. For /doc, /uv and /wiki pages put into "artifact_hashsum" variable (and also into its page-specific variant) a full identifier of the requested file or wiki. For /wiki pages also provide "wiki_editor" and "wiki_timestamp" variables. There is an old forum thread on the topic and another thread on a little bit related issue. ... (check-in: 80e062e1 user: george tags: th1-doc-vars)
02:35
Resolved /chat-poll crash when xfrom is null, as described in forum post e0be0eeb4c. ... (check-in: 92b5cc21 user: stephan tags: trunk)
2021-04-06
10:47
The "fossil open" command now tolerates the repository file being in the check-out directory without requiring the -f flag. See forum post bc5f8f6e59 for the discussion. ... (check-in: 61132cef user: drh tags: trunk)
2021-04-04
15:42
Allow to DROP some specific tables, views and indices that could be introduced into the database schema of a repository through customization of ticketing subsystem. For example, DROP may be required due to the need to update tickets configuration of the already deployed repository. See the forum thread c9b8322fde for discussion. (Update) Security risk. Do not merge to trunk. ... (check-in: ca175c61 user: george tags: tktschema-allow-drop)
2021-04-03
10:56
build.wiki: dockerfile example now uses alpine v3.13 instead of alpine edge because 3.14+ unduly breaks stuff on many currently-common host OSes. ... (check-in: 63ed857a user: stephan tags: trunk)
2021-04-02
03:56
Improve an error message in the 'json' test file. ... (check-in: e4f854db user: mistachkin tags: trunk)
03:39
Fixes to the 'commit-warning' test file. ... (check-in: 953bb36c user: mistachkin tags: trunk)
03:38
Fixes to the 'json' test file. ... (check-in: e9def3b7 user: mistachkin tags: trunk)
02:57
Fixes to the 'th1' test to account for a trace output difference on non-Windows platforms. ... (check-in: 739dd489 user: mistachkin tags: trunk)
2021-03-31
22:53
Fix (URL-decode) a hyperlink that gets into clipboard when user selects a line of code (or a range of lines) and clicks "copy-to-clipboard". This affects /file, /artifact and /whatis pages. This fix may be somewhat suboptimal or incomplete: it may be worth investigating why some submenu's links are mangled on a server's side and fix it there (hint: perhaps %T and %h formatting does not play well with style_submenu_*() family of functions, see also check-in [b982c00150] and post b8ea664a57). ... (check-in: 89815187 user: george tags: trunk)
20:42
Fix broken hyperlink at www/caps/index.md. Also substitute "most recent version" in the QuickStart with "checkout version" that seems more specific (checkout may very well correspond to a historic version). ... (check-in: 68344d62 user: george tags: trunk)
18:57
Update the built-in SQLite to 3.35.4-rc1 for testing. ... (check-in: 9313f2ad user: drh tags: trunk)
12:42
Merge reduction of fossil_panic() calls, for cleaner abnormal exits. ... (check-in: 31c7bdb8 user: larrybr tags: trunk)
10:57
Sync w/trunk. ... (Closed-Leaf check-in: 79be1156 user: larrybr tags: panic-reduction)
2021-03-28
05:14
Add example of fossil timeline + diff to get changes between specific versions ... (check-in: 19f4b064 user: danshearer tags: trunk)
2021-03-27
16:04
/chat: removed the unused/unnecessary jump-to-top/bottom buttons. ... (check-in: a044fea7 user: stephan tags: trunk)
2021-03-26
20:28
Darkmode skin ticket page style improvements from forum post f7f89e2cdb. ... (check-in: fb39f02b user: stephan tags: trunk)
20:16
Append to the list of changes in v2.15 an item about /whistory. ... (check-in: 920b7079 user: george tags: trunk)
19:32
Fixed the 'add' Windows-reserved filename check to work with both filename and directory name input. It now always warns for such named s but permits them if --allow-reserved is used. ... (check-in: d0a8582e user: stephan tags: trunk)
18:25
Integrate rptview-submenu-paralinks branch. For this check-in parametric links in submenus are enabled on /rptview page (may be triggered by rvsmpl, rvsmplX, rptview_smpl, rptview_smplX parameter names) and also for /wiki page (may be triggered by wikismpl, wikismplX parameter names). See also forum threads 612170e310 and 8cc4931e69. ... (check-in: 5c5aa19c user: george tags: trunk)
17:59
Merge-in changes from trunk (~ version 2.15) ... (check-in: 29067107 user: george tags: rptview-submenu-paralink)
17:54
Remove inflammatory language about "lying" from the "rebase considered harmful" article. ... (check-in: 19d0a94a user: drh tags: trunk)
17:53
Merge from trunk tip. ... (check-in: 6e1cee19 user: larrybr tags: panic-reduction)
17:28
Update the change log and index page with the new release information. ... (check-in: 97610f82 user: drh tags: trunk)
17:24
Version 2.15 ... (check-in: 2c6012c4 user: drh tags: trunk, release, version-2.15)
17:20
Allow a page's submenu to have multiple parametric hyperlinks induced by several different query string parameters. Use a common suffixes (smpl,smpl1,...smpl9) to probe for defined parameters. Relax constraints on hyperlink values to allow linking to wiki pages (for example). As a proof of concept add support of paralinks to the /wiki page. Get rid of dangling '&' at the endings. ... (check-in: d075801a user: george tags: rptview-submenu-paralink)
16:14
Merge latest trunk. ... (check-in: b5642541 user: larrybr tags: panic-reduction)
16:13
Mention possible core dump from fossil_panic() exits. ... (check-in: 46631168 user: larrybr tags: panic-reduction)
13:33
Update the built-in SQLite to version 3.35.3. There are no changes other than the version string. ... (check-in: 8e5bdceb user: drh tags: trunk)
2021-03-25
15:43
Merge current trunk. ... (check-in: d1adf6c4 user: larrybr tags: panic-reduction)
04:11
At /rptview page show link to /reportslist. If request's query string contains rvsmpl parameter then also show an auxiliary link to the page defined by the value of this parameter. Labels and links rendered via %s format specifier because %h and %T did not work properly. In this particular case this seems fine because style_finish_page() renders HTML via %h(...). Code review is very welcome though. ... (check-in: b982c001 user: george tags: rptview-submenu-paralink)
01:32
Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). ... (check-in: 91a4652f user: larrybr tags: panic-reduction)
00:17
Create new branch named "panic-reduction" ... (check-in: 1efa8d7f user: larrybr tags: panic-reduction)
2021-03-24
15:40
Update the form spider protections so that links to /register go through even if spider protection is fully enabled. This allows self-registration even if user "nobody" has no permissions. ... (check-in: 89b724dc user: drh tags: trunk)
04:25
Always include a report number parameter into the report's "Raw" link (at the top of the /rptview page). This fixes the glitch for the case when the report number is "hidden" within URL alias. ... (check-in: bed4b0f7 user: george tags: trunk)
2021-03-23
15:53
Fix minor typo and sort options in command-line timeline. ... (check-in: f4af604a user: danield tags: trunk)
14:50
Implement selection of two arbitrary versions of a wiki for comparison (radio-button selects a baseline, anchor sign clears this selection). Also let several sequential edits by the same user be "recycled" into a single row. Effectively this backouts [cef8425cf4a482a3]. See also a forum thread ... (check-in: 6ebf5c7c user: george tags: trunk)
13:31
Merge changes from trunk ... (Closed-Leaf check-in: 9ff7d9e5 user: george tags: wiki-history)
2021-03-22
12:43
Update to SQLite 3.35.3 preview for testing. ... (check-in: 8ec00b97 user: drh tags: trunk)
03:03
Ported /chat from windows.fetch() to fossil.fetch() for XHR calls, as discussed in forum post 04b37ca5a5. ... (check-in: e9ed3158 user: stephan tags: trunk)
2021-03-21
18:51
Cleaned up the is-first-call handling of the /chat message poller. ... (Closed-Leaf check-in: 147ff84e user: stephan tags: chat-fetch-port)
18:25
Ported /chat from window.fetch to fossil.fetch, as FF versions as recently as 2017 fail with window.fetch. Needs more testing before merge but seems to work. ... (check-in: c9736432 user: stephan tags: chat-fetch-port)
2021-03-19
16:01
Resolved display cookie diff setting inconsistency reported in forum post f7e18f946b. ... (check-in: e378f930 user: stephan tags: trunk)
03:10
Add compile-time option to enable TH1 memory leak tracking. Also, fix TH1 memory leak, improve a couple #ifdef's, and fix JSON assert in fossil_print_error() seen when an invalid repository is specified. ... (check-in: 999e33cc user: mistachkin tags: trunk)
02:49
Be sure to set the default value for the OPTIMIZATIONS nmake macro, i.e. to avoid an expression syntax error. ... (Closed-Leaf check-in: 9c36e633 user: mistachkin tags: th1-malloc-debugging)
2021-03-18
23:31
Fix JSON assert in fossil_print_error() seen when an invalid repository is specified. ... (check-in: 44cf2e91 user: mistachkin tags: th1-malloc-debugging)
22:57
Add compile-time option to enable TH1 memory leak tracking. Also, fix a TH1 memory leak and improve a couple #ifdef's. ... (check-in: e5293dc2 user: mistachkin tags: th1-malloc-debugging)
22:09
Add the --reset option to the "fossil test-backoffice-lease" command. ... (check-in: b2e83470 user: drh tags: trunk)
15:20
Add information on how to remove a Windows service, per forum post 0bcffc517f. ... (check-in: 366fda0c user: danield tags: trunk)
10:55
When configuring with --no-opt in addition to --fossil-debug, do not swallow -DFOSSIL_DEBUG. ... (check-in: 72983897 user: danield tags: trunk)
03:46
Fix the 'unversioned' test. ... (check-in: a517a2fe user: mistachkin tags: trunk)
03:35
Fix the 'settings-repo' test. ... (check-in: 1f493240 user: mistachkin tags: trunk)
03:28
Fix the 'settings' test. ... (check-in: 93bd55f3 user: mistachkin tags: trunk)
03:22
When using the VsWhere tool, require the MSVC toolset, not MSBuild. ... (check-in: 9cd7d67d user: mistachkin tags: trunk)
03:21
Fix for the 'reserved-names' test. ... (check-in: 84e2abea user: mistachkin tags: trunk)
03:21
Fix compiler warning seen with MSVC. ... (check-in: 2dbc7154 user: mistachkin tags: trunk)
02:01
Fixes for the 'th1' tests. ... (check-in: e57dc731 user: mistachkin tags: trunk)
01:40
Object files based on checked-out source files should not be ignored. The final build products (e.g. 'fossil', 'fossil.exe') are exempt from this rule. ... (check-in: 0d21459e user: mistachkin tags: trunk)
01:36
For consistency, add 'msvcbld' to the Docker ignore file. ... (check-in: ab168a89 user: mistachkin tags: trunk)
01:34
Re-add the 'wbld' directory to 'clean-glob' as it is used by MinGW. ... (check-in: bb86eb62 user: mistachkin tags: trunk)
01:30
Update the custom MinGW makefile. ... (check-in: d425ea6b user: mistachkin tags: trunk)
01:16
Make detection and use of VsWhere tool consistent and support 32-bit installs. ... (check-in: 9fef4e01 user: mistachkin tags: trunk)
2021-03-17
19:34
Update the built-in SQLite to version 3.35.2. ... (check-in: 4c561266 user: drh tags: trunk)
18:24
Update build infos for Windows. ... (check-in: 8c361b3a user: danield tags: trunk)
15:50
Be clearer about the definition of technote comment & id. Improve technote doc. ... (check-in: 51292810 user: danshearer tags: trunk)
15:27
Improve description of technotes as per forum post 225b049220 ... (check-in: ae70df75 user: danshearer tags: trunk)
12:38
Add explanation of how to use makemake.tcl script (and how not to break the build) ... (check-in: e11efff8 user: danshearer tags: trunk)
2021-03-16
21:08
Regenerated makefiles to account for webmail.c removal in [274df1cad42f]. ... (check-in: 8228ed34 user: stephan tags: trunk)
20:10
Finish off webmail delete ... (check-in: 274df1ca user: danshearer tags: trunk)
19:59
Remove smtpd server functionality first pass ... (check-in: db5c2d39 user: danshearer tags: trunk)
18:09
Add item for a quote button, as per forum post 7ad03cd73d ... (check-in: a9427d9d user: danshearer tags: trunk)
17:33
Make timestamps displayed on forum posts consistent with those on timeline. Technically this means that forum rendering now respects (repo-local) "timeline-utc" setting ... (check-in: c67f5bf2 user: george tags: trunk)
16:13
Detect and use Visual Studio 2017 and later in buildmsvc.bat. ... (check-in: bf5df255 user: danield tags: trunk)
2021-03-15
13:14
Add example of creating technote from the commandline ... (check-in: a498b132 user: danshearer tags: trunk)
12:59
Use ./local form of url, and add reference to hackers-howto.wiki ... (check-in: 620c8175 user: danshearer tags: trunk)
12:12
Made a more general list of projects and tasks. There will be a GSoC next year, but this has value meantime. ... (check-in: 47b1f6ad user: danshearer tags: trunk)
07:27
Added link to technotes list on the /wikihelp page, per request in forum post 7a4609bad3. ... (check-in: c00e5d60 user: stephan tags: trunk)
2021-03-13
22:55
Add missing defined() when testing for _WIN32. ... (check-in: 556479b2 user: danield tags: trunk)
22:15
Avoid segfault while serving /wdiff page with empty "pid" parameter in a query string. Segfault occurs due to dereferencing of a NULL pointer in pW2, which happens because both name_to_typed_rid("","w") and manifest_get(0,...) return 0. ... (check-in: 7b81aac1 user: george tags: wiki-history)
21:39
Merge from trunk ... (check-in: 1a403a7a user: george tags: wiki-history)
18:13
Squished a warning about */ within a C block comment. ... (check-in: e7be14af user: wyoung tags: ui-local-diff)
17:11
Mention the ./configure --print-minimum-sqlite-version feature in the change log. Improved comments on the two places in the code that check the minimum SQLite version, so that they refer to one another, to remind developers to change both places if they change either. ... (check-in: 7018d7c1 user: drh tags: trunk)
13:26
More enhancements to the change log for version 2.15. ... (check-in: c561e051 user: drh tags: trunk)
12:54
Add the "fossil add" Windows reserved filename restriction to the change log. ... (check-in: 5add4656 user: drh tags: trunk)
10:28
delta-manifests.md: minor typos and phrasing improvements. ... (check-in: 25e93b70 user: stephan tags: trunk)
00:35
The 'add' command now fails for filenames that are reserved on Windows unless the --allow-reserved flag is used. See forum discussion 5116485456 for more details. ... (check-in: 922b5c4d user: drh tags: trunk)
2021-03-12
15:22
Update the built-in SQLite to version 3.35.0 final. ... (check-in: b06953e1 user: drh tags: trunk)
14:44
'add' command now fails if given a filename which is reserved on Windows unless the --allow-reserved flag is used, per forum discussion 5116485456. ... (Closed-Leaf check-in: 7135111a user: stephan tags: add-allow-reserved-flag)
11:29
Fix capitalization and statements on hash collisions in delta-manifest.md ... (check-in: 36f90c7b user: danield tags: trunk)
07:15
xekri skin: set .debug foreground color to something legible against the yellowish background. ... (check-in: 749d9daf user: stephan tags: trunk)
07:08
Added www/delta-manifests.md, a discussion about the pros and cons of delta manifests. ... (check-in: fbd16f3f user: stephan tags: trunk)
2021-03-11
18:20
More help text consistency tweaks from forum discussion 8c644048f0: FILE vs REPO. ... (check-in: decd5370 user: stephan tags: trunk)
15:40
More help text consistency tweaks from forum discussion 8c644048f0: --repository REPO. ... (check-in: 2f7c93f4 user: stephan tags: trunk)
13:22
Numerous help text consistency tweaks based on forum discussion 8c644048f0. ... (check-in: 4cb50c4e user: stephan tags: trunk)
2021-03-10
12:34
Ensure that there is always a newline before a conflict mark in merge output. See the forum discussion. ... (check-in: b491c196 user: drh tags: trunk)
2021-03-09
21:24
Update the built-in SQLite to the second 3.35.0 beta, for testing. ... (check-in: b4687298 user: drh tags: trunk)
2021-03-07
21:21
Avoid NULL pointer deference in the "hook test" command when an invalid hook number is supplied. ... (check-in: 9527034f user: drh tags: trunk)
13:27
xekri skin: Added missing color customization for selected forum post (was illegible). Added borders to blockquotes. ... (check-in: c070a27f user: stephan tags: trunk)
13:16
xekri skin: added a bit of contrast to the dark-blue-on-black bits by lightening the blue a tad. ... (check-in: 104b0a18 user: stephan tags: trunk)
13:05
Khaki skin: added a border to blockquotes in forum posts. ... (check-in: 06f2192c user: stephan tags: trunk)
09:50
/chat doc: documented that a message's poster may delete it globally, the same as an admin can. ... (check-in: a0d3f53c user: stephan tags: trunk)
2021-03-05
16:00
configure now checks system sqlite version against the version in auto.def ... (check-in: 834f6515 user: danshearer tags: trunk)
15:36
Reverted part of commit [b9a6e1a9c9c52edc] which moved an Autosetup include in auto.def, apparently because it looked more correct. What it actually does is prevents default Autosetup options like --prefix from being added to the list of legal options. ... (check-in: 65c71961 user: wyoung tags: trunk)
12:13
Add instructions for updating the minimum required version number ... (check-in: f09b0f1d user: danshearer tags: trunk)
12:04
Add configure option --print-minimum-sqlite-version ... (check-in: b9a6e1a9 user: danshearer tags: trunk)
2021-03-04
20:07
Minor typo fix in the "makefile.wiki" document. ... (check-in: 07dbd17e user: drh tags: trunk)
16:40
Added a section to the default CSP doc to document the changes made recently to that default CSP. ... (check-in: ab029e40 user: wyoung tags: trunk)
15:10
This file has to be read locally for the links to work. ... (check-in: a0788de8 user: danshearer tags: trunk)
11:18
Removed the reduced opacity from the 'active' menu item in darkmode skin. It just looks a bit odd. ... (check-in: a0f30a58 user: stephan tags: trunk)
03:53
Added diff toggles to the /vinfo page, per forum feedback. ... (check-in: ddb2124a user: stephan tags: trunk)
02:28
Mention the relaxation of the img-src rule in the default CSP. ... (check-in: 25667a5e user: drh tags: trunk)
2021-03-03
17:28
The various diff-rendering pages now have toggles to show/hide individual diffs, as discussed in 0f751ad9c8. ... (check-in: 877246cf user: stephan tags: trunk)
17:24
leaves command now shows the branch point of each leaf, as discussed in 5e52d31d2e. ... (check-in: d21e3c5a user: stephan tags: trunk)
17:21
Further adjustments to the default CSP to allow in-line images. ... (check-in: c184d646 user: drh tags: trunk)
16:41
Relax the built-in CSP to remove all restrictions on the source of images. ... (check-in: 025a0072 user: drh tags: trunk)
12:31
Change Quick Start to store the repository file outside the working directory. ... (check-in: 1ce4fd2f user: danield tags: trunk)
12:04
Improve explanations for prospective students in the ticketing section ... (check-in: 0f90d0df user: danshearer tags: trunk)
11:58
Make the mail task more general, and more obviously a design+research task rather than implementing exactly what is in this file ... (check-in: 316b55a6 user: danshearer tags: trunk)
11:33
Move CSS task to new Look and Feel section ... (check-in: 092a7fb7 user: danshearer tags: trunk)
10:17
Added Look & Feel tasks to the GSoC list. ... (check-in: ea2f26aa user: stephan tags: trunk)
2021-03-02
20:50
Add the "re=" query parameter to the /dir webpage. Improvments to skin documentation and to the change log. ... (check-in: f08466dd user: drh tags: trunk)
17:13
Documentation for new settings. Improvements to the change log. ... (check-in: aac9093b user: drh tags: trunk)
16:44
Update to the change log. ... (check-in: c0c12359 user: drh tags: trunk)
16:06
Refactor the routines used to generate TH1 variables that hold resource URLs. Functionality should be unchanged. The purpose is to make the code simplier, easier to read, and easier to maintain. ... (check-in: 6acd87f2 user: drh tags: trunk)