Fossil

Timeline
Login

Timeline

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

3612 check-ins using file src/th.c version 2aeace70

2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. ... (Leaf check-in: a2335604 user: drh tags: branch-1.37)
2019-08-20
16:11
Fix possible misaligned pointer to a 16-bit object. ... (check-in: f7c41be8 user: drh tags: trunk)
15:04
Updated and expanded documentation on how to set up a Fossil server. ... (check-in: f146e21a user: drh tags: trunk)
14:55
Add the --with-sanitizer option to the ./configure script. ... (check-in: 231d6933 user: drh tags: trunk)
07:01
Fixed a link punctuation bug introduced in [74a6578c]. ... (Closed-Leaf check-in: c57e1793 user: wyoung tags: server-docs)
06:45
The merge from trunk accidentally reverted part of the new text in www/embeddeddoc.wiki. (This part was manually merged, and I missed a diff relative to trunk.) ... (check-in: 8976a9da user: wyoung tags: server-docs)
06:35
Missed a link to server.wiki that should have been checked in with [74a6578c]. ... (check-in: d5def0c8 user: wyoung tags: server-docs)
06:34
Merged in trunk improvements ... (check-in: 42d28c02 user: wyoung tags: server-docs)
06:28
Reverted src/doc.c to the trunk version. The "Plan Z" reversion in [8264fd75] was incomplete, causing bad TH1 variable expansion. I believe this explains the symptom I worked around in [9bdf650f0b8]. This check-in also cherry-picks [3d6a4fd95c] onto the branch. ... (check-in: 3cdf764c user: wyoung tags: server-docs)
06:03
Updated all of the internal hyperlinks referencing www/server.wiki to point at either www/server/index.html or one of the docs it now points at. ... (check-in: 74a6578c user: wyoung tags: server-docs)
04:57
Fixed an unwanted "$nonce" variable expansion within the new customskin.md introduced by [9044fd2dbe] which only occurs *sometimes*: not on fossil-scm.org, and apparently not in my earlier ckout testing prior to checking it in, but now in a different ckout test. This has to be a TH1 thing, but I don't understand why we didn't see this earlier. This is just a workaround for the symptom. ... (check-in: 9bdf650f user: wyoung tags: trunk)
04:34
Fixed a link from the new material in embeddeddoc.wiki to the new CSP material: that briefly lived in customskin.md before checking it in, but then I moved it to a new document and forgot to update the link. ... (check-in: f4cbfd5a user: wyoung tags: trunk)
04:24
Fixed a couple of Tcl syntax fixes that caused the new --with-sanitizer code to a) run unconditionally irrespective of the option's setting and b) to check for the existence of libubsan whether it was actually needed or not. ... (Closed-Leaf check-in: 66fdab76 user: wyoung tags: configure-updates)
04:07
Added www/defcsp.md, which documents the default Content Security Policy applied by Fossil to the HTML pages it serves. Linked that into embeddeddoc.wik and customskin.md, which touched on this topic before but didn't go into much detail. ... (check-in: 4e6d36d7 user: wyoung tags: trunk)
02:09
Fix a compiler warning in the security-audit page. ... (check-in: 3243a6c1 user: drh tags: trunk)
01:34
Added --with-sanitizer configure-time option for appending -fsanitize=VALUE to CFLAGS and LDFLAGS, plus automatic detection of -lubsan for GCC, which doesn't automatically link to that with -fsanitize=undefined as Clang does. EDIT: This check-in breaks the built on Ubuntu 18.04. ... (check-in: 7907b6ff user: wyoung tags: configure-updates)
00:41
Removed "known to work with IIS" bit from www/server/index.html in the CGI section, since that is not actually true. We can put it back once someone figures out the IIS + CGI + Fossil CPU pegging problem. ... (check-in: 8b7c17de user: wyoung tags: server-docs)
00:37
Removed documentation of the nonce="$NONCE" feature in www/embeddeddoc.wiki, removed as part of [8264fd75]. ... (check-in: d55f6b15 user: wyoung tags: server-docs)
2019-08-19
23:32
Fix a broken hyperlink on the new server-docs index page. ... (check-in: 461c8f06 user: drh tags: server-docs)
19:29
Updating links in www/server/windows/stunnel.md to correct locations. ... (check-in: 65d175ae user: ckennedy tags: server-docs)
18:24
Plan Z ... (check-in: 8264fd75 user: drh tags: server-docs)
17:18
Have the security-audit page analyze and display the content security policy. ... (check-in: 9cf90a4f user: drh tags: trunk)
13:04
Increase the default HTTP request timeout to 10 minutes. Provide the FOSSIL_DEFAULT_TIMEOUT compile-time option for setting an alternative default. ... (check-in: 7979989d user: drh tags: trunk)
12:38
Added missing www/chroot.md file ... (check-in: 80cd49f0 user: wyoung tags: server-docs)
12:09
Updated www/server/index.html to no longer discuss launchd as a "maybe" option now that we have a document for it, and removed mention of Solaris SMF entirely. ... (check-in: 1e6fbcf2 user: wyoung tags: server-docs)
11:59
Added www/server/macos/service.md and then added macOS to the set of server OSes offered in www/server/index.html ... (check-in: e0ad4b48 user: wyoung tags: server-docs)
10:22
Assorted small tweaks to www/server/windows/iis.md ... (check-in: b5fefeec user: wyoung tags: server-docs)
10:10
Small tweaks to the new "Serving as a Standalone Server on Windows" article. ... (check-in: 3995a3c7 user: wyoung tags: server-docs)
09:47
Assorted small tweaks to server docs, mainly around new systemd material. ... (check-in: 9d4a4782 user: wyoung tags: server-docs)
09:10
Added www/server/debian/service.md, demonstrating systemd configuration of Fossil for the first time in the official docs, both as a user serivce and in socket activation mode as a system-level service. ... (check-in: 94763aed user: wyoung tags: server-docs)
05:00
Clarity tweak ... (check-in: bc678e13 user: wyoung tags: server-docs)
04:58
Grammar fix on previous ... (check-in: d5c754f9 user: wyoung tags: server-docs)
04:58
Title tweak on previous ... (check-in: afc65312 user: wyoung tags: server-docs)
04:57
Added www/server/windows/none.md server setup article ... (check-in: 3e55ddf7 user: wyoung tags: server-docs)
03:44
Added explicit instructions on installing IIS within the new IIS server docs. It isn't installed by default, and in the CGI case, CGI isn't part of the default IIS install. ... (check-in: b2f10ad5 user: wyoung tags: server-docs)
01:17
The www/customskin.md document hadn't been updated since we removed the explicit <html><head> stuff from the default skins and moved that into the C code so we could insert the CSP and such automatically. Updated it to show the inner
tags that you actually get by default now, and talked about how the HTML document wrapper is added automatically. Also fixed some spelling and grammar errors.
... (check-in: 9044fd2d user: wyoung tags: trunk)
00:51
Fix embedded HTML detection for the 'doc' web page when the 'data-title' attribute is not specified. ... (check-in: 3d6a4fd9 user: mistachkin tags: trunk)
00:30
Added links back to the top-level www/server/index.html article from the tail end of www/server/*/*.md. ... (check-in: 0f6f151d user: wyoung tags: server-docs)
00:25
Justified the ordering of sections in www/server/index.html by including info on complexity. CGI remains last because CGI is only a "simple" option when someone else sets up the CGI security for you, as on old-style cheap hosting plans. Also added several inline sub-document references. ... (check-in: 9f4121db user: wyoung tags: server-docs)
00:01
Merged the lists of socket listener daemons into the Socket Listener section of www/server/index.html: the list of known-working daemons down from the numbered list at the top of the article, and the list of potentially-working daemons up from the <noscript>-cloaked document matrix below. Also reordered the sections from simplest to most complex. ... (check-in: d9ab9c56 user: wyoung tags: server-docs)
2019-08-18
10:26
Improvements to the nonce='$NONCE' substitution mechanism. ... (check-in: 1c50073d user: drh tags: server-docs)
08:52
Implemented the first version of the JavaScript tutorial chooser in www/server/index.html, complete with fallbacks for the noscript case, optional display of the static document matrix, and pretty CSS transitions between the states. ... (check-in: 0cbdbc72 user: wyoung tags: server-docs)
06:20
URL fix in previous ... (check-in: a7610e42 user: wyoung tags: server-docs)
06:06
Added the nonce="$NONCE" embedded documentation substitution feature and documented that and the other pre-existing text substitution features. ... (check-in: 02db05e6 user: wyoung tags: server-docs)
05:20
Further refinement of the server setup tutorial matrix CSS ... (check-in: a6fee589 user: wyoung tags: server-docs)
05:12
Reduced the number of columns in the server setup tutorial matrix by collapsing all of those for the OS's default web server down to a single shared column. Also dropped the xinetd column as obsolete. (We still have the explicit xinetd article link above.) ... (check-in: 3f9f1bdf user: wyoung tags: server-docs)
04:51
Moved inline CSS within www/server/index.html elements up into a <style> block at the top. Then used that to create a more even matrix layout. Also fixed some incorrect URLs checked in with the prior version, due to the document changing directory level. ... (check-in: 648574cb user: wyoung tags: server-docs)
04:41
Renamed www/server.wiki to www/server/index.html and converted it to HTML format. Did a bit of prose polishing and CSS work while in there. ... (check-in: 81932667 user: wyoung tags: server-docs)
04:12
Small improvements to IIS + CGI doc ... (check-in: f7c839c1 user: wyoung tags: server-docs)
03:53
Added docs for IIS + CGI server configuration. ... (check-in: 9098ebba user: wyoung tags: server-docs)
02:21
Assorted improvements to www/server/windows/iis.md. Removed the empty CGI and SCGI sections, as those will be separate articles. Added "Why Bother?" section. Added link to ./service.md. Better explanation of the /code rewriting example. Hoist TLS info up into the new "Why Bother?" section. ... (check-in: 1670e5fa user: wyoung tags: server-docs)
01:03
Capitalization fix in HTML output from /artifact_stats ... (check-in: d570edc6 user: wyoung tags: trunk)
00:59
Include forum artifact statistics on the /artifact_stats page. ... (check-in: e2f2a05e user: drh tags: trunk)
2019-08-16
18:58
Corrected the description of nginx + SCGI in www/server.wiki. ... (check-in: 0f217e89 user: wyoung tags: server-docs)
18:36
Added starting version of www/server/windows/iis.md, covering only the HTTP reverse proxying case. ... (check-in: fbacfacf user: wyoung tags: server-docs)
14:25
An attempt to make the main server.wiki page simpler and yet self-contained, all at once. ... (check-in: 5bb1e112 user: drh tags: server-docs)
12:53
Moved the chroot and loadmgmt sections of www/server.wiki into separate documents. This change also adds info on /proc to the chroot doc, which was missing in its prior server.wiki form. Also reduced a few other "details" sections of server.wiki to bullet points in the new "Further Details" list at the end of the document. ... (check-in: 85eaffb6 user: wyoung tags: server-docs)
11:59
Changed "socket activation" to "socket listener" in all the new docs ... (check-in: 3c9f811b user: wyoung tags: server-docs)
11:42
Markdownism fixes... ... (check-in: 1428f59e user: wyoung tags: server-docs)
11:41
Small improvements to the new Fossil Chroot Jail section of www/server.wiki ... (check-in: 4c837bc3 user: wyoung tags: server-docs)
11:08
Small clarity tweak to the new "Methods" discussion in www/server.wiki. ... (check-in: fc00b7b2 user: wyoung tags: server-docs)
10:27
Converted the backwards-compatibility sections in www/server.wiki into identified hyperlinks to the new docs, which allows existing external ".../server.wiki#cgi" URLs and such to work without needing the near-empty sections containing only a hyperlink just to anchor the link. ... (check-in: 0bb59100 user: wyoung tags: server-docs)
10:19
Several small refinements to prior check-ins. ... (check-in: 16e3cff6 user: wyoung tags: server-docs)
10:11
Moved the "Serving via althttpd" material from www/ssl.wiki to a new document, www/server/any/althttpd.md, linked from www/server.wiki. ... (check-in: 2e19fcee user: wyoung tags: server-docs)
09:55
Added some named anchors to www/server/any/stunnel.md ... (check-in: ce4b4bae user: wyoung tags: server-docs)
09:54
Moved the stunnel proxying docs from www/ssl.wiki to a new document www/server/any/stunnel.md, and pointed www/server.wiki at it. Also replaced some similar material in this branch's new www/server/windows/stunnel.md file at this generic document. Between these two changes, the generic stunnel docs now cover the reverse proxying option for the first time. (The old version used the socket activation method exclusively.) The new document also gives a more realistic configuration, showing Let's Encrypt paths and a sensible ciphersuite configuration. ... (check-in: 53b2e866 user: wyoung tags: server-docs)
09:15
Split the HTTP-only parts out of www/tls-nginx.md into a new document discussing only the reverse-proxying of `fossil --scgi` to HTTP using nginx on Debian type OSes. That material is now in www/server/debian/nginx.md, which is referred to from www/server.wiki. While in there, did a bit of prose polishing on this old guide. ... (check-in: 2baa8151 user: wyoung tags: server-docs)
07:13
Broke most of the contents of www/server/wiki out into a series of www/server/*.md articles that are now linked from a checkmark table in its place, which also links to the new www/server/windows/*.md files created to start this branch off. This is not purely a matter of moving prose around: there is a fair bit of improvement to the pre-existing prose as well, most notably that we now document the Fossil chroot jail requirements for the first time. (Previously, you had to go dig up mailing list or forum posts (or even RTFS!) to work out those requirements.) There's more to do on all of this; do not merge it to trunk yet. ... (check-in: fad82714 user: wyoung tags: server-docs)
03:33
Relaxed the "enforcing" language around the planned change of hash policy from "auto" to "sha3" in Fossil 2.10 within section 2.8 of the fossil-v-git.wiki doc, and clarified what will actually happen with that release as compared to the current release. ... (check-in: c5461fb5 user: wyoung tags: trunk)
01:58
Merged recent spell check fixes into this branch so we don't revert any of them. ... (check-in: a9fd086f user: wyoung tags: server-docs)
01:57
Another spell check pass on www/* using a different dictionary than in the prior pass. ([79c2cb083152]) ... (check-in: 0996347d user: wyoung tags: trunk)
2019-08-15
16:16
Server Documentation Update. This ckeckin contains instructions for using Fossil as a windows service and with stunnel as an https proxy. ... (check-in: 8b7c563d user: ckennedy tags: server-docs)
2019-08-13
23:29
Additional documentation on CGI configuration options. Updates to the change log. New hyperlinks interconnecting the various documents. ... (check-in: fbc3b2f7 user: drh tags: trunk)
20:44
Remove the sigalrm_handler() function on windows builds as it is never called there. ... (check-in: 1d7afcdf user: drh tags: trunk)
20:31
Improvements to HOME search on windows, and improve the documentation of the same. ... (check-in: 006afac0 user: drh tags: trunk)
19:31
Set a default timeout on CGI requests of 300 seconds. ... (check-in: 859d6b16 user: drh tags: trunk)
14:40
Add "Forum Posts" as an option to "Activity Reports" ... (check-in: 6ada7e37 user: drh tags: trunk)
12:32
Improvements to the hyperlink description in /md_rules. ... (check-in: b8fac035 user: drh tags: trunk)
2019-08-10
23:04
Added "Forum Posts" choice to the "Activity Reports" sub section of /stat. ... (Closed-Leaf check-in: f39e47a1 user: wyoung tags: forum-post-activity-report)
18:07
Refine HOME search order on Windows to maintain backward compatibility with the previous search hierarchy. ... (Closed-Leaf check-in: c07cbcd3 user: mistachkin tags: windows-env-usage-v2)
15:34
Merge in from trunk. ... (check-in: 0f9f2e40 user: andybradford tags: test-updates)
03:44
Updated the temp file and dir location documentation in www/env-opts.md to match what the current code does. ... (Closed-Leaf check-in: 1f63724e user: wyoung tags: windows-env-usage)
03:23
Inserted %USERPROFILE% between %FOSSIL_HOME% and %LOCALAPPDATA% in the code that chooses where the user's account-wide _fossil file lives on Windows. (This is the Windows analog to the ~/.fossil file on POSIX systems.) Also updated the docs to match. ... (check-in: 15176c8a user: wyoung tags: windows-env-usage)
2019-08-09
21:08
Update the /stat page to show forum statistics. ... (check-in: 29141af7 user: drh tags: trunk)
20:56
Fixes to the new markdown hyperlink logic to handle the case there the target URL is not defined. ... (check-in: 44545eef user: drh tags: trunk)
20:15
Contributing PowerShell script Set-ChildProject.ps1. This script wraps the code for converting a project into a child project into an easy to use PowerShell script. The script should be cross platform, but was only tested on Windows 10. ... (Closed-Leaf check-in: 0b70cf6d user: ckennedy tags: windows-tools)
18:14
Enhance markdown to use the same hyperlink target resolving logic as Fossil wiki. That means that wiki page names and check-in and ticket hashes can now be used as markdown hyperlink URLs. Also enhance markdown hyperlinks so that if the display text is an empty string, the URL is used as the display text. ... (check-in: 774fb771 user: drh tags: trunk)
16:40
Two additional places where links to /markup_help are useful. ... (check-in: 5f328d9f user: drh tags: trunk)
16:37
Fix up the markdown rules to include recent enhancements to fenced code blocks. On "Markup Style:" entry boxes, provide a hyperlink for easy access to the rule sheets. ... (check-in: 18a84ed8 user: drh tags: trunk)
15:57
Further work on the fenced code blocks of markdown. Allow blank lines in the middle of a fenced code block. And also allow ~ character (three or more) to serve as the delimiter for fenced code blocks. ... (check-in: c7600da4 user: drh tags: trunk)
12:15
Added an aside in fossil-v-git about Git's minority use of high-level scripting languages aside from its dominant one, POSIX shell, with a comparison to Fossil's own use of high-level scripting. ... (check-in: 1296ee46 user: wyoung tags: trunk)
11:56
Simplified the table line items for the hash algorithm point in fossil-v-git.wiki as "SHA-3" vs "SHA-2". Details we delegate to the discussion prose below. ... (check-in: 595559f4 user: wyoung tags: trunk)
11:50
Expanded the discussion on user learning time vs arcance feature set size in fossil-v-git.wiki, within section 2.5.3 "Accepting Contributions". ... (check-in: 1b479aff user: wyoung tags: trunk)
10:50
Small tweaks to the prose in section 2.5 in fossil-v-git.wiki ... (check-in: 466d74c8 user: wyoung tags: trunk)
2019-08-08
23:04
Fix the www/fossil_prompt.sh Fossilized Bash Prompt script so that it works even if the current check-in comment contains grave accents (backticks). ... (check-in: c49f3ef4 user: drh tags: trunk)
22:26
Further refine the fenced code block rendering in markdown to try to comply with the CommonMark spec. ... (check-in: 81caad6c user: drh tags: trunk)
20:35
A triple grave accent quoted text (```....```) in markdown is rendered as <pre>...</pre>. ... (check-in: 2077ffe6 user: drh tags: trunk)
05:55
Moved the comment about learning from Git's design mistakes to a place higher up in the document where it makes more sense. It was almost a non sequitur where it was before. ... (check-in: 0e0d76ee user: wyoung tags: trunk)
05:44
Clarity pass on the new "Portable" section of fossil-v-git.wiki article. ... (check-in: 4b574be4 user: wyoung tags: trunk)
05:11
Deferred discussion of data modeling from the intro of fossil-v-git to section 2.3 where it's fully covered. This material now talks more clearly about Fossil's hybrid NoSQL/relational data model, rather than handwave it as "relational". ... (check-in: e2998923 user: wyoung tags: trunk)
04:42
Added Digital Ocean pricing footnote to fossil-v-git.wiki to back up the GitLab comparison. Also clarified the "smallest thing you could call a server" comment. ... (check-in: efc873ec user: wyoung tags: trunk)
04:34
Typo fix ... (check-in: 431245ed user: wyoung tags: trunk)
04:33
Reworked the intro to fossil-v-git.wiki to flow better and be clearer. ... (check-in: 16cb9c02 user: wyoung tags: trunk)
04:23
Typo fix pass on www/* ... (check-in: 79c2cb08 user: wyoung tags: trunk)
2019-08-07
19:10
Have the test-httpmsg command try to open the repository database in case that repository database contains TLS certificate exceptions. ... (check-in: bf25835f user: drh tags: trunk)
17:39
Add the FOSSIL_NONCE parameter to extension CGI. ... (check-in: 3f0ade55 user: drh tags: trunk)
13:22
Adjust the SQL authorizer to ignore SQLITE_READ calls for transient internal-use-only tables. SQLite should not be issuing those, but some legacy versions of SQLite do. It is harmless to ignore them. ... (check-in: b26967cf user: drh tags: trunk)
12:55
Remove the SQLITE_ENABLE_DBPAGE_VTAB requirement from external SQLite libraries, as without it only the ".recover" command in "fossil sql" is omitted, and that is an obscure case. ... (check-in: a4d71525 user: drh tags: trunk)
12:49
Fix an incorrect comment in sqlcompattest.c. ... (check-in: e2426e83 user: drh tags: trunk)
12:45
Fix incorrect requirements in sqlcompattest.c. ... (check-in: 156476b2 user: drh tags: trunk)
12:29
Add the LDFLAGS parameter when building the sqlcompttest test program. ... (check-in: 4a15ccda user: drh tags: trunk)
11:50
More details on althttpd in the section of www/ssl.wiki that discusses the stunnel + althttpd + fossil serving option used by fossil-scm.org and sqlite.org. ... (check-in: 9c747e1c user: wyoung tags: trunk)
11:34
Add an SQLite compatibility test program and run that program during the "./configure" if the --disable-internal-sqlite option is used in order to verify that the system SQLite library has all of the capabilities that we need. ... (check-in: 350c627a user: drh tags: trunk)
11:32
Clarity and accuracy pass on the git-worktree issue in fossil-v-git.wiki. ... (check-in: 92dc1021 user: wyoung tags: trunk)
11:13
Merged two lists of similarities between Fossil and Git into a single instance up at the top of fossil-v-git.wiki. ... (check-in: 3609ff75 user: wyoung tags: trunk)
10:39
Language moderation in fossil-v-git.wiki ... (check-in: 5e380ec3 user: wyoung tags: trunk)
10:38
Clarified the issue of building and installing Git vs Fossil from source vs as binary packages in fossil-v-git.wiki ... (check-in: 00af3dbf user: wyoung tags: trunk)
10:17
Added a named anchor to fossil-v-git.wiki doc ... (check-in: e88ae89c user: wyoung tags: trunk)
10:16
Many improvements to section "2.3 Durable" in fossil-v-git.wiki, largely involving the merger of a near-repeat of the same points down in section 3.1, but also adding more information emphasizing the durability of SQLite DBs in general and Fossil repos in specific. ... (check-in: cd989fed user: wyoung tags: trunk)
09:45
Added a new section to fossil-v-git.wiki, "2.4 Portable" covering how much more portable Fossil is than Git and its common third-party extensions. ... (check-in: 64a33a64 user: wyoung tags: trunk)
08:41
Added info about althttpd to footnote 2 in fossil-v-git.wiki, which gives details about the web serving configuration of fossil-scm.org. ... (check-in: 5866461e user: wyoung tags: trunk)
04:02
A better hyperlink for althttpd documentation in ssl.wiki. ... (check-in: 977109d3 user: drh tags: trunk)
02:37
Merged two nearly-redundant points about branch names syncing in fossil-v-git doc. ... (check-in: 16ea738a user: wyoung tags: trunk)
02:31
Updated summary table at the top of fossil-v-git doc to track the recent organization changes. ... (check-in: 1c9b1771 user: wyoung tags: trunk)
02:29
Prior section 2.5 in fossil-v-git is now section 2.4.4, since it's part of the "2.4 Linux vs SQLite" story. Little change in content; primarily just an organization fix. ... (check-in: e9628d70 user: wyoung tags: trunk)
02:26
Extracted part of section 2.1 and merged it with the entire prior content of section 2.5 in fossil-v-git as a new section, "2.2 Efficient and Effective". These were two partially-redundant sections covering Git's sprawl of tools, third-party dependencies, and extensions vs Fossil's self-contained single-binary nature. The new section combines all of that. ... (check-in: 5c24bee9 user: wyoung tags: trunk)
01:53
Minor update to footnote 2 on the fossil-v-git page. ... (check-in: 754a6a05 user: drh tags: trunk)
01:45
Added footnote 2 to the fossil-v-git doc, which explains that not "everything" on fossil-scm.org is in the main Fossil self-hosting repo, and links to info explaining the details. ... (check-in: d23a8453 user: wyoung tags: trunk)
01:00
Tightened up footnote 1 in fossil-v-git to delegate its points more fully to the new mirrorlimitations.md doc. ... (check-in: 0ef227b7 user: wyoung tags: trunk)
00:53
Updated the "A Pure SHA3 Future" section of www/hashpolicy.wiki to track the recent decision to make "sha3" mode the default in Fossil 2.10. ... (check-in: c6e8558f user: wyoung tags: trunk)
00:42
Added section 2.8 to the fossil-v-git doc: "Hash Algorithm: SHA-3 vs SHA-2 vs SHA-1". ... (check-in: 42b8890c user: wyoung tags: trunk)
00:19
Updates to the mirrorlimitations.md document. ... (check-in: 31bbb40f user: drh tags: trunk)
2019-08-06
23:56
Added paragraph about hosting efficiency of Fossil vs Gitlab (to make it an apples-to-apples comparison) to the fossil-v-git doc. ... (check-in: f631c7c8 user: wyoung tags: trunk)
23:40
Expanded on the point about "next" checkin in fossil-v-git doc ... (check-in: 47e495d2 user: wyoung tags: trunk)
23:20
Removed some points in section 3.1 of fossil-v-git (Features found in Fossil but missing from Git) which are already covered above. ... (check-in: c5a74af4 user: wyoung tags: trunk)
23:15
Added point about installing Fossil on Windows vs installing Git to fossil-v-git doc. ... (check-in: 4c22c705 user: wyoung tags: trunk)
23:11
Added web UI point to fossil-v-git ... (check-in: 6494d42f user: wyoung tags: trunk)
23:08
Added RBAC point to the fossil-v-git article, and tweaked the surrounding text. ... (check-in: bd7c47c3 user: wyoung tags: trunk)
10:45
Updated explanatory text at the top of www/image-format-vs-repo-size.ipynb to track the recent update for Python 3. ... (check-in: 25a18bee user: wyoung tags: trunk)
10:17
Updated image-format-vs-repo-size.ipynb to run within the Fossil tree checkout, to run under the Python 3 JupyterLab kernel, and to have the output SVG embedded in the notebook so it shows up in the notebook viewer without needing to run it first. This updates the associated separate SVG file as well, so the two SVG instantiations match. ... (check-in: f85d9247 user: wyoung tags: trunk)
01:49
Fix crash. ... (Closed-Leaf check-in: 9d37ebbe user: mistachkin tags: winExtCgi)
2019-08-05
16:35
Initial draft changes to support 'extcgi' on Win32. ... (check-in: fbe1edda user: mistachkin tags: winExtCgi)
16:15
Update custom MinGW makefile. ... (check-in: 759b1002 user: mistachkin tags: trunk)
2019-08-04
22:56
Merge trunk ... (check-in: fc5f88d6 user: jan.nijtmans tags: cleanX)
20:26
Fix a harmless compiler warning. ... (check-in: 95a6a658 user: drh tags: trunk)
20:23
Improvements to the Security-Audit page - mostly in providing additional information about the files in the CGI extension folder. ... (check-in: a3bc6552 user: drh tags: trunk)
2019-08-03
19:49
Fix the repolist function for CGI server invocations, apparently broken by check-in [ec56c69fe98d26d9] ... (check-in: 534b0600 user: drh tags: trunk)
01:07
merge to logical conclusion (nop) ... (check-in: f4f9c109 user: bch tags: trunk)
2019-08-02
18:13
Avoid the clearenv() interface (which seems to be missing on NetBSD according to [2d4c16df5a9e61c2]) and simply set the global "environ" variable directly. ... (check-in: d72aa24c user: drh tags: trunk)
18:01
Added a comment to fslsrv in place of the just-removed parameter to make it clear what's going on here. ... (check-in: df2eb08e user: wyoung tags: trunk)
18:00
Made --baseurl parameter optional in tools/fslsrv since Fossil complains if you give only a top-level URL; it's right, it doesn't need --baseurl in that case. ... (check-in: 8b2b2328 user: wyoung tags: trunk)
17:34
Make sure all CGI environment variables are loaded into the CGI cache prior to clearing the environment, when launching extension CGIs. ... (check-in: c6b4d80e user: drh tags: trunk)
17:23
The CGI extension mechanism now passes the HTTPS environment variable. ... (check-in: f5fe2210 user: drh tags: trunk)
14:29
Add the mirrorlimitations.md document. Update cross-references. ... (check-in: 41d6540d user: drh tags: trunk)
13:34
Update the security audit to report when extension CGI is available. ... (check-in: e2cad541 user: drh tags: trunk)
05:09
proper env() handler for (at least) NetBSD ... (Closed-Leaf check-in: 2d4c16df user: bch tags: env_handler)
00:10
The test-httpmsg command now sends the payload uncompressed unless the new --compress option is used. ... (check-in: c31ff76f user: drh tags: trunk)
2019-08-01
23:31
Implement the fossil_clearenv() function for Win32. ... (check-in: 61fd10ec user: mistachkin tags: trunk)
21:05
When rendering HTML pages using the fossil-doc class and the data-title="..." attribute, reverse the HTML escapes in the argument to data-title since they will be reencoded prior to rendering. ... (check-in: 54e01c60 user: drh tags: trunk)
19:30
Clear all environment variables prior to invoking a CGI extension. (Works on posix - need to fix it for windows.) ... (check-in: ed63bdd7 user: drh tags: trunk)
14:17
Add the FOSSIL_URI environment variable to the CGI extension mechanism. ... (check-in: 7b2b9d69 user: drh tags: trunk)
2019-07-31
12:21
Fixed fossil_strcmp() usage in cgi_init() when in JSON mode. Through some extremely serendipitous fluke, its broken usage just happened to work until a bit was removed from that function in [ec56c69f] which, purely coincidentally, caused the bug (mine, from 2011!) to start triggering when x-www-form-urlencoded forms were submitted (login/logout). Before that, the buggy block never got a chance to trigger for those forms. ... (check-in: 115a70b2 user: stephan tags: trunk)
08:09
Merged in autosetupAndJimTcl branch (autosetup updates). ... (check-in: 51d006f8 user: stephan tags: trunk)
2019-07-30
18:55
Fix the "fossil server" command on windows so that it honors the --https option. ... (check-in: 8ed91bbe user: drh tags: trunk)
10:28
Restore the full CGI extension documentation that was somehow truncated by an earlier commit. ... (check-in: 4130a22c user: drh tags: trunk)
01:17
Merge in updates from trunk. ... (check-in: 7e7258b3 user: andybradford tags: test-updates)
2019-07-29
20:02
Improved documentation of the repolist-skin setting. ... (check-in: 02bdcf5e user: drh tags: trunk)
18:17
When doing a repository list, use the first repository that has a non-zero value for the "repolist-skin" setting as the skin for the list. If the "repolist-skin" setting is 2 and if the repository list is coming from a directory scan, the omit that repository from the list. All repositories are always shown, regardless of the "repolist-skin" setting for a "fossil all ui" or "fossil all server" generated repository list. ... (check-in: 8f5399bc user: drh tags: trunk)
18:14
Fix the repolist-skin setting so that it sets up URL on the header menu correctly. Back out the stylesheet hack is that is now covered by the same fix. ... (Closed-Leaf check-in: 6df7a853 user: drh tags: repolist-skin)
17:25
Merge fixes from trunk. ... (check-in: 8a0753de user: drh tags: repolist-skin)
15:12
Enhancements to the copy/paste SVG icon and to the global options help page. ... (check-in: 93b0afc8 user: drh tags: trunk)
14:19
Fix the build for -DFOSSIL_ENABLE_TH1_DOCS. The build was broken by check-in [ed2def5ffb96d74c] and on trunk by [ec56c69fe98d26d9]. ... (check-in: 8abeb627 user: drh tags: trunk)
14:06
When to a repolist, if any of the repositories have a non-zero repolist-skin setting, use that repository as the skin for the listing. If the repolist-skin setting is 2, then omit that repository from the list for directory-scan lists, but always show all repos for a "fossil all ui" list. This *almost* works, but still has some small issues. This is an incremental check-in. ... (check-in: 958e0bdc user: drh tags: repolist-skin)
08:28
Move each command-line option to their own paragraph, for consistency with the document structure in "Environment Variables and Global Options", as this seems easier to browse and search. The explicit line-break between the two options was wiped with automatic cleanup of trailing spaces by [e2751b18af]. ... (Closed-Leaf check-in: 14f2ba04 user: florian tags: svg-and-md-formatting)
08:14
Trim spaces from the CSS background image SVG data URI for the copy icon, to make it look more compact -- this may not necessarily reduce the overall size of the final gzipped CSS resource delivered by the Fossil web server. The uncompressed source code for the icon is on the branch/tooltip-copyhash wiki page, with a comment why the variant with the "inaccurately" calculated outline looks better. ... (check-in: 0be9a2db user: florian tags: svg-and-md-formatting)
00:12
Enhancements to the CGI extension documentation. ... (check-in: f80f7530 user: drh tags: trunk)
2019-07-27
17:11
Enhancements to the CGI extension documentation. Update the 2.10 change log to mention this enhancement and other changes. ... (check-in: dfa5d509 user: drh tags: trunk)
15:30
Update the CGI extension documentation. Improved filename security in the CGI extension subsystem. ... (check-in: 12c8cc70 user: drh tags: trunk)
2019-07-26
20:54
Do not allow /ext to return files whose names begin with "." or "-" even if those files occur in the top-level extroot directory. ... (check-in: e91de28b user: drh tags: trunk)
18:15
Preliminary documentation for the /ext mechanism. ... (check-in: 893fca3a user: drh tags: trunk)
13:35
Fix the fullcap() SQL function so that it correctly expands the capabilities of Admin and Setup users to include everything. ... (check-in: 384fdb6b user: drh tags: trunk)
06:14
Removed an old (#if 0)'d-out block - the permissions check it was blocking out is performed further down in the function. ... (check-in: 7bd4bca2 user: stephan tags: trunk)
2019-07-25
23:56
Neither Setup nor Admin users get Write-Unversioned permission by default. And only Setup users are able to include Write-Unversioned permission when editing a user. ... (check-in: 9ca4eb2b user: drh tags: trunk)
21:11
Add the /ext page that will run CGI or deliver static content from a document hierarchy specified by the --extroot command-line option on "fossil server" or the extroot: option in the CGI file. ... (check-in: ec56c69f user: drh tags: trunk)
21:09
Remove an unused variable. ... (Closed-Leaf check-in: c2a98a5d user: drh tags: extension-cgi)
20:53
Ensure that the cgi_decode_post_parameters() routine does not delete the raw content used by the /xfer page. ... (check-in: af3a8dbe user: drh tags: extension-cgi)
20:20
Enable the extroot: setting in CGI. ... (check-in: c116a999 user: drh tags: extension-cgi)
19:53
Do not provide failure diagnostics on the /ext page unless the user has Debug privilege. ... (check-in: 08b9b619 user: drh tags: extension-cgi)
18:34
Defer decoding POST parameters until after the webpage name is located. Do not do the decode if the webpage has the new "raw-content" property. Set that property on /ext so that is can relay the encoded content to sub-cgi. ... (check-in: e4849f58 user: drh tags: extension-cgi)
18:08
Add the ability for Debug users to trace sub-CGI responses by adding the fossil-ext-debug query parameter. ... (check-in: cc21a438 user: drh tags: extension-cgi)
17:40
Disable HTTP_ACCEPT_ENCODING for the extension CGI. But leave that setting unchanged for Fossil as it might be needed for the relay back to the client. ... (check-in: 54aeb1a8 user: drh tags: extension-cgi)
17:07
Add the ability to extend a Fossil server using CGI. This is a refactor of the prior sub-cgi branch. ... (check-in: ed2def5f user: drh tags: extension-cgi)
2019-07-24
10:54
Continuing work on the /aux page. Now working for static content. ... (Closed-Leaf check-in: 77a72fb9 user: drh tags: sub-cgi)
2019-07-23
23:25
Initial but incomplete work on an experimental /aux page that runs secondary CGI that has access to the Fossil user login credentials and similar information. This is an incremental check-in of work-in-progress. ... (check-in: 72f8e776 user: drh tags: sub-cgi)
19:17
Make sure an HTTP request always has at least a single "/" in the pathname. ... (check-in: 35d609a0 user: drh tags: trunk)
18:20
Fix over-length lines in the logic.c source file. No logical changes. ... (check-in: cd11f921 user: drh tags: trunk)
18:14
Fix a typo in an internal function name. "logic" should be "login". ... (check-in: c921545b user: drh tags: trunk)
16:16
Do not follow a redirect from HTTPS to HTTP. ... (check-in: c19f782e user: drh tags: trunk)
16:10
Add the test-httpmsg command. ... (check-in: 1ad56cee user: drh tags: trunk)
13:16
Use HTTP/1.1 for the sync protocol, not HTTP/1.0. ... (check-in: c51b61ff user: drh tags: trunk)
04:23
Use new functionality in "fossil whatis" to correct wiki test cases since /info hrefs are no longer included in the wiki pages. ... (check-in: ef40a0be user: andybradford tags: test-updates)
03:49
Enable "fossil whatis" to actually find a wiki page when given --type w. ... (check-in: 7627d4a7 user: andybradford tags: test-updates)
2019-07-22
19:06
Bail out of the alert_send() routine if the notification system is misconfigured with a blank email-self value. ... (check-in: 4c73b4af user: drh tags: trunk)
16:12
In the alert sending logic, if no "email-self" is specified, then substitute the bogus email address "nobody@invalid". ... (check-in: 488af363 user: drh tags: trunk)
2019-07-19
16:34
Update the server.wiki document to try to make it clear that Fossil works fine as a peer-to-peer system and does not require the use of a server. ... (check-in: dc0a342d user: drh tags: trunk)
16:33
Tightened up the opening paragraph of "Linux vs SQLite" section of fossil-v-git. ... (check-in: 0297ae7f user: wyoung tags: trunk)
16:25
Moved numbered digressions in fossil-v-git down to the end of the document as a new "Asides and Digressions" section. These are things we don't want cluttering the main argument, not merely big parentheticals. ... (check-in: 84526274 user: wyoung tags: trunk)
16:14
Expanded the "Sync over push" section of fossil-v-git beyond the technology to cover the "why" behind the decision. Moved the Jim McCarthy quote up to be with it. ... (check-in: 69e64183 user: wyoung tags: trunk)
16:01
Rewrote "No rebasing" section in fossil-v-git for clarity ... (check-in: 970e9173 user: wyoung tags: trunk)
15:59
Rewrote the "Trust over hierarchy" point in fossil-v-git for clarity. ... (check-in: d178c782 user: wyoung tags: trunk)
15:53
Removed a repeated word in fossil-v-git ... (check-in: b798e89a user: wyoung tags: trunk)
15:52
Recast the "Anonymous contribution discouraged" point in fossil-v-git as "No easy drive-by contributions". ... (check-in: 73381119 user: wyoung tags: trunk)
15:39
Moved the comment about patch files in fossil-v-git down to a footnote and expanded on the point. It isn't a Git vs Fossil difference, but we need to explain why "just use a patch file" isn't a good answer to the common "allow easy drive-by contributions" wish. ... (check-in: 4dcbd09f user: wyoung tags: trunk)
04:47
Correct minor syntax error that was likely never hit. ... (check-in: d85b2edb user: andybradford tags: test-updates)
03:55
If the setting is long enough to fill in the format specifier---like the email-send-relayhost setting---there will be no whitespace after it unless it has a value set, so make the regex handle this particular state better. ... (check-in: a8656f58 user: andybradford tags: test-updates)
03:52
Update list of known settings which had diverged due to newly added features. ... (check-in: 72e71e90 user: andybradford tags: test-updates)
2019-07-18
22:45
Improved documentation of the --https option on "fossil server". ... (check-in: 3c602dd7 user: drh tags: trunk)
17:45
In the hierarchical forum display, make sure that the edited post number is displayed, not the original post number. ... (check-in: 776ce9e6 user: drh tags: trunk)
2019-07-17
22:26
Give sequential numbers to all display posts in the forum, and reference other forum posts in a thread by the sequence number. ... (check-in: 5a7267d9 user: drh tags: trunk)
21:23
In the hierarchical display of the forum, go back to strict hierarchical indentation. But, reduce the width of indentation for deeply nested discussions. ... (check-in: 0cec52e0 user: drh tags: trunk)
14:52
Added info about fossil undo, fossil amend, and shunning to the fossil-v-git doc, with comparison to the Git way of changing history. ... (check-in: e878d54d user: wyoung tags: trunk)
02:37
Reworked several sections of the fossil-v-git.wiki doc as sub-sections of "Linux vs. SQLite", which now acts as a frame for those sections. Some of these sections are expanded while others disappear entirely, most especially the "BSD vs GPL" argument that we started off on the now-merged branch to try and refine. We replace a discussion of licensing with one of community structure and our approach to patch acceptance, which is more of what the old licensing discussion was trying to get at without getting into the details of software licensing per se. ... (check-in: 69ec89b5 user: wyoung tags: trunk)
2019-07-16
20:02
Code cleanup: Add a lot of "const" qualifiers for static (string) arrays, where appropriate. This allows the C compiler to optimize more ... (check-in: 70a94d09 user: jan.nijtmans tags: trunk)
15:44
Reduced redundancy in the new feature set size vs ease of use discussion in fossil-v-git. ... (Closed-Leaf check-in: a52e6845 user: wyoung tags: bsd-vs-gpl)
15:42
When committing without parent-id (additional "initial" commits), make sure the branch-name is set to "trunk" when not provided otherwise. ... (check-in: 0fd6cf16 user: jan.nijtmans tags: trunk)
15:05
Rewrote the "Accepting Contributions" section of the fossil-v-git doc to focus on the size of each tool in terms of SLOC and features, rather than on licensing details. ... (check-in: 5fe84e70 user: wyoung tags: bsd-vs-gpl)
14:58
Missing db_end_transaction(0) ... (check-in: b0db865f user: jan.nijtmans tags: trunk)
2019-07-14
21:24
Fix the in-reply-to link for hierarchical forum display to maintain the hierarchical display. Make the link say "previous" if linking to the previous post in the thread. ... (check-in: 1b63ab70 user: drh tags: trunk)
20:32
Try to omit unnecessary indentation on the hierarchical forum display. Include an "in reply to" mark on the hierarchical display. ... (check-in: 97697b79 user: drh tags: trunk)
12:28
Fixed some grammar errors in fossil-v-git's new "Accepting Contributions" material. ... (check-in: 34d758bf user: wyoung tags: bsd-vs-gpl)
12:25
Small tweak to prev ... (check-in: d1c61803 user: wyoung tags: bsd-vs-gpl)
12:24
Turned a redundancy in the "Scale" section of fossil-v-git into a clearer point. Also added a bit on Fossil's later birthday and our take on its consequences. ... (check-in: 30a74d7e user: wyoung tags: bsd-vs-gpl)
12:12
Renamed named anchor for "Accepting Contributions" in fossil-v-git from "license" to "contrib". ... (check-in: 074b896e user: wyoung tags: bsd-vs-gpl)
12:11
Re-cast the "BSD vs GPL" section as "Accepting Contributions." In the end, that's what the difference in license amounts to. This makes the section longer, but the change includes a link to skip past the actual licensing discussion for those who don't want to read our attempt at an unbiased discussion of GPL vs BSD, since even if we've succeded, we won't always agree with the user's biases! ... (check-in: 75e93e35 user: wyoung tags: bsd-vs-gpl)
11:37
Another bit of prose polishing in fossil-v-git ... (check-in: fcdefd97 user: wyoung tags: bsd-vs-gpl)
11:28
Prose polishing in the "License" section of fossil-v-git ... (check-in: eebd7135 user: wyoung tags: bsd-vs-gpl)
11:02
Moved the "BSD vs GPL" section up in the fossil-v-git doc and made it a sub-section of a new "Linux vs SQLite" section which has two other sub-sections: "Development Organization," which contains an expanded version of what used to be called "Cathedral vs. Bazaar" and "Scale," which contains what is left of the prior version's "Linux vs. SQLite" section. These are sub-sections of a common parent because they were mutually repetitive, and they're all aspects of the "Linux vs. SQLite" comparison, not separate things at all. ... (check-in: bab2656d user: wyoung tags: bsd-vs-gpl)
04:46
When removing a directory on Windows, make sure it is a real directory (i.e. not a junction, symbolic link, etc). ... (check-in: 9bb25a28 user: mistachkin tags: trunk)
2019-07-13
19:31
Eliminate all usage of Tcl_GetStringResult(), since that causes loss of Tcl_Obj representation in Tcl 8.x (this is solved in Tcl 9.0) ... (check-in: 743e166c user: jan.nijtmans tags: trunk)
18:03
Import the command-line tool fix from SQLite (without the other changes on SQLite trunk) and then disable double-quoted string literals again. ... (check-in: 28261276 user: drh tags: trunk)
16:56
Disable the SQLITE_DQS=0 compile-time option. It turns out the ".schema" command in the SQLite CLI makes use of double-quoted string literals. ... (check-in: 05ca5d96 user: drh tags: trunk)
14:30
Change the default hash policy to "sha3". Bump the version number to 2.10 to start the next development cycle. ... (check-in: b4520f5e user: drh tags: trunk)
13:05
Version 2.9 ... (check-in: 0fd79a3e user: drh tags: trunk, release, version-2.9)
12:35
Fix a typo in a check-in race warning message. ... (check-in: 66f06fe2 user: drh tags: trunk)
2019-07-12
16:59
Do not invoke db_lget() in the sync protocol if the local checkout database is unavailable (such as when running "fossil all sync"). ... (check-in: 0dba0f4b user: drh tags: trunk)
16:43
Typo fix ... (check-in: bd0b86e9 user: wyoung tags: bsd-vs-gpl)
16:40
Added "and use" to fossil-v-git: the license has effects that extend beyond design and implementation. ... (check-in: 2cc9036e user: wyoung tags: bsd-vs-gpl)
16:39
Prose tightening tweak ... (check-in: d2a77c30 user: wyoung tags: bsd-vs-gpl)
16:38
Reduced repeition of the "deisgn and implementation" bits of "Fossil vs Git" in the new "GPL vs BSD" material. ... (check-in: 4f293ddf user: wyoung tags: bsd-vs-gpl)
16:33
Rewrote the opening paragraph to "GPL vs BSD" in "Fossil vs Git" doc to make it clear that we're not trying to persuade you to make our same choice. Also removed two paragraphs making a judgement about the nature of each license for the same reason. ... (check-in: d48fdb41 user: wyoung tags: bsd-vs-gpl)
15:46
Moved a sentence from the final paragraph up to the first in the "GPL vs BSD" section of the "Fossil vs. Git" doc. It was something of a non-sequitur where it was, and in its new position, it serves to bookend the discussion: we lay out our proposition at the top and come to a conclusion that we believe supports that proposition by the end. ... (check-in: cb1b007c user: wyoung tags: bsd-vs-gpl)
15:41
Removed a final sentence in a paragraph that basically just restated the paragraph in the new Fossil vs Git doc. ... (check-in: f5a39a7e user: wyoung tags: bsd-vs-gpl)
15:29
Distilled the points about "GPL + CLA = commrecial interests" to only the bits essential to the "Fossil vs Git" argument. ... (check-in: ba1fa73b user: wyoung tags: bsd-vs-gpl)
14:53
Applied rewording suggested in https://fossil-scm.org/forum/forumpost/1af94ddea9 ... (check-in: 840f2b39 user: wyoung tags: bsd-vs-gpl)
14:51
Toned down the "corporate overlord" stuff in the "Fossil vs Git" doc. ... (check-in: 13392797 user: wyoung tags: bsd-vs-gpl)
14:43
Changed "pneumatic ratchet wrench" to "impact wrench" and added a Wikipedia link to make an analogy clearer in the "Fossil vs Git" doc. ... (check-in: 6e338346 user: wyoung tags: bsd-vs-gpl)
14:15
Clarified the consequences of a CLA on Fossil and on FOSS projects in general in the "Fossil vs Git" doc. ... (check-in: fffa6769 user: wyoung tags: bsd-vs-gpl)
14:08
Add documentation on the "pragma ci-unlock" message in the sync protocol. ... (check-in: 1eefb8db user: drh tags: trunk)
13:58
Clarity tweak to the "why CLA + BSD" justification in the "Fossil vs Git" doc. ... (check-in: 633830fe user: wyoung tags: bsd-vs-gpl)
13:58
Improved error messages when a commit fails due to a lock conflict: Show the age of the lock in addition to the user. Suggest using the new --override-lock option instead of --allow-fork. Expire locks after any successful check-in from the same check-out. ... (check-in: 3a5caa86 user: drh tags: trunk)
13:57
Better text justifying the use of a CLA in conjunction with the GPL in the "Fossil vs Git" article. ... (check-in: 838c9efe user: wyoung tags: bsd-vs-gpl)
13:25
Merged in Linux vs SQLite stuff from trunk ... (check-in: f5321731 user: wyoung tags: bsd-vs-gpl)
13:24
Clarified the scale of the Linux vs SQLite projects in the same-named section of the Git vs Fossil doc, tightened up the discussion a bit, and added hard SLOC stats to ground it all. Most controversially, added the rattle wrench analogy. ... (check-in: 69e7827d user: wyoung tags: trunk)
12:37
Fix a typo in the fossil-v-git.wiki document, as reported on the forum. "fossil all status" should be "fossil all changes". ... (check-in: 9b51c42a user: drh tags: trunk)
05:03
Grammar fix to previous ... (check-in: 7cfe191b user: wyoung tags: bsd-vs-gpl)
04:57
Rewrote the "GPL vs. BSD" section in www/fossil-v-git.wiki. See forum post here for justification and discussion: https://fossil-scm.org/forum/forumpost/3239c30fff ... (check-in: 68a7563e user: wyoung tags: bsd-vs-gpl)
04:11
Assorted improvements to www/fossil-v-git.wiki: added hyperlinks, fixed some spelling, capitalization, and grammar problems, clarified "Linux" vs "Linux kernel", clarified the description of the git-worktree feature, moved punctuation inside double quotes (typography), and added a few detail paragraphs. ... (check-in: fd990128 user: wyoung tags: trunk)
2019-07-11
13:58
Add missing semicolon in the anti-robot defense javascript. ... (check-in: 45199458 user: drh tags: trunk)
13:10
Minor change to the "aboutdownload" document. ... (check-in: fd8d37e2 user: drh tags: trunk)
12:19
Make sure the backoffice does not try to reuse file descriptors that it has previously closed. ... (check-in: 458ced35 user: drh tags: trunk)
2019-07-10
22:19
Add a reference to the idea of a "Conflict-Free Replicated Datatypes" to the sync documentation. ... (check-in: 2b3569d1 user: drh tags: trunk)
18:55
Update the built-in SQLite to the 3.29.0 release. ... (check-in: 8c9eeb01 user: drh tags: trunk)
16:22
Back out check-in [a52c3e1256288c7d]. Perhaps the "test-move-repository" command should be promoted to a supported and documented command, but I don't think "local-repo" is the correct name, and in any event, the command needs additional work before it is given first-class status. For example, typing "fossil local-repo" without the 3rd term should show the current repository, not give an error. ... (check-in: aa3f554c user: drh tags: trunk)
03:49
Update custom MinGW makefile. ... (check-in: 1c88ed9b user: mistachkin tags: trunk)
2019-07-08
19:14
Renamed the test-move-repository command to local-repo, since it's useful for more than just testing, and there's no good alternative in the main command set otherwise. It is especially useful with local-only repos, since that means use of the sync and remote-url commands isn't the correct way to change the location of the local repo. ... (check-in: a52c3e12 user: wyoung tags: trunk)
17:11
Fix an apparent bug in the "fossil grep" command causing it to miss the first character of each line. ... (check-in: 5421caa2 user: drh tags: trunk)
17:05
Update the built-in SQLite to the first 3.29.0 beta for testing. Enable the -DSQLITE_DQS=0 compile-time option for Fossil, thus preventing SQLite from using double-quoted string literals by default. ... (check-in: 0c0f6db7 user: drh tags: trunk)
2019-07-06
22:27
Update autosetup to 0.6.9-71785c7e and Jim Tcl to 0.78-27-ga5a84b1. ... (Closed-Leaf check-in: 2211bc2a user: mistachkin tags: autosetupAndJimTcl)
21:42
Update Jim Tcl to 0.78. ... (check-in: 907f66bf user: mistachkin tags: autosetupAndJimTcl)
20:29
For the tar / zip web pages, avoid dangling references involving zRid. ... (check-in: dbe16d7b user: mistachkin tags: trunk)
2019-07-02
07:31
When activating one of the new "in reply to" links, tag the newly-focused post with CSS class forumSelReplyTo so that it can be visually marked. Added default forumSelReplyTo CSS class which uses the same border as forumTime but with a dotted style. EDIT: do not merge with trunk - there are problems to solve (if feasible) regarding linking to edited posts, as their IDs are of course different, as well as linking responses made to deleted posts. ... (Closed-Leaf check-in: 1bf7985d user: stephan tags: forum-reply-links)
06:37
Replaced the forum post DIV ids forum{RID} with post-{short-UUID}, which allowed removal of the new A NAME tag and enables permalinks (RIDs are volatile). Added forumPost class to all post DIVs, to hopefully simplify some upcoming JS code. ... (check-in: 69364ba5 user: stephan tags: forum-reply-links)
05:53
Switched Immediately-Invoked Function Expression parentheses from Crockford-style to the more conventional/portable style. See https://stackoverflow.com/questions/9053842/ for details. ... (check-in: 5d9d62d8 user: stephan tags: trunk)
04:45
Per request in forumpost/9fd5135acc, added intra-document links to each response which link back to the being-replied-to post within the same page (using an #anchor-tag), without reloading from the server. ... (check-in: 78721d4a user: stephan tags: forum-reply-links)
2019-07-01
13:38
Improvements to the help-text for /brlist. ... (check-in: 611fe9b0 user: drh tags: trunk)
13:19
Add a new test-case in the graph test for the /leaves page. ... (check-in: 3bc1a0e8 user: drh tags: trunk)
09:30
Improved layout of graphs with the TIMELINE_DISJOINT property, such as the list of leaves. ... (check-in: 4fc08f94 user: drh tags: trunk)
2019-06-30
11:36
Rename the --save-password option on "fossil clone" to --save-http-password, since it only works for HTTP. ... (check-in: 22517bab user: drh tags: trunk)
04:27
Update the change log and the sync protocol documentation for the new check-in locking mechanism that tries to prevent race-condition forks. ... (check-in: 2d7a8a83 user: drh tags: trunk)
03:38
In the "fossil diff" command, the use of --tclsh implies --tk. ... (check-in: 2655a2d4 user: drh tags: trunk)
2019-06-29
10:21
Add the --tclsh command to "fossil diff" in order to specify an alternative TCL interpreter. ... (check-in: 9fc945c0 user: drh tags: trunk)
03:17
Steps to prevent accidental forks during a commit when two users try to commit to the same parent at the same time. The first user to do the autosync pull takes a lock which causes the second user to get a "would fork" error, unless the --allow-fork or --force options are used. ... (check-in: 03cc3329 user: drh tags: trunk)
03:14
Add the --save-password option to "fossil clone". Put the command-line options for "fossil clone" in alphabetical order. ... (check-in: 421e6bb3 user: drh tags: trunk)
03:13
For "fossil clone help", put options in alphabetical order. ... (Closed-Leaf check-in: d5c6f478 user: drh tags: save-http-url-password)
03:11
Change the name of the option to just --save-password. ... (check-in: 76e158ad user: drh tags: save-http-url-password)
03:08
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (check-in: 971a1a99 user: drh tags: trunk)
2019-06-28
07:23
Added the --save-http-url-password option to the clone command to make it skip the "remember password (Y/n)?" prompt if the password was given in an HTTP URL. We avoid this for ssh:// URLs since you have pre-shared keys, SSH agents, and such to avoid the need in that case. Without this feature, you can't script around it by piping "echo y" through the command because the "remember password" feature as of trunk only works when isatty(0), which will be false when Fossil is downstream from a pipe like that. ... (check-in: 2600b771 user: wyoung tags: save-http-url-password)
2019-06-27
23:37
Small fixes to branching.wiki ... (check-in: cdd5e576 user: wyoung tags: trunk)
23:12
Assorted improvements to the new material in www/branching.wiki, mainly in the way of clarifications and moderation of tone. ... (check-in: 862b77b6 user: wyoung tags: trunk)
14:39
Upgrade to openssl 1.1.1c. Use single-argument "expr" in auto.def. Update custom mingw makefile. ... (check-in: 50501328 user: jan.nijtmans tags: trunk)
03:54
Because the sync status updates all occur on the same line make this client warning show up on its own line so the output doesn't get cluttered. ... (Closed-Leaf check-in: 82d69e7f user: andybradford tags: no-race-commit)
2019-06-22
16:57
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (Closed-Leaf check-in: 2d3025ad user: andybradford tags: taglist-tagtype)
14:54
When doing a commit with autosync enabled, the first autosync now takes a temporary (24-hour) lock on the baseline commit in order to prevent any other connected user from simultaneously committing and creating an accidental fork. ... (check-in: 222fc681 user: drh tags: no-race-commit)
03:46
More clarifications in the "How Can Forks Divide Development Effort?" section of branching.wiki, primarily in explaining how each user in the example arrives at the view shown in the swim lane diagram. There were multiple implicit possilibities before, and some were misinterpreting it. ... (check-in: 70a7db80 user: wyoung tags: trunk)
2019-06-21
13:19
Gave Users A thru E human names, and humanized their story a bit in the branching.wiki article. ... (check-in: 2ac5bc3c user: wyoung tags: trunk)
12:58
Moved check-ins 3 and later right in the Figure 6 swim lane diagram within branching.wiki so that there is only one event at each time step. As previously drawn, it implied that check-ins 2 and 3 occurred at the same time, but that's neither true nor necessary to our point here. Also evened up the lane widths. ... (check-in: 856c9565 user: wyoung tags: trunk)
12:41
Fixed an alignment problem in Figure 6 of branching.wiki, and clarified the "back online" step in User C's lane. ... (check-in: 8c44fd2b user: wyoung tags: trunk)
12:26
Typo fix ... (check-in: eed1ff61 user: wyoung tags: trunk)
12:20
Better internal links in www/branching.wiki to the new "How Can Forks Divide Development Effort?" section. Also added a Wikipedia link for "DVCS". ... (check-in: ed447529 user: wyoung tags: trunk)
12:09
Clarified User C's view of the bad-fork situation in branching.wiki. ... (check-in: 8a794a5d user: wyoung tags: trunk)
12:04
More clarity improvements and typo fix in branching.wiki ... (check-in: c16f7cb6 user: wyoung tags: trunk)
12:01
Typo fix ... (check-in: d696febb user: wyoung tags: trunk)
11:57
Small tweaks to previous ... (check-in: 6c2cf057 user: wyoung tags: trunk)
11:50
Clarified the "it doesn't matter how or why" in the previous check-in. ... (check-in: 9aec1718 user: wyoung tags: trunk)
11:45
Added "How Can Forks Divide Development Effort?" section to www/branching.wiki. ... (check-in: efb104bb user: wyoung tags: trunk)
2019-06-20
17:02
Replaced a mailing list reference with a forum link (reported by a forum user). ... (check-in: 8ddeb17d user: stephan tags: trunk)
16:46
Put --allow-fork back into the fossil ci "would fork" message. Everyone's unhappy now. :) ... (check-in: acb5324c user: wyoung tags: trunk)
16:40
Removed "The Author's Voice" from www/branching.wiki due to multiple complaints. ... (check-in: 1926d1d5 user: wyoung tags: trunk)
13:32
Added new section, "The Authors' Voice" to www/branching.wiki. Other assorted improvements as well. ... (check-in: 2da10998 user: wyoung tags: trunk)
11:30
Markdownism fix in a Wiki-formatted doc ... (check-in: cbca374c user: wyoung tags: trunk)
11:10
Added the section "Fixing Forks" to www/branching.wiki, and added an explanatory paragraph about the intentionality of forking. ... (check-in: 2686bad1 user: wyoung tags: trunk)
2019-06-19
18:45
Added a new section, "Branch Names Need Not Be Unique" to www/branching.wiki. ... (check-in: 42bfe936 user: wyoung tags: trunk)
18:24
Added a link to https://fossil-scm.org/fossil/doc/trunk/www/branching.wiki#branching from the recent changes to the fossil ci "would fork" error message. *Hopefully* this will end the debate. ... (check-in: b761a729 user: wyoung tags: trunk)
18:09
Several expansions on the new points in www/branching.wiki ... (check-in: bf048cd5 user: wyoung tags: trunk)
18:01
Typo fix ... (check-in: 184cf208 user: wyoung tags: trunk)
17:59
Fixed a command in the previoius checkin ... (check-in: d5e1e113 user: wyoung tags: trunk)
17:58
More expansion on the discussion of creating branches in Fossil, especially in the second-form commands, which were incomplete in the prior version. ... (check-in: 73911668 user: wyoung tags: trunk)
17:41
Added the key distinction ("A branch is a named, intentional fork") to www/branching.wiki and added info on actually creating branches. ... (check-in: 1e0cf467 user: wyoung tags: trunk)
17:33
Added a generaliation of the prior edit to www/branching.wiki ... (check-in: 3cc437a5 user: wyoung tags: trunk)
17:13
Expanded on the discussion of forking vs branching in www/branching.wiki. ... (check-in: b882c623 user: wyoung tags: trunk)
16:58
Removed other Figures' graphs from www/branch0*.graphml left from the breaking up of www/branching.graphml. ... (check-in: e3c55977 user: wyoung tags: trunk)
16:57
Removed www/branching.graphml: that was accidentally checked in. (The diagrams started out in a single yEd document, but I later decided to make them separate documents, and forgot to remove this from the local filesystem before saying "fossil add www/bra*".) ... (check-in: 85da145e user: wyoung tags: trunk)
16:56
Fixed numbering of node 6 in the new SVG/yEd branching diagrams. ... (check-in: 5011b202 user: wyoung tags: trunk)
16:22
Replaced the GIFs in www/branching.wiki with yEd diagrams and SVGs exported from them. This allows scalability on various screen sizes, avoids crunchy pixelated edges, allows editing, and saves space on the wire. ... (check-in: 00aded16 user: wyoung tags: trunk)
2019-06-18
01:48
Partial walk-back of [66d55e9b43]: instead of simply removing the recommendation to pass --allow-fork to fossil checkin to solve the "would fork" problem, recommend instead that the user create a new branch with --branch. That advice causes Fossil to create a named branch rather than a nameless branch -- well, *duplicate-named*, anyway -- which is easier to cope with and doesn't make all the other Fossil instances in an organization start griping about unresolved forks. Only the user who created the named fork is bothered with creating and resolving the fork in this mode of operation. ... (check-in: 8dcf4ffc user: wyoung tags: trunk)
2019-06-17
07:09
The touch command no longer treats missing files as a fatal error, instead emitting a warning message. ... (check-in: 56530e9b user: stephan tags: trunk)
2019-06-16
20:16
Polishing pass on www/collisions.ipynb: improved docs, simplified the "sd" parameter as "spread", removed an empty cell, and renumbered the cells. ... (check-in: 847423ed user: wyoung tags: trunk)
19:22
Removed the "or --allow-fork" advice output from "fossil checkin" when forcing the checkin would fork the branch. It's good for Fossil to have this option, especially for automated tooling that needs to just bull forward blindly, but it's bad advice to give to interactive users. Let them discover it via --help, if they learn of it at all. ... (check-in: 66d55e9b user: wyoung tags: trunk)
19:03
Expanded on the rules for literal/verbatim/fenced text in the /md_rules document. ... (check-in: 1b2d6c30 user: wyoung tags: trunk)
17:58
Adding a simulation (www/collisions.ipynb) for checkin collisions over a working day, given parameters like number of checkins per day. This is in support of discussion on the forum centering on this post: https://fossil-scm.org/forum/forumpost/7349f4b6e1 ... (check-in: 950e54ef user: wyoung tags: trunk)
2019-06-14
19:16
Per forum discussion: when the calculated timestamp of a to-be-touched file is 0, emit a warning and do not set the timestamp. As-yet-uncommitted merges can cause mtime_of_manifest_file() to calculate a time of zero: https://fossil-scm.org/forum/forumpost/6e49ee3725 ... (check-in: 29f450a5 user: stephan tags: trunk)
00:24
Error message typo fix. ... (check-in: 5b6be647 user: stephan tags: trunk)
2019-06-13
21:49
It turns out that fossil globally consumes the --quiet flag: touch now accounts for that. ... (check-in: 519af48c user: stephan tags: trunk)
21:28
Minor reformatting, doc updates, and corrected duplicate display of touched file count in dry-run mode. ... (check-in: adbbeac1 user: stephan tags: trunk)
20:20
Reworded misleading statements in the "touch" help. ... (check-in: ad275f97 user: stephan tags: trunk)
20:12
Reworked the "touch" command to be able to handle non-glob filenames. ... (check-in: 1b49ab3c user: stephan tags: trunk)
14:10
Update the built-in SQLite to the latest 3.29.0 alpha that includes compiler warning fixes. ... (check-in: 7b7f5df8 user: drh tags: trunk)
10:32
Add an entry about the new "touch" command and "--setmtime" option to the change log for version 2.9. ... (check-in: 93a6893d user: drh tags: trunk)
10:15
Per forum discussion, the "touch" command now defaults to --now (the current timestamp) unless --checkin is used, which applies the timestamp of the most recent checkin in which each file was modified. ... (check-in: c3b48561 user: stephan tags: trunk)
09:00
Update the copyTextToClipboard() javascript routine to work better cross-platform. ... (check-in: 0904aa8b user: drh tags: trunk)
08:58
Add the --setmtime option to the "checkout" and "open" commands. Add a new "touch" command that does nothing but run --setmtime on all named files. ... (check-in: a7e86f5b user: drh tags: trunk)
08:20
Help text improvements. ... (Closed-Leaf check-in: c5521b64 user: stephan tags: touch-command)
08:13
Help text typo. ... (check-in: 85e3340b user: stephan tags: touch-command)
08:04
Added new 'touch' command to set the mtime of files to their SCM-side values. ... (check-in: 4d9ec3e3 user: stephan tags: touch-command)
07:49
Update the copyTextToClipboard() Javascript function to suppress scrolling, and remove the temporary textarea in case of an error (i.e. blocked clipboard access), as suggested here: https://fossil-scm.org/forum/forumpost/40189d7d2f. ... (Closed-Leaf check-in: ba3e6fe7 user: florian tags: copybtn.js-tweaks)
06:18
Added a -setmtime flag to the checkout and open commands which works identically to that flag for the update command. The open command should arguably do this by default. ... (Closed-Leaf check-in: e59d8d99 user: stephan tags: setmtime-checkout-open)
06:15
Documented the --setmtime flag to the update command. ... (check-in: 34fcaf82 user: stephan tags: trunk)
2019-06-12
12:11
Avoid attaching a database file that already exists. ... (check-in: 052c5f24 user: drh tags: trunk)
09:41
Improvements to tooltip handling. ... (check-in: 3a8abf49 user: drh tags: trunk)
2019-06-11
06:59
Fix the test whether the currently hovered element is the owner of the tooltip. ... (Closed-Leaf check-in: 49bee969 user: florian tags: tooltip-tweaks)
2019-06-10
16:08
Fix a minor coding typo from [2196555351] (property name). ... (check-in: af2ca388 user: florian tags: tooltip-tweaks)
16:02
This check-in started as a follow-up to [55f56e91ba] to make the tooltip less hasty, and prevent it from being instantly reshown (and slightly moved) when the mouse pointer goes back from the tooltip to the owning node. The final result is a combined and simplified "mousemove" handler for both nodes and rails, with consistent tooltip lifetime: the tooltip is only closed if the mouse pointer is at a fixed point over another element for the (full) duration of the dwell timeout, or away from the owning element (and the tooltip) for the (full) duration of the close timeout. This check-in also improves positioning of the tooltip for longer dwell timeouts. ... (check-in: 1fc61638 user: florian tags: tooltip-tweaks)
04:48
Disable the mouse-motion anti-robot requirement for devices that self-identify as a tablet or mobile device, and hence might never send mouse-motion events. ... (Closed-Leaf check-in: 60d25189 user: drh tags: tablet-antirobot-fix)
01:53
Simplifications to the copybtn.js script. ... (check-in: 5f0479d0 user: drh tags: trunk)
01:37
Longer default hash length for the copy button on ticket view pages. ... (check-in: e055942c user: drh tags: trunk)
01:32
Copy button comes before the hyperlink in tooltips. ... (check-in: 9a5169f5 user: drh tags: trunk)
2019-06-08
18:29
Improved handling of timewarps in the graph layout. ... (check-in: 628fc32d user: drh tags: trunk)
16:11
Fix to the graph layout for complex time-warp cases. Add tooltips to timewarp arrows. ... (check-in: 5399c5da user: drh tags: trunk)
14:48
Improvements to tooltip behavior in an effort to make it easier to move the mouse over to the "copy button" or to the hyperlink without the tooltip changing out from under the user. ... (check-in: 55f56e91 user: drh tags: trunk)
14:19
Minor name refactoring and comment enhancements in graph.js. No logic changes. Improvements to the javascript compressor. Apply compression to "*/js.txt" files in addition to "*.js" files. ... (check-in: 786d6167 user: drh tags: trunk)
10:29
Fix a minor fault in the graph drawing javascript. ... (check-in: 3a15daaa user: drh tags: trunk)
2019-06-07
13:15
Minor improvements to the copy-button logic. ... (check-in: 759fbda4 user: drh tags: trunk)
13:10
Minor name changes to new routines. ... (Closed-Leaf check-in: ef848025 user: drh tags: copybtn.js-tweaks)
13:01
Add a configuration option to cause timeline timestamps to link to the /info page instead of to the /timeline page. ... (check-in: 647424d4 user: drh tags: trunk)
12:03
Minor tweak to the copybtn.js interface to fall back to the default element ID "copy-IDTARGET". ... (check-in: 16fcd48a user: florian tags: copybtn.js-tweaks)
11:56
Make sure copy buttons stay on the same line as the linked text. ... (check-in: 678018d3 user: florian tags: copybtn.js-tweaks)
11:47
Output the copy button patterns for HTML pages and TH1 scripts from a centralized function, to make it easier to apply global modifications. ... (check-in: eb960935 user: florian tags: copybtn.js-tweaks)
2019-06-06
21:13
Another attempt to fix the login redirect processing. ... (check-in: a8ff3c50 user: drh tags: trunk)
19:30
Attempt to fix the "login_needed()" function so that it correctly encodes the "g=" query parameter. ... (check-in: 8d3d39fb user: drh tags: trunk)
2019-06-05
20:21
Updates to the change log for version 2.9. ... (check-in: 2a25a8eb user: drh tags: trunk)
20:15
Since the /info page is now reachable by double-clicking on the graph node, change the timestamp to be a link to the general /timeline page around that particular time. ... (check-in: 036c854d user: drh tags: trunk)
20:08
Tweaks to the "Copy Button". ... (check-in: 8ee5e55e user: drh tags: trunk)
19:45
Update the built-in SQLite to the latest 3.29.0 alpha. ... (check-in: 9c128d2e user: drh tags: trunk)
08:26
Make sure there's any graph elements, before accessing their properties (applies to timelines for tickets, wiki pages, or forum posts). ... (Closed-Leaf check-in: 66788707 user: florian tags: copybtn.js-tweaks)
08:06
Enable closing tooltips by pressing ESC. ... (check-in: fc639a0a user: florian tags: copybtn.js-tweaks)
07:58
Also add a copy button for the artifact hash on the /artifact page in hex-dump mode. ... (check-in: 1d23109d user: florian tags: copybtn.js-tweaks)
07:47
Define the spacing between copy buttons and adjacent elements by CSS rules, so that (0) no additional white space (nbsp) needs to be inserted into the HTML document, (1) the spacing can be modified by CSS rules, and (2) the copy buttons can be hidden by CSS rules. ... (check-in: 63ebcafb user: florian tags: copybtn.js-tweaks)
07:23
Automatically set the element ID for dynamically created copy buttons to "copy-IDTARGET" (analogous to the TH1 copybtn function). ... (check-in: 42972005 user: florian tags: copybtn.js-tweaks)
07:17
More consistent naming scheme for IDs of copy buttons and their target elements. ... (check-in: b19a9826 user: florian tags: copybtn.js-tweaks)
2019-06-03
13:30
Merge all the recent tool-tip experiments into trunk. ... (check-in: 6908832c user: drh tags: trunk)
09:10
Cherry-pick [787650c36a]: Minimize impact of the SVG icon on line height. ... (Closed-Leaf check-in: 0a9f12ce user: florian tags: copybtn.js-demonstration)
09:08
Remove unnecessary white space between the copy button and the branch name. ... (check-in: b5bbad23 user: florian tags: copybtn.js-demonstration)
08:51
Cherry-pick [2196555351]: Use the longer hash prefix for the click-to-copy. ... (Closed-Leaf check-in: 21f38e85 user: florian tags: tooltip-copyhash)
08:48
Minimize impact of the SVG icon on line height. ... (check-in: 787650c3 user: florian tags: tooltip-copyhash)
2019-06-02
12:36
Cherry-pick [6a54cf2939]: Trim leading and trailing white space from the text to be copied to clipboard (do this in Javascript, so no need to care about the extra white space when generating HTML elements). ... (check-in: 698245db user: florian tags: copybtn.js-demonstration)
12:32
Trim leading and trailing white space from the text to be copied to clipboard (do this in Javascript, so no need to care about the extra white space when generating HTML elements). ... (check-in: 6a54cf29 user: florian tags: tooltip-copyhash)
12:03
Add a copy button for the artifact hash on the /artifact page. ... (check-in: 3aab0bfd user: florian tags: copybtn.js-demonstration)
11:49
Add a copy button near the branch name on the /info page, to have a way to copy the branch name without opening a tooltip. ... (check-in: b538d5eb user: florian tags: copybtn.js-demonstration)
11:31
Add a TH1 command to output text with a copy button, and modify the default View Ticket Page template to include a copy button for the ticket hash (UUID). ... (check-in: 68405c3f user: florian tags: copybtn.js-demonstration)
2019-06-01
07:12
Avoid line breaks between the copy button and the hash on the /info page. ... (check-in: 8c7e2620 user: florian tags: copybtn.js-demonstration)
07:07
Also use the now global hash_digits() function in src/info.c, and set the copy length limit to FOSSIL_HASH_DIGITS_URL for consistency with the copy buttons on the tooltips. ... (check-in: 710229e7 user: florian tags: copybtn.js-demonstration)
00:52
Use the longer hash prefix for the click-to-copy. ... (check-in: 21965553 user: drh tags: copybtn.js-demonstration)
2019-05-31
16:36
Demonstration of the copybtn.js module beyond tooltips: add a copy button near the full-length hash of check-ins on the /info page, to copy only the hash prefix when clicked. ... (check-in: 46f91da1 user: florian tags: copybtn.js-demonstration)
15:34
Auto-init HTML-defined buttons during the "DOMContentLoaded" event, so no more Javascript code required, apart from loading the copybtn.js module. ... (check-in: 148b0135 user: florian tags: tooltip-copyhash)
15:01
Revamp the comments, and refactor the code in preparation for an auto-init functionality for HTML-defined buttons. ... (check-in: 7fddf96c user: florian tags: tooltip-copyhash)
14:44
Check that the value of the "data-copylength" attribute is a positive number prior to chopping the text. ... (check-in: b9823751 user: florian tags: tooltip-copyhash)
2019-05-30
11:33
Add the "data-copylength" attribute to control the length of the copied text. (Rationale: Allow copying just the shortened hash prefixes from elements displaying the full-length hashes, because the short forms are preferred when building command-lines or URLs, and because the full-length hashes are already much easier to copy.) ... (check-in: 2e17a063 user: florian tags: tooltip-copyhash)
11:04
Revert the manual edits to the makefiles from [f6fcbf292b], and only keep the changes made by the src/makemake.tcl script. ... (check-in: 2002a508 user: florian tags: tooltip-copyhash)
2019-05-29
14:14
Apply the "hash-digits" setting to limit the length of hash prefixes displayed on tooltips. ... (check-in: 90e4f5ae user: florian tags: tooltip-copyhash)
14:02
Move the "Copy Button" functionality to a separate Javascript module, to be loaded and used independently from the timeline graph module. ... (check-in: f6fcbf29 user: florian tags: tooltip-copyhash)
13:27
Activate the load limiter for the /vdiff page. ... (check-in: 76f4e009 user: drh tags: trunk)
12:55
More consistent naming of variables in the newly added Javascript part. ... (check-in: c887a1bb user: florian tags: tooltip-copyhash)
12:47
Give a visual feedback when the copy icon is clicked. ... (check-in: 3783706f user: florian tags: tooltip-copyhash)
12:39
Introduce the "copy-button" CSS class with the SVG icon as the background image, to simplify the Javascript part. ... (check-in: b0795ff6 user: florian tags: tooltip-copyhash)
00:57
In the "fossil login-group" command, make sure to leave one group before joining another. ... (check-in: 535714e3 user: drh tags: trunk)
2019-05-28
20:53
Make the new "login-group" command a secondary command in the help system so that one needs to include the "--all" option to see it. ... (check-in: fcec3edb user: drh tags: trunk)
20:51
Add the login-group command for managing login groups from the command-line. ... (check-in: c3ba504d user: drh tags: trunk)
18:43
Pedantic cleanup to how to the SQL compress()/decompress() UDFs report an OOM, which can happen via zlib, outside of fossil's fail-fast allocator. ... (check-in: 20abe259 user: stephan tags: trunk)
12:32
Cherry-pick [ac199e7a8a]: Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (check-in: 3b5e74c4 user: florian tags: tooltip-copyhash)
12:16
Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (Closed-Leaf check-in: ac199e7a user: florian tags: tooltip-experiments)
08:35
Tune the SVG image data URI for IE: remove the (invalid) encoding tag, and URL-encode the smaller than and greater than signs. ... (check-in: c0333891 user: florian tags: tooltip-copyhash)
08:11
Move the code to setup the "Copy Hash" icon to a separate function, and link the icon to the target element through a "data-copytarget" attribute, so that "Copy Hash" icons could be added in other places than just tooltips. ... (check-in: 54f0ae78 user: florian tags: tooltip-copyhash)
2019-05-27
11:17
Fix a memory leak in the delta_parse() table-valued function, pointed out by Ralf Junkers. ... (check-in: 9002a80a user: drh tags: trunk)
09:19
Add a "Copy Hash" icon to the tooltip, to copy the hash or branch name of the underlying element to the clipboard. See the wiki page linked to this branch for more information. ... (check-in: 371943c9 user: florian tags: tooltip-copyhash)
06:58
Ensure the close timer is started for tooltips belonging to nodes instead of rails, and prevent an out-of-bounds array access for double-clicks outside of rails. ... (check-in: d57c1a79 user: florian tags: tooltip-experiments)
2019-05-23
19:29
Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (Closed-Leaf check-in: 06cb09dd user: jan.nijtmans tags: branch-2.8)
17:18
Hide the tooltip when leaving the page. ... (check-in: 356c0d01 user: drh tags: tooltip-experiments)
17:08
Merge enhancements from trunk. ... (check-in: cf07e582 user: drh tags: tooltip-experiments)
17:07
Update the built-in SQLite to the latest 3.29.0 alpha. ... (check-in: 4f040a18 user: drh tags: trunk)
14:45
Fix the tooltip positioning on the ardoise skin. ... (check-in: 0a7ddaba user: drh tags: tooltip-experiments)
06:44
Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (check-in: 5c40d6b0 user: jan.nijtmans tags: trunk)
02:29
Default dwell and close times for tooltips changes to 100 and 250 milliseconds. ... (check-in: 42c57c97 user: drh tags: tooltip-experiments)
02:25
Avoid changing "r=TAG" into "t=TAG" and "rel" in the URL of a /timeline. ... (check-in: c3b223b7 user: drh tags: tooltip-experiments)
01:55
Add a box-shadow to the default CSS for tooltips. ... (check-in: 22082e3f user: drh tags: tooltip-experiments)
2019-05-22
23:24
Add a non-linked "type" name in front of all tooltips. Style the foreground color and border color based on the default font color. ... (check-in: 2bfa69a3 user: drh tags: tooltip-experiments)
18:09
Show tooltips in the color scheme of the object that the tooltip refers to. ... (check-in: cf1f4243 user: drh tags: tooltip-experiments)
16:47
CSS changes to the look of the tooltip. ... (check-in: b5cfa435 user: drh tags: tooltip-experiments)
15:42
The tooltip over a graph node shows a link to the check-in or artifact that the node represents, not a link to the branch. ... (check-in: fa811f95 user: drh tags: tooltip-experiments)
14:34
Additional simplification of the tooltip javascript. ... (check-in: c0f8f578 user: drh tags: tooltip-experiments)
11:37
Simplifications to the javascript for tooltip handling. ... (check-in: 2189edcd user: drh tags: tooltip-experiments)
2019-05-21
19:07
Merge graph layout enhancements from trunk. ... (check-in: 980adfa6 user: drh tags: tooltip-experiments)
19:04
Improved computation of the rail mapper for timelines on a branch. If the branch is across two or more rails, then all rails of that branch are moved to the left as far as practical. ... (check-in: d19df616 user: drh tags: trunk)
18:35
Improved layout for merge arrows. ... (check-in: e008e051 user: drh tags: trunk)
17:59
For timelines with the r= query parameter for a particular branch, try to draw that branch on the far left. ... (check-in: 51510bfc user: drh tags: trunk)
09:40
Fix a bug introduced with [e0198213f3]: using "style.visibility" is essential to calculate the dimensions in the hidden state. ... (check-in: 3850b32c user: florian tags: tooltip-experiments)
09:12
Also add a configuration option to set the closeTimeout for tooltips. ... (check-in: e45429d7 user: florian tags: tooltip-experiments)
08:27
Resolve the fork. ... (check-in: fde231b2 user: florian tags: tooltip-experiments)
08:20
Deduplicate more code. ... (check-in: 7fbad143 user: florian tags: tooltip-experiments)
07:26
Deduplicate code, and consistently use "style.display" instead of "style.visibility" to show and hide the tooltip. ... (check-in: e0198213 user: florian tags: tooltip-experiments)
07:09
Auto-close the tooltip after a timeout, if the mouse pointer is no longer over the associated element. The auto-close timeout is elapsed (and the tooltip closed instantly) if the mouse pointer is over another element, paused (and reset) as long as the mouse pointer is over the tooltip, and cancelled (and the tooltip kept open) if the mouse pointer is moved back over the same element. ... (check-in: 3d5903ce user: florian tags: tooltip-experiments)
02:15
Add a configuration option under the Admin/Timeline setup menu to set the dwellTimeout for tooltips. ... (check-in: 5fc142df user: drh tags: tooltip-experiments)
2019-05-20
23:19
Merge in the most recent enhancements from trunk, and the new experimental feature that puts the select branch first in the timeline. ... (check-in: 274e95f5 user: drh tags: tooltip-experiments)
22:47
For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (Closed-Leaf check-in: b39d8d69 user: drh tags: selected-branch-on-left)
22:05
Fix to the graph layout algorithm so that forks try to stay to the same rail, as they did in prior releases. ... (check-in: 7193681a user: drh tags: trunk)
20:33
Add a new test case to the graph-test-1.wiki file that verifies that when a fork occurs, the longest chain of check-ins occurs directly above the fork. That test case is currently failing and needs to be fixed. ... (check-in: cfadf71f user: drh tags: trunk)
12:43
Better solution than [344a3331d34d896], which doesn't involve runtime-detection. Works with both Openssl 1.0.2 and 1.1.x. ... (check-in: f23d509b user: jan.nijtmans tags: trunk)
09:45
Fix coding typos from the previous commit. ... (check-in: b4f1eb90 user: florian tags: tooltip-experiments)
08:32
Experimental change to have the tooltip appear automatically after a "dwell timeout", in addition to mouse clicks. See the wiki page linked to this branch for more information. ... (check-in: bba53370 user: florian tags: tooltip-experiments)
08:21
Classic styling for the tooltip (grey shadow, also works with dark backgrounds) and the hyperlink (blue and underlined, to indicate it can be clicked). ... (check-in: cdb85ba9 user: florian tags: tooltip-experiments)
08:19
Hide the tooltip if the mouse is outside the current timeline table, and outside the tooltip itself. ... (check-in: bd803b06 user: florian tags: tooltip-experiments)
08:14
Make the "click to show tooltip" action more "discoverable" with a changing mouse cursor, similar to the timeline nodes. This example uses the "pointer" cursor, but the "help" cursor may also be an option. ... (check-in: 8b8eaad8 user: florian tags: tooltip-experiments)
2019-05-18
21:08
Merge the windows build fix from trunk into the tooltips branch. ... (Closed-Leaf check-in: b406b414 user: drh tags: tooltips)
21:05
Back out check-in [344a3331d34d896] because it does not work with openssl-1.0.1. ... (check-in: f08b93da user: drh tags: trunk)
20:55
Merge the windows build fix from trunk. ... (Closed-Leaf check-in: d99debe8 user: drh tags: bad-merge)
20:50
Check-in [344a3331d34d896776] breaks the build when using openssl-1.0.1 so back it out for now. (Added:) The content is correct, but this check-in shows an unexpected merge. I don't know yet if the extra merge is a bug in fossil or a PBKAC. This check-in was originally to trunk but is now moved to a branch. ... (check-in: 8ac66ef3 user: drh tags: bad-merge)
18:57
Improvements to branch linkage from the tooltip. Branch linkage now works even from a file history graph. And the source check-in is always highlighted in the linked timeline. ... (check-in: a27ca27f user: drh tags: tooltips)
14:39
Improvements to the default tooltip CSS so that it is readable on skins with dark backgrounds and light text. ... (check-in: d6b83f54 user: drh tags: tooltips)
14:00
The tooltip pop-up contains a hyperlink to the branch ... (check-in: 19ba7390 user: drh tags: tooltips)
02:07
Single-click to get the tooltip. Double-click to hyperlink to the branch graph. Click is approximate and does not require a direct hit on the graph line. ... (check-in: 9dc74546 user: drh tags: tooltips)
00:19
Fix harmless compiler warning. ... (check-in: 420244cb user: mistachkin tags: trunk)
00:13
Merge all enhancements from trunk. ... (check-in: 1989a13a user: drh tags: tooltips)
2019-05-17
23:47
Updates to the change log. ... (check-in: 75867c97 user: drh tags: trunk)
23:34
On Windows, avoid using BIO_ptr_ctrl with OpenSSL 1.1.1b as it does not appear to work as expected. ... (check-in: 344a3331 user: mistachkin tags: trunk)
19:49
Improvements to the timeline graph layout: (1) Use a dotted vertical line to indicate a gab of one or more check-ins in a branch. (2) Do not necessarily draw branch lines all the way to the top or bottom of the page. Leave space for the rail to be reused by other branches. ... (check-in: d14590db user: drh tags: trunk)
19:30
In the graph layout, make sure that the idxTop value is properly relayed across gaps. ... (Closed-Leaf check-in: e0186fdb user: drh tags: graph-improvements)
19:07
When attempting to determine the Fossil user information, do not smash the global URL information which may contain an alternate URL used for sync operations (e.g. when using 'fossil sync --once'). This fixes the ability to work offline and synchronize with a USB thumbdrive ala sneaker-net. ... (check-in: b9e36291 user: mistachkin tags: trunk)
18:55
Minor coding style change. ... (Closed-Leaf check-in: e5ac794f user: mistachkin tags: offline-sync)
18:54
Merge updates from trunk. ... (check-in: be8b227b user: mistachkin tags: offline-sync)
17:48
Add tooltips to more elements. Click to jump to the branch displayed by the tooltip - except clicking no a node toggles the node selection on and off as it always has. ... (check-in: 804dbe0d user: drh tags: tooltips)
17:20
Squelch an "unused variable" compiler warning in printf.c. ... (check-in: ff9dbf36 user: stephan tags: trunk)
17:08
Change redirect handling so that (1) status codes 307 and 308 are recognized as redirects in addition to 301 and 302 and (2) the remote URL is only changed if it encounters a permanent redirect (301 or 308). ... (check-in: f2ca4491 user: drh tags: trunk)
16:45
Proof-of-concept for how to pop up a tooltip when mousing over one of the branch arrows in a timeline graph. ... (check-in: 8e922935 user: drh tags: tooltips)
14:47
Fix the redundant "udc" query parameter in the timeline. ... (check-in: 0f9b648f user: drh tags: trunk)
14:04
Fix a warning (a real one) on win32: Win32 printf doesn't know about "%lld". ... (check-in: f6524ae5 user: jan.nijtmans tags: trunk)
14:04
(cherry-pick): Fix the openssl-1.1.1b build procedures. ... (check-in: e5616cda user: jan.nijtmans tags: branch-2.8)
13:54
Merge the %j string formatter enhancement from trunk. ... (check-in: 78d812e2 user: drh tags: graph-improvements)
13:53
Add the %j formatting directive to the customized printf() inside of Fossil. The %j format generates a string with appropriate backslash escapes so that the string can be part of a Javascript string literal. ... (check-in: 5e9c1d5e user: drh tags: trunk)
12:05
Merge changes from trunk. ... (check-in: 49f8f9e1 user: drh tags: graph-improvements)
12:04
Fix the openssl-1.1.1b build procedures. ... (check-in: 00328177 user: drh tags: trunk)
11:52
Automatically disapprove pending moderation requests when deleting a user. This makes it easier to deal with spam-robots. ... (check-in: 0211e8c4 user: drh tags: trunk)
09:41
Added missing nonce to script tags in the bootstrap skin, one of which caused the submenus to not be properly displayed. ... (check-in: 6b47b08e user: stephan tags: trunk)
08:17
Fix for building with OpenSSL 1.1.1b using MinGW. ... (Closed-Leaf check-in: d2b44d9e user: mistachkin tags: mingwFix)
07:27
When deleting a user via /setup_uedit, also disapprove any pending-moderation entries for users which are no longer in the user table. This is programmatically simpler than only removing entries for the removed user but (potential corner case) would also disapprove pending modreq entries if a user account is renamed while moderation of their content is pending. ... (Closed-Leaf check-in: b14cf3bc user: stephan tags: moderate-disapprove-on-user-delete)
06:48
Create new branch named "moderate-disapprove-on-user-delete" (ooops - all these years and i never realized that "branch new" automatically creates a new empty commit!) ... (check-in: a0595089 user: stephan tags: moderate-disapprove-on-user-delete)
05:58
/setup_uedit now records deletion of a user in the administrative log. ... (check-in: 25eae515 user: stephan tags: trunk)
01:42
Adjust the graph display flags for various query parameters to /timeline. ... (check-in: 1695ddbd user: drh tags: graph-improvements)
2019-05-16
22:55
Fix a single-character error in the graph JS for the previous check-in. ... (check-in: 377844c1 user: drh tags: graph-improvements)
22:53
Improved merge risers for nodes with risers pointing to the top of screen. ... (check-in: aa854c87 user: drh tags: graph-improvements)
22:35
Fix the elipsis at the bottom of decenders so that they are the same color as the rest of the line. ... (check-in: 34fd632e user: drh tags: graph-improvements)
22:14
Connect the horizontal merge arrow all the way over to vertical rises toward the top for nodes with u==0. ... (check-in: d76bc405 user: drh tags: graph-improvements)
21:42
Improvements to rail selection in the graph layout. ... (check-in: aa43709a user: drh tags: graph-improvements)
19:00
Do not draw risers and descenders all the way to the top and bottom of the graph if that is not necessary. ... (check-in: 9978f812 user: drh tags: graph-improvements)
16:19
Attempts at improving timeline graphs to be more intuitive and informational. For this check-in, add the TIMELINE_XMERGE property to disable merge lines to non-graph nodes. Then disable TIMELINE_DISJOINT for branch graphs. ... (check-in: f6d74f16 user: drh tags: graph-improvements)
14:34
The "fossil all ui" command no longer shows repositories that cannot be opened. ... (check-in: 4c2504dc user: drh tags: trunk)
08:49
Update docker build to use fedora 29 (was: 28). changelog update. ... (check-in: d60669c5 user: jan.nijtmans tags: trunk)
08:17
Merge the Makefile changes for OpenSSL-1.1. ... (check-in: c8bd45c1 user: jan.nijtmans tags: branch-2.8)
2019-05-15
13:37
Merge the Makefile changes for OpenSSL-1.1. ... (check-in: e02ccb70 user: drh tags: trunk)
2019-05-14
19:11
Need to keep the TIMELINE_DISJOINT flag on branch timelines. ... (check-in: 5cc74bff user: drh tags: trunk)
19:05
Add the TIMELINE_FILLGAPS flags to branch timelines. ... (check-in: bb0faeb8 user: drh tags: trunk)
14:47
Add a new TIMELINE flag to control the dotted vertical lines that indicate omitted nodes. Only enable the dotted verticals where they make sense. ... (check-in: fff033fe user: drh tags: trunk)
14:33
The dotted vertical lines in the graph should use the default color, not the foreground color of the node. ... (check-in: 47b08087 user: drh tags: trunk)
13:47
Improvements to the display of the "Context" graph on check-in /info pages. ... (check-in: 01d8bf97 user: drh tags: trunk)
13:46
Fix the graph on the /finfo page - apparently broken by check-in [8e2b8b027bc2d62a1]. ... (check-in: aa149371 user: drh tags: trunk)
11:41
Ensure that the wiki and markdown rule text has been materialized prior to rendering it. ... (check-in: e95c5514 user: drh tags: trunk)
11:22
Fix the javascript used to activate hyperlinks. ... (check-in: 6b139de0 user: drh tags: trunk)
11:17
Fix the anti-robot logic so that auto-hyperlink-mouseover actually works and so that the "mouseover" setting sent down to javascript is determined only by the setting on the Access page. ... (check-in: 37f23f37 user: drh tags: trunk)
2019-05-13
21:48
Merge trunk ... (Closed-Leaf check-in: 91a0d5a5 user: jan.nijtmans tags: openssl-1.1)
01:47
Add "Yesterday" and "Tomorrow" submenu links on the /thisdayinhistory page. ... (check-in: d0de24fe user: drh tags: trunk)
2019-05-12
23:48
Improved rendering of the graphs on the /thisdayinhistory page. More generally, improved rendering of multiple graphs on the same page that omit the TIMELINE_DISJOINT flag. ... (check-in: 8e2b8b02 user: drh tags: trunk)
2019-05-11
01:42
More documentation updates to highlight recent changes. ... (check-in: bcea5291 user: drh tags: trunk)
00:17
Updates to the change log, as well as other minor documentation improvements. ... (check-in: 530963e0 user: drh tags: trunk)
2019-05-10
18:47
Update the built-in SQLite to the 3.29.0 alpha, for testing of SQLite. ... (check-in: 1bdebbe1 user: drh tags: trunk)
16:33
Try again to provide better "(more context)" hyperlinks on the /thisdayinhistory page. ... (check-in: 273974a2 user: drh tags: trunk)
16:26
Improve the "more context" hyperlink on the /thisdayinhistory page. ... (check-in: 97bc9c3a user: drh tags: trunk)
16:19
Add the /thisdayinhistory page. ... (check-in: e7103eeb user: drh tags: trunk)
2019-05-02
03:36
tclsh8.7 is out there... ... (check-in: 8b276cf9 user: bch tags: trunk)
2019-05-01
14:02
When attempting to determine the Fossil user information, do not smash the global URL information which may contain an alternate URL used for sync operations (e.g. when using "fossil sync --once"). This fixes the ability to work offline and synchronize with a USB thumbdrive ala sneaker-net. ... (check-in: 7063b1a3 user: andybradford tags: offline-sync)
2019-04-26
16:53
Another invocation of the backoffice was found where the option "--nocgi" might be necessary. ... (Closed-Leaf check-in: 5d7c00f7 user: tsbg tags: backoffice-win)
16:45
Make sure that the "--nocgi" option gets removed from the command line (hint: short circuit evaluation of the && operator). ... (check-in: 417e2b41 user: tsbg tags: backoffice-win)
16:39
Merge trunk. ... (check-in: 3a19db88 user: tsbg tags: backoffice-win)
2019-04-25
14:28
Make full use of the new file_tempname() in "fossil diff" with both --from and --to options. Improve file_tempname() to allow for a suggested differentiator tag. ... (check-in: 1dd2527f user: drh tags: trunk)
2019-04-24
12:59
Preserve the basis-file suffix when generating temporary file names. ... (check-in: a072be1e user: drh tags: trunk)
2019-04-23
13:50
Fix the computation of capabilities in the "Capability Summary" report so that it ignores the special users "nobody", "anonymous", "reader", and "developer". ... (check-in: 63febeb7 user: drh tags: trunk)
13:16
Updates to the "fossil git export" documentation. ... (check-in: 1c15ebf8 user: drh tags: trunk)
12:46
Further improvements to the "fossil git status" command. ... (check-in: 8b18d011 user: drh tags: trunk)
01:05
On a "fossil git export", run appropriate "git update-ref" commands to make sure that all refs/heads point to the latest check-ins for the branch, even in cases there the branch has been renamed on the Fossil side by a tag. ... (check-in: ab68afe9 user: drh tags: trunk)
2019-04-22
15:22
New information about the git export shown by "fossil git status". ... (check-in: a0a5be0e user: drh tags: trunk)
15:09
Fix a problem in the git-export database schema upgrade logic. ... (check-in: 84949f51 user: drh tags: trunk)
14:22
Enhance the "fossil git export" so that it works for repositories that use a single artifact as both an ordinary file and as a check-in manifest. ... (check-in: fdde65e7 user: drh tags: trunk)
13:54
Add the "fossil git status" command. ... (check-in: f77ebeea user: drh tags: trunk)
2019-04-19
18:55
Enhance the /timeline query parameter parsing so that the ymd=, ym=, and yw= query parameters can optionally omit the date punctuation. ... (check-in: 9bdda204 user: drh tags: trunk)
2019-04-18
14:06
(cherry-pick): Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 9ef58dcf user: jan.nijtmans tags: branch-2.8)
12:06
On the /artifact page, only show the "Line Numbers" checkbox if the artifact is displayed as text/plain. ... (check-in: 40c40f7f user: drh tags: trunk)
00:00
Only remember a new URL for permanent redirects. ... (Closed-Leaf check-in: b36783e8 user: mistachkin tags: httpRedir)
2019-04-17
22:23
(cherry-pick): Update the built-in SQLite to version 3.28.0. ... (check-in: 96c35627 user: jan.nijtmans tags: branch-2.8)
19:40
Fix to the new autopush privilege warning logic. ... (check-in: 92406fa4 user: drh tags: trunk)
19:22
Update the built-in SQLite to version 3.28.0. ... (check-in: 14db745d user: drh tags: trunk)
19:01
Issue a gentle warning, rather than a scary error message, if the autopush following a commit fails due to insufficient permissions. ... (check-in: 3350be2c user: drh tags: trunk)
18:32
If a "fossil sync" gets a 301 or 302 redirect, then change the saved remote URL to the redirected URL. ... (check-in: e0026b6e user: drh tags: trunk)
14:50
Applied a fix to fossil-autocomplete.bash posted on the forum, said to avoid adding a space to the end of an autocompleted path: https://fossil-scm.org/forum/forumpost/7ba4a4c495 ... (check-in: 99ad7fc3 user: wyoung tags: trunk)
2019-04-11
14:12
Fix private content push bug mentioned on Forum. It's possible that this content has already been recorded as private so ignore unique constraint error. ... (check-in: 82aded4c user: andybradford tags: trunk)
01:17
Update the built-in SQLite to the first 3.28.0 beta. ... (check-in: cbc21e52 user: drh tags: trunk)
2019-04-08
15:36
Try to suppress an SQLite scan warning on servers for repositories with a large number of shunned or private artifacts. ... (check-in: 85dd55db user: drh tags: trunk)
2019-04-06
19:03
Sync and Clone HTTP requests omit the extra /xfer path element from the end. This should work fine with all versions of Fossil server published since 2010, but might require that the /xfer path element be added manually to the URL for server instances that predate check-in [94bb313444b0165e]. ... (check-in: 19c60b7f user: drh tags: trunk)
2019-04-03
18:33
Update the built-in SQLite to the latest 3.28.0 alpha version. ... (check-in: 41974e08 user: drh tags: trunk)
2019-04-02
03:26
The abbreviated certbot command didn't work here on my first Let's Encrypt renewal after writing the tls-nginx.md document, so changed that advice to use the full-strength form. ... (check-in: dadd1342 user: wyoung tags: trunk)
2019-04-01
00:43
Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 3d827943 user: andybradford tags: trunk)
2019-03-30
15:40
Backout [f517cb7f] because they both come together anyway and this one is a macro. See https://fossil-scm.org/forum/forumpost/da64c38d6a for discussion. ... (check-in: 3b23b328 user: andybradford tags: trunk)
00:46
Support both "1)" and "1." for numbered lists in markdown, as commonmark does. Patch from A. Kupries. ... (check-in: 9d6a0aac user: drh tags: trunk)
2019-03-27
19:59
Added Jupyter nbviewer link for www/image-format-vs-repo-size.ipynb, and made a few small edits to the notebook after seeing it in that viewer. ... (check-in: f52d63e3 user: wyoung tags: trunk)
18:45
Several improvements to the image-format-vs-repo-size experiment and the report documenting it: dropped the first 3 columns of data to make the bar chart clearer; drawing the bar chart on a transparent BG in case it's used on a page with a non-white BG, as with a selected Fossil forum post; added axis labels; added a run time calculation to the expensive first step; fixed a few syntax problems that prevent the Python code from compiling on Python 3; documented some problems with running it under Anaconda on macOS; better documented the notebook's dependencies; many clarifications to the experimental report text. ... (check-in: 41e5237a user: wyoung tags: trunk)
13:22
Expand the dates in the timeline description when using punctuationless dates in the query parameters. ... (check-in: 99abe50b user: drh tags: trunk)
13:16
Accept pure numeric ISO8601 date/time strings (without punctuation) if there are not conflicts with other identifiers. ... (check-in: 437f39b8 user: drh tags: trunk)
2019-03-26
01:45
Remove extra output when requirements are found and there is really no need for a warning here either. ... (check-in: 1aab3f31 user: andybradford tags: trunk)
2019-03-25
18:43
Capture both SSL library requirements before attempting to build the code. ... (check-in: f517cb7f user: andybradford tags: trunk)
14:02
Check for the presence of BIO_ADDR_hostname_string before using it. ... (check-in: 0ef9501c user: andybradford tags: trunk)
12:13
If the login fails during a clone or sync, fail the command immediately rather than reprompting for a new password, as the sync is going to eventually fail anyhow. ... (check-in: e4ca60cd user: drh tags: trunk)
11:31
Use the BIO_ADDR_hostname_string() function from OpenSSL to obtain the IP address of the remote side, if that function is available. ... (check-in: 8a4ad5cb user: drh tags: trunk)
06:18
Typo fix, reported in the forum: administator. ... (check-in: 1614c9b5 user: stephan tags: trunk)
2019-03-24
18:56
Fixed a few bugs in the Makefile in the www/image-format-vs-repo-size.md doc, and added a caveat about potential further bugs. ... (check-in: 82ad5914 user: wyoung tags: trunk)
18:50
Added my two recently-created documents to the permuted doc index ... (check-in: 41579b4c user: wyoung tags: trunk)
17:25
Added "Image Format vs Fossil Repo Size" article and supporting files. ... (check-in: 05f95db7 user: wyoung tags: trunk)
2019-03-23
21:47
Fix password change reported on Fossil Forum bug by ending the form tag properly. ... (check-in: 643123d5 user: andybradford tags: trunk)
21:44
Add missing HTML tag for nobr to skin. ... (check-in: 5152d81e user: andybradford tags: trunk)
2019-03-22
18:39
Add a new explanatory comment to clarify the operation of the "fossil server" implementation. No code changes. ... (check-in: c546212f user: drh tags: trunk)
11:56
Fossil needs SQLite 3.28.0 now, so check for that. ... (check-in: e3258f1b user: jan.nijtmans tags: trunk)
2019-03-21
23:51
(cherry-pick): Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: http://blog.unicode.org/2018/09/new-japanese-era.html ... (check-in: 31aefc3b user: jan.nijtmans tags: branch-2.8)
20:50
Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: http://blog.unicode.org/2018/09/new-japanese-era.html ... (check-in: 9b679012 user: jan.nijtmans tags: trunk)
2019-03-20
12:34
An attempt to get the --autopush option of "fossil git export" to work with ssh. ... (check-in: cd212e80 user: drh tags: trunk)
2019-03-19
14:09
Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (check-in: 6cc53548 user: andybradford tags: db-begin-txn-updates)
2019-03-18
19:27
Show what "apt install" commands need to be run on a fresh Ubuntu install in order to build Fossil. ... (check-in: c2cfaa6a user: drh tags: trunk)
12:04
Add the /secureraw page that requires the complete HASH before it will deliver an artifact. ... (check-in: 7abfca67 user: drh tags: trunk)
11:48
Fix a minor typo in a comment used to generate "stash" documentation. ... (check-in: aaa726e1 user: drh tags: trunk)
10:38
Update the built-in SQLite to the latest 3.28.0 alpha version. ... (check-in: 831e1af2 user: drh tags: trunk)
2019-03-17
10:44
Fix for _popen and _pclose with Visual C++ in the new export.c module. ... (check-in: 931da0c3 user: wyoung tags: trunk)
07:01
Expanded the "Standalone server" section of www/server.wiki to add more examples. Also fixed a few grammar problems elsewhere in the doc. ... (check-in: f153777f user: wyoung tags: trunk)
06:42
Moved the section on stunnel configuration from www/server.wiki to www/ssl.wiki, adding links from one to the other. Also changed all remaining references to "SSL" in server.wiki to "TLS". ... (check-in: 355c16a5 user: wyoung tags: trunk)
06:18
Expanded the discussion of the difference between "fossil ui" and "fossil server" in www/server.wiki. ... (check-in: 67e30333 user: wyoung tags: trunk)
06:13
Wiki formatting fix pass on www/server.wiki in preparation for more substantial changes: removed all explicit <p> tags where they don't affect rendering; changed all <a name...><h2> with <h2 id=...>; added whitespace; moved <blockquote> tags down to their own line since they're key to the page layout. ... (check-in: 3406f0eb user: wyoung tags: trunk)
05:05
Added information on 2FA to the new mirroringtogithub.md doc ... (check-in: a2ef4310 user: wyoung tags: trunk)
04:21
Clarity, formatting, and grammar edit pass on the new www/mirrortogithub.md document. ... (check-in: 5cb3e094 user: wyoung tags: trunk)
03:50
Only showing the file name extension to MIME type map page on the sitemap if the accessing user has an ability to check in named files. I can't see how anyone else would care what that table contains. ... (check-in: 71d66284 user: wyoung tags: trunk)
03:47
Removed the Markdown and Wiki help page links from the Help section of the sitemap when the accessing user has no ability to create content in those formats: no wiki, ticket, or forum creation capability, no checkin rights, and no Admin rights. ... (check-in: 7ff6d5b0 user: wyoung tags: trunk)
01:42
Add the "fossil git export" command to the 2.9 change log. ... (check-in: 17b517f5 user: drh tags: trunk)
01:40
Add the "How To Mirror A Fossil Repository On GitHub" document. ... (check-in: 21b57fae user: drh tags: trunk)
00:14
Automatically run "git repack -adf" after an initial export to git using the "fossil git export" command. (Recommended by Linus Torvalds himself.) ... (check-in: e4d87cd1 user: drh tags: trunk)
00:02
Do not use the --input-marks option with "git fast-import". Instead, remember older Git-names and insert them directly into the fast-import stream. ... (check-in: 8e6f3ced user: drh tags: trunk)
2019-03-16
18:58
Make the configuration database (~/.fossil) optional for the sync command. ... (check-in: d1b88ad5 user: drh tags: trunk)
17:04
Abandon an export to Git if a phantom artifact is encountered on any check-in that is less than one year old. This is a defense against generating an incorrect export from a repository that has an incomplete sync. Shunned artifacts are always ignored, regardless of age. ... (check-in: de0bbcb5 user: drh tags: trunk)
13:58
When the "fossil git export" command displays the "git push" command it is about to run, omit the display of any password that happens to be embedded in the URL. ... (check-in: aaa937a8 user: drh tags: trunk)
13:31
Fix a missing newline when printing the git push command on --autopush. ... (check-in: df619db6 user: drh tags: trunk)
13:23
Update the "fossil git export" command so that it remembers the last repository name and reuses it if no repository is specified. Add the --force option. ... (check-in: fe98905e user: drh tags: trunk)
13:06
Add the --autopush option to the "fossil git export" command. ... (check-in: ac5ae7b7 user: drh tags: trunk)
01:07
Add a README.md file for the sake of the GitHub test mirror. ... (check-in: ced33d1a user: drh tags: trunk)
00:58
Add the "fossil git export" command, designed to simplify making a Git mirror of a working Fossil repository. ... (check-in: 70295942 user: drh tags: trunk)
00:26
Enhance the "fossil git export" command so that it also exports tags as lightweight Git tags. ... (Closed-Leaf check-in: 4f19d67b user: drh tags: mirror-cmd)
2019-03-15
21:36
Do the export within a transaction for performance. Record a complete two-way map of Git and Fossil names in the mirror.mmark table. ... (check-in: c4f9b177 user: drh tags: mirror-cmd)
20:01
Add the "FossilOrigin-Name:" footer on all exported comments. ... (check-in: 051cd382 user: drh tags: mirror-cmd)
16:38
Rename "fossil mirror" to "fossil git export". Deprecate the "fossil export" command. ... (check-in: 2faec6b7 user: drh tags: mirror-cmd)
16:11
Export "manifest", "manifest.uuid", and "manifest.tags" files if that is what the repository needs. ... (check-in: eafe5ce6 user: drh tags: mirror-cmd)
13:12
The branch names should start with "refs/heads" (with an "s" at the end), not just "refs/head". ... (check-in: d7437168 user: drh tags: mirror-cmd)
11:48
Render any phantom or shunned artifacts as an empty file. ... (check-in: 2487f505 user: drh tags: mirror-cmd)
2019-03-14
20:16
The mirror command is now able to export all of Fossil itself, though tags are still not exported. ... (check-in: a3471a5e user: drh tags: mirror-cmd)
19:43
Fix the export so that it is able to handle phantom check-ins. ... (check-in: 4a480954 user: drh tags: mirror-cmd)
18:55
Sanitize branch names to conform to Git restrictions. ... (check-in: 11bcc4eb user: drh tags: mirror-cmd)
18:20
Progress on the "fossil mirror" command. ... (check-in: 5063eb52 user: drh tags: mirror-cmd)
17:16
Begin work on the "fossil mirror" command. ... (check-in: dbc1c62a user: drh tags: mirror-cmd)
13:52
When doing a "fossil stash" make sure that the stash has committed before deleting changes from disk, so that the changes can be recovered if something goes wrong. ... (check-in: 60af514d user: drh tags: trunk)
2019-03-13
18:46
Continuing work on the VCCP design. ... (Closed-Leaf check-in: c3f118c5 user: drh tags: vccp)
15:34
Continuing work on the VCCP spec. This is an incremental check-in. ... (check-in: 60794e99 user: drh tags: vccp)
2019-03-09
21:57
Initial check-in of the documentation for the proposed VCCP. Very incomplete. This is just to save my work. ... (check-in: b37bb7dc user: drh tags: vccp)
2019-03-08
00:42
Update the documentation on the "fossil backoffice" command. ... (check-in: 35c8103e user: drh tags: trunk)
2019-03-07
17:57
Add the --poll option to "fossil backoffice" to allow it to act as a backoffice launch daemon. ... (check-in: 1021afc6 user: drh tags: trunk)
16:43
Enhancements to the "backoffice" command: Added the --nodelay option and added the ability to specify multiple repositories. ... (check-in: 96fc4848 user: drh tags: trunk)
2019-03-04
13:58
Improvements to Append Wiki privilege suggested by jakesfr. ... (check-in: 3790dbbd user: drh tags: trunk)
2019-03-02
20:33
Improvements to the document that describes the delta format. ... (check-in: 81e61d78 user: drh tags: trunk)
18:18
Enable make install without first calling make workflow by adjusting the install target prerequisites. This allows make install to be called on a fresh clone/checkout of Fossil because otherwise OBJDIR is missing and make install fails. ... (check-in: 904eb8a5 user: andybradford tags: trunk)
2019-03-01
21:46
Merge trunk. Update to Openssl 1.1.1b ... (check-in: b7695eee user: jan.nijtmans tags: openssl-1.1)
21:42
Update to openssl 1.0.2r ... (check-in: a4166665 user: jan.nijtmans tags: trunk)
21:37
Update custom makefile. Remove some unnecessary spacing in documentation ... (check-in: e2751b18 user: jan.nijtmans tags: trunk)
10:30
(cherry-pick): Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "fossil regexp", "fossil grep" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: e217b8b9 user: jan.nijtmans tags: branch-2.8)
09:38
Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "fossil regexp", "fossil grep" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: b2c424ad user: jan.nijtmans tags: trunk)
2019-02-27
19:12
(cherry-pick): Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: c460f943 user: jan.nijtmans tags: branch-2.8)
14:34
Update the version number to 2.9 for the next release cycle. Updates to the change log for 2.9. ... (check-in: 6f60cb38 user: drh tags: trunk)
14:23
For the "fossil update" and "fossil checkout" commands, if a managed file is removed because it is no longer part of the target check-in and the directory containing the file is empty after the file is removed and the directory is not the current working directory and is not on the empty-dirs list, then also remove the directory. ... (check-in: f132f86b user: drh tags: trunk)
12:57
Merge the bug fix from trunk. ... (Closed-Leaf check-in: 50995ed1 user: drh tags: rmdir-on-update)
12:08
Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: 70f30922 user: drh tags: trunk)
2019-02-26
20:35
Enhance the "fossil checkout" command to that it too cleans up directories that it makes empty. ... (check-in: 95b700c2 user: drh tags: rmdir-on-update)
20:03
Fix the rmdir-on-update so that it works even if the update is occurring in a subdirectory of the repository. Do not remove the subdirectory that is the current working directory even if it is empty. ... (check-in: 3275a944 user: drh tags: rmdir-on-update)
01:22
When doing a "fossil update" if files are removed from a directory, then try to delete that directory (if it is empty) at the end of the update, if the directory is not on the empty-dirs list. ... (check-in: 43111aa9 user: drh tags: rmdir-on-update)
2019-02-25
22:57
SQLite 3.27.2 ... (check-in: 367831ea user: jan.nijtmans tags: branch-2.8)
17:01
Update the built-in SQLite to the latest trunk version that includes all of the fixes that were in the 3.27.2 release. ... (check-in: 4d608670 user: drh tags: trunk)
15:10
Add extension functions delta_apply(), delta_create(), delta_output_size(), and delta_parse() to the SQL connection for the "fossil sql" command. ... (check-in: effa8930 user: drh tags: trunk)
2019-02-24
22:55
(cherry-pick): Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: e869ad9c user: jan.nijtmans tags: branch-2.8)
20:32
Update error message in 'loadTcl' to make it more concise. ... (check-in: f2f01669 user: mistachkin tags: trunk)
16:46
Make the --nossl and --nocompress server options available for CGI requests. ... (Closed-Leaf check-in: a41ef5e6 user: florian tags: cgi-server-options)
14:35
Merge trunk ... (check-in: af9dabcb user: jan.nijtmans tags: openssl-1.1)
14:33
Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: 08e63e17 user: jan.nijtmans tags: trunk)
2019-02-20
22:28
Formatting improvement for images shown by /artifact. ... (check-in: 7b0dbe80 user: drh tags: trunk)
21:50
Always show the "Apply These Changes" button in the Wysiwyg editor. ... (check-in: 5efd69e2 user: drh tags: trunk)
20:42
Start the version 2.9 change log. ... (check-in: 29d55718 user: drh tags: trunk)
20:32
Fix the display of wiki and markdown on /artifact pages so that hyperlinks are shown as if relative to /doc/VERSION. ... (check-in: 8af35d30 user: drh tags: trunk)
15:01
Version 2.8 ... (check-in: f8d7f76b user: drh tags: trunk, release, version-2.8)
2019-02-18
22:37
Fix the handling of manifest files for the "tag" and "amend" commands. ... (check-in: 5e20a4f7 user: drh tags: trunk)
21:04
Tweaks to the change log in preparation for 2.8. ... (check-in: dbf342e7 user: drh tags: trunk)
20:44
Allow arguments with non-ASCII characters for constructed shell commands. ... (check-in: 72e4b915 user: drh tags: trunk)
19:17
Include 'nonce' TH1 variable in the custom skin documentation. ... (check-in: 02367341 user: mistachkin tags: trunk)
19:09
When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. Also, add the 'nonce' command to TH1. ... (check-in: 8a65cd18 user: mistachkin tags: trunk)
2019-02-17
07:47
Make sure the TH1 interp is available before trying to use it. ... (Closed-Leaf check-in: 600accbe user: mistachkin tags: dynamicCsp)
07:16
Add the 'nonce' command to TH1. Improve clarity of the 'default_csp' variable handling and add comments. ... (check-in: 68e6b07e user: mistachkin tags: dynamicCsp)
06:18
Skip setting the 'default_csp' TH1 variable if it already exists (e.g. it was manually overridden via the TH1 setup script). ... (check-in: 0b885bb9 user: mistachkin tags: dynamicCsp)
05:32
Merge updates from trunk. ... (check-in: cb881aab user: mistachkin tags: dynamicCsp)
2019-02-15
21:20
Show the SCGI environment variable value on the /test_env page if that variable exists. ... (check-in: f59faedb user: drh tags: trunk)
20:51
When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. ... (check-in: 0fe4c7d9 user: mistachkin tags: dynamicCsp)
2019-02-08
13:28
Update the built-in SQLite to version 3.27.1. ... (check-in: cf6682b1 user: drh tags: trunk)
2019-02-07
17:42
Allow arguments with non-ASCII characters for constructed shell commands, as reported here: https://fossil-scm.org/forum/forumpost/81e6854386. ... (Closed-Leaf check-in: a5ff0050 user: florian tags: non-ascii-cmd-args)
17:39
Backout [6e80af7e52], as this branch enables the 'reparent' command to work without an open check-out. ... (Closed-Leaf check-in: 3580fce8 user: florian tags: tag-cmd-manifest-updates)
17:37
For the 'amend' command, enable updating the "manifest" files with an open check-out. ... (check-in: 05c1e3b9 user: florian tags: tag-cmd-manifest-updates)
17:34
For the 'tag' command, omit updating the "manifest" files without an open check-out, as reported here: https://fossil-scm.org/forum/forumpost/dc06c157e5. ... (check-in: f9770068 user: florian tags: tag-cmd-manifest-updates)
17:18
Update the built-in SQLite to the official 3.27.0 release version. ... (check-in: c56fce69 user: drh tags: trunk)
00:01
Several improvements to the discussion of building against OpenSSL in www/ssl.wiki. ... (check-in: 48b74fce user: wyoung tags: trunk)
2019-02-05
20:54
Update the built-in SQLite to the latest 3.27.0 beta for testing. ... (check-in: 1dbf923c user: drh tags: trunk)
15:49
Fix the unified diff output so that it conforms with established conventions. ... (check-in: 7fd2a365 user: drh tags: trunk)
15:43
Enhance the "reconstruct" command so that sets the correct hash policy for artifacts read from disk. ... (check-in: 93bb3231 user: drh tags: trunk)
2019-02-01
15:55
Update the built-in SQLite to the latest 3.27.0 alpha. ... (check-in: 6ba52d79 user: drh tags: trunk)
2019-01-29
15:02
Merge trunk ... (check-in: 7843b1c6 user: jan.nijtmans tags: openssl-1.1)
14:29
Add a test command to infer the hash policy from the length of path names on reconstruct (disabled by preprocessor directive). ... (Closed-Leaf check-in: 8d1ed47c user: florian tags: reconstruct-sha3)
14:09
Calculate hash lengths with skipped directory slashes. ... (check-in: c47adb91 user: florian tags: reconstruct-sha3)
14:01
Coding style fixes. ... (check-in: 1d49b5ad user: florian tags: reconstruct-sha3)
2019-01-28
20:59
Mention the "worktree" git command in the Fossil-versus-Git document. ... (check-in: af91e057 user: drh tags: trunk)
19:59
Markdownism fixes in previous ... (check-in: 39825691 user: wyoung tags: trunk)
19:58
Noted that linking Fossil to an OpenSSL built from source opens the user to the "no root certs" problem previously solved in www/ssl.wiki. ... (check-in: c563be15 user: wyoung tags: trunk)
19:52
Clarified the "build from source" option for linking Fossil to a non-platform version of OpenSSL. ... (check-in: 1e21abda user: wyoung tags: trunk)
19:25
Assorted improvements to www/tls-nginx.md ... (check-in: e629c1b7 user: wyoung tags: trunk)
18:29
Expanded the discussion of OpenSSL options in www/ssl.wiki, mainly adding advice on installing it via package managers. The new OpenSSL discussion in build.wiki now points to this, rather than to the next section level up, as in the prior checkin. ... (check-in: a13820dc user: wyoung tags: trunk)
17:54
Expanded the section on --with-openssl=none in www/build.wiki to explain why adding that option is a bad idea, what to do instead, and to point to the newly expanded OpenSSL discussion in www/ssl.wiki for more information. ... (check-in: 4f810279 user: wyoung tags: trunk)
14:02
Fix an oversight from the previous check-in: add the short form of the command-line option. ... (check-in: a90d0617 user: florian tags: reconstruct-sha3)
10:18
Add the new option --keep-rid1 for the 'deconstruct' and 'reconstruct' commands. ... (check-in: 79b51366 user: florian tags: reconstruct-sha3)
10:12
Enhance the 'reconstruct' command to set the correct hash policy (SHA1 or SHA3-256) for artifacts read from disk, inferred from the length of the path name. Also enhance the 'deconstruct' and 'reconstruct' commands with an option to ensure the artifact with RID=1 is a valid manifest. See the wiki page linked to this branch for more information and tests. ... (check-in: 62a00bc7 user: florian tags: reconstruct-sha3)
2019-01-27
19:32
Update the built-in SQLite to the latest 3.27.0 alpha. Updates to the change log. ... (check-in: 5280c1ab user: drh tags: trunk)
19:19
Change the "reparent" command so that it only works within an open checkout. Documentation improvements, especially add documentation to about the FOSSIL_SECURITY_LEVEL environment variable. ... (check-in: d168be0c user: drh tags: trunk)
19:16
Add the global --comment-format command-line option and the "comment-format" setting for controlling the display of the command-line timeline. ... (check-in: 2476b812 user: drh tags: trunk)
15:42
List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document. ... (Closed-Leaf check-in: 04eb72fd user: florian tags: misc-little-things)
15:38
Add the global --comment-format command-line option as an alias for --comfmtflags. ... (Closed-Leaf check-in: a0d10b91 user: florian tags: comment-format-setting)
15:35
Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: https://fossil-scm.org/forum/forumpost/d9954370c7. ... (check-in: bc62fa17 user: florian tags: comment-format-setting)
2019-01-26
02:59
Provide a word-break in the middle of the long SHA3-256 strings shown on the /info page. ... (check-in: 357d5e82 user: drh tags: trunk)
02:50
Disable the HH:MM timestamps on narrow display using javascript. ... (check-in: 4a1a474f user: drh tags: trunk)
02:36
Does not work. Was: Do not display the "HH:MM" timestamps to the left of the graph on very narrow displays (phones in viewed in portrait mode) as the HH:MM takes up precious horizontal space and does not add that much value to the display. ... (Closed-Leaf check-in: 31c64c3b user: drh tags: mistake)
02:26
Fix the chref() helper function so that it correctly renders the class attribute on the generated hyperlink with hyperlink display is delayed as an anti-robot defense. ... (check-in: f54b4bf1 user: drh tags: trunk)
2019-01-23
03:09
Make it easier to build multiple configurations of Fossil with MSVC. ... (check-in: 8db943fa user: mistachkin tags: trunk)
02:43
Make it easier to override the final built executable name when using MSVC. ... (check-in: b2993e5a user: mistachkin tags: trunk)
2019-01-22
23:19
Experimental changes to unified diff output to 'ignore' sections that are purely additions. Still needs SBS support and tests. ... (Closed-Leaf check-in: 6e3f354d user: mistachkin tags: ignorePureAdds)
03:02
Fixed a Markdown-ism in previous ... (check-in: 485eda76 user: wyoung tags: trunk)
03:01
Updated www/ssl.wiki to cover the new "Redirect to HTTPS" setting and to add recovery methods for the case where enabling it causes a redirect loop. ... (check-in: 226b14fc user: wyoung tags: trunk)
02:52
Updated the Security-Audit page to better handle the change from the old https-login setting to the new redirect-to-https setting. ... (check-in: 37918a1f user: wyoung tags: trunk)
2019-01-21
20:07
Update the built-in SQLite to the latest 3.27.0 alpha code. ... (check-in: 246f249e user: drh tags: trunk)
20:04
Improved robustness on the --args option. ... (check-in: 14c14021 user: drh tags: trunk)
18:34
Do not attempt to detect redirect loops. The client side will do that for us. ... (check-in: 810842f1 user: drh tags: trunk)
18:28
Enhance the "redirect-to-https" setting so that if it is 2 or more it forces all pages to travel of a secure connection. ... (check-in: 4aba9ea6 user: drh tags: trunk)
18:27
The --nossl option is on by default for the "fossil ui" command. ... (Closed-Leaf check-in: 9ae6f866 user: drh tags: https-all-pages-option)
18:05
Fixes to the automatic HTTPS redirector. ... (check-in: 14ff7af4 user: drh tags: https-all-pages-option)
17:33
Provide the option to force all web page requests to go over HTTPS. ... (check-in: f372e189 user: drh tags: https-all-pages-option)
16:57
Fix a documentation error on the setup_access page. ... (check-in: 742d64d9 user: drh tags: trunk)
16:54
When SQLite detects that the repository associated with a checkout has been replaced by a clone (such that the RID values potentially change) then automatically adjust the content of the checkout database. ... (check-in: fff37e62 user: drh tags: trunk)
10:51
Swapped Let's Encrypt's advice for ssl_ciphers in the nginx TLS config for Qualys SSL Labs' advice. ... (check-in: 8f2ec292 user: wyoung tags: trunk)
10:03
Typo fix ... (check-in: 83c902be user: wyoung tags: trunk)
09:45
Linked the new TLS + nginx guide to an nginx blog on enabling HSTS. ... (check-in: 30d577a7 user: wyoung tags: trunk)
09:38
Assorted improvements to the TLS/SSL docs. ... (check-in: 43166dcd user: wyoung tags: trunk)
2019-01-20
23:58
Pick up the cherrypick merge arrow display fix from trunk. ... (Closed-Leaf check-in: 12a022b1 user: drh tags: rid-renumbering)
23:57
Improved rendering of cherrypick merge arrows, especially on the "ardoise" and "eagle" skins. ... (check-in: 9c7fdea8 user: drh tags: trunk)
23:42
Minor comment changes. ... (check-in: e2a73756 user: drh tags: rid-renumbering)
21:29
Automatically update the VFILE and VMERGE tables when the fingerprinting detects that a repository has been replaced by clone. ... (check-in: b0365238 user: drh tags: rid-renumbering)
16:51
Merge fixes and enhancements from trunk. ... (check-in: 1a7cc263 user: drh tags: rid-renumbering)
16:47
Fix a hyperlink error on the graph-test page. (This should have been committed to trunk to begin with.) ... (check-in: 20431a7c user: drh tags: trunk)
16:46
Fix a hyperlink error on the graph-test page. ... (check-in: 6c388aff user: drh tags: rid-renumbering)
02:03
Pointing to evergreen "TLS/HTTPS/SSL Documentation Maintenance" thread from www/tls-nginx.md. ... (check-in: 872d3957 user: wyoung tags: trunk)
01:52
Largely rewrote www/ssl.wiki, it being 7 years since the last update, during which time much has changed in TLS land. Added the initial version of www/tls-nginx.md as a companion article to it, since the topic is too deep to get into within ssl.wiki. Finally, added a new script, tools/fslsrv, referred to by tls-nginx.md, since it's too big to put inline within the article. ... (check-in: 062d2bf6 user: wyoung tags: trunk)
2019-01-19
23:47
Clean up some old comments on the schema. No code changes. ... (check-in: f51856be user: drh tags: rid-renumbering)
21:31
Change the schema of the vmerge table so that it remembers the hash of merged artifacts, not the RID. Schema updates are automatic, but once the update occurs, you are committed to using the newer version of Fossil moving forward. ... (check-in: 8977dfb0 user: drh tags: rid-renumbering)
21:03
Remove unused variable ... (check-in: 302ce439 user: andygoth tags: trunk)
18:29
Enhance the stash so that it stores hashes and no long depends on RID value. Do this is a way that is backwards compatible and transparent to the user. After running any "stash" command using this version of Fossil or later, the schema will automatically update and the stash should survive a subsequent RID renumbering event in the repository without damage. ... (check-in: ed06585f user: drh tags: trunk)
2019-01-17
22:43
Added a warning about loss of stash and undo when performing the 'interim workaround' for an RID mismatch. ... (check-in: cc44fa84 user: stephan tags: trunk)
19:58
Extended the repo/checkout fingerprint mismatch warning to offer an interim workaround, per forumpost/5f9d4cef56. ... (check-in: bf7c2e94 user: stephan tags: trunk)
00:20
Add the bid= query parameter to the /timeline page. ... (check-in: 8cb1b231 user: drh tags: trunk)
2019-01-16
01:01
Add an option to preserve newlines as hard line breaks on the www timeline display. ... (check-in: 8af02551 user: drh tags: trunk)
00:14
For the "file info NAME" command, if NAME is directory, give a sensible error message. ... (check-in: 0ee8c8cd user: drh tags: trunk)
00:11
Detect when the repository associated with a check-out has been swapped out for a clone with different RID values, and give the user a warning. Still to do: automatically recover. ... (check-in: 1b114d24 user: drh tags: trunk)
2019-01-15
19:41
Give a fatal error, not a panic, if unable to open the database file. ... (check-in: c0eca1f9 user: drh tags: trunk)
00:02
Fix typo in the TH1 wiki page. ... (check-in: 049813ac user: mistachkin tags: trunk)
2019-01-12
21:35
Add the 'cgiHeaderLine' command to TH1. ... (check-in: 32c48809 user: mistachkin tags: trunk)
2019-01-11
05:34
Merge trunk. ... (Closed-Leaf check-in: dbaee34d user: mistachkin tags: th1CgiHeader)
05:34
Fix the expected result for the TH1 'info commands' test. ... (check-in: 103997d9 user: mistachkin tags: trunk)
05:32
Add the 'cgiHeaderLine' command to TH1. ... (check-in: 58e2f487 user: mistachkin tags: th1CgiHeader)
03:31
Verify the repository fingerprint whenever a repository is opened from a checkout database. For now, abort with an error if the fingerprint is incorrect. To do: have Fossil automatically adjust RIDs in the checkout database if the fingerprint is incorrect. ... (Closed-Leaf check-in: 6036bc62 user: drh tags: repo-fingerprint)
2019-01-10
21:07
Store "fingerprint" and "checkout-hash" in the VVAR table whenever the working checkout changes. ... (check-in: e07139a0 user: drh tags: repo-fingerprint)
19:54
Add the db_fingerprint() interface for computing a repository fingerprint. ... (check-in: f5043617 user: drh tags: repo-fingerprint)
18:25
Fix the remote_repo_info() function to avoid resource leaks and to suppress unhelpful error and warning messages. ... (check-in: 1e3cfc1e user: drh tags: trunk)
17:29
Added a hyperlink from the "upgrade to Fossil 2.1 or later" recommendation at the top of the hash policy document to the "Installing" section of the Quick Start document. ... (check-in: f392fac7 user: wyoung tags: trunk)
06:03
Fixed an errant use of a Markdown hyperlink in a Fossil wiki document. ... (check-in: 15cbb09d user: wyoung tags: trunk)
2019-01-09
12:31
Updated the Debian Stretch speculation bit at the end of the hashpolicy document with latest results from the forum thread. ... (check-in: 9d673f04 user: wyoung tags: trunk)
2019-01-08
19:08
Restore the ability to delete a wiki page. ... (check-in: e947378e user: drh tags: trunk)
2019-01-07
01:32
Fix a typo in the hashpolicy.wiki document. ... (check-in: 3b17294d user: drh tags: trunk)
2019-01-06
04:27
Updated the hash policy document, mainly to put it in past tense and to cover the current situation. ... (check-in: df8baf94 user: wyoung tags: trunk)
04:10
Updated the paragraph on SHA1 hashes in www/concepts.wiki to also talk about SHA3-256. ... (check-in: ac2c2c77 user: wyoung tags: trunk)
2019-01-05
01:29
Increase the version number to 2.8 and update the change log, in case we decide to do a new release soon. ... (check-in: f143b606 user: drh tags: trunk)
2019-01-04
08:22
Omit hard-coded n= query parameters on /timeline hyperlinks for branches and tags. Use the n= cookie. ... (check-in: 19682676 user: drh tags: trunk)
07:56
Minor typo. ... (check-in: aedfd94d user: florian tags: misc-little-things)
07:54
For the 'reparent' command, make sure there's an open check-out (otherwise it will fail). ... (check-in: 6e80af7e user: florian tags: misc-little-things)
2019-01-02
15:31
Enhancements to the hamburger menu mechanism. ... (check-in: 724a9b8f user: drh tags: trunk)
15:24
Unconditionally include ctype.h in the mkbuiltin.c utility program. ... (check-in: 9c604490 user: drh tags: trunk)
14:55
Make the 'n=all' query parameter work as expected for the /timeline?p= and /timeline?d= web pages. ... (check-in: 9eae2e5c user: drh tags: trunk)
08:28
Make the 'n=all' query parameter work as expected for the /timeline?p= and /timeline?d= web pages. ... (Closed-Leaf check-in: 76f44784 user: florian tags: fix-timeline-limit)
07:24
Oops, fallen for testing built-in versus customized skin, fix the previous check-in. ... (Closed-Leaf check-in: dac9293b user: florian tags: js-hamburger-menu)
07:03
Less rigid string-to-number conversion for the custom "data-anim-ms" attribute. ... (check-in: e4a18b67 user: florian tags: js-hamburger-menu)
03:15
On the /wikiedit screen, do not show the "Apply" button unless the user has first done a preview. ... (check-in: cfe76167 user: drh tags: trunk)
03:08
Put an "Add Wiki" button in the submenu for /timeline displays of branches and tags. Add the "Add Wiki:" line to the overview section of check-in /info pages. ... (check-in: 867fe0ea user: drh tags: trunk)
2019-01-01
19:45
On the /timeline page with the r= or t= query parameters, change the header to report that it is showing only check-ins, since that is all it will show regardless. ... (check-in: 31edaabf user: drh tags: trunk)
19:39
Tweaks to the documentation on the /ci page. ... (check-in: 1a857fe1 user: drh tags: trunk)
03:03
FreeBSD wants the same isspace() treatment from [ae62c08cbe] ... (check-in: d3833209 user: bch tags: trunk)
2018-12-31
20:10
Allow wiki pages with names like "branch/BRANCH", "checkin/HASH", and "tag/TAGNAME" to automatically link to displays of the corresponding branch, checkin, or tag. ... (check-in: 56023854 user: drh tags: trunk)
14:33
Do not allow edits to wiki pages associated with branches, checkins, or tags for users who do not also have checkin privileges. ... (Closed-Leaf check-in: 60e8a08f user: drh tags: describe-objects-using-wiki)
02:13
Change the /info page Overview section to have "Wiki:" links for wiki display, instead of "Edit Wiki:" links. Users who want to edit, can do the additional "Edit" click from the wiki page. Also have /info honor the nowiki query parameter. ... (check-in: f17a5198 user: drh tags: describe-objects-using-wiki)
00:00
Better titles for the /wiki page for associated wiki. ... (check-in: 57443202 user: drh tags: describe-objects-using-wiki)
2018-12-30
23:28
Fix the action= on the Admin/Wiki setup page. ... (check-in: 341a31c6 user: drh tags: trunk)
23:27
Improved page titles when editing wiki about branches, checkins, and tags. Honor the wiki-about flag. ... (check-in: 32d9be6d user: drh tags: describe-objects-using-wiki)
21:37
Add more linkage between the speicially named wiki pages and various objects. ... (check-in: 42327c67 user: drh tags: describe-objects-using-wiki)
20:30
Begin adding the ability to use specially-named wiki pages to supplemental information about branches, tags, and/or checkins. ... (check-in: dcf93d03 user: drh tags: describe-objects-using-wiki)
00:29
NetBSD wants a header for isspace() ... (check-in: ae62c08c user: bch tags: trunk)
2018-12-29
18:21
Do not show cherrypick merge links in the context for the /ci_tags page. ... (check-in: 758029a8 user: drh tags: trunk)
13:04
Improved default CSS for drawing dashed lines for cherrypick merges. ... (check-in: 3d922b52 user: drh tags: trunk)
12:34
Fix the hyperlink to the login page on /download page. ... (check-in: ad5999aa user: drh tags: trunk)
06:43
Fix the login links for the /download web page, as suggested here: https://fossil-scm.org/forum/forumpost/a742969590. ... (Closed-Leaf check-in: 4a30475b user: florian tags: fix-login-links)
2018-12-28
23:46
Add support for the "mionly" query parameter in /timeline when using from= and to=. ... (check-in: 9fae2151 user: drh tags: trunk)
18:38
Improved title on /timeline graphs with from, to, and rel query parameters. ... (check-in: 994d7d84 user: drh tags: trunk)
18:15
Enhance the from=/to= query parameters on the /timeline page so that when the "rel" query parameter is present, the graph shows checkins that merge with checkins on the choose path. ... (check-in: 7759a00e user: drh tags: trunk)
16:52
Add compression to the built-in javascript. Update comments on graph.js. ... (check-in: 4da95b25 user: drh tags: trunk)
16:21
Improved graph display when a single checkin is the parent of both a normal and a cherrypick merge. ... (check-in: 30aec47a user: drh tags: trunk)
12:59
This checkin does a cherrypick merge off of another checkin that already has a prior full merge. The purpose of this checkin is to provide a test case for the cherrypick graph drawing logic. The code in this checkin is not intended to actually be used for anything. ... (Leaf check-in: dc81ac70 user: drh tags: graph-test-branch)
02:01
In /timeline, the cherrypicks query parameter puts the graph into "disjoint" mode, which displays much better for the data it is presenting. ... (check-in: 35e892b4 user: drh tags: trunk)
01:25
Improvements to /timeline generation of cherrypick merges. Cherrypicks are now shown with the f= query parameter. Add the cherrypicks query parameter to /timeline. Add test cases to the graph-test-1.wiki page. ... (check-in: ee64832f user: drh tags: trunk)
2018-12-27
21:56
Much faster rendering of branch timelines. ... (check-in: fe40b652 user: drh tags: trunk)
20:41
General enhancements to the "amend", "tag", and "reparent" command, including adding flags like --override-date, --override-user, and --dry-run. ... (check-in: 5c995571 user: drh tags: trunk)
20:37
Updates to the /brtimeline and /tagtimeline pages. ... (check-in: efb903f9 user: drh tags: trunk)
20:35
Fix an issue with the subscriber feature. ... (check-in: 140ed0f2 user: drh tags: trunk)
20:34
Fix non-C89 variable declarations. ... (check-in: 33f1c741 user: drh tags: trunk)
20:13
Fix a problem in which normal merge arrows were often drawn as normal merge arrows. ... (check-in: 8b3e3e00 user: drh tags: trunk)
19:55
Attempt to draw the entire length of a cherrypick merge line using a dashed line. ... (check-in: 236586d6 user: drh tags: trunk)
19:39
Show cherrypick merges on the default timeline. Disable the display of cherrypicks using the "ncp" query parameter. Currently, the only display difference between a normal merge and a cherrypick merges is in the final horizontal segment of the merge line as it moves into the child node. More work is needed on the display logic. ... (check-in: 55ab522c user: drh tags: trunk)
16:22
Omit unused elements of the "rowinfo" JSON element used to generate a timeline graph. ... (check-in: c0a5083e user: drh tags: trunk)
15:40
Draw arrows for cherrypick merges on the context graph. There is still no distinction between normal and cherrypick merges, though. Both arrows look alike. ... (check-in: a07f1688 user: drh tags: trunk)
12:36
Remove two unused variables (introduced by [2efcd19f14] through copy-and-paste) ... (Closed-Leaf check-in: cf0f6fc8 user: florian tags: cmd-options-amend)
2018-12-26
23:38
For checkins that are a cherrypick or that are cherrypicked, so the other side of the cherrypick merge in the "Context" section of the /info page. This enhancement requires a "fossil rebuild" in order to function. ... (check-in: 1c74e914 user: drh tags: trunk)
14:38
Enhance the options for the 'tag cancel' command: add --date-override and --user-override, and show a summary for the help text ... (check-in: 8f2d519b user: florian tags: cmd-options-amend)
14:25
For the 'tag' command, parse all options after the sub-commands, so that no unsupported options can be used (for example, disallow 'fossil tag cancel --propagate ...'), and to have a consistent command-line format with sub-commands followed by options ... (check-in: 2efcd19f user: florian tags: cmd-options-amend)
14:17
For the 'tag find' command, move parsing of the -n|--limit option to the innermost scope, to avoid conflicts with the 'tag add' variant of the -n|--dryrun option ... (check-in: 5d5252b8 user: florian tags: cmd-options-amend)
11:12
Rename the 'hide' query parameter to 'nohidden' for the /leaves, /brtimeline, and /tagtimeline web pages. ... (Closed-Leaf check-in: 5359e3db user: florian tags: fix-timeline-view)
10:43
Simplify URL building for the /leaves web page. ... (check-in: 8bf8b378 user: florian tags: fix-timeline-view)
10:16
Add the 'onlyhidden' query parameter to show only check-ins tagged as "hidden" for the /leaves, /brtimeline, and /tagtimeline web pages. ... (check-in: 82b9140f user: florian tags: fix-timeline-view)
08:02
Enhance the options for the 'reparent' command: add --date-override and --user-override ... (check-in: df85c3f9 user: florian tags: cmd-options-amend)
07:43
For consistency with the 'tag' and 'reparent' commands, have --dry-run always print the generated control artifact and omit the unchanged summary, and drop --verbose ... (check-in: 54928ff4 user: florian tags: cmd-options-amend)
2018-12-25
09:49
Enhance the options for the 'amend' command: document --date-override, and add --user-override, --verbose, and --dry-run ... (check-in: 36369faa user: florian tags: cmd-options-amend)
2018-12-24
22:06
Treat the new query parameters as boolean flags. ... (check-in: 8e5ea60b user: florian tags: fix-timeline-view)
21:48
Cosmetic change to insert a space between two hyperlinks. ... (check-in: eb882e27 user: florian tags: fix-timeline-view)
21:33
Add the 'hide' query parameter to remove check-ins tagged as "hidden" (which are shown by default) for the /leaves, /brtimeline, and /tagtimeline web pages. (Rationale: listings of open leaves not tagged as "hidden" can make handy TODO lists.) ... (check-in: 92fa3664 user: florian tags: fix-timeline-view)
20:54
Revise and partially revert [d28f9e99a0] and [f174bfa157]: no need to remove the parents, TIMELINE_DISJOINT already does the magic. Related nodes now again have connecting rails for the /leaves, /brtimeline, and /tagtimeline web pages. ... (check-in: 8f4b7e1f user: florian tags: fix-timeline-view)
12:44
Also add background colors, clickable nodes, the option box to select the viewing mode, and timeline query parameters 'ng', 'brbg' and 'ubg' for the /brtimeline and /tagtimeline web pages. ... (check-in: f174bfa1 user: florian tags: fix-timeline-view)
12:11
Add timeline query parameters 'ng', 'brbg' and 'ubg' for the Leaves web page. ... (check-in: 2ac6b507 user: florian tags: fix-timeline-view)
07:11
Show the option box to select the viewing mode for the Leaves web page. ... (check-in: e03610b1 user: florian tags: fix-timeline-view)
06:40
Restore background colors and clickable nodes for the Leaves web page. ... (check-in: d28f9e99 user: florian tags: fix-timeline-view)
06:32
Restore the Classic View mode for the File History web page. ... (check-in: 33882ef8 user: florian tags: fix-timeline-view)
2018-12-21
08:01
Fix a problem introduced by [06586ef70f]: on cloning, only create the tables for the email notification system if any configuration data from the 'Email subscribers' group is received. ... (Closed-Leaf check-in: fca66262 user: florian tags: fix-clone-subscribers)
2018-12-15
08:34
Move a variable declaration introduced by [b695e97d7a] to the beginning of the scope, for strict ANSI C-89 conformance, as specified in the Coding Style document /doc/trunk/www/style.wiki. (Required by some old MSVC compilers, to build executables with dynamic linking to msvcrt.dll.) ... (Closed-Leaf check-in: 550b95e5 user: florian tags: ansi-c89-compatibility)
2018-12-12
20:43
Next and Previous submenu buttons on the /wdiff page in order to step through all versions of a wiki page. ... (check-in: 19eaa3ca user: drh tags: trunk)
20:03
The table in the new /whistory page is not sortable. ... (check-in: 869841cb user: drh tags: trunk)
20:01
Use an ordinary table to display /whistory rather than a timeline, as the timeline comments are not helpful. ... (check-in: 734e1ea7 user: drh tags: trunk)
19:31
Simplification of wiki menus. ... (check-in: 98f5b402 user: drh tags: trunk)
18:15
Changing the Timeline submenu between "Basic" and "Advanced" should be a sticky setting. ... (check-in: 2be93e3d user: drh tags: trunk)
14:28
Fix the "fossil test-all-help -e" command so that it shows help for test commands and settings. ... (check-in: cb3a8905 user: drh tags: trunk)
12:42
Break out the Wiki setup items into a separate submenu of the Admin section. ... (check-in: bf09c3bb user: drh tags: trunk)
01:42
On the /info page for wiki, give a link to the next version of that wiki page in chronological order. ... (check-in: 423c6a93 user: drh tags: trunk)
01:23
Improvements to the /wdiff page. ... (check-in: b695e97d user: drh tags: trunk)
2018-12-11
21:31
Change timeline hyperlinks to wiki pages to point to the specific version of the wiki page that the timeline entry refers to, not to the latest version of that page. ... (check-in: 606421ed user: drh tags: trunk)
18:55
On the /wiki page, put text to show that the page has been deleted. ... (check-in: c7a7a561 user: drh tags: trunk)
16:28
Enhance the /wcontent page to show a sortable list of wiki pages together with the number of versions and the time of last change. ... (check-in: 81c22bc6 user: drh tags: trunk)
2018-12-10
08:07
Attempt to get the backoffice running on Windows. ... (check-in: c52fb5ed user: tsbg tags: backoffice-win)
2018-12-07
19:36
Reworded 2 references to 40-character artifact IDs, since those particular IDs may now be longer than 40 characters. ... (check-in: 565c2173 user: stephan tags: trunk)
2018-12-04
23:08
Fixed a use of fclose() on a handle opened with popen(), noticed by Stephan Beal. ... (check-in: 1f4b4fcb user: wyoung tags: trunk)
23:00
The new blockquote tinting feature of the default skin now works in the forum post editor screen as well, not just in the forum post display screen. ... (check-in: 19bb3b88 user: wyoung tags: trunk)
2018-12-03
12:24
Undo changes to fossil.exe.manifest (don't know where they came from) ... (check-in: 8be521a2 user: jan.nijtmans tags: openssl-1.1)
12:08
Merge trunk ... (check-in: e88c1ff4 user: jan.nijtmans tags: openssl-1.1)
02:44
Improved documentation for the "localauth" setting. ... (check-in: 883c2ea2 user: drh tags: trunk)
2018-12-01
13:00
Incorporate the official release of SQLite version 3.26.0 ... (check-in: e0a6ff0a user: drh tags: trunk)
06:19
Typo fix ... (check-in: 572574d1 user: wyoung tags: trunk)
06:17
Assorted small improvements to admin-v-setup.md. ... (check-in: eadf2644 user: wyoung tags: trunk)
05:49
The recent change that allows Admin-only users to edit the skin affected the setup.c side of things only: there were also several bits in skins.c that checked for g.perm.Setup, so an Admin-only user couldn't actually do anthing useful. ... (check-in: 7b58c6fd user: wyoung tags: trunk)
00:27
Added the "Setup-Only Features" section to admin-v-setup.md. ... (check-in: 8ec908d1 user: wyoung tags: trunk)
2018-11-30
23:37
Added www/admin-v-setup.md to the permuted index ... (check-in: 969380a5 user: wyoung tags: trunk)
23:34
Added the admin-v-setup.md document explaining the differences between the Setup and Admin user capabilities, and offering a philosophical argument for why these distinctions are drawn as they currently are. ... (check-in: 2056e9f7 user: wyoung tags: trunk)
23:18
Granted access to /setup_timeline to Admin users as well as Setup users. ... (check-in: cd8c5df5 user: wyoung tags: trunk)
21:24
Typo fix ... (check-in: 91e8c121 user: wyoung tags: trunk)
21:08
Fix the labels on email alerts for wiki edits and ticket changes, which were reversed. ... (check-in: a8856c6b user: drh tags: trunk)
13:07
Allow the Admin user to modify the skin. ... (check-in: 257318c1 user: drh tags: trunk)
13:00
Fix to the sizing of the iframe for HTML in the /info page so that it works with CSP unsafe-inline. ... (check-in: 4675fc70 user: drh tags: trunk)
01:11
Add the backoffice-disable setting to completely disable all backoffice processing. ... (check-in: 2467a356 user: drh tags: trunk)
2018-11-29
22:55
The /setup_adunit, /setup_logo, and /setup_skin pages now give full rights to Admin-only users, not just to Setup users, since it seems sensible for a Setup user to delegate cosmetic matters to "mere" Admins. ... (Closed-Leaf check-in: a4265ae8 user: wyoung tags: setup-delegates-cosmetics-to-admin)
21:38
Update custom mingw makefile. Update openssl version ... (check-in: 71399243 user: jan.nijtmans tags: trunk)
11:09
Improvements to the command-line comment formatter so that it works better with non-ASCII characters. ... (check-in: 1c84a0c1 user: drh tags: trunk)
2018-11-28
23:43
Minor stylistic changes to the comment formatter. ... (Closed-Leaf check-in: cc9c422d user: drh tags: comment-formatter-utf8)
18:57
The /setup page can now be seen by both Admin and Setup users, as requested by drh via private email. The set of links shown is culled for Admin-only users. Also changed some comments to match the code with respect to Admin vs Setup capability. The only change to user capability interpretation in this checkin is to the /setup page. ... (check-in: 7d034d34 user: wyoung tags: trunk)
18:48
The /setup_modreq page was limited to Setup users, but since it controls what users with Moderator capability can do, made it available to Admin users as well. ... (check-in: 6242e24d user: wyoung tags: trunk)
18:42
Found several more pages protected with "!g.perm.Setup && !g.perm.Admin" guards: changed them all to "!g.perm.Admin" only for the same reason as [558952c8]. ... (check-in: 42c3364f user: wyoung tags: trunk)
18:34
The /secaudit0 page was checking for both Admin and Setup capabilities, which means it was only accessible to users with Setup users, since that is the only class that can have both capabilities. Since it's documented as being available to Admin users, changed the logic to allow access to Admin *OR* Setup users. ... (check-in: 558952c8 user: wyoung tags: trunk)
13:19
Update the built-in SQLite to the latest 3.26.0 beta for testing. ... (check-in: c523d0a9 user: drh tags: trunk)
2018-11-24
07:49
Minor optimizations: drop a few redundant comparisons and calculations, and take advantage of the logical AND short-circuit by testing the least expensive and most unlikely condition first. Also fold away the iterative comments into cross references. ... (check-in: 490d38ff user: florian tags: comment-formatter-utf8)
07:16
Fix two bugs (introduced with this branch) that become manifest with invalid UTF-8 sequences. ... (check-in: b86a2fc7 user: florian tags: comment-formatter-utf8)
2018-11-16
19:39
Fix a bug (already present on trunk) with the (non-legacy) comment printing algorithm, detected while running the regression tests from test/comment.test with UTF-8 text: the function to print the indent (modified to a calculate-only function on this branch) was handed a pointer to the current line index and the current line index, thus performing checks at (current line index * 2), causing random increments of the current line index. ... (check-in: 70dd8f74 user: florian tags: comment-formatter-utf8)
14:02
More coding style fixes. ... (check-in: 2dca9b82 user: florian tags: comment-formatter-utf8)
11:26
Coding style fixes. ... (check-in: aadbbb38 user: florian tags: comment-formatter-utf8)
11:14
For better word breaking results with the (non-legacy) comment printing algorithm, make sure the lookahead to the next space character is UTF-8-aware. Also make sure the per-line remaining character count is decremented properly for UTF-8 sequences. The neuralgic points now handle UTF-8 sequences correctly, and they could be enhanced to work with the effective display width, if required (to handle combining characters, and East Asian Wide and Fullwidth characters). ... (check-in: c9ec3d18 user: florian tags: comment-formatter-utf8)
2018-11-15
15:32
Ensure the line buffer for the legacy comment printing algorithm can hold maximum-length UTF-8 sequences. ... (check-in: 29d3a2ed user: florian tags: comment-formatter-utf8)
15:16
Fix a problem with initial indent introduced by the previous check-in, so that all regression tests from test/comment.test now succeed. Also eliminate three more calls to fossil_print(). Regarding performance, the legacy comment printing algorithm is outnumbered by factor 2-3, with these changes. ... (check-in: b029ed22 user: florian tags: comment-formatter-utf8)
12:43
Add output buffering to the (non-legacy) comment printing algorithm, to reduce calls to fossil_print(). The resulting performance improvement can be up to factor 10, with a perceptible difference even for short comments (measured and tested on Windows with MSVC builds, and on Ubuntu with GCC builds). (For comparison: for the legacy comment printing algorithm, the extra UTF-8 checks added by this branch impair performance by 0.12-1.8%, depending on whether the input contains predominantly multi-byte vs. ASCII-only sequences.) ... (check-in: 16fde3ff user: florian tags: comment-formatter-utf8)
2018-11-13
16:20
Update the built-in SQLite to the latest 3.26.0 beta. This is beta-testing for SQLite. ... (check-in: d3f454fa user: drh tags: trunk)
16:14
Fix a bug in the skin edit pages that can result in an infinite loop. ... (check-in: 995e184c user: drh tags: trunk)
2018-11-10
14:17
Do not run backoffice if the "--in" option is used on the "fossil http" command. ... (check-in: afb1e5f6 user: drh tags: trunk)
13:49
Do not attempt to run backoffice if the repository is read-only. ... (check-in: 4f15d34f user: drh tags: trunk)
2018-11-09
19:18
Merged login-on-post branch to trunk ... (check-in: c0e384cf user: wyoung tags: trunk)
19:16
Another attempt to fix non-constant format complaint. ... (Closed-Leaf check-in: 725630f3 user: wyoung tags: login-on-post)
19:11
Fix to previous for the "non-constant format" complaint from some compilers. I can't see what they're yelling about, but this fixes it. ... (check-in: 095333fc user: wyoung tags: login-on-post)
18:52
The "New Thread" button in /forum is no longer restricted to those with forum write capability: if you lack it, we now send you to the login page instead. Without this, users without the capability to post are left looking in through the window of a building without obvious doors. This change pairs especially nicely with the self-registration feature, but it doesn't require it, since /login also allows anonymous login, which should be enabled for Fossil forums on sites where non-users are expected to visit. ... (check-in: cdb7f3b9 user: wyoung tags: login-on-post)
2018-11-08
02:38
Improve grep documentation ... (check-in: 4af31f11 user: andygoth tags: trunk)
2018-11-07
12:04
When running a bisect, show the span between the two extremes and the number of steps remaining after each step. ... (check-in: b45dd1c7 user: drh tags: trunk)
2018-11-05
14:35
Fix the /brlist page so that branches are (once again) shown in time order. ... (check-in: c21c7742 user: drh tags: trunk)
2018-11-02
16:10
Enhance the "fossil branch ls" command with two new options. The -t option sorts the branch list with the most recent branch first. The -r option reverses the sort order. ... (check-in: db2682dc user: drh tags: trunk)
15:21
Enhance makeheaders so that it is able to deal with static_assert() statements. (These do not come up in Fossil itself. This check-in is in response to use of Makeheaders by external projects.) ... (check-in: 8cecc544 user: drh tags: trunk)
13:48
Enhance the repository list page so that it shows the name of project for each repository, and so that the "Last Modified" time is based on the most recent event in the repository, not the repository file mtime. ... (check-in: cdea59dc user: drh tags: trunk)
13:08
Split out the repo_list_page() routine, used to generate the repository list for "fossil all ui" and similar, into a separate source file "repolist.c" to make it easier to enhance and maintain. ... (check-in: 45a71349 user: drh tags: trunk)
2018-10-21
18:38
Update custom MinGW makefile. ... (check-in: 1c32c5b8 user: mistachkin tags: trunk)
2018-10-20
15:00
Fixed an off-by-one error in the error log header printer, resulting in the day number being for the next day past the call time. Bug diagnosis and fix from https://fossil-scm.org/forum/forumpost/0d5933da4c ... (check-in: cf9b44a9 user: wyoung tags: trunk)
2018-10-19
22:37
Now that type has changed due to [d0fa9eee56], cast back to match total variable. ... (check-in: 77371043 user: andybradford tags: trunk)
22:12
Use a signed type to avoid an infinite loop in socket_send(); socket_receive() is already fine. ... (check-in: d0fa9eee user: andybradford tags: trunk)
2018-10-17
23:53
Enhance the security-audit page to detect insecurities resulting from having self-registration enabled. This is a work in progress. More testing and more checks are needed in this area. ... (check-in: 724ccc46 user: drh tags: trunk)
14:16
Modify the comment formatter to avoid output of incomplete UTF-8 sequences, and to avoid line breaks inside UTF-8 sequences. See https://fossil-scm.org/forum/forumpost/1247e4a3c4 for detailed information and tests. ... (check-in: 1bbca2c3 user: florian tags: comment-formatter-utf8)
2018-10-14
06:46
Backout [4d384ed875] and [5677271a1c] to simplify the hamburger menu customization template. ... (check-in: bf8946a1 user: florian tags: js-hamburger-menu)
06:44
Remove leftover IE8 compatibility code, as the hamburger menu never worked with this browser. (The hamburger button would be replaced with a non-scripted link to the sitemap, if JS processing got this far.) ... (check-in: b0043203 user: florian tags: js-hamburger-menu)
2018-10-12
16:18
For consistency, HTMLize another TH1 variable, though not sure if this is required, see https://fossil-scm.org/forum/forumpost/bc0b6ce4a1. ... (check-in: 5677271a user: florian tags: js-hamburger-menu)
16:16
Switch away from classic (bubbling-only) event handling to simplify management of temporary handlers, and to have the ESC key listener use a priority (capturing) handler, to prevent any other keydown handlers or default actions for the ESC key while the panel is open. This does not change the compatibility test results summarized here: https://fossil-scm.org/forum/forumpost/f425a1756c. (IE8 halts JS processing at JSON.parse in antiRobotDefense, anyway.) Also, for non-compatible browsers, there's a new fallback to transform the hamburger button into a simple (non-scripted) link to the sitemap. ... (check-in: e3376829 user: florian tags: js-hamburger-menu)
16:14
Fix a comment on the "html" and "puts" TH1 commands. Before this fix, the meanings of the two commands were reversed. ... (check-in: 35563f3d user: drh tags: trunk)
16:08
Alternative name for the "customskin" document in the document index. ... (check-in: 2aa4ef94 user: drh tags: trunk)
2018-10-11
16:36
Cancel the timer to remove the border of the hamburger menu panel after the closing animation, if the menu is closed and immediately reopened by double-clicking the hamburger button. ... (check-in: c73deeb6 user: florian tags: js-hamburger-menu)
16:36
Recalculate the dimensions of the hamburger menu if the browser window is resized. ... (check-in: 7c724cf7 user: florian tags: js-hamburger-menu)
16:36
Fix the hamburger menu template from the documentation to ensure TH1 variables are properly HTMLized. ... (check-in: 4d384ed8 user: florian tags: js-hamburger-menu)
16:36
Enable customization of the hamburger menu through the default skin header.txt. ... (check-in: 497dbb35 user: florian tags: js-hamburger-menu)
16:36
Extend the CSS fixes to avoid column breaks inside list items, [dc5e06ff71] and [51da396650], as Firefox classifies 'break-inside' as an 'invalid property name'. This affects the sitemap and the hamburger drop-down menu. ... (check-in: 5bd8d6fe user: florian tags: js-hamburger-menu)
16:36
Read the CSS transition style to be restored later directly from the (previously initialized) style property, as window.getComputedStyle() seems to return null with Firefox, in this specific case. This fixes a problem introduced with the previous check-in. ... (check-in: c6735b38 user: florian tags: js-hamburger-menu)
16:36
Allow the hamburger menu to be closed instantly by pressing ESC or by clicking outside. This is the patch initially submitted to https://fossil-scm.org/forum/forumpost/2abe305c2d, with the interim changes incorporated. ... (check-in: a44fdd17 user: florian tags: js-hamburger-menu)
09:39
Fix minor inaccuracy in the number of years in the human_readable_age() function. ... (check-in: e93ae526 user: drh tags: trunk)
2018-10-10
19:49
Applied a patch by forum user vor0nwe to allow the WYSIWYG wiki page editor to work in the face of the new CSP restrictions on inline JavaScript. The patch and explicit license for inclusion in Fossil are here: https://fossil-scm.org/forum/forumpost/6985a4754e ... (check-in: 543cdd47 user: wyoung tags: trunk)
16:42
Removed a period at the end of a sentence ending in a URL to avoid the need for cleverness in URL handling to get the correct document to open. (Affects "fossil help grep" output.) Problem noticed by jungleboogie on the forum, /forumpost/13332107cc.) ... (check-in: fac3d6b0 user: wyoung tags: trunk)
2018-10-09
16:06
Added a nonce attribute to the <script> tag for the inline JavaScript backing the WYSIWYG wiki editor feature. Without this, modern browsers throw a CSP violation. ... (check-in: 12a90ff4 user: wyoung tags: trunk)
15:21
Bolded the card letters in fileformat.wiki and normalized 'X card' vs 'X-card' vs '"X" card' to make it easier to search for a given card type in the document. ... (check-in: a1437b24 user: wyoung tags: trunk)
13:57
Update to SQLite 3.25.2 final ... (check-in: 04a21428 user: jan.nijtmans tags: trunk)
12:28
Fix a conflict when syncing forum posts. ... (check-in: 8a980fde user: drh tags: trunk)
12:22
Fix a minor hyperlink problem in the bootstrap skin. ... (check-in: 7ca68af0 user: drh tags: trunk)
2018-10-06
23:02
Added the mv/rm files change to the 2.7 changelog ... (check-in: be1bc912 user: wyoung tags: trunk)
17:10
Fixed an HTML typo in the /help page, reported by "Z03": (https://fossil-scm.org/forum/forumpost/13c80e13e2 ... (check-in: 1f4a9eb9 user: wyoung tags: trunk)
14:14
The "fossil help -o" command shows command-line options that are common to all commands. ... (check-in: 50eb6bd5 user: drh tags: trunk)
2018-10-04
18:35
Activate CSP for the bootstrap skin. ... (check-in: a762ba1f user: drh tags: trunk)
14:56
On the /setup_ucap_list page, show the number of users having each capability, with a link to a list of users. This only works for administrators. ... (check-in: 59442179 user: drh tags: trunk)
14:08
Update list of common commands in man page ... (check-in: cc6f7a92 user: andygoth tags: trunk)
13:45
Allow users with Forum Supervisor permission ('6') to add Forum Write Trusted permission ('4') to users as they are approving a post by that user. ... (check-in: d33d446f user: drh tags: trunk)
12:52
Remove the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option from default builds. This avoids problems that might arise when users type parentheses in search boxes that use FTS. ... (check-in: 9dc49e61 user: drh tags: trunk)
07:36
Avoided a crash in Fossil > Admin > Notification > Send Announcement triggered when no subscribers are set up, causing it to fail on Submit if you tell it to send the announcement to all subscribers. The check also guards against sending such things before email alerts are set up. In either case, the "Send Announcmeent" page gives an error pointing you to the docs, rather than a form that cannot be successfully submitted. ... (check-in: ea646955 user: wyoung tags: trunk)
07:13
Fixed an off-by-one error affecting "fossil grep" when the final argument was left off. ... (check-in: f6502e8c user: wyoung tags: trunk)
06:20
Commented out the -lm option added to Makefile.classic recently: libm doesn't exist on all platforms. ... (check-in: 729360ec user: wyoung tags: trunk)
2018-10-03
22:23
Checkin [15e1dcd058b5b3e1] had no useful effect: we need to set this flag at the "make" level, not as a C preprocessor flag. Not backing it out because the change is harmless as well as useless. ... (check-in: f08a09ca user: wyoung tags: trunk)
21:52
Added -lm to LIB in Makefile.classic to allow src/piechart.c to build on systems where the trig functions are in libm. ... (check-in: ba71b359 user: wyoung tags: trunk)
21:51
Added -DUSE_LINENOISE to Makefile.classic, since it's built into Fossil, and that build system has no way to find or use libedit or libreadline intead. ... (check-in: 15e1dcd0 user: wyoung tags: trunk)
21:25
Listed the actual differences between fossil grep options and those defined by POSIX in www/grep.md. ... (check-in: d5499091 user: wyoung tags: trunk)
21:11
Added a spec reference to POSIX grep, and fixed a typo. ... (check-in: 9fc411ab user: wyoung tags: trunk)
20:20
Expanded a few of the sections in the new www/grep.md doc ... (check-in: f984d331 user: wyoung tags: trunk)
20:11
URL fix ... (check-in: 186748ff user: wyoung tags: trunk)
20:09
Moved the documentation for Fossil's grep implementation out of src/regexp.c into a new document with greatly-expanded content, www/grep.md, which is now referenced both from the source code and in the output for "fossil help grep". ... (check-in: 2e1775e2 user: wyoung tags: trunk)
20:09
Added an entry for `fossil grep` to the www/changes.wiki file in the 2.7 section. Somehow this addition wasn't noted prior to the release. ... (check-in: 9e1faa02 user: wyoung tags: trunk)
16:52
Remove uncommonly used commands from the set of "common" commands in the "fossil help" listing. ... (check-in: 29313518 user: drh tags: trunk)
2018-10-01
06:21
Merged branch libbind-ns-alternative: I haven't found any platform where this won't build. It doesn't enable libbind or use libresolv better on every platform where it might possibly work, but at the very least it avoids build errors everywhere I've tried it. ... (check-in: 71c298f3 user: wyoung tags: trunk)
2018-09-29
17:51
New document: Fossil as Blockchain. ... (check-in: a937c69e user: drh tags: trunk)
02:23
Update man page to sync with www/index.wiki ... (check-in: 50c2a14d user: andygoth tags: trunk)
02:18
Run "tools/man_page_command_list.tcl fossil.1" to update Fossil man page to include new "common" commands, according to the output of "fossil help" ... (check-in: 7f890aa4 user: andygoth tags: trunk)
2018-09-28
20:54
Document reference links having no second set of square brackets ... (check-in: 2856830e user: andygoth tags: trunk)
14:59
Fix typo in the event.wiki page. ... (check-in: 335d5295 user: drh tags: trunk)
2018-09-27
02:17
Guess that agents with "iPad" in their name do not want the narrow screen versions of the page. ... (check-in: b76eebea user: drh tags: trunk)
2018-09-26
19:46
Update to SQLite 3.25.2 ... (check-in: c7db0ee5 user: jan.nijtmans tags: openssl-1.1)
18:45
"New Message" -> "New Thread" in forum. ... (check-in: e11d3917 user: wyoung tags: trunk)
18:39
Setup and Admin users that are in the subscriber table were getting email alerts only if they had explicit moderator capabilities set. Those with bare "s" or "a" weren't getting notified. ... (check-in: 1d3dd1d9 user: wyoung tags: trunk)
14:04
Enable the chronological forum display for all users able to read the forum. Make chronological the default display mode for mobile devices, as determined by the user-agent string. ... (check-in: c720327a user: drh tags: trunk)
13:33
When clicking on a username in the timeline, link to a timeline that shows *all* events for that user. In other words, override the display-cookie y= query parameter by providing an explicit y=a query term. ... (check-in: 6313d0a8 user: drh tags: trunk)
2018-09-25
17:26
Update the built-in SQLite to the 3.25.2 release candidate, for testing. ... (check-in: 5fdd5312 user: drh tags: trunk)
2018-09-22
19:37
Update to Fossil 2.7 ... (check-in: 9d067b61 user: jan.nijtmans tags: openssl-1.1)
17:40
Version 2.7 ... (check-in: 9aa9ba8b user: drh tags: trunk, release, version-2.7)
17:09
Typo fix ... (Closed-Leaf check-in: b6c490ce user: tangent tags: libbind-ns-alternative)
17:02
Added a check for ns_parserr(), which we currently don't know how to find on OpenBSD. This also fixes a logic error in auto.def which would cause the warning that this feature won't be compiled to not be given. ... (check-in: f99e7632 user: wyoung tags: libbind-ns-alternative)
16:55
Removed the "Linux" platform test from the DNS MX stuff in src/smtp.c. You should always test for features, not platforms, and we've now got the feature tests we need to replace this too-broad platform test. ... (check-in: 5358fe95 user: wyoung tags: libbind-ns-alternative)
16:38
Replaced the call to the undocumented ns_name_uncompress() function with dn_expand(), which is documented, at least on OpenBSD, and it's shorter. Then made ns_name_uncompress() and __ns_name_uncompress() fallbacks for this, with suitable autosetup tests for all of it. ... (check-in: d0fb5ac7 user: wyoung tags: libbind-ns-alternative)
06:57
Fix to previous for CentOS 7. ... (check-in: c7640b38 user: tangent tags: libbind-ns-alternative)
06:46
The previous checkin on this branch prevented src/smtp.c from both building and linking because the code previously assumed that it could only build against libresolv for MX lookups and such on Linux, but the checkin gave it enough slack to *attempt* to build on macOS. This checkin prevents that from happening if run on stock macOS, but if you install libbind via Homebrew, it also opens up the possibilty to biuld against it for the first time. It's a complicated sequence of checks due to the way libbind interacts with the stock libresolv. This means we have yet more reason to want to test this widely before merging it to trunk. ... (check-in: 4d9970f6 user: wyoung tags: libbind-ns-alternative)
05:47
Added autosetup checks for alternative libraries and names for the res_query() and ns_*() functions that module smtp.c previously depended on finding in libresolv/glibc. Checking it in on a branch because it needs multiplatform testing. This version solves the problem originally reported on the forum by Andy Goth, being that the current trunk doesn't build on CentOS 5. ... (check-in: ed3b1e4d user: wyoung tags: libbind-ns-alternative)
04:21
Add build directories to ignore-glob. ... (Closed-Leaf check-in: bddd4961 user: ashepilko tags: build-ignore-glob)
00:54
Second attempt at blockquote styling, this time restricting it to forum posts only. (Previous: [2190f86c324d0]) ... (check-in: c285cd08 user: wyoung tags: trunk)
00:22
Fix the indented paragraph on the homepage. ... (check-in: 0d7ac90d user: drh tags: trunk)
2018-09-21
13:57
Avoid unnecessary quoting of ASCII characters 34 and 39 in the markdown formatter. ... (check-in: 7950dc22 user: drh tags: trunk)
12:34
Back out the block-indentation CSS change from check-in [2190f86c324d0f57fa4f8]. ... (check-in: eae0a982 user: drh tags: trunk)
01:52
Replaced the "hasOwnProperty" test for CSS transition support in the animated hamburger menu JS code with a better test that not only works on old IE but also on some truly ancient versions of SeaMonkey, Firefox, Chrome, etc. ... (check-in: ee074372 user: wyoung tags: trunk)
2018-09-20
15:55
Updates to the change log for the upcoming 2.7 release. ... (check-in: 450e8723 user: drh tags: trunk)
13:38
Update the built-in SQLite to version 3.25.1. ... (check-in: c5abb962 user: drh tags: trunk)
13:35
Fix the default CSS for the "columns" class to avoid breaking column breaks within a single <li> element. ... (check-in: 51da3966 user: drh tags: trunk)
11:21
Fixed the panel.style.hasOwnProperty() test in the default skin's js.txt so that it will work on IE8 and below. See code comment for rationale. ... (check-in: e54095f9 user: wyoung tags: trunk)
10:31
Allow /sitemap to accept the popup query parameter as GET as long as the incoming request is from the same origin. This is probably sufficient to prevent revealing URLs to robots. And the use of GET seems to be more in keeping with the REST idea. ... (check-in: 2804c71a user: drh tags: trunk)
10:27
The POST request by the hamburger menu must set the right content type of application/x-www-form-urlencoded in order to pass the popup=1 query parameter. ... (check-in: ee0f77df user: drh tags: trunk)
06:44
Backout of [e0cc10f03e518831]: Bring back default windows builds with OpenSSL 1.3 ... (check-in: 9e03e513 user: jan.nijtmans tags: openssl-1.1)
2018-09-19
21:00
Add docs on using IDE for Fossil development. ... (check-in: 7d2be6f8 user: ashepilko tags: cmake-ide)
20:19
Merge updates from trunk. ... (check-in: 2269309f user: ashepilko tags: cmake-ide)
19:55
Ignore errors in the clean target commands. ... (check-in: 27c7a491 user: ashepilko tags: trunk)
2018-09-18
19:37
Backout of [115544e97517f447]. Unbreaks the SSL enabled build for MSVC on Windows, due to OpenSSL build system changes that are not accounted for by the check-in. Also, there were crashes with MinGW produced binaries using OpenSSL 1.1.1. ... (check-in: e0cc10f0 user: mistachkin tags: trunk)
17:50
Added a missing db_finalize() call in /json/branch/list which led to a downstream segfault via an invalid/destructed Stmt handle. ... (check-in: e45789ee user: stephan tags: trunk)
15:53
Add the "fossil branch current" command to the 2.7 change log. ... (check-in: fc977f14 user: drh tags: trunk)
15:50
Add the "fossil branch current" command. Also rearrange the code and the help text for the "fossil branch" command so that the various subcommands are in alphabetical order. ... (check-in: 3b0a1f4e user: drh tags: trunk)
2018-09-17
09:47
Wiki markup fixes in the recent edits to the www/forum.wiki doc ... (check-in: 07943152 user: wyoung tags: trunk)
09:40
Removed a paragraph stranded by the email docs reorg several checkins ago. ... (check-in: ba35b5ff user: wyoung tags: trunk)
09:33
Fixed a typo ... (check-in: 692aceed user: wyoung tags: trunk)
08:20
Added colored shading, more padding, and a thick left border to
elements in the default skin. This is based on some custom styling that Florian Balmer has been doing for quoted text on the forum lately, but the styling is rather different. It affects all such elements, not just those in forum posts, since I couldn't see a good reason to restrict it: it should be equally valuable in wiki and embedded doc articles as well.
... (check-in: 2190f86c user: wyoung tags: trunk)
02:58
Updated the documentation permuted index to include a grammar fix checked in with the previous checkin. ... (check-in: d8d979fe user: wyoung tags: trunk)
02:57
Reworked the documentation for email alerts to put all the information in a single document: a) Moved the "quick email setup" material from the forums.wiki document into `alerts.md`; b) linked to that moved material from its original location; c) greatly expanded the material previously present in the `alerts.md` document; c) merged the `emaildesign.md` document into `alerts.md`, so we don't have to link out to two separate documents which previously partially repeated each other. This pass also fixed a number of grammar errors and broken links. ... (check-in: 2ef70be2 user: wyoung tags: trunk)
2018-09-16
21:14
Replaced the WIP and indefinite future paragraphs in www/alerts.md with definite statements now that we're approaching release. ... (check-in: 05b40829 user: wyoung tags: trunk)
18:45
Docker: upgrade to fedora 28, and use https in stead of http to retrieve fossil source code. Use fedora versions of Tcl in stead of building our own. ... (check-in: edc31f46 user: jan.nijtmans tags: trunk)
15:43
Make sure that Fossil is always compiled with SQLite >= 3.25.0. Add mention of TLS 1.3 to changelog. ... (check-in: d0dcf908 user: jan.nijtmans tags: trunk)
2018-09-15
20:27
add support for TLS 1.3, when compiled with OpenSSL 1.1.1 (LTS). Windows build adapted to use OpenSSL 1.1.1 by default. Still compiles and runs with older OpenSSL as well ... (check-in: 115544e9 user: jan.nijtmans tags: trunk)
18:33
Rerun mkindex.tcl to get an updated permutedindex.html file. ... (check-in: ce1d61ac user: drh tags: trunk)
17:37
Added www/forum.wiki to the documentation index. ... (check-in: 7bd7b2c6 user: wyoung tags: trunk)
12:42
Increase the version number to 2.7. ... (check-in: 4559373c user: drh tags: trunk)
12:39
Update the built-in SQLite to the 3.25.0 release. ... (check-in: 048a6f80 user: drh tags: trunk)
2018-09-14
21:23
Fix a typo. ... (check-in: 4b562158 user: ashepilko tags: trunk)
21:15
Describe the debugging options. ... (check-in: d364933a user: ashepilko tags: cmake-ide)
19:13
Merge updates from trunk. ... (check-in: f59c9ecb user: ashepilko tags: cmake-ide)
12:53
Update the change log. ... (check-in: d78f1f3c user: drh tags: trunk)
2018-09-12
13:39
Removed the anti-robot defense stand-down call from the default skin's new footer JS: that's handled server-side now with /sitemap?popup=1. ... (check-in: 7d5ff435 user: wyoung tags: trunk)
13:20
Added copyright and license comment to the top of the new skins/default/js.txt file. ... (check-in: 972ae10b user: wyoung tags: trunk)
12:33
Avoided a divide by 1000 by changing a value formerly specified in floating point seconds to be specified in milliseconds, so we don't need the arithmetic. ... (check-in: 1d5eea66 user: wyoung tags: trunk)
12:32
Moved a single-use variable interpolation inline with its use point. Also improved some comments. ... (check-in: 56db6170 user: wyoung tags: trunk)
2018-09-11
17:47
Documentation updates for custom TH1 commands. ... (check-in: 874a4dac user: mistachkin tags: trunk)
14:54
merge trunk ... (Closed-Leaf check-in: 368c78a8 user: jan.nijtmans tags: openssl-1.1)
14:29
Compile openssl with option no-weak-ssl-ciphers (or -DOPENSSL_NO_WEAK_SSL_CIPHERS) Update custum Makefile.mingw ... (check-in: 58b7b4e5 user: jan.nijtmans tags: trunk)
00:56
The default skin requires 1200px or more before the "wideonly" class is displayed. ... (check-in: 68f4c2b0 user: drh tags: trunk)
00:52
Fixes to the new script element of skins. ... (check-in: c22b71df user: drh tags: trunk)
00:10
Add a hamburger menu that brings up an overlaid /sitemap to the default skin. ... (check-in: 9c887998 user: drh tags: trunk)
00:03
Split out the javascript for the default skin into the separate skin-script property. ... (Closed-Leaf check-in: 72cfbf70 user: drh tags: js-hamburger-menu)
2018-09-10
23:57
Merge in the ability to define a script for a skin. ... (check-in: 666c4f9a user: drh tags: js-hamburger-menu)
23:47
Add the styleScript TH1 command to enabling including the script element of the skin in-line in the header or footer. ... (Closed-Leaf check-in: dc88a533 user: drh tags: skin-script)
23:34
Add the new "script" element to skins, accessible as /script.js. The idea is to put the hamburger menu javascript from the js-hamburger-menu branch in this script element, rather than inlining it in the footer. But I am not certain that is the best way to go so this change is parked on a branch for now. ... (check-in: e5dbc612 user: drh tags: skin-script)
22:21
Update the built-in SQLite to the first 3.25.0 release candidate. ... (check-in: ed84acb6 user: drh tags: trunk)
13:41
Added a guard on the use of CSS transitions so it falls back to a non-animated menu pull down if they appear not to be available on the current browser. Also added a check for the existence of the hamburger menu item in case the skin admin diked it out, and did a few other minor tweaks to the footer JS code. ... (check-in: 5d9a3454 user: wyoung tags: js-hamburger-menu)
10:01
Timing tweaks: made "hide borders" hack occur about the same time as the CSS transition finishes, and increased the menu show delay still further to make it work for Firefox. ... (check-in: 7bb68023 user: wyoung tags: js-hamburger-menu)
09:30
Changed hamburger menu drop-down menu from 33% of the screen width to 90%: it works better on small screens, and it allows the sitemap to go multi-column on wider screens. Also added some right-side padding to balance the padding added for
    on the left.
... (check-in: e76a243d user: wyoung tags: js-hamburger-menu)
09:27
Removed the
wrapping
    and moved the multicolumn styling applied to it down to the
      , since it is already a block level element, so we don't need a div wrapper on it. And then there's the real reason, which is that we want the multicolumn styling to work on the drop-down hamburger menu version as well.
... (check-in: 0d391a1b user: wyoung tags: js-hamburger-menu)
09:02
Increased the transition delay to make the initial drop-down animation happen in Firefox 62. ... (check-in: 8918a8a8 user: wyoung tags: js-hamburger-menu)
08:48
Using CSS transitions to mimic jQuery's slideUp/Down() transitions. This probably restricts browser compatibility still further above the XHR issue noted in the earlier checkin on this branch. According to MDN, we're probably restricted to IE 10+ with this, and maybe not even that due to not using vendor-specific extensions for the transitional browser versions. ... (check-in: 90bd6675 user: wyoung tags: js-hamburger-menu)
07:17
Converted JS hamburger button menu code to use standard JS only, no jQuery.

Temporarily lost the animation with this change: I'm checking this in separately to make the difference between this and the jQuery version clearer.

Not sure how portable it is yet; I wouldn't be surprised if it broke on old IE, since we're using xhr.onload instead of the horrid mess that is xhr.onreadystatechange. ... (check-in: 113ba3d9 user: wyoung tags: js-hamburger-menu)

2018-09-09
17:42
Merged in trunk improvements ... (check-in: 96b1a9ca user: wyoung tags: js-hamburger-menu)
17:41
Reverted [59c7ca0509]: drh says we can't use jQuery. Also, there was a syntax error that sent all hyperlinks to the honeypot in some conditions. ... (check-in: 5a62b395 user: wyoung tags: js-hamburger-menu)
2018-09-06
20:39
Update the built-in SQLite to the latest 3.25.0 alpha version for testing. ... (check-in: 48171b66 user: drh tags: trunk)
03:56
The hyperlinks in the hamburger menu drop-down still had the anti-robot defense activated. Defeated it. ... (check-in: 571df2e8 user: wyoung tags: js-hamburger-menu)
03:56
Converted src/href.js to jQuery as a demonstration: the code's nearly half the size, and it's clearer as a result. ... (check-in: 59c7ca05 user: wyoung tags: js-hamburger-menu)
03:06
Typo fix; patch by jungleboogie in forum post ID 775e4c0771. ... (check-in: c8ef388b user: wyoung tags: trunk)
2018-09-05
23:45
Fixed a bug in the onclick handler for the new hamburger button which allowed the browser to follow our empty 'a href="#"' link. For some reason, Chrome only did this sometimes, not always, which lead to me thinking it was some kind of race condition. ... (check-in: e806e5c4 user: wyoung tags: js-hamburger-menu)
23:08
Ajaxy animated drop-down menu on clicking a new hamburger button in the default skin, as requested by drh on the forum: https://fossil-scm.org/forum/forumpost/40a18bd742

Initial version uses jQuery loaded from Google Hosted APIs for ease of development. ... (check-in: d7c43c5a user: wyoung tags: js-hamburger-menu)

15:16
Avoid column breaks inside a top-level bullet in the /sitemap. ... (check-in: dc5e06ff user: drh tags: trunk)
2018-09-04
12:10
Added more info on quoting rules in Tcl/TH1 to the th1.md doc ... (check-in: 30e9ccd5 user: wyoung tags: trunk)
11:59
Fixed some grammar and spelling in the th1.md doc. ... (check-in: 40787f50 user: wyoung tags: trunk)
2018-09-03
16:12
Do away with compiler warning about uninitialized variable. ... (check-in: af39da6d user: andybradford tags: trunk)
07:40
Calling db_end_transaction() from the early-exit code paths of setup_skin_admin() to avoid "Transaction started at ./src/skins.c:466 never commits" complaints with some types of Admin -> Skins edits. ... (check-in: 1c0b78b4 user: wyoung tags: trunk)
07:06
Merged wrap-run_in_checkout branch down to trunk. ... (check-in: 49e86fe0 user: wyoung tags: trunk)
06:27
The test harness now skips all tests done in the Fossil source repo checkout directory while there are uncommitted changes because that will affect the behavior of fossil status, fossil diff, etc., which in turn tends to create false positives in test harness code that checks for changes in fossil command output. ... (Closed-Leaf check-in: 78ec6838 user: wyoung tags: wrap-run_in_checkout)
06:22
Partially reverted one of the run_in_checkout replacements in test/th1.test: it was inside a foreach loop, which means the test for whether we're inside the Fossil repo checkout was being done 26 times. This is not only inefficient, it spammed the output with "Skipping test blabla..." lines. Now doing a manual check outside the loop and skipping the in-repo tests silently inside the loop. ... (check-in: 3cb1b4f0 user: wyoung tags: wrap-run_in_checkout)
06:19
Fixed a Tcl syntax error checked in with [33efa2fa]. (Yay dynamic languages that run the code even if it's syntactically invalid. P'tui!) ... (check-in: 4315d464 user: wyoung tags: wrap-run_in_checkout)
06:15
The new test_block_in_checkout proc in tester.tcl was not setting the CODE and RESULT global variables when it skipped a test, so there was a chance that a test would end up checking the prior values and throw a false positive. ... (check-in: 2aaee484 user: wyoung tags: wrap-run_in_checkout)
06:13
Fixed a Tcl logic error committed with [33efa2fa]. ... (check-in: 02430597 user: wyoung tags: wrap-run_in_checkout)
02:57
Extracted the logic that was in tester.tcl's new outside_fossil_repo proc to the global level which just saves the result to a global variable so the logic doesn't have to be re-run for each test that relies on it. The result doesn't change from one call to the next, as you'd hope for a proc without parameters. ... (check-in: 1a4e87dc user: wyoung tags: wrap-run_in_checkout)
00:40
Replaced most of the direct calls to run_in_checkout from within the test suite with one of two wrapper functions that skip those tests when you run "make test" outside a Fossil repository checkout directory, such as from a directory containing an unpacked source release tarball. (The two remaining direct calls to that proc from test/*.test are preceded by a check that skips the whole file they're in, since that whole file does nothing else.) This is being checked in on a branch because it is not yet thoroughly tested, yet I need the checkpoint. ... (check-in: 33efa2fa user: wyoung tags: wrap-run_in_checkout)
00:24
The -quiet flag passed by default to tester.tcl can now be overridden by passing TESTFLAGS to make. Before, there was no way to set -verbose this way because "-quiet -verbose" means the same thing as "-quiet". ... (check-in: 401a4c3d user: wyoung tags: trunk)
2018-09-02
23:05
Cached the result of "$tcl_platform(platform) eq "windows"" in test/tester.tcl and replaced all of the repetitions of this expression with a test of the variable. ... (check-in: 2e4143aa user: wyoung tags: trunk)
21:51
Removed a debug message accidentally checked in. ... (check-in: 8eadf4c4 user: wyoung tags: trunk)
21:47
Merged tclsh-macos down to trunk. ... (check-in: ee2ffe35 user: wyoung tags: trunk)
21:46
Fixed an incorrect Tcl string comparison checked in with [e449cb09]. ... (Closed-Leaf check-in: c94617b5 user: wyoung tags: tclsh-macos)
21:00
Explained "Why can't we use Jim Tcl for the test suite?" in the auto.def comment above the check for a suitable tclsh version. Basically, I tried it and then documented a few of the resulting failures. ... (check-in: 91eaef61 user: wyoung tags: tclsh-macos)
20:33
After autosetup checks for the existence of tclsh in the PATH, it now checks whether it's at least version 8.6, because macOS is still shipping 8.5, despite it being nearly 6 years old. If we find an old tclsh, try to find the Homebrew tcl-tk package, and use that version instead. This is not a macOS or Homebrew specific change in principle: we can extend this logic for other systems to find their best Tcl/Tk version, as needed.

On systems where autosetup is used, this only affects "make test". There are other uses of tclsh in this tree which may also benefit from our PATH discoveries, but this checkin doesn't update those.

This checkin also doesn't try to address similar problems on other platforms, such as the "TCLSH = tclsh" line in Makefile.mingw. ... (check-in: e449cb09 user: wyoung tags: tclsh-macos)

10:07
In the file browser, limit the maximum number of columns to be the number of files, so that a single file is never split across two columns. ... (check-in: e585c3e6 user: drh tags: trunk)
2018-09-01
20:49
Noted the responsive design changes to the default skin in the change log. Expanded on the forum and alerts feature items. Changed all the past-tense verbs to present tense to match the rest of the items and the prevailing style in past change log entries. ... (check-in: 6f87b4af user: wyoung tags: trunk)
20:19
Added "overflow-y: hidden;" to the CSS for the default skin to prevent some browsers (Chrome, Firefox, and Safari on macOS, at least) from adding a vertical scroll bar to the navbar. This was only necesasry on this skin because of the recently-added "overflow-x: auto" style, which tells the browser to clip or horizontally-scroll the navbar if the screen width isn't sufficient to show the whole thing; previously in this skin, and currently in all other skins, this condition causes the navbar to wrap to the next line, which looks particularly bad on the default skin. I believe this then made these browsers calculate some extra space for a possible horizontal scroll bar, which then ran the layout engine out of space, so it included the vertical bar just in case. This may be macOS specific, due to the scroll bar hiding behavior introduced several OS release back. ... (check-in: e8783b9a user: wyoung tags: trunk)
14:52
Add 1em of left padding to multi-column unordered lists. This extra padding is necessary to get Chrome and Edge to display the bullets on second and subsequent columns. ... (check-in: c429bb79 user: drh tags: trunk)
14:19
Make the sitemap show in multiple columns on wide-screen browsers. ... (check-in: 894cff0a user: drh tags: trunk)
2018-08-31
22:41
Remove the n=200 query parameter from the timeline link on the /sitemap. ... (check-in: f1e6cc13 user: drh tags: trunk)
22:03
Login and subscription forms work better on mobile. ... (check-in: 27769be9 user: drh tags: trunk)
21:07
Render captchas in a smaller font that works better on mobile. ... (check-in: 75c89def user: drh tags: trunk)
20:24
Fix an unterminated transaction in the /admin_th1 page. ... (check-in: 447d2732 user: drh tags: trunk)
19:21
Less vertical space on the default menus and title. ... (check-in: 96938c42 user: drh tags: trunk)
19:03
In the default skin, adjust the labels in the menu bar depending on screen width. ... (check-in: 306f8ffd user: drh tags: trunk)
17:15
Changes to the CSS for the default skin so that it works better on mobile. ... (check-in: c565732f user: drh tags: trunk)
13:05
Improvements to the skin editor. ... (check-in: bd2bf81c user: drh tags: trunk)
11:59
Fix the "Public Pages" setting so that the initial part of the path that identifies a particular repository is ignored. ... (check-in: d6cd1477 user: drh tags: trunk)
11:32
Omit the Forum Search at the top of the /forum page if search is disabled. ... (check-in: d4281bbc user: drh tags: trunk)
11:05
Fix hyperlinks for extra pages on the /sitemap so that they correctly resolve to the root of the repository. ... (check-in: 96fbcd13 user: drh tags: trunk)
10:57
Fix to the configuration page for the License link in /sitemap. ... (check-in: ace123b7 user: drh tags: trunk)
10:47
Enhancements to the /sitemap page. New configuration options to add optional entries to the /sitemap page. ... (check-in: 6898b3e7 user: drh tags: trunk)
2018-08-30
21:20
Merge the email.c-to-alerts.c refactor. ... (check-in: fc5c7d26 user: drh tags: trunk)
21:19
Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. ... (Closed-Leaf check-in: cfbbc537 user: drh tags: refactor-alerts)
16:13
Silence warning about unused variable ... (check-in: 2f72c1fb user: andygoth tags: trunk)
16:05
Add the ability to delete users to the /setup_uedit webpage. ... (check-in: 1e5cdd35 user: drh tags: trunk)
14:43
Attempt to make the /subscribe and /alerts forms less confusing. ... (check-in: 6d04bab4 user: drh tags: trunk)
14:03
Update the built-in SQLite to the latest 3.25.0 alpha version, for testing. ... (check-in: 57e80ad2 user: drh tags: trunk)
2018-08-29
12:57
Improvements to the capability listing page: /setup_ucap_list ... (check-in: 8689cf8b user: drh tags: trunk)
11:17
Updates to the "How The Download Page Works" document. ... (check-in: 498cfbf7 user: drh tags: trunk)
11:06
Disallow inline javascript unless protected by a nonce. ... (check-in: ff747b51 user: drh tags: trunk)
11:04
Try to start a new write transaction before updating the VCACHE table. This will hopefully prevent occasional "database is locked" errors when browsing the documentation. ... (check-in: 03979823 user: drh tags: trunk)
03:31
Fixed some Markdown-isms just checked into www/forum.wiki. ... (check-in: 34a3bc12 user: wyoung tags: trunk)
03:25
Assorted improvements to the "Skin Setup" section of forum.wiki. ... (check-in: 04d4bde1 user: wyoung tags: trunk)
03:13
Clarity fixes to the Email Alerts capability paragraph of forum.wiki ... (check-in: d6e5754d user: wyoung tags: trunk)
2018-08-27
15:00
Remove unnecessary execute bit ... (check-in: cabc447c user: andygoth tags: trunk)
15:00
Correct markdown reference documentation on optional outermost | characters ... (check-in: 08e4371b user: andygoth tags: trunk)
2018-08-26
03:35
Applied the new CSP nonce to the <script> tags in the header for the Enhanced Original, Eagle, and Xekri skins, else the clock in the upper right breaks and Chrome gives an error about the CSP violation. ... (Closed-Leaf check-in: b9d86ed2 user: wyoung tags: csp-nonce)
02:20
Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 3f12d406 user: mistachkin tags: trunk)
2018-08-25
20:41
Coloring the hyperlinks to the newest forum posts from /forum with a dimmer and less saturated version of the normal hyperlink color in the default skin, to test the new div.forumPosts selector. Other skins to be updated later if this is approved. ... (check-in: 86ff84da user: wyoung tags: trunk)
17:50
Merge enhancements from trunk. ... (check-in: 17b9ecbe user: drh tags: csp-nonce)
17:24
Merged forum-skin-links branch to trunk. ... (check-in: 91c2b1b6 user: wyoung tags: trunk)
16:06
Added new CSS class forumPosts to the
containing the list of posts on the /forum page so that skins can target elements of this list differently than others. One immediate use for this is styling read threads differently via a:visited styling. Currently, only one of the stock skins ships with an unconditional a:visited change, so that all links show in the same color regardless of their state. That's fine in most areas of the UI, but in the forum, a skin developer may want something special, so we need a way to mark them differently. This
was already using the broadly-used "fileage" style, but we don't want changes to a:visited and such to affect all other users of fileage, so we need a unique style to this page.
... (check-in: 77782490 user: wyoung tags: trunk)
2018-08-24
08:29
Merge trunk. Undo unintended changes in previous commit ... (check-in: 5583448c user: jan.nijtmans tags: openssl-1.1)
08:25
Add configurations "enable-capieng" (use Windows Certificate Store) and "no-weak-ssl-ciphers" (disable RC4 support) ... (check-in: b5a11142 user: jan.nijtmans tags: openssl-1.1)
2018-08-23
16:02
Do not try to run backoffice if not connected to a valid repository. ... (check-in: 3f5b2549 user: drh tags: trunk)
15:14
Merge trunk. Update to Beta 7 of OpenSSL 1.1.1 (pre release 9, with TLS 1.3 support !!!) ... (check-in: cbdbc0a0 user: jan.nijtmans tags: openssl-1.1)
15:07
Add the meta-viewport header to the repository list page. ... (check-in: bb7c2d91 user: drh tags: trunk)
02:57
Put all javascript inline using a nonce. Disallow 'unsafe-inline' CSP for javascript. ... (check-in: 89c40851 user: drh tags: csp-nonce)
2018-08-22
19:43
Fix a unfinalized query in the /admin_log page. ... (check-in: 6022ad49 user: drh tags: trunk)
2018-08-21
01:33
Dynamic number of columns on the /help page, based on screen width ... (check-in: 1d495e89 user: drh tags: trunk)
2018-08-20
23:36
Add 10% more horizontal space in columns of the file browser /dir page. ... (check-in: 0acb670e user: drh tags: trunk)
19:30
For timeline graphs on narrow screens, set the rail pitch to its minimum value to conserve horizontal space. ... (check-in: e63da90d user: drh tags: trunk)
19:15
When displaying a timeline on a narrow screen, move the date to the third column to make the first column narrower. ... (check-in: 8fc7c1b1 user: drh tags: trunk)
18:29
Fix harmless compiler warnings. ... (check-in: 02bd5941 user: drh tags: trunk)
18:05
Make all webpages more mobile-friendly. There are still many tweaks possible, but it seems to basically work now. ... (check-in: 9131af26 user: drh tags: trunk)
18:04
Enable responsive design by default on all skins. ... (Closed-Leaf check-in: 466744aa user: drh tags: mobile)
17:51
Add automatic columnation of the capabilities in the /setup_uedit screen. ... (check-in: 4f4956f8 user: drh tags: mobile)
17:31
On the flat /dir webpage, automatically adjust the number of columns based on the screen width. ... (check-in: 50698a3c user: drh tags: mobile)
16:06
Simple changes to the default CSS and Header that seem to help Fossil work better on mobile by avoiding menu wraps. ... (check-in: 5fb04081 user: drh tags: mobile)
2018-08-17
15:38
Fix the /setup_smtp page so that it edits the routing table sensibly. ... (check-in: 5416287d user: drh tags: trunk)
14:24
Add the /emailoutq page, accessible only by the administrator. ... (check-in: ca732777 user: drh tags: trunk)
13:04
Break out the user configuration pages into a separate "setupuser.c" source file. ... (check-in: a49ed35b user: drh tags: trunk)
12:32
Improvements to privilege processing and the "Security Audit" page /secaudit0. ... (check-in: 397d23c1 user: drh tags: trunk)
01:27
Allow + signs in email addresses. Added a comment to link to a source giving the true limit on legal characters in email addresses, which are currently far less restrictive than our newly-expanded limits. ... (check-in: 1bfd7903 user: wyoung tags: trunk)
2018-08-16
20:48
Enhance the backoffice to automatically purge stale entries from the emailblob table, if that table exists. ... (check-in: 4c7edd4c user: drh tags: trunk)
19:51
Do not put "Return-Path:" headers in notification emails to be sent. That is a violation of standards as only the receiving SMTP server should add the Return-Path header. Instead, include a custom X-Fossil-From: header that downstream software can use (if desired) to set the envelope header of the message. ... (check-in: 731836b8 user: drh tags: trunk)
18:56
For email notifications abound events from a single user (such as individual forum post notifications) make the From: address be a "noreply" hash based on the users human-readable name or handle. Always include a Return-Path: field in the header that is the email-self setting, to be used by MTUs that need to bounce the message. ... (check-in: 475c9d11 user: drh tags: trunk)
16:45
Do not show posts that are awaiting moderation to users without moderator privilege unless they are the same user that generated the post in the first place. ... (check-in: 16c42a08 user: drh tags: trunk)
16:26
Update the built-in SQLite to the latest trunk version which includes the fix for EXPLAIN QUERY PLAN for the query that runs the /forum page. ... (check-in: f8994f89 user: drh tags: trunk)
16:13
Adjust the /forum page so that it for users without forum moderator privilege, it pretends that unmoderated posts do not exist, and for user with moderator privilege it paints an "Awaiting Moderator Approval" message on posts that need moderation. ... (check-in: ef7f85ee user: drh tags: trunk)
12:31
Fix the /forum page so that it links to the most recent post. ... (check-in: b0ae37c0 user: drh tags: trunk)
07:21
Improved locality of a variable. No functional change. ... (check-in: 09103fd2 user: wyoung tags: trunk)
07:06
Posts are now hidden on the /forum page if they're marked as private (i.e. needing moderator attention) and they were posted by another user, except when the user is a moderator.

(Closed because a different method was implemented on trunk.) ... (Closed-Leaf check-in: 779eaaae user: wyoung tags: hide-post-if-needmod)

06:36
Replaced a declare-and-init line pair with a single define-with-value line. No functional change. ... (check-in: 8f47c3f6 user: wyoung tags: trunk)
02:03
Fix the hextoblob() function so that does not report out-of-memory if the size of the input string is zero bytes. This fixes the instances of "out-of-memory" reports when accessing the /alerts page without an argument. ... (check-in: 5519c6b8 user: drh tags: trunk)
01:46
Fixes to the /webmail screen ... (check-in: a24de3f9 user: drh tags: trunk)
01:43
Add comments to the /register page implementation. No logic changes. ... (check-in: a4419c6c user: drh tags: trunk)
2018-08-15
21:28
Do not issue a warning about duplicate branch names when doing a --private check-in. ... (check-in: d7e45aae user: drh tags: trunk)
20:50
Improved title on on the /forum page. ... (check-in: dbd96b2c user: drh tags: trunk)
20:41
On the main /forum screen, provide the new n= and x= query parameters to enable access to older threads. ... (check-in: aff20904 user: drh tags: trunk)
20:17
On the "Recent Threads" page (/forum) show the number of messages and the duration of each thread. ... (check-in: a50dfe6f user: drh tags: trunk)
18:14
Improvements to self-register (the /register page) so that it works correctly for users how are already subscribers and enter the subscriber email. ... (check-in: 4c43f2cd user: drh tags: trunk)
15:53
Remove an db_begin_transaction() that had no matching db_end_transaction(). ... (check-in: b2fca3dd user: drh tags: trunk)
12:09
Change the default markup language for Forum to Markdown. ... (check-in: 5f3cb278 user: drh tags: trunk)
11:05
Update to openssl-1.0.2p ... (check-in: 38638cfc user: jan.nijtmans tags: trunk)
2018-08-14
13:05
Don't use "file nativename" in makemake.tcl, because it gives a different win/Makefile.msc when run on UNIX ... (check-in: af80be5c user: jan.nijtmans tags: trunk)
05:59
Changed all of the "sendmail -t" commands to "sendmail -ti" to make it ignore lines containing only a dot; we use EOF to signal "end of message," so we don't need the second signal. This is separate from the smtp.c fix in [51740ce45f]: that's only used when Fossil speaks directly to an SMTP server, where a leading dot is treated somewhat differently than the lone dot rule for sendmail(1)'s stdin.

This problem with leading dots was diagnosed by gumblex, /forumpost/4290f75ba1. ... (check-in: 8c0ec30b user: wyoung tags: trunk)

04:39
URL fix ... (check-in: 6787aac9 user: wyoung tags: trunk)
03:55
The blob-to-SMTP encoding logic was not strictly following RFC 5321 in that it was only dealing with the lone dot on the line case, doubling it to prevent the SMTP server from interpreting that as end-of-message. It missed the case where, if anything follows the dot, SMTP drops the leading dot, so you must also double the leading dot in that case. Basically, you always double a leading dot, regardless of line length.

This only affects Fossil's direct-to-SMTP email sending case, not those that send via a piped command or via DB. That is dealt with later in [8c0ec30bc3]. ... (check-in: 51740ce4 user: wyoung tags: trunk)

2018-08-13
03:51
Covered capability 7 in the forum.wiki document, and made several improvements to the "Using the Moderation Feature" section. ... (check-in: 31631b75 user: wyoung tags: trunk)
03:23
Assorted minor improvements to the www/alerts.md document. The major one is re-emphasizing the need to give capability 7 to some user or user category. Ask me how I came to think this necessary. :) ... (check-in: 3e75a683 user: wyoung tags: trunk)
01:11
Typo fix ... (check-in: c3d9c8e0 user: wyoung tags: trunk)
00:59
More forum.wiki tweaks ... (check-in: 26424763 user: wyoung tags: trunk)
00:31
Assorted improvements to the forum.wiki document, mainly to the new moderation material. ... (check-in: c1be5508 user: wyoung tags: trunk)
2018-08-12
23:24
Added the "How Moderation Works" section to www/forum.wiki, and improved the newly-renamed "Using the Moderation Feature" section as a result. ... (check-in: 812dd52c user: wyoung tags: trunk)
22:27
Added "id"s to every header tag in the forum.wiki document, so you can create links to sub-sections. ... (check-in: 03c298dc user: wyoung tags: trunk)
21:40
Fixed a few references to MIME type "text/x-fossil" in the fileformat document. It's "text/x-fossil-wiki" everywhere else. ... (check-in: e00cdbe7 user: wyoung tags: trunk)
21:35
Add /forum link to sitemap if user has RdForum capability ... (check-in: 5ad7222f user: wyoung tags: trunk)
10:42
Merge the fix to the login-by-email-address patch. ... (check-in: 9b4e157b user: drh tags: trunk)
06:11
URL fix in forum.wiki ... (check-in: 542c5576 user: wyoung tags: trunk)
03:38
Update wording to match documentation. ... (Closed-Leaf check-in: cbfbfa8c user: mistachkin tags: updNewCaps)
03:21
Added the "Moderation" section to www/forum.wiki ... (check-in: e06e7f84 user: wyoung tags: trunk)
03:00
Assorted tweaks and improvements to the new email alerts material in www/forum.wiki. ... (check-in: 4326f76f user: wyoung tags: trunk)
02:47
Added the "Email Notification" section to the forum.wiki document. ... (check-in: 6b275203 user: wyoung tags: trunk)
2018-08-11
23:51
Coding style tweak. ... (Closed-Leaf check-in: 52b9caa5 user: mistachkin tags: login-with-email)
23:47
Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 7ce44fab user: mistachkin tags: updNewCaps)
21:04
Added forumSel adjustment advice to forum.wiki. ... (check-in: 0194fb67 user: wyoung tags: trunk)
20:49
The periodic "updateClock()" call made in the header for several of the built-in skins (Eagle, Enhanced1, and Xekri) violates the new stricter CSP, since it requires a JS eval. We don't need an eval here: we can pass the function's name literally to window.setTimeout instead, which treats it as a Function object, which doesn't need to be eval'd. ... (check-in: eac15b4c user: wyoung tags: trunk)
19:43
Added the "Enable Forum Search" section to www/forum.wiki ... (check-in: cc5d2e1f user: wyoung tags: trunk)
19:28
Zeroed a pointer in its declaration to squish a warning from GCC 4.8.4 on Ubuntu 14.04 about use of a potentially uninitted pointer. I don't think it's actually possible for the current code to use the pointer in the window between its declaration and first use, but I think we can afford the extra machine instruction this will cost us. (I assume newer GCCs are smart enough to analyze this situation correctly, which is why the warning hasn't been squished earlier.) ... (check-in: 892781cb user: wyoung tags: trunk)
16:59
Fix to checkin [8c91be8b], which was intended to allow the user to log in with the email found in the contact info field of the user table. That checkin is fine as far as it goes, but it only works if the caller doesn't subsequently try to use the passed user name for anything else, since it isn't actually a user name. This checkin causes the low-level login checking function to re-point the user name pointer at the actual login name discovered while scanning for matching email addresses. ... (check-in: 33522ff4 user: wyoung tags: login-with-email)
2018-08-10
23:28
Try to put the human name of the person who posted on the From: line of email notifications for new forum posts. ... (check-in: ad419331 user: drh tags: trunk)
20:30
Be sure to send forum event notifications in chronological order. ... (check-in: b4602502 user: drh tags: trunk)
17:08
Also remember the name the user for webmail. ... (check-in: 800cd27d user: drh tags: trunk)
16:59
Fix the webmail screen so that it remembers the folder that is being viewed. ... (check-in: e0377d04 user: drh tags: trunk)
16:51
Fix the /forum webpage so that it works even if the forumpost table does not exist in the repository. ... (check-in: d73c5fd2 user: drh tags: trunk)
16:44
Allow login using either the username or the first email address found in the USER.INFO column. Note that it might be useful to create an index on user(find_emailaddr(info)) to make this efficient in the case where there are many rows in the user table. ... (check-in: 8c91be8b user: drh tags: trunk)
16:16
Add the find_emailaddr() SQL function. ... (check-in: 8a20d41f user: drh tags: trunk)
2018-08-09
21:40
Remove an unused function from the backoffice.c. This problem only comes up on Windows as the function call was contained within #ifdef _WIN32. ... (check-in: 2d732f40 user: drh tags: trunk)
16:00
Fix an unfinalized prepared statement in the "fossil bisect ui" command. ... (check-in: 148d4b66 user: drh tags: trunk)
15:39
Improvements to formatting in generated emails to make them appear less like spam. Suggestions from "gahr" on the forum. ... (check-in: 27404ad0 user: drh tags: trunk)
14:15
Take care that a bug in the email alert sender results in missed alerts rather than an endless cascade of duplicate alerts. ... (check-in: 164c3d1a user: drh tags: trunk)
06:59
Minor improvements to forum.wiki ... (check-in: 635d2f63 user: wyoung tags: trunk)
06:17
Tightned up the login-groups sub-section of the SSO section in forum.wiki. ... (check-in: 60c586d7 user: wyoung tags: trunk)
06:13
Tightened up the MTA point in www/forum.wiki, and added a bit about digest delivery. ... (check-in: b51d6212 user: wyoung tags: trunk)
06:04
More feature rah-rah in www/forum.wiki, plus better formatting. ... (check-in: cce5da16 user: wyoung tags: trunk)
04:34
Clarity pass on the forum capability names in www/forum.wiki to match nomenclature on the Admin -> Users page. ... (check-in: 2490bfba user: wyoung tags: trunk)
03:35
Added point about multiple copies of each matching post in web search results to the forum.wiki doc. ... (check-in: 89ab99e3 user: wyoung tags: trunk)
2018-08-08
23:59
Go ahead and permanently remove the backoffice timeout mechanism, as it seems clear we will not have a use for it moving forward. ... (check-in: 4db38487 user: drh tags: trunk)
20:56
Disable backoffice timeouts. This is a temporary measure to avoid a horrible bug in which a timeout causes the email notification sending process to exit before recording the fact that notifications have already been sent, and thus causing the same notifications to be sent again on the next backoffice cycle, and so forth over and over and over. ... (check-in: 628d63c4 user: drh tags: trunk)
20:01
Enhance the /register page so that it also does email subscriptions if that is enabled for self-registered users. ... (check-in: 2e308280 user: drh tags: trunk)
19:43
More SSO discussion improvements in forum.wiki ... (check-in: bc303c0e user: wyoung tags: trunk)
19:30
More tweaks to the forum.wiki doc ... (check-in: 5d75504a user: wyoung tags: trunk)
19:25
Small tweak to the advice for "reader" category capability for forums ... (check-in: ea67aade user: wyoung tags: trunk)
19:22
Added the "Skin Setup" section to the new forum.wiki document ... (check-in: 3ec8f0a9 user: wyoung tags: trunk)
19:09
Expanded the SSO discussion in the new forum.wiki document ... (check-in: dd0a2dd3 user: wyoung tags: trunk)
18:58
Fixed some incorrect uses of Markdown backticks in a document declared as wiki format. ... (check-in: 76ca1f82 user: wyoung tags: trunk)
18:55
Link fix in previous ... (check-in: be74f259 user: wyoung tags: trunk)
18:52
Several improvements to the new forum.wiki document ... (check-in: f85bc326 user: wyoung tags: trunk)
18:32
Typo fix ... (check-in: 15b20343 user: wyoung tags: trunk)
18:29
Fixed some Markdown formatting problems in www/emaildesign.md. Made a few minor grammar tweaks while in there. ... (check-in: 30716e3c user: wyoung tags: trunk)
18:17
Fix the backoffice processes on unix so that they close file descriptors 0, 1, and 2 and reopen them on /dev/null, so as not to interfere with parent processes in any way. Restore the default of backoffice-nodelay back to off. Remove the /test-backoffice-lease webpage, which did not work correctly. ... (check-in: c09b2512 user: drh tags: trunk)
18:15
Remove the /test-backoffice-lease webpage, since it doesn't really work correctly. Use only the "fossil test-backoffice-lease" command moving forward. We can wrap that command in a Wapp script if necessary. ... (Closed-Leaf check-in: b6aadace user: drh tags: backoffice-full-close)
18:13
Set the default backoffice-nodelay back to off. ... (check-in: 353a4e12 user: drh tags: backoffice-full-close)
18:10
A simpler method of ensuring that backoffice does not cling to the standard input and output. ... (check-in: 8c52c674 user: drh tags: backoffice-full-close)
17:57
In the backoffice process, close the 0, 1, and 2 file descriptiors and reopen them as /dev/null, on unix. ... (check-in: 6865fb72 user: drh tags: backoffice-full-close)
17:21
Added initial version of www/forum.wiki document and a link to it from the front page. ... (check-in: 4ed14b1f user: wyoung tags: trunk)
16:20
If the "fds" query parameter is provided, then the /test-backoffice-lease webpage shows the open file descriptors. ... (check-in: 918e1ddd user: drh tags: trunk)
14:40
Turn backoffice-nodelay on by default. ... (check-in: af599d6a user: drh tags: trunk)
14:23
Add the /test-backoffice-lease web page. ... (check-in: 4a544e5d user: drh tags: trunk)
14:08
Make sure the backoffice has all file descriptors closed before it starts. ... (check-in: 15f85cfd user: drh tags: trunk)
13:47
Add table sorting to the subscriber list. ... (check-in: 988cf44d user: drh tags: trunk)
13:19
Added Forum navbar before Tickets in all skins that had such a link, pointing to /forum if the user is anonymous and has capability 2 or 3, or is logged in and has any capabilities in 2-6 inclusive. ... (Closed-Leaf check-in: 4344f806 user: wyoung tags: forum-skin-links)
12:27
Adjust the homepage to point to the new forum instead of to the legacy mailing lists. ... (check-in: ec88836d user: drh tags: trunk)
11:35
Add initial documentation about email alerts. Remove obsolete forum features from the "fossil config" command. ... (check-in: 62411f37 user: drh tags: trunk)
09:21
Update internal Unicode character tables, used in regular expression handling, from version 10.0 to 11.0. ... (check-in: 1aff43a7 user: jan.nijtmans tags: trunk)
02:21
Fix the build on unix. ... (check-in: 88240d4d user: drh tags: trunk)
02:15
More enhancements to backoffice diagnostics. ... (check-in: 864a6f39 user: mistachkin tags: trunk)
01:51
Add documentation about the backoffice. ... (check-in: c6522a0f user: drh tags: trunk)
01:27
Fix the MSVC specific link flags. ... (check-in: 27c4e7b0 user: ashepilko tags: cmake-ide)
00:03
Fix some compiler warnings. ... (check-in: 250fc00d user: mistachkin tags: trunk)
00:01
Add the test-backoffice-lease command for testing the backoffice. ... (check-in: f26ef806 user: drh tags: trunk)
2018-08-07
23:48
Make the backoffice module tracing behave more consistently on Win32. ... (check-in: 0fe9da81 user: mistachkin tags: trunk)
23:22
Merge changes from the previous two check-ins. ... (check-in: 30068260 user: mistachkin tags: trunk)
23:16
Change backoffice-nodelay to default off. ... (check-in: 12c487c4 user: drh tags: trunk)
23:08
Improve Win32 error handling in the backoffice module and fix a compiler warning. ... (check-in: 3c084879 user: mistachkin tags: trunk)
23:03
Make it possible to debug child processes on Windows. ... (check-in: e285341f user: mistachkin tags: trunk)
23:01
Fix harmless compiler warning. ... (check-in: 7014c2dd user: mistachkin tags: trunk)
21:45
In the backoffice module, use GETPID macro consistently, fix compiler warning with MinGW, and add an assert(). ... (check-in: af87fa5b user: mistachkin tags: trunk)
21:44
Fix harmless compiler warning. ... (check-in: 014bb2d7 user: mistachkin tags: trunk)
21:43
Fix error when compiling with JSON support enabled (TODO: review semantics to preserve JSON error handling). ... (check-in: f430f623 user: mistachkin tags: trunk)
21:42
Update the custom MinGW makefile. ... (check-in: 32641d15 user: mistachkin tags: trunk)
21:21
Report the time of the last backoffice run in the /stat page for administrators. ... (check-in: ae6e8d97 user: drh tags: trunk)
20:58
Improved windows code for the backoffice. Properly check to see if processes still exist. Provide a timeout feature. ... (check-in: 43c29877 user: drh tags: trunk)
20:11
Use the Windows _wspawnv() interface with the _P_NOWAIT option to start a separate backoffice process whenever necessary. Add the backoffice-logfile setting for monitoring backoffice operation. ... (check-in: 2583cae1 user: drh tags: trunk)
18:53
Allow manifest artifacts to omit the C and U cards, because otherwise there are some historical manifest artifacts in Fossil itself that will not parse, and there may be similar artifacts in other repositories. ... (check-in: b3ccc4bf user: drh tags: trunk)
18:30
Improvements to the way backoffice is launched, especially on unix where it now runs in a separate process using fork(). Also fix some minor bugs in other parts of the system that were found while testing backoffice. ... (check-in: 4180dc6b user: drh tags: trunk)
18:28
Improvements to comments. No code changes. ... (Closed-Leaf check-in: 1b54dd79 user: drh tags: fork-backoffice)
17:55
Adjust include directories list to pick up autoconfig.h ... (check-in: ad12f35c user: ashepilko tags: cmake-ide)
17:48
Fix the separate-process backoffice so that it works smoothly on linux. Still work to be done on Windows. ... (check-in: af7d67c6 user: drh tags: fork-backoffice)
15:50
Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (check-in: a4b59c32 user: drh tags: fork-backoffice)
15:12
A new implementation for "Forum" in which each forum post is an artifact. This merge includes lots of enhancements to email notification, backoffice, configuration, and other subsystems, all in support of the new forum artifacts. The forum feature is not complete nor bug-free but at this point it seems good enough to continue development on trunk. ... (check-in: 99fcc43f user: drh tags: trunk)
13:52
Disable the backoffice for SSH clients. ... (Closed-Leaf check-in: 4b4e133a user: drh tags: forum-v2)
13:28
More conversions of fossil_panic() into fossil_fatal(). ... (check-in: 666b0ce6 user: drh tags: forum-v2)
13:20
Change two instances of fossil_panic() into fossil_fatal(). ... (check-in: 342bd06b user: drh tags: forum-v2)
00:22
For non-digest subscribers, alerts for new forum posts are now in separate emails with each email having a subject which is the title of the forum thread, and with appropriate Message-Id and In-Reply-To header fields so that email clients can string together the email thread. Digest subscribes still get just the synopsis. ... (check-in: 4d659173 user: drh tags: forum-v2)
2018-08-06
21:20
Merge the mkbuiltin.c fix from trunk. ... (check-in: 427e2575 user: drh tags: forum-v2)
21:19
Fix the mkbuiltin.c code generator so that it tolerates Windows-style backslash path separators on its arguments. This fixes the windows build that was busted by check-in [774bdc83556442c5]. ... (check-in: 030bf200 user: drh tags: trunk)
20:47
Boo. All day I have been checking in changes to the failed-fix branch when I should have been putting them on the forum-v2 branch. This is a cherry-pick merge that moves all of the changes from today from failed-fix over to forum-v2 in one go. The "email" command is renamed to "alert" and is revised for a better interface. Events that are waiting on moderator approval are not shown to non-moderator users. ... (check-in: 3c532ec5 user: drh tags: forum-v2)
20:40
Merge enhancements from trunk. ... (check-in: 725bf3ba user: drh tags: forum-v2)
20:39
Bug fix: Do not send non-digest subscribers the daily digest email. ... (Closed-Leaf check-in: 174ab076 user: drh tags: failed-fix)
19:39
Rearrange some of the subcommands on "fossil alerts" for better UX. Fix a problem in the /webmail display for messages with no subject. Improved comments. ... (check-in: 81c25431 user: drh tags: failed-fix)
19:15
Improvements to email notification. Rename the "email" command to "alerts". Try to avoid sending alerts about unapproved events, except it is ok to send such alerts to moderators. This is a work in progress. ... (check-in: efbd6caa user: drh tags: failed-fix)
12:51
Merge enhancements from trunk. ... (check-in: ce3d5718 user: drh tags: failed-fix)
2018-08-04
11:08
Pass the build command in verbatim mode. ... (check-in: 28094475 user: ashepilko tags: cmake-ide)
11:01
Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. ... (check-in: a5dff314 user: ashepilko tags: cmake-ide)
10:55
Change the order of extra build flags to allow overrides. ... (check-in: f59ccb03 user: ashepilko tags: cmake-ide)
10:47
Fix PDB file handling; should apply only for Debug build. ... (check-in: b7430ba1 user: ashepilko tags: cmake-ide)
2018-08-03
21:06
Merged in ben-json-timeline (adds /json/timeline/event). ... (check-in: 74c908e7 user: stephan tags: trunk)
2018-08-02
11:58
Merge updates from trunk. ... (check-in: b6a0c001 user: mistachkin tags: cmake-ide)
11:56
Use the native directory separator for the extra files in the MSVC makefile. ... (check-in: 774bdc83 user: mistachkin tags: trunk)
11:44
Improve comment. ... (check-in: f9ba9d94 user: mistachkin tags: cmake-ide)
09:55
Allow out-of-source build with MSVC on Windows. ... (check-in: fc8281ee user: ashepilko tags: cmake-ide)
09:37
Allow reading the list of input resources from a file with --reslist option. ... (check-in: ba8ba160 user: ashepilko tags: cmake-ide)
09:24
Build Fossil via ExternalProject ... (check-in: cddc7bb0 user: ashepilko tags: cmake-ide)
08:32
Merge from trunk. ... (check-in: 19997e99 user: ashepilko tags: cmake-ide)
06:54
Refactor to fix an unused var warning in debug build ... (check-in: 811333a5 user: ashepilko tags: trunk)
03:53
Exit with error status when halt is triggered on error ... (check-in: ccc66763 user: ashepilko tags: trunk)
03:35
Include winsock2.h for WinXP compatibility; was breaking the build ... (check-in: 889bc0f7 user: ashepilko tags: trunk)
03:05
Just in case, modify backofficeTimeout() to handle being called more than once on Win32. ... (Closed-Leaf check-in: 0ef0e105 user: mistachkin tags: win32Proc)
03:03
Wrap use of getpid() in the trace statements. ... (check-in: 842bf225 user: mistachkin tags: win32Proc)
02:27
When sleeping inside the backoffice work loop, permit the sleep to be interrupted on Win32, which stops processing. ... (check-in: 9840313b user: mistachkin tags: win32Proc)
01:53
More Win32 support for the backoffice processing. ... (check-in: f13ae35f user: mistachkin tags: win32Proc)
2018-08-01
06:49
Extra efforts to close higher-numbered file descriptors prior to starting CGI. ... (check-in: d6053249 user: drh tags: failed-fix)
06:43
Change the backoffice-nodelay setting back to default off. Work around a bug in althttpd by making sure CGI runs with no file descriptors open other than 0, 1, and 2. (Edit:) These changes proved insufficient to clear the problem. ... (check-in: 1073593e user: drh tags: failed-fix)
2018-07-31
23:38
Make backoffice-nodelay consistently default on. ... (check-in: 71260ba2 user: drh tags: forum-v2)
23:37
Make the backoffice-nodelay a setting visible on the settings display, and make it on by default. This is a temporary fix to avoid webserver problems until such time as I can figure out what it is about backserver sleeping that is causing the webserver to latch up. ... (check-in: 2566a37e user: drh tags: forum-v2)
20:34
Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (Closed-Leaf check-in: e882081f user: drh tags: fork-backoffice)
17:38
Make the title of a deleted forum thread "(Deleted)". ... (check-in: 46697ca1 user: drh tags: forum-v2)
17:13
Only show the "Moderation Requests" submenu button if there exist one or more posts in need of moderation. ... (check-in: 397c32b6 user: drh tags: forum-v2)
17:05
Try to make moderation a little easier, as recent experience suggests that will be a big deal with the forum. ... (check-in: a9e5a1ee user: drh tags: forum-v2)
15:49
Fix the redirect that occurs after a forum post is rejected by the moderator. ... (check-in: 6a667edb user: drh tags: forum-v2)
14:22
Add the backoffice-nodelay setting as a temporary measure to aid in debugging the unseemly delays currently being experienced in the UI. ... (check-in: 0efaa982 user: drh tags: forum-v2)
13:08
Wrap oversize text/plain wiki and tickets and technotes and forum messages. ... (check-in: fa8ef257 user: drh tags: forum-v2)
10:30
Fix a minor problem with the user capability summary display. ... (check-in: 2cce85f4 user: drh tags: forum-v2)
04:18
Add the email alerts configuration summary to the security audit page. ... (check-in: a9e67fe6 user: drh tags: forum-v2)
04:08
Add the /forum page with search and a list of recent threads. ... (check-in: 05105248 user: drh tags: forum-v2)
03:14
Enable search over the forum. ... (check-in: b3c1ba37 user: drh tags: forum-v2)
01:03
If the user is not logged in, prompt them to do so before continuing to the forum entry pages. ... (check-in: 009ca1f7 user: drh tags: forum-v2)
00:10
Use a thread to implement backoffice work timeouts for Win32. ... (check-in: a9578f78 user: mistachkin tags: win32Proc)
00:09
Update the custom MinGW makefile. ... (check-in: d5c41263 user: mistachkin tags: trunk)
00:09
Fix harmless compiler warnings. ... (check-in: ea2e5151 user: mistachkin tags: trunk)
2018-07-30
23:29
Improved login screen with a "Create A New Account" button. ... (check-in: 14335899 user: drh tags: forum-v2)
21:39
Futher improvements to the user capability summary display. ... (check-in: 45591e21 user: drh tags: forum-v2)
21:17
Improved CSS for the user capability summary. ... (check-in: ba232e26 user: drh tags: forum-v2)
21:08
Add the user capability summary to the security audit. ... (check-in: 39d5e675 user: drh tags: forum-v2)
19:34
Fix errors in the permission checking for email notification. ... (check-in: c286157c user: drh tags: forum-v2)
19:34
Improved error messages to background processes from the database interface. ... (check-in: 72bb00bc user: drh tags: forum-v2)
19:14
Break out the processing of capability strings into a separate source file. Add new SQL functions: capunion() and fullcap(). Only send email notifications to users who have appropriate capabilities. ... (check-in: 8a28a37c user: drh tags: forum-v2)
16:44
Invoke abort() after a call to fossil_panic(), not exit(1). This will leave a core file if the system is correctly configured. Also show the panic on debugging logs. ... (check-in: 81632289 user: drh tags: forum-v2)
16:01
Add new security-audit checks for forum and "Announce" privileges. ... (check-in: 5d6fc967 user: drh tags: forum-v2)
14:14
Improvements to error detection and reporting in the artifact parser. Add the test-parse-all-blobs command for verifying the artifact parser against historical repositories. ... (check-in: d2d1a86f user: drh tags: forum-v2)
13:34
Merge backoffice enhancements from trunk. ... (check-in: bb50f0dc user: drh tags: forum-v2)
13:25
Backoffice processing improvements: Set a timer on the backoffice to prevent it from running too long. Report errors on failed attempts to open /dev/null. Use "NUL" instead of "/dev/null" on Windows. ... (check-in: 07356e44 user: drh tags: trunk)
2018-07-28
13:36
Fix /timeline so that it works with only RdForum permission. ... (check-in: 327c51b4 user: drh tags: forum-v2)
2018-07-27
13:52
Separate /forumpost and /forumthread pages. ... (check-in: 2dfb8873 user: drh tags: forum-v2)
13:29
Improvements to forum thread display. ... (check-in: fd06544c user: drh tags: forum-v2)
2018-07-26
10:50
Add the missing forum.js file. Adjust forum.js so that it does a better job of autoscrolling to the selected forum message. ... (check-in: 9ea4805e user: drh tags: forum-v2)
01:33
Automatic scroll to the specific message of the thread when calling /info on a forum message. ... (check-in: 8f0e18f4 user: drh tags: forum-v2)
01:02
Fixes to the forum hierarchical display algorithm. ... (check-in: 9757488a user: drh tags: forum-v2)
2018-07-25
22:34
Begin adding style to the forum display. ... (check-in: 8eccd9a2 user: drh tags: forum-v2)
21:00
Hierarchical display of forum threads. ... (check-in: 7da12996 user: drh tags: forum-v2)
19:00
Improved timeline messages for forum events. ... (check-in: e9b13d68 user: drh tags: forum-v2)
17:53
Further improvements to webpage_error() and webpage_assert(). Fix forum processing so that moderator approval and disapproval work. Add the "Delete" feature to forum that simply nulls out the page using an edit. ... (check-in: 32bbb9a9 user: drh tags: forum-v2)
16:10
Add the website_assert() macro. Fixes to forum post editing. ... (check-in: e67efdd7 user: drh tags: forum-v2)
15:02
If the user has the 'D' capability and the "showqp" query parameter exists, then all query parameters are shown at the top of the webpage. Also, fix some issues with forum. ... (check-in: b48068de user: drh tags: forum-v2)
13:48
Make forum posts visible to object_description(). Add new diagnostics visible to users with the new "D" capability. ... (check-in: 2883fb80 user: drh tags: forum-v2)
13:21
Merge enhancements from trunk. ... (check-in: 94262a8c user: drh tags: forum-v2)
13:20
Add the 'D' Debug user capability. This is designed to show additional information and controls on webpages for debugging purposes. Also take steps to avoid trying to generate a webpage error message after the webpage has already gone out. ... (check-in: fd319832 user: drh tags: trunk)
13:09
Initial implementation of the forum reply screen. ... (check-in: c35fe945 user: drh tags: forum-v2)
11:25
Enhance the webpage_error() routine to show the complete calling environment to authorized users. Also, continuing work on forum. ... (check-in: 5fcf49f1 user: drh tags: forum-v2)
2018-07-24
23:37
Forum posts appear in the timeline. The /info command displays posts. ... (check-in: 449f06c2 user: drh tags: forum-v2)
22:21
Fix describe_artifact so that it understands forum posts. ... (check-in: 318b7c5a user: drh tags: forum-v2)
22:05
Update the built-in SQLite to the latest trunk version that includes enhancements that allow a CREATE INDEX statement to occur without interrupting a running SELECT statement. This is important for correct operation of "fossil rebuild" since the forumpost table is created on demand in the middle of a query over the blob table. ... (check-in: e2d87cdd user: drh tags: forum-v2)
22:01
Always unlink prepared statements from the Stmt list prior to finalizing them. This prevents an error in db_finalize() from triggering a rollback and hence a recursive call to sqlite3_finalize(). ... (check-in: 42d821a7 user: drh tags: forum-v2)
19:44
Work toward pages to enter forum posts. This is an incremental check-in to save state and definitely does not work. ... (check-in: 7b5099ea user: drh tags: forum-v2)
13:30
Revamp the /register page for added security. Require entry of a display name and email address. Validate the email address format and check for duplicate email addresses. ... (check-in: d8b20a55 user: drh tags: forum-v2)
02:14
Typo fixes. ... (check-in: 452be61b user: drh tags: forum-v2)
2018-07-23
10:39
Merge enhancements from trunk. ... (check-in: fd7a2f4c user: drh tags: forum-v2)
2018-07-22
21:10
In debug config, reference the compiled sources; this allows stepping through the actual code in the debugger ... (check-in: 58bf02d1 user: ashepilko tags: trunk)
20:04
Set debug defines in CFLAGS when in debug config, so it applies project wide ... (check-in: eb0f689d user: ashepilko tags: trunk)
19:16
Install by copy; covers case when install destination is on a different volume ... (check-in: 449c6fd7 user: ashepilko tags: trunk)
18:59
Untested change to get "fossil server --scgi" working again on Windows. ... (check-in: 861fc11e user: drh tags: trunk)
18:58
New options to the "fossil http" command: --in FILE, --out FILE, --ipaddr ADDRESS, and --nodelay. Use the --in, --out, and --inaddr options for subprocesses that handle HTTP requests via file I/O. This replaced the older and undocumented form of the "fossil http" command that accepted extra arguments. Use the --nodelay option to prevent lengthy backoffice processing. The use of --nodelay during "fossil ui" on Windows prevents annoying pauses on that platform. ... (check-in: 52943029 user: drh tags: trunk)
18:25
Remove duplicate FOSSIL_ENABLE_LEGACY_MV_RM define ... (check-in: 2230c811 user: ashepilko tags: trunk)
18:16
Updates to the artifact identifier logic to support Forum. ... (check-in: ffe8db57 user: drh tags: forum-v2)
18:14
Begin reimplementing the forum webpages. This is a non-functional incremental check-in. ... (check-in: 2b8b1894 user: drh tags: forum-v2)
16:22
Allow CFLAGS override without duplicating compile options by default ... (check-in: 09f41885 user: ashepilko tags: trunk)
2018-07-21
16:53
Merge enhancements from trunk. ... (check-in: 5544931c user: drh tags: forum-v2)
16:50
Remove unnecessary #ifdefs and improve comments in db.c. No logic changes. ... (check-in: d216ea9a user: drh tags: trunk)
15:31
Extra effort to close all prepared statements prior to exiting, in order to avoid dangling journal files. ... (check-in: 76800769 user: drh tags: trunk)
14:29
Issue a panic if there is an attempt to invoke backoffice_run() more than once. ... (check-in: 9d0bfcb3 user: drh tags: trunk)
2018-07-19
22:55
Begin adding forum artifact parsing code. ... (check-in: a2b470f1 user: drh tags: forum-v2)
21:31
Enhance the manifest parser to support parsing of Forum posts artifacts. At the same time, simplify the artifact syntax error detection logic using tables rather than straight code. ... (check-in: e893e9d0 user: drh tags: forum-v2)
19:43
Proposed new design for the forum. Individual posts are stored as ordinary artifacts and thus participate in sync just like any other artifact. There is a new artifact type used to describe forum posts. This check-in defines the format of the new artifact type. Follow-up check-ins on this thread will attempt to flesh-out the idea in code. ... (check-in: 15fa6053 user: drh tags: forum-v2)
18:54
Fix minor comment typo. No code changes. ... (check-in: ac6657e2 user: drh tags: trunk)
17:51
Make the file format document and the hacker how-to document easier to find. ... (check-in: 2f535b02 user: drh tags: trunk)
17:22
The email_auto_exec property is removed. The routine that sends alert emails is renamed to email_backoffice() and it is configured to always auto-run. ... (check-in: ada7ecde user: drh tags: trunk)
16:27
Improved SQL logging after SIGPIPE. Exponential backoff in the warnings issued when the backoffice process misses its deadline. ... (check-in: f525b6d5 user: drh tags: trunk)
15:58
At the end of CGI processing, close the output pipe before starting backoffice processing, in order to let higher levels know that the CGI is finished. ... (check-in: a32a92d2 user: drh tags: trunk)
15:52
Backoffice only runs for successful webpage that have the database open. Add "refresh" and "Show All" buttons on the /errorlog page. ... (check-in: aa17077e user: drh tags: trunk)
15:43
Run the backoffice processing after every webpage. Fix a memory error in one of the backoffice error messages. ... (check-in: 0fdca8c7 user: drh tags: trunk)
15:35
The configuration loader automatically creates the subscriber table if necessary. This fixes the "fossil clone" command for privileged users. ... (check-in: 06586ef7 user: drh tags: trunk)
13:29
Improved error logging following a segfault. ... (check-in: a8d220b9 user: drh tags: trunk)
13:24
Add support for backtrace in the ./configure script ... (Closed-Leaf check-in: 3e03913b user: drh tags: segvhandler)
13:13
Add a segfault simulator to the test-warning page. ... (check-in: c4dcb00d user: drh tags: segvhandler)
11:40
Add GCC backtraces to the segv handler. ... (check-in: cc8c33ee user: drh tags: segvhandler)
02:37
Fix the backoffice delay so that it extends the deadline for the follow-on process if the current process runs overtime. This prevents multiple follow-ons. ... (check-in: 5542cd43 user: drh tags: trunk)
2018-07-18
20:32
The pop3d command allows the username to contain an extra @domain suffix. ... (check-in: 86b0a3d3 user: drh tags: trunk)
20:22
Merge trunk ... (check-in: 02bc919b user: jan.nijtmans tags: multi-thread)
19:22
Use the new SQLITE_FCNTL_DATA_VERSION interface in SQLite to limit running the backoffice processing to case when the repository file changes. ... (check-in: 752ea432 user: drh tags: trunk)
19:11
Update the built-in SQLite to the latest 3.25.0 alpha that includes support for the SQLITE_FCNTL_DATA_VERSION file control. ... (check-in: abacf2e5 user: drh tags: trunk)
16:58
Add the concept of "backoffice" processing, used to do background cleanup operations after repository changes, such sending alerts and/or syncing to peer repositories. ... (check-in: 947081aa user: drh tags: trunk)
16:54
Fix the code for obtaining process ids on windows. ... (Closed-Leaf check-in: 4695f217 user: drh tags: backoffice)
16:43
Add the backoffice module for doing post-processing actions such as sending alerts and/or syncing repositories. ... (check-in: 86b43a46 user: drh tags: backoffice)
02:19
Pop3 server sends a final +OK after QUIT. ... (check-in: 06507038 user: drh tags: trunk)
02:14
Enhance the pop3 TOP command so that the second argument can be zero. ... (check-in: 64493163 user: drh tags: trunk)
02:09
Add support for TOP and CAPA to pop3d. ... (check-in: 2c18ed07 user: drh tags: trunk)
01:41
Fix a harmless compiler warning. ... (check-in: 2332efb7 user: drh tags: trunk)
01:40
Add the --logdir option to the "fossil pop3d" command. Fix some issues with POP3 reply formatting. ... (check-in: 38165f37 user: drh tags: trunk)
2018-07-17
23:50
Initial implementation of the "fossil pop3d" command. ... (check-in: bf13815c user: drh tags: trunk)
20:59
Store the uncompressed artifact size as an integer field in the emailblob table. ... (check-in: 34b95026 user: drh tags: trunk)
19:45
The emailblob table holds content a little while before deleting it. Change the /test-emailblob page to /emailblob, though it is still only accessible by the administrator. ... (check-in: 15a53308 user: drh tags: trunk)
18:32
Improved tracing capabilities for email notifications. Add the SelectAll button to the webmail display. ... (check-in: f880aa82 user: drh tags: trunk)
17:14
Only show the SMTP transcript button if the transcript actually exists. ... (check-in: 0a6898b0 user: drh tags: trunk)
16:59
Fix a typo in the on-line documentation for the "fossil smtpd" command. ... (check-in: 032e80b5 user: drh tags: trunk)
16:24
In the webmail interface, provide the option to show the SMTP transcript when that transcript is available. ... (check-in: bb8b6037 user: drh tags: trunk)
15:48
Set an timeout on the database connection to the web-cache. Use the sqlite3_table_column_metadata() interface to check to see if the web-cache database file needs to be initialized prior to actually initializing it. ... (check-in: e6e806a9 user: drh tags: trunk)
15:32
Webmail changes compile on linux, mac, and windows now, so merge them to trunk. They are not ready for use, but they should not interfere with the stable parts of the code, and it is easier to test from trunk. ... (check-in: 0f6a5ee1 user: drh tags: trunk)
15:10
Fix a mimetype typo that prevents email notification from running. ... (check-in: adc23c10 user: drh tags: trunk)
15:10
Fix a mimetype typo that prevents email notification from running. ... (Closed-Leaf check-in: e2fd46dd user: drh tags: webmail)
15:07
Show the email notification status at the top of the /setup_notification page. ... (check-in: 308f4065 user: drh tags: webmail)
14:47
Add the test-emailblob page. ... (check-in: 8ac5bbbd user: drh tags: webmail)
13:54
Add a reference count field to the emailblob table and triggers to keep the reference count current and to drop entries when the reference count reaches zero. ... (check-in: 94da0fb2 user: drh tags: webmail)
2018-07-16
13:33
Initialize variable to quell compiler warning about potentially unitialized variable. ... (check-in: 0cb83dec user: andybradford tags: trunk)
11:35
Merge enhancements from trunk. ... (check-in: 03a9b6f8 user: drh tags: webmail)
2018-07-15
19:56
Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. ... (check-in: 3f5ab717 user: drh tags: trunk)
18:31
Improvements to error logging. Only log fossil_panic() calls, not fossil_fatal() calls. ... (check-in: 06d4751a user: drh tags: trunk)
2018-07-14
22:16
More cases of incorrect permission checks. ... (check-in: a2e1f9fb user: drh tags: trunk)
20:11
The -DFOSSIL_OMIT_DNS compile-time option avoids trying to link -lresolv. ... (check-in: 023ce4ed user: drh tags: trunk)
20:07
Fix display text typo on the skin editor page for non-administrators. ... (check-in: 3a903bfd user: drh tags: trunk)
19:57
Fixes to login checking for the skin editor. ... (check-in: 09e6fc3d user: drh tags: trunk)
19:40
New "Normal" mode for viewing email messages in webmail. ... (check-in: 3ddc8817 user: drh tags: webmail)
18:36
Webmail navigation updates. Move message between Unread/Read/Trash. Show 50 messages per page with Newer and Older links when appropriate. ... (check-in: 485d01fb user: drh tags: webmail)
16:35
Merge changes from trunk. ... (check-in: c1f8668b user: drh tags: webmail)
16:34
Work on the webmail interface. Still very incomplete. ... (check-in: 0af01758 user: drh tags: webmail)
16:22
Add missing option to diff option summary ... (check-in: 9b733276 user: andygoth tags: trunk)
16:22
Silence const warning (GCC 8.1.1) ... (check-in: 83288757 user: andygoth tags: trunk)
15:12
Update the built-in SQLite to the lastest 3.25.0 alpha version due to improved error message processing in that version. 3.25.0 also includes support for window functions, but we do not (yet) use that feature in Fossil. ... (check-in: d66f3224 user: drh tags: trunk)
14:58
Work toward revamping the webmail page. ... (check-in: d68879f7 user: drh tags: webmail)
14:13
Add the --nocompress option to the "ui", "server", and "http" commands. This option prevents HTTP reply compression, which is useful during debugging. The option is on by default for "test-http". Also, make sure the mimetype for error messages is set to text/html. ... (check-in: cfc7aca2 user: drh tags: trunk)
00:54
Do not allow people to subscribe to notifications for which they do not have read permission. ... (check-in: 6e6e3c8b user: drh tags: trunk)
2018-07-13
21:36
Improved process debugging for "fossil ui" and "fossil server". Sanely close the open database connection upon receiving SIGPIPE. ... (check-in: 83b171bc user: drh tags: trunk)
20:36
An early attempt at the /setup_smtp page. Partly working. ... (check-in: 1e799919 user: drh tags: trunk)
18:40
Attempts to obtain the IPv6 address of the peer do not seem to work. Fallback to getting the IPv4 address until we figure this out. ... (check-in: cf94d5a0 user: drh tags: trunk)
18:20
Improved code to discover the IP address of the peer. Record the IP address of the peer in a Received: header line of all input emails. ... (check-in: 9979edbd user: drh tags: trunk)
16:26
When logging transaction errors on the error log, try to include information about where the transaction started. ... (check-in: 43336f67 user: drh tags: trunk)
16:06
When rendering SQLite log messages to the error log, include the SQL for all busy SQL statements in the log message. ... (check-in: c6ecf21f user: drh tags: trunk)
15:07
Use the email content parser to the prototype webmail page. ... (check-in: 264223fc user: drh tags: trunk)
10:04
Append -ldl only when needed on the target platform; OpenBSD resolves it from the standard libc. ... (check-in: 7cdb522b user: ashepilko tags: trunk)
05:46
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (check-in: 9951fd7b user: mistachkin tags: trunk)
2018-07-12
23:03
Fully function email message decoder now in place. ... (check-in: d0ae0898 user: drh tags: trunk)
22:16
Another incremental check-in on the email format decoder. ... (check-in: ec3fccd3 user: drh tags: trunk)
20:36
Work toward an email format decoder. This is an incremental check-in. ... (check-in: 11c82d81 user: drh tags: trunk)
17:08
Fix typo in makemake.tcl. ... (check-in: e817f1b0 user: tsbg tags: trunk)
15:19
For new subscribers, default all alert options to "on". ... (check-in: 9c388035 user: drh tags: trunk)
14:55
Add "Download", "Test", and "Truncate" submenu buttons on the /errorlog page. Show a confirmation page prior to truncating the error log. Improvements to the /test-warning page, including a link back to /errorlog through the submenu. ... (check-in: c931dd7b user: drh tags: trunk)
14:29
Update the documentation on the email-send-method setting. ... (check-in: 83b12c3a user: drh tags: trunk)
14:21
Put a link to the error log on the /stat page. The link is only visible to administrators. ... (check-in: 488709be user: drh tags: trunk)
14:09
Add "Truncate" and "Download" buttons to the /errorlog display. Provide a link to the error log on the /setup page. ... (check-in: 8e3bad04 user: drh tags: trunk)
13:15
Get the smtp_mx_host() routine working on Windows in addition to Linux. ... (check-in: 9a6c6c2c user: drh tags: trunk)
13:13
Fix a compiler warning on the mac build. ... (Closed-Leaf check-in: b6b5048a user: drh tags: smtp-win)
13:09
Get this branch working with mingw and on Mac ... (check-in: f55c0fdc user: drh tags: smtp-win)
09:39
Get DNS lookup for mail hosts working on Windows. ... (check-in: fe29fe7d user: tsbg tags: smtp-win)
06:46
Make sure -ldl is appended after -lcrypto; Fixes link errors with static build. ... (check-in: efbc319c user: ashepilko tags: trunk)
2018-07-11
20:37
Rename the /msgtoadmin page to /contact_admin. Improvements to the setup pages for notifications. ... (check-in: 9830d7cb user: drh tags: trunk)
19:55
The email-server enhancements are far from complete, but they at least compile now on non-linux systems, so it seems safe to merge the existing skeleton to trunk and continue development there where it can be more easily tested on live systems. ... (check-in: 0a201f71 user: drh tags: trunk)
19:46
Fix the socket_receive() function so that it compiles on systems that lack the MSG_DONTWAIT macro (Windows). Such systems lose non-blocking capabilities, but they work otherwise. ... (Closed-Leaf check-in: 31d274d0 user: drh tags: smtp)
19:41
Add a setup menu option for Email-Server. Try to get the build of this branch working (without DNS support) for non-linux systems. ... (check-in: aa80d694 user: drh tags: smtp)
15:02
Merge changes from trunk. ... (check-in: cde5b96d user: drh tags: smtp)
2018-07-07
20:14
Fix annotate_file() so that it correctly errors out if the named file does not exist in the revision. ... (check-in: ae73e4ed user: ashepilko tags: trunk)
2018-07-05
16:51
Patched cgi_set_cookie() to be a no-op when not running in HTTP(s) mode (e.g. in JSON CLI mode), since g.zTop is not set in that case. Resolves a segfault reported on the ML. ... (check-in: f488a5aa user: stephan tags: trunk)
2018-07-03
10:23
Only add the default <body> element to the header if the configured header lacks "<body". Formerly, it searched for "<body>" and that search would fail if the body element contained attributes. ToDo: This default body-element mechanism needs to be better documented. ... (check-in: 24ecb3bb user: drh tags: trunk)
2018-06-30
20:51
Compress content in the emailblob table. ... (check-in: 98400909 user: drh tags: smtp)
20:38
First code for the /webmail page. Barely functional. ... (check-in: 8dc832e6 user: drh tags: smtp)
18:29
Fixes to the "SMTP relay" alert send method. Add the --smtp-trace option to the "fossil email send" command. Expose and document the "email-send-relayhost" setting. ... (check-in: 006cc814 user: drh tags: smtp)
17:27
Add "SMTP relay" as a new method for sending alert emails. ... (check-in: b96415f0 user: drh tags: smtp)
16:06
Merge fixes and improvements from trunk. ... (check-in: 4f30802a user: drh tags: smtp)
15:40
Fix harmless compiler warnings. ... (check-in: 50daa540 user: drh tags: trunk)
15:37
Improve the conformance to rfc2822 for generated email messages. ... (check-in: 429ae9b7 user: drh tags: trunk)
14:00
Merge fixes from trunk. (This was suppose to be a check-in on the smtp branch. I don't know why Fossil didn't warn me about the null check-in.) ... (check-in: a5d80522 user: drh tags: trunk)
13:42
Adjust the cgi_rfc822_datetime() routine to use the newer rfc2822 date/time format that uses "+0000" for the timezone instead of "GMT". ... (check-in: d2a94aa9 user: drh tags: trunk)
10:39
Fix the fossil_fatal() routine so that it avoids trying to do a webpage display if the repository database has not yet been opened. ... (check-in: 0336ac77 user: drh tags: trunk)
2018-06-29
22:54
Populate the esubject column of the emailbox table based on the subject in the email header. ... (check-in: dbb1ce5f user: drh tags: smtp)
21:37
Lots of additional error checking on the "fossil smtpd" input. ... (check-in: cf1c8429 user: drh tags: smtp)
19:54
The "fossil smtpd" command stores incoming messages in the database and routes them according to the emailroute table. ... (check-in: e4144ced user: drh tags: smtp)
15:30
Merge recent trunk enhancements and fixes into the smtp branch. ... (check-in: 45939f51 user: drh tags: smtp)
15:29
Less severe warning on the security audit if the server error log is disabled. ... (check-in: fe5e9de1 user: drh tags: trunk)
13:09
Further enhancements to the on-line help for the "fossil uv add" command in an effort to clear up confusion. ... (check-in: 66815ed3 user: drh tags: trunk)
12:56
Attempt to make an error log entry following a segfault. ... (check-in: c670925e user: drh tags: trunk)
11:40
Further wording enhancements to the on-line documentation to the "fossil uv" command. ... (check-in: c4ab8834 user: drh tags: trunk)
03:29
Add features to make it easier to test and debug the "fossil smtp" command from the command-line using stdin and stdout. ... (check-in: 8643602d user: drh tags: smtp)
03:12
Baseline implementation of the "smtp" command. ... (check-in: be55fc60 user: drh tags: smtp)
2018-06-28
21:38
Add the smtp_send_msg() function capable of encoding and sending a complete email message. ... (check-in: 03888604 user: drh tags: smtp)
17:22
Fix the wording on the documentation of the /announce web page. ... (check-in: dfe0cf7e user: drh tags: trunk)
17:15
The test-smtp-probe command is now working. ... (check-in: 9281d52a user: drh tags: smtp)
15:23
Incremental check-in of initial code for client-side SMTP. Does not work. ... (check-in: 20006a86 user: drh tags: smtp)
2018-06-27
19:21
Add the missing smtp.c source file. ... (check-in: 8f6f25f1 user: drh tags: smtp)
19:15
Begin the smtp.c module. Start with a routine to locate the hostname on which to contact the SMTP server for a domain. ... (check-in: 735af578 user: drh tags: smtp)
17:02
Fix typo in the manpage for the /announce page. ... (check-in: c1bce3f5 user: drh tags: trunk)
13:09
Fix typos in the "fossil help uv" page. ... (check-in: 1bc4b0a5 user: drh tags: trunk)
02:22
Fix a warning about an unclosed transaction when doing a no-op "fossil checkout". ... (check-in: b31aa7d7 user: drh tags: trunk)
2018-06-26
16:57
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (Closed-Leaf check-in: efb0f880 user: mistachkin tags: altLegacyMvRm)
11:54
Fix compiler warnings on windows. Fix the file_directory_size() function so that it works on windows. ... (check-in: 6a7d2ad8 user: drh tags: trunk)
11:21
Make the mv-rm-files available without special compile-time options. ... (check-in: 27e5e5ce user: drh tags: trunk)
02:26
Fix a critical bug in the new blob_append_char() routine that was added to the previous check-in. This bug causes crashes. Also change the quoted-printable encoding to escape the ':' character so that lines in the body of an email will never be confused with a header line like "From:". ... (check-in: 122905c2 user: drh tags: trunk)
02:01
Change the email transfer encoding to quoted-printable. ... (check-in: b6a13c45 user: drh tags: trunk)
01:24
Initial implementation of the /announce webpage. ... (check-in: 65f57546 user: drh tags: trunk)
2018-06-25
22:44
Fix a typo in the processing of Forum record syncs. ... (check-in: b71ab777 user: drh tags: trunk)
22:01
Make sure the subscriber table is not synced unless the client has appropriate permissions. ... (check-in: 7f0c7fcf user: drh tags: trunk)
20:59
On the /stat page, change the name of "Alerts:" to "Pending Alerts:". ... (check-in: 6f34395c user: drh tags: trunk)
20:56
Report on the email notification setup and status in the /stat page for administrators. ... (check-in: 4ef59090 user: drh tags: trunk)
20:26
Add the file_directory_size() utility function for measuring the number of objects in a directory. ... (check-in: 94e846d2 user: drh tags: trunk)
19:26
More random and slightly incoherient notes on the www/emaildesign.md document. ... (check-in: 6f0e0598 user: drh tags: trunk)
18:43
Fix an extra call to db_end_transaction() in "fossil config pull ticket". ... (check-in: f5eb03f5 user: drh tags: trunk)
18:20
Fix another SQL error on the receiver side of "fossil config pull" ... (check-in: 0b6d3eaf user: drh tags: trunk)
18:17
Fix a syntax error in the SQL of the "config pull" mechanism. ... (check-in: 4e699c29 user: drh tags: trunk)
18:13
Change the schema of the subscriber table to make it compatible with the "fossil config sync" mechanism. Upgrading through this check-in requires running "fossil email reset" to rebuild the email notification schema, and losing subscriber information. ... (check-in: 9040de46 user: drh tags: trunk)
16:19
Fix harmless compiler warnings. Also remove the "ago" text from the "Last Change" column in the subscriber list webpage. ... (check-in: 69d332ff user: drh tags: trunk)
16:14
Enhance the subscriber since to include the creation time and so that a new random subscriber code is set. ... (check-in: 7e87699d user: drh tags: trunk)
15:56
Add the ability to transfer subscriber information using the "fossil config sync alert" command. ... (check-in: 22c3354d user: drh tags: trunk)
14:45
Enhancements to administrator access to the subscriber list. ... (check-in: b7b877ef user: drh tags: trunk)
14:26
Extend the user capability system to allow the use of upper-case ASCII letters for new capabilities. ... (check-in: e45cfde7 user: drh tags: trunk)
13:47
Add information about the server error log to the security audit page. Provide the new /errorlog page for viewing the server logfile online. ... (check-in: a9e74eb3 user: drh tags: trunk)
13:32
Make sure emailerShutdown() correctly closes the emailqueue database. ... (check-in: b9121b47 user: drh tags: trunk)
2018-06-24
23:22
Include the HTTP_REFERER value in the error log file. Also, omit empty environment variables from the error log. ... (check-in: 4c839973 user: drh tags: trunk)
23:17
Any call to fossil_fatal() while generating a webpage changes the output to a 400 Bad Request with an appropriately formatted web page. ... (check-in: a0863d2b user: drh tags: trunk)
19:27
Do not report errors to the error log on a 304 reply. ... (check-in: 60c8eca3 user: drh tags: trunk)
18:47
Fix the /doc webpage so that it does not call fossil_fatal() when it cannot find the requested document. It simply does a 404 routine. By not calling fossil_fatal(), it avoids unnecessary entries in the error log. ... (check-in: 29cb8260 user: drh tags: trunk)
18:22
Only invoke the email alert sender after a successful HTTP request. Mark Not Found requests as 404, unsuccessful. ... (check-in: 4eb3e0f2 user: drh tags: trunk)
17:51
Improvements to the /test-warning webpage. ... (check-in: 8d9ad750 user: drh tags: trunk)
17:44
Extra defenses against running the digest alert generator in a context where the transaction will rollback, thus failing to record the new digest time. Change the "fossil server" and "fossil ui" commands to always log errors to the console if no other error logging is defined. ... (check-in: f87fb027 user: drh tags: trunk)
16:38
Enhance the --sqltrace logic. Using those enhancements, locate and fix and unclosed transaction in the email alert sender logic. ... (check-in: f3de8b66 user: drh tags: trunk)
10:07
Fix an SQL syntax error. ... (check-in: 0398e41a user: drh tags: trunk)
2018-06-23
20:30
Fix documentation typos. ... (check-in: 1ba3eeeb user: drh tags: trunk)
20:11
Fix typos and update documentation. ... (check-in: 08165ad4 user: drh tags: trunk)
19:55
Do not require Email-Notify permission to operate the /alerts page with a valid subscriberCode. ... (check-in: 15910589 user: drh tags: trunk)
19:51
Fix the use of captchas on the /msgadmin page. ... (check-in: 43532cd1 user: drh tags: trunk)
19:36
Add the /msgadmin page. ... (check-in: 0c4d3c12 user: drh tags: trunk)
18:44
Automatically send alert emails after each webpage request. ... (check-in: d4e9df17 user: drh tags: trunk)
17:50
Include the email-sender.tcl script as an example of how to relay from the database drop to /usr/sbin/sendmail. ... (check-in: a677f72f user: drh tags: trunk)
17:17
New note on why SMTP might be hard to implement as a sending method. ... (check-in: b3e72035 user: drh tags: trunk)
17:07
Webpages function (with an sensible error) if the email notification tables are not in the schema. ... (check-in: 98d2338a user: drh tags: trunk)
16:44
Improved documentation. No substantive code changes. ... (check-in: 9cf915d4 user: drh tags: trunk)
15:49
Add the decode-email.c utility program source code. ... (check-in: 17b4d3e4 user: drh tags: trunk)
15:48
Add an initial draft of design notes for the email notification system. ... (check-in: aeb98be8 user: drh tags: trunk)
14:24
Rework the internal email sending logic so that it is connection-oriented. This makes it more efficient and makes it easier to add support for an SMTP sending method at a later date. ... (check-in: b4218987 user: drh tags: trunk)
01:33
Futher corrections to the email alert trigger. ... (check-in: 2c3b9030 user: drh tags: trunk)
01:26
Fix minor problems with email notification. ... (check-in: d7ccfb64 user: drh tags: trunk)
01:24
Fix minor problems in email notification. ... (check-in: 1cdf6f20 user: drh tags: trunk)
00:53
Merge in support for email notifications. Munch more work is needed, but it seems ready to begin functional testing. ... (check-in: b77f1aae user: drh tags: trunk)
00:49
Fix some minor problems with email notification support ... (Closed-Leaf check-in: c2566260 user: drh tags: email-alerts)
2018-06-22
19:48
Improvements to on-line subscription management. ... (check-in: e649820b user: drh tags: email-alerts)
19:03
Add the "fossil email subscribers" and "fossil email unsubscribe" commands. ... (check-in: ba60f874 user: drh tags: email-alerts)
18:23
Alert sending logic compiles but is so far untested. ... (check-in: 44f9f355 user: drh tags: email-alerts)
17:36
A new way of computing alert text. ... (check-in: 6c06b1c8 user: drh tags: email-alerts)
15:57
Generate event report in chronological order for an alert text. ... (check-in: e0289252 user: drh tags: email-alerts)
15:34
Add logic to generate the text of email alert messages. ... (check-in: bb30d02e user: drh tags: email-alerts)
13:50
Add the --sql option to the timeline command. ... (check-in: d51ca5f5 user: drh tags: email-alerts)
12:25
Make sure the content of outbound email messages always ends with a newline. ... (check-in: b7003483 user: drh tags: email-alerts)
03:17
Add the /unsubscribe page. ... (check-in: f9116088 user: drh tags: email-alerts)
01:37
Add the --nocompress option to the "fossil clone" command. ... (check-in: 96d0a4be user: drh tags: trunk)
01:28
Fix harmless compiler warnings. ... (check-in: 5fde17bb user: drh tags: email-alerts)
01:18
Rename the email_pending table to pending_alert. Add triggers to fill in the pending_alert table each time a row is added to the event table. ... (check-in: 8c4b92ad user: drh tags: email-alerts)
2018-06-21
23:01
Add the "fossil email inbound" command, though it currently does not analyze the inbound emails - it just stores the emails in a directory for later human viewing. ... (check-in: 775e529b user: drh tags: email-alerts)
22:37
Continuing refinement of the web pages for handling email subscriptions. ... (check-in: 84d0d853 user: drh tags: email-alerts)
21:02
Add the /subscribers page. Fix minor issues. All pages still need improvement. ... (check-in: e015c103 user: drh tags: email-alerts)
19:51
Further progress toward get email subscription webpages working. ... (check-in: adf068fa user: drh tags: email-alerts)
19:10
The /subscribe page now creates entries in the subscriber table and sends verification emails. ... (check-in: 31be2e17 user: drh tags: email-alerts)
17:07
Merge codecheck1 enhancements from trunk. ... (check-in: 4d13d948 user: drh tags: email-alerts)
16:40
Strengthen the codecheck1.c utility program to help find cases where query parameters are used in unsafe ways. No unsafe usage of query parameters was detected in the current code. ... (check-in: bb9233a6 user: drh tags: trunk)
15:19
Merge the popen() on windows fix from trunk. ... (check-in: ef2426dc user: drh tags: email-alerts)
15:02
Provide an implementation for popen() and pclose() on Windows to fix the build. ... (check-in: 565b5ff0 user: drh tags: trunk)
12:34
Non-working code for the /subscribe and /alerts web pages. This is an incremental check-in. ... (check-in: e91143e8 user: drh tags: email-alerts)
12:24
Remove the configuration of the show-version-diffs property from the /setup_timeline page as that property is no longer used. ... (check-in: 8d230be4 user: drh tags: trunk)
2018-06-20
22:53
Do not show the "Change user:" form on the /logout page. It adds little value but much confusion. ... (check-in: 00bed59b user: drh tags: trunk)
22:39
First attempt at a /subscribe page. Non-functional display only. ... (check-in: fb3934ec user: drh tags: trunk)
19:56
Manage the email.c file. Accidentally omitted from the previous three check-ins. Bummer. ... (check-in: fa83e4b3 user: drh tags: trunk)
19:04
Add a new capability that allows signup for email notification. Change the name of the older "EMail" privilege to "View-PII" to avoid confusion. ... (check-in: 25eafed1 user: drh tags: trunk)
18:47
Merge the speculative Forum changes. This is because I need the enhancements to the user capabilities in order to add a new capability for Email Notifiation. The Forum logic itself is not ready, and is subject to change and removal. But it is well isolated and shouldn't hurt anything if it hangs out on trunk for a while. ... (check-in: 9a2e5f47 user: drh tags: trunk)
18:25
Add the "email" command and basic infrastructure for generating outbound email messages. ... (check-in: 5200323a user: drh tags: trunk)
18:15
Fixed a C99-ism, removed a couple ancient #if blocks. Re-added uuid to /json/timeline/event output (because it's useful in ways which the event name is not). ... (Closed-Leaf check-in: 57e75eb7 user: stephan tags: ben-json-timeline)
13:40
Rig the "fossil sql" command so that it always comes up in --quote mode. This mode is more useful for Fossil repos dues to the many binary blobs. ... (check-in: 953aa7b4 user: drh tags: trunk)
13:16
Add a setup page for email notification. There is no logic behind the setup, yet. ... (check-in: ccf50f06 user: drh tags: trunk)
12:23
Fix over-length code lines in the setup.c source file. ... (check-in: 7001228a user: drh tags: trunk)
10:29
Fix SQL to find name for /json/timeline/event ... (check-in: 2488996f user: ben tags: ben-json-timeline)
09:41
Include name (not uuid) in /json/timeline/event, because the uuid is not terribly useful. ... (check-in: 6f0929ce user: ben tags: ben-json-timeline)
01:35
Fix the mimetype selector. Improved styling of the forum display. ... (Closed-Leaf check-in: 837b1cb5 user: drh tags: forum-brainstorm-1)
2018-06-19
10:31
Add /json/timeline/event for access to minimal information about events. ... (check-in: c7607916 user: ben tags: ben-json-timeline)
2018-06-16
15:08
Fix minor issues with Forum editing. ... (check-in: c626d1c0 user: drh tags: forum-brainstorm-1)
13:36
Progress toward getting the forum to actually work. This is an incremental check-in. ... (check-in: 4814c41a user: drh tags: forum-brainstorm-1)
2018-06-15
20:48
Rough and untested implementation for forum display and reply. Add two new capabilities for posting to the forum not subject to moderation, and for the ability to edit posts from others. ... (check-in: f8927901 user: drh tags: forum-brainstorm-1)
2018-06-14
19:33
Fix typos in documentation text. ... (check-in: 862d630f user: drh tags: trunk)
19:17
This code demonstrates ideas on how to implement a Forum feature in Fossil. This is just ideas - it is not even a working prototype. This change was originally stashed, but then I thought it better to check it in on a branch for the historical record. ... (check-in: 1e363739 user: drh tags: forum-brainstorm-1)
13:48
Reinstate the timeline arrow foreground color changes that were removed by check-in [7ac88481a69dd], but with fixes to avoid integer overflow. ... (check-in: 57a0143b user: drh tags: trunk)
13:43
Reinstate the foreground color changing for timeline arrors based on the background color of the text. This check-in uses the #00aa00 background color intentially for testing purposes. ... (Closed-Leaf check-in: 4f2b2309 user: drh tags: arrow-color-fix)
2018-06-13
02:18
The "fossil grep" command now agrees with the documentation. But there is still a lot of opportunity to make enhancements. ... (check-in: 6499c93d user: drh tags: trunk)
02:02
Incomplete implementation of the "fossil grep" command. ... (check-in: c5a98aa0 user: drh tags: trunk)
2018-06-12
18:52
Reduce automatic scroll offset when multiple ranges are selected ... (check-in: d46491d6 user: andygoth tags: trunk)
2018-06-11
20:36
Disable the time_fudge corrections for check-ins that have mtimes that are modified using a tag. ... (check-in: e08f9c04 user: drh tags: trunk)
10:36
Fix to the IfModifiedSince cache processing. ... (check-in: 33fb3a97 user: drh tags: trunk)
2018-06-09
16:37
Update secondary mention of SQLite compression ratio to match table ... (check-in: b46141f4 user: andygoth tags: trunk)
2018-06-08
09:41
Upgrade dirent to latest version (1.23.2, May 8, 2018) ... (check-in: 1eee6c70 user: jan.nijtmans tags: trunk)
09:40
Take over some latest bug-fixes (one security-related) from SQLite trunk's command-line shell ... (check-in: 592c6725 user: jan.nijtmans tags: trunk)
2018-06-07
13:38
In the timeline graph, avoid drawing risers to the top for timewarp nodes. ... (check-in: e8066719 user: drh tags: trunk)
00:45
Disable the feature that changes the foreground color of the graph based on the background color of the item, as the item background color no longer extends under the graph. ... (check-in: 7ac88481 user: drh tags: trunk)
2018-06-06
17:55
Fix an XSS problem in the chng= query parameter to /timeline. ... (check-in: 30f60a58 user: drh tags: trunk)
10:39
Merged trunk ... (Closed-Leaf check-in: a253fba0 user: mjanssen tags: commonmark-markdown)
2018-06-05
23:06
Fix a bug in the pivot-finder introduced by check-in [917f1c21e52a29904] from 5 days ago. ... (check-in: 83789c6e user: drh tags: trunk)
2018-06-04
19:52
Update the built-in SQLite to the 3.24.0 release. ... (check-in: f39d0a72 user: drh tags: trunk)
16:27
Experimental option --fast on the clone command only clones manifest artifacts and related tags. This is an experiment to see how much bandwidth and time are saved by omitting the download of file content until it is actually needed. ... (Closed-Leaf check-in: 9e8a7d4c user: drh tags: fast-clone)
14:47
Update the sync protocol document. ... (check-in: 55cd6153 user: drh tags: trunk)
14:00
More tweaks to the fossil-v-git.wiki document. ... (check-in: 6ae97be7 user: drh tags: trunk)
12:40
Grammar tweak in the Fossil vs. Git document. ... (check-in: ce4fb80e user: wyoung tags: trunk)
12:39
Fixed an h2 -> h3 header level in the Fossil vs. Git document. ... (check-in: 3b02193a user: wyoung tags: trunk)
02:59
Add the "themeable" link on the homepage. Remove the link to Fuel. ... (check-in: abc13d76 user: drh tags: trunk)
02:56
Tweaks to the fossil-v-git document. ... (check-in: a5284fac user: drh tags: trunk)
02:49
Add a "Fossil vs. Git" link to the homepage. ... (check-in: 6d0fcccd user: drh tags: trunk)
02:43
Update the stats.wiki page with recent numbers. ... (check-in: 6dc67e87 user: drh tags: trunk)
2018-06-01
20:16
An off-mailing-list patch which fixes the lack of deleted files from /json/timeline/checkin's file list. Thanks to Edgardo Cruz for tracking this down. ... (check-in: cd55efe7 user: stephan tags: trunk)
2018-05-31
15:21
Improvement to the pivot-finder so that it works even if there are time-warps in the graph. ... (check-in: 917f1c21 user: drh tags: trunk)
14:40
Fix the merge pivot finder so that it honors time-warp fixes. ... (check-in: cf6fa2f3 user: drh tags: trunk)
14:32
Fix over-length source code lines in merge.c. ... (check-in: 5a88b5f6 user: drh tags: trunk)
2018-05-30
05:34
Added the Makefile.osx-jaguar ... (check-in: 3c5ba9f5 user: drh tags: trunk)
01:28
Update the build-in SQLite to the first 3.24.0 beta. ... (check-in: bbdfec3f user: drh tags: trunk)
2018-05-29
14:23
Fix the "mv" command so that it will move directories. Patch from Dingyuan Wang. ... (check-in: 0a34967b user: drh tags: trunk)
2018-05-21
01:01
Fix harmless compiler warning. ... (check-in: a7056e64 user: mistachkin tags: trunk)
2018-05-19
06:47
Fix 2 (harmless) compiler warnings about unused variables ... (check-in: 961787df user: jan.nijtmans tags: trunk)
2018-05-18
18:24
If launched with no command-line arguments, check for a repo appended to the end of the executable and open "ui" on that repo. ... (check-in: 37b2eb99 user: drh tags: trunk)
2018-05-14
01:06
Handle appendvfs initialization a little differently, in a way that works on windows. ... (Closed-Leaf check-in: 51c1276e user: drh tags: use-appendvfs)
00:55
If the fossil binary is launched with no command-line arguments, check to see if there is an appended repository and if there is, run "ui" against that repository. ... (check-in: 517fe076 user: drh tags: use-appendvfs)
00:41
Update the built-in SQLite and SQLite shell to the latest 3.24.0 alpha version. ... (check-in: a09b33d5 user: drh tags: trunk)
2018-05-11
15:02
Honor the If-Modified-Since header even if the Fossil executable is more recent. Assume that any changes in the Fossil executable will make minimal difference in the output. ... (check-in: 04190488 user: drh tags: trunk)
2018-05-05
19:10
If the banner uses "filename" as one word, the title ought to too. ... (check-in: c0ed9506 user: drh tags: trunk)
19:08
Make the banner "filename" (one word) rather than "file name". ... (check-in: c027368b user: drh tags: trunk)
19:04
Change the title on the /test-rename-list page to use "file name changes". ... (check-in: f99b8819 user: drh tags: trunk)
19:02
Further enhance the test-rename-list to include a title with the number of renames and the number of associated check-ins. ... (check-in: b6aa2a23 user: drh tags: trunk)
17:47
Make the table generated by /test-rename-list sortable. ... (check-in: 80ec9d53 user: drh tags: trunk)
17:37
Enhance the /test-rename-list page to show only distinct rename operations by default, with an option to show them all with the all=1 query parameter. ... (check-in: 98fe1d88 user: drh tags: trunk)
11:30
Update the built-in SQLite to the latest 3.24.0 alpha. ... (check-in: 58a64102 user: drh tags: trunk)
2018-05-04
15:39
When doing "fossil export" make sure the output is in strict topological orders, since Git hates timewarps. ... (check-in: c0a3e9ff user: drh tags: trunk)
13:52
Fix a harmless compiler warning in timeline.c. ... (check-in: 8d1cb59f user: drh tags: trunk)
12:56
Version 2.6 ... (check-in: 9718f3b0 user: drh tags: trunk, release, version-2.6)
11:50
Update custom mingw makefile ... (check-in: 54067e0f user: jan.nijtmans tags: trunk)
08:20
When building with --internal-sqlite, require at least SQLite 3.24.0. Let's hope that the new sqlite3_keyword_*() functions don't change signature in SQLite 3.24.0 final. ... (check-in: c2b1bfb2 user: jan.nijtmans tags: trunk)
2018-05-03
16:54
Change the version number to 2.6 and update the change log in preparation for a release. ... (check-in: 98b4cb33 user: drh tags: trunk)
2018-04-30
00:20
Fix a bug in makeheaders.c found by Seth Kingsley. ... (check-in: f90ecf89 user: drh tags: trunk)
2018-04-27
00:52
Fix typo in annotate documentation ... (check-in: 4dcda7d9 user: andygoth tags: trunk)
2018-04-26
20:54
Do not limit the number of rows shown in a timeline using the n= query parameter if any of the yw=, ymd=, or days= query parameters are present. ... (check-in: 58804979 user: drh tags: trunk)
20:47
On the banner for days=, ymd=, and yw= include a count of the number of timeline items. ... (check-in: d5fd4e26 user: drh tags: trunk)
19:55
Fix a typo in the banner for the days= query parameter. ... (check-in: 69786b02 user: drh tags: trunk)
19:53
Add the days= query parameter to /timeline ... (check-in: cd11e359 user: drh tags: trunk)
19:39
Further improvements to the yw= banner. More flexible handling of ymd=. ... (check-in: adbebbd1 user: drh tags: trunk)
19:23
Merge in the latest 3.24.0 alpha version of SQLite including the ORDER BY LIMIT performance enhancement. ... (check-in: 7b159988 user: drh tags: trunk)
19:20
Further enhancements to the timeline label for the yw= query parameter. ... (check-in: b89e7452 user: drh tags: trunk)
19:02
Improved handling of the the yw= query parameter on /timeline. ... (check-in: 881b4646 user: drh tags: trunk)
2018-04-25
13:34
Update the built-in SQLite to the latest 3.24.0 alpha version. ... (check-in: de76c92a user: drh tags: trunk)
2018-04-21
22:58
Fix minor typo in the fossil-v-git document. ... (check-in: 2e8f2887 user: drh tags: trunk)
2018-04-11
20:34
Correct minor typo ... (check-in: 805a58c3 user: andygoth tags: trunk)
08:16
Merge trunk. Update to Beta 2 of OpenSSL 1.1.1 (with TLS 1.3 support !!!) ... (check-in: 87f3c946 user: jan.nijtmans tags: openssl-1.1)
2018-04-10
17:48
Update the built-in SQLite to version 3.23.1. ... (check-in: 52b3b8ed user: drh tags: trunk)
11:55
Enhance the replacement algorithm for the tarball cache so that it gives extra weight to tarballs that have been accessed more than once. ... (check-in: 7ffa5ae0 user: drh tags: trunk)
2018-04-06
12:01
Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be downloaded can be expressed as part of the URI, and without the need for query parameters. ... (check-in: 3e94c7ed user: drh tags: trunk)
2018-04-02
11:40
Fix Makefile typo, SQLITE_USE_ZLIB should be SQLITE_HAVE_ZLIB. ... (check-in: 508c42a6 user: mistachkin tags: trunk)
11:15
Update the built-in SQLite to version 3.23.0 final. ... (check-in: 699cefc8 user: drh tags: trunk)
2018-03-29
17:03
Also allow the '-' character in parameter and cookie names. This is necessary for the login cookie. ... (check-in: 21780aef user: drh tags: trunk)
15:42
Update the built-in SQLite to the second 3.23.0 beta. ... (check-in: 032188a6 user: drh tags: trunk)
15:24
Extra comment describing the previous change. ... (check-in: 6c02983d user: drh tags: trunk)
15:20
Slight revision to [be5d83f93ac66f65] to allow "_" in parameter names. ... (check-in: e09df6ea user: drh tags: trunk)
15:16
New security feature: Reject any query parameter, POST parameter, or cookie whose name contains a non-alphanumeric character. No know vulnerabilities exist because of this. I'm just be paranoid. This enhancement is inspired by Drupalgeddon2. ... (check-in: be5d83f9 user: drh tags: trunk)
2018-03-28
18:38
Update the built-in SQLite to the first 3.23.0 beta. ... (check-in: d470fc70 user: drh tags: trunk)
08:06
Merge trunk ... (check-in: d9573d87 user: jan.nijtmans tags: openssl-1.1)
08:01
Update openssl version ... (check-in: 531a517b user: jan.nijtmans tags: trunk)
2018-03-26
13:21
Fix a pledge() problem with the status command. ... (check-in: e765f90e user: drh tags: trunk)
01:05
Harmless comment typo fix. ... (check-in: b948eaea user: drh tags: trunk)
2018-03-23
15:37
Disable the SQLite automatic index warning on non-debug builds. ... (check-in: 1336c4af user: drh tags: trunk)
14:00
Add the magic comment to the query for /tagtimeline to suppress the sort-w/o-index warning message from FOSSIL_DEBUG. ... (check-in: 55a3316b user: drh tags: trunk)
2018-03-22
19:43
Update the built-in SQLite to the latest pre-release snapshot for beta testing. ... (check-in: 1849c6e2 user: drh tags: trunk)
2018-03-20
17:10
Support for using 'sys/mman.h' when compiling for POSIX. ... (check-in: d5ca5384 user: mistachkin tags: trunk)
17:08
The markdown processor should use the Fossil memory allocation routines. ... (check-in: e382cae5 user: mistachkin tags: trunk)
2018-03-19
20:24
If the dp= and r= query parameters are both supplied to /timeline, use only the r= query parameter and ignore dp=. ... (check-in: 7c690c08 user: drh tags: trunk)
19:55
This doesn't quite work, so I'll try a different approach. Was: When clicking on the "Move to branch ...." links in the timeline, show only check-ins relevant to that branch. ... (Closed-Leaf check-in: 63b967e0 user: drh tags: mistake)
2018-03-17
23:11
Do no update the display cookie except when the user specifically changes the selectors on the /timeline submenu. ... (check-in: 802939b1 user: drh tags: trunk)
22:33
Merge updates from trunk. ... (Closed-Leaf check-in: 5447bc90 user: mistachkin tags: withMman)
22:32
Fix harmless compiler warning. ... (check-in: e2a90ed5 user: mistachkin tags: trunk)
21:24
Report the detected memory page size in the verbose version information. ... (check-in: a6a2d861 user: mistachkin tags: withMman)
21:16
POSIX enhancements for fossil_get_page_size(). ... (check-in: fd1bee72 user: mistachkin tags: withMman)
20:53
Merge updates from trunk. ... (check-in: 2c3b7457 user: mistachkin tags: withMman)
20:52
Update the custom MinGW makefile. ... (check-in: 853b7c7f user: mistachkin tags: trunk)
20:51
Minor updates to the build system, et al, for 'mman.h' support. ... (check-in: 14221882 user: mistachkin tags: withMman)
20:31
Experimental support for using 'mman.h' when compiling for POSIX. ... (check-in: 37b69e7d user: mistachkin tags: withMman)
16:29
Update the build-in SQLite to the latest 3.23.0 alpha ... (check-in: ea67a544 user: drh tags: trunk)
15:55
Add a new viewing mode called "Classic". The new "Classic" is the same as "Verbose" in the previous release. The "Verbose View" is now the same as "Compact" except that the check-in details are always expanded. ... (check-in: b900583c user: drh tags: trunk)
2018-03-12
12:10
Upstream cson patch to change f() decls to f(void) and rename internal symbols which collide with system/compiler symbols on HPUX and Solaris 11/Illumos. ... (check-in: 0d3425db user: stephan tags: trunk)
03:53
Fix documentation typos reported on the mailing list. ... (check-in: 7989d7cd user: drh tags: trunk)
2018-03-08
04:03
Merge in latest from trunk. ... (Closed-Leaf check-in: 0d11ea05 user: andybradford tags: pledge-additions)
2018-03-07
19:46
Rid the code of the legacy UUID_SIZE macro. Replace it everywhere with either HNAME_MAX or HNAME_LEN_SHA1 or HNAME_LEN_K256, as appropriate. ... (check-in: 323299cb user: drh tags: trunk)
2018-02-28
13:46
Modify an error message to avoid using an unquoted apostrophe. ... (check-in: 61941baf user: mistachkin tags: trunk)
13:46
Update the custom MinGW makefile. ... (check-in: 6830dec7 user: mistachkin tags: trunk)
2018-02-25
19:47
Add support for Last-Modified: and If-Modified-Since:. Currently only works for /uv but can be easily expanded to other resources. Also change Set-Cookie to use max-age= rather than expires=. ... (check-in: f89eb80e user: drh tags: trunk)
19:09
Add support for ETags cache control. ... (check-in: 7383450d user: drh tags: trunk)
19:09
Add ETags cache control to the /tarball, /zip, and /sqlar pages. ... (Closed-Leaf check-in: f2492f3b user: drh tags: etags-cache-control)
2018-02-24
20:14
Redesign the ETags mechanism to be simpler and safer. ... (check-in: ae660cd6 user: drh tags: etags-cache-control)
18:39
Further changes trying to get ETags to work well. But as I type this, I feel like this design is not working out well and I am about ready to start over from scratch. This check-in is just to preserve work in case I want to come back to it later. ... (Closed-Leaf check-in: 02740c2c user: drh tags: etags)
17:08
Fix ETags support for when compiling with FOSSIL_ENABLE_TH1_HOOKS. ... (check-in: 43a66b58 user: drh tags: etags)
03:49
Add support for the ETag: and If-None-Match: headers for improved cache control. Currently this only works for /uv but the mechanism is reasonably general and can be extended to other pages. ... (check-in: 787896c5 user: drh tags: etags)
03:47
Optimizations to the ETag implementation. ... (check-in: 2588d447 user: drh tags: etags-cache-control)
03:38
ETags now working for the /uv page. ... (check-in: 5b84cab0 user: drh tags: etags-cache-control)
00:39
First cut at supporting ETags: and If-None-Match: for cache control. ... (check-in: 94c0b8ec user: drh tags: etags-cache-control)
2018-02-23
21:29
Make default project name "<unnamed>" in the output of the "extras" and "changes" commands. ... (check-in: 203d82d8 user: drh tags: trunk)
21:24
Remove the mkdownload.html file from the documentation folder, since it is no longer used. Remove mention of OpenBSD from installation instructions, since precompiled binaries for that platform are no longer provided. ... (check-in: c44d9e4d user: drh tags: trunk)
18:45
Fix the mtime computation for "fossil all ui" on windows. ... (check-in: 219f3e6b user: drh tags: trunk)
2018-02-16
19:57
Fix a typos and improve the wording on the failure-to-upgrade-to-HTTPS error screen. ... (check-in: 01984ee0 user: drh tags: trunk)
16:28
Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. ... (check-in: 55f6c765 user: drh tags: trunk)
16:16
An HTTPS upgrade redirect loop now is broken and gives a warning. The "-nossl" is no longer the default on "fossil server". Warning messages are provided when trying to log in via an insecure connection. ... (check-in: 61733824 user: drh tags: trunk)
14:39
Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. This is on a branch because the Fix is on manifest_file_seek_base() function which is not only fuse-related. ... (Closed-Leaf check-in: 6831769d user: mgagnon tags: fix_fusefs_on_empty_checkin_crash)
2018-02-13
22:26
On the Fossil repository screen list that comes up with commands like "fossil all ui", show the last modification time of each repo, and allow sorting by mtime. ... (check-in: f2231ba6 user: drh tags: trunk)
12:48
Fix a hyperlink typo in the server.wiki documentation. Caught by Svyatoslav Mishyn. ... (check-in: 20954274 user: drh tags: trunk)
2018-02-12
16:32
Patch from Pietro Cerutti to enable TCL shared library loading in TH1 on FreeBSD. ... (check-in: 29adfac4 user: drh tags: trunk)
13:01
Add the --use-author flag to "fossil import --git". Patch from Dingyuan Wang. ... (check-in: fe87e4cb user: drh tags: trunk)
12:55
Fix incorrect setting name in the "fts-config" command. ... (check-in: ceba4881 user: drh tags: trunk)
12:47
New uses for cgi_csrf_safe(). ... (check-in: c9efdfca user: drh tags: trunk)
08:50
Merged trunk ... (check-in: 270d2fb9 user: mjanssen tags: commonmark-markdown)
2018-02-10
16:24
Add the cgi_csrf_safe() routine as a supplimental defense against cross-site request forgery attacks. ... (check-in: 047802a3 user: drh tags: trunk)
15:38
Fix the display of technotes on the main timeline so that their background color shows again. ... (check-in: 694e11a7 user: drh tags: trunk)
2018-02-07
18:48
Version 2.5 ... (check-in: 188a0e29 user: drh tags: trunk, release, version-2.5)
2018-02-05
20:18
Add (undocumented) from= and to= query parameters on the /reports webpage. If both parameters are a date/time string, then report only covers the span of dates specified. ... (check-in: f390552d user: drh tags: trunk)
2018-01-28
21:52
Remove --no-dir-symlinks option from the docs. ... (check-in: 57f178ee user: mistachkin tags: trunk)
2018-01-25
00:37
Another change log update. ... (check-in: c125af3e user: drh tags: trunk)
2018-01-24
19:46
Update the 2.5 change log. ... (check-in: 1cbaf3bd user: drh tags: trunk)
19:17
Update the built-in SQLite to the 3.22.0 final. ... (check-in: 8007cfc0 user: drh tags: trunk)
17:00
Timeline fixes: (1) Show the artifact-id for tickets, wiki, and tags in the detail section for Verbose and Compact Mode. (2) Fix the graph.js script so that it sets ellipsis callbacks even if there are not graph elements. ... (check-in: 0ac1895c user: drh tags: trunk)
2018-01-23
22:34
Stop including settings in the 'Available commands' section of the help web page. Fix typo of '--setting' help option. ... (check-in: 4962fa9e user: mistachkin tags: trunk)
2018-01-22
03:01
Merge in recent fixes from trunk. ... (check-in: c0f94f69 user: andybradford tags: pledge-additions)
2018-01-21
23:48
Update the built-in SQLite to the third 3.22.0 beta for testing. Also fix a typo in a comment in the "fossil ui" command. ... (check-in: 861f4b0b user: drh tags: trunk)
23:45
Fix the /annotate webpage so that it works even if "fossil ui" is not launched from the root of the check-out. ... (check-in: 48798bb1 user: drh tags: trunk)
23:11
Fix annotate_file() so that it correctly errors out if the named file does not exist in the repository. ... (check-in: a7d9598a user: drh tags: trunk)
22:59
Correctly show the edited and original comments on the /info page for check-ins. Fixes a bug spotted by Stephan Beal. ... (check-in: f5bcc25a user: drh tags: trunk)
2018-01-20
20:47
Restrict the process further now that these are no longer required in status command. ... (check-in: 36c76a13 user: andybradford tags: pledge-additions)
20:46
It isn't necessary to allow id either for the status command as nobody should be trying to setuid. ... (check-in: 866f92fa user: andybradford tags: pledge-additions)
2018-01-19
19:15
Remove call of "getuid()" added on previous commit because it is not available on windows. For the pledge() call, always allow "chown" for now, even if not running as root. ... (check-in: 6b41a7e8 user: mgagnon tags: trunk)
18:06
If running "fossil status" when pledge() is enabled, the "chown" promise needs to be added when running as root, otherwise fossil receive a SIGABRT and crash when attempting to call fchown(...) on creation of the .fossil-journal file. ... (check-in: 396513fa user: mgagnon tags: trunk)
2018-01-18
03:52
Now that pledge() is automatically detected, update the comment with the new name of the configuration parameter. ... (check-in: 4f90d591 user: andybradford tags: trunk)
2018-01-17
19:29
Only make the first argument to pledge() available using the fossil_pledge() interface. The second argument is always NULL. ... (check-in: 91ccde50 user: drh tags: trunk)
19:22
Show the HAVE_PLEDGE configuration parameter in the output of "version -v". ... (check-in: 4471e93c user: drh tags: trunk)
19:04
Automatically detect the presence of the pledge() system interface and use it if it is available. ... (check-in: 64def88f user: drh tags: trunk)
01:11
Merge the latest Ardoise skin updates. ... (check-in: 6e694cd3 user: drh tags: trunk)
2018-01-16
16:32
Fix bug in the db_get_mprintf() function and its siblings introduced by the previous check-in and caused by the parameter reordering. ... (check-in: ad984a25 user: drh tags: trunk)
16:30
Update the codecheck1.c utility program to find unsafe format strings for recently added varargs functions. Fix unsafe varargs found by this update. This is a continuation of the fix in check-in [3c2ef25d03fb48d5]. ... (check-in: 2fac7df4 user: drh tags: trunk)
15:44
merge previous fork ... (check-in: dddad4f0 user: mgagnon tags: trunk)
15:41
Fix bad url on "Advanced"/"Basic" link of the timeline page.

The zLink argument of style_submenu_element() should be a literal "%s", otherwise, encoded url parameter value may contain "%" and get corrupt by the vmprintf() call inside.

Problem was happening when clicking on "Basic/Advanced" link on this page: http://www.fossil-scm.org/index.html/timeline?advm=1&chng=src/* ... (check-in: 3c2ef25d user: mgagnon tags: trunk)

15:32
Update the built-in SQLite to the second 3.22.0 beta for testing. ... (check-in: 72fba300 user: drh tags: trunk)
14:01
Fix typo in the default skin CSS - patch from Johan Kuuse. ... (check-in: e07fdbc5 user: drh tags: trunk)
09:09
missing hyphens ... (check-in: bad4d282 user: jan.nijtmans tags: trunk)
08:34
Fix recognition of sha3 in marks file. Patch adapted from Dingyuan Wang's report. Thanks! ... (check-in: 90b07ed5 user: jan.nijtmans tags: trunk)
08:32
Fossil now needs at least SQLite 3.22, so check for that ... (check-in: 37cbd97c user: jan.nijtmans tags: trunk)
2018-01-15
22:07
Update the built-in SQLite to the first 3.22.0 beta. ... (check-in: 1a95af72 user: drh tags: trunk)
21:53
Remove unnecessary whitespace in fossil_pledge comment inadvertenly added by [8993c332]. ... (check-in: 0e877b0c user: andybradford tags: trunk)
21:48
Update the comment for fossil_pledge to reflect the new change in [1180676e]. ... (check-in: 8993c332 user: andybradford tags: trunk)
21:43
Only #define fossil_pledge in config.h if FOSSIL_HAVE_PLEDGE is not defined so that makeheaders can pick up the function prototype for checkin.h when FOSSIL_HAVE_PLEDGE is defined. ... (check-in: 1180676e user: andybradford tags: trunk)
17:35
End comment with matching #define for new fossil_pledge_impl() routine---no functional change. ... (check-in: cefcc87e user: andybradford tags: trunk)
16:18
Add the fossil_pledge() utility routine, that is a no-op unless compiled with FOSSIL_HAVE_PLEDGE. ... (check-in: 7b81a999 user: drh tags: trunk)
15:47
Always show the HTTP_IF_NONE_MATCH cgi parameter on the /test_env page. ... (check-in: 39b43686 user: drh tags: trunk)
2018-01-13
14:48
Fix the search result highlighting, fix timeline layout issues with non-commit events, replace the WYSIWYG editor icons, and slightly improve the file browser icons. ... (Closed-Leaf check-in: 9201207f user: achavasse tags: skin-ardoise)
2018-01-12
14:54
Merge the latest ardoise skin updates. ... (check-in: 89977361 user: drh tags: trunk)
14:36
Update the built-in SQLite to the latest 3.22.0 beta, with a fix for a compile-time issue reported on the mailing list. ... (check-in: 9d80ad85 user: drh tags: trunk)
14:30
Do not show the numeric user ids on the /setup_ulist page. The login name is sufficient. On the /setup_uedit page, provide a link to an access log for that particular user. ... (check-in: e85eff26 user: drh tags: trunk)
02:48
Add missing history of directory link on /dir page when "All" version is selected. ... (check-in: f77a929e user: mgagnon tags: trunk)
2018-01-11
23:07
Reskinned the ticket view and switched to black text in the ticket reports so that they are readable with the default colors. ... (check-in: 77f23cbe user: achavasse tags: skin-ardoise)
23:03
Merge trunk. ... (check-in: 9cd063dc user: achavasse tags: skin-ardoise)
02:37
Add all recommended compile-time options for the SQLite shell. ... (check-in: a5c48cdf user: drh tags: trunk)
02:33
bad build ... (Closed-Leaf check-in: d4bac2c5 user: drh tags: mistake)
00:48
Update the built-in SQLite to the latest 3.22.0 beta, for testing. ... (check-in: c409f828 user: drh tags: trunk)
2018-01-09
20:34
Latest upstream cson - increases a unicode output buffer size after reports of certain MSVC version(s) complaining about it. ... (check-in: e508424e user: stephan tags: trunk)
14:47
A new quote for the Fossil-v-Git section of the quotes page. ... (check-in: 754a79c1 user: drh tags: trunk)
14:29
Update SQLite again, with new fixes to shell.c which attempt to get the build working on MinGW64. ... (check-in: 9a33a240 user: drh tags: trunk)
02:28
Another SQLite update to deal with a MinGW compiler warning. ... (check-in: 666fc089 user: drh tags: trunk)
00:55
Merge the latest Ardoise-skin enhancements. ... (check-in: 218aa6cb user: drh tags: trunk)
00:55
Update SQLite to the latest 3.22.0 alpha. This might fix reported build problems on MinGW. ... (check-in: f7f168c3 user: drh tags: trunk)
2018-01-08
23:20
Enlarge the diff view font and tweak the diff highlight colors. The skin was globally widened to accomodate more space for the diff view. ... (check-in: 34ab58c2 user: achavasse tags: skin-ardoise)
2018-01-07
23:45
Remove varargs C-preprocessor macros from linenoise.c, since some older C compilers (ex: gcc on a circa-2000 iBook) are unable to deal with them. ... (check-in: 24c2b99d user: drh tags: trunk)
23:29
Avoid the use of utimensat() on older unix platforms. ... (check-in: 2aa7a23b user: drh tags: trunk)
21:59
Remove dependencies on test_windirent.h from the SQLite-supplied shell.c source file, so that the build will work on MinGW. ... (check-in: 14e94ad3 user: drh tags: trunk)
21:39
Add the ardoise skin. ... (check-in: 9fdc1aa8 user: drh tags: trunk)
21:38
Update the built-in SQLite to the latest 3.22.0 alpha code. ... (check-in: 5b558bc7 user: drh tags: trunk)
2018-01-06
21:56
Added the ardoise skin. ... (Closed-Leaf check-in: 64e83aa5 user: antoine tags: skin-ardoise)
2018-01-05
15:25
Always try to extract the IP address and PORT number from the --port option to "fossil server" if the option contains a ':' character. ... (check-in: 4d3cb0da user: drh tags: trunk)
14:34
Improved support for both IPv4 and IPv6 on "fossil server" on Windows. Patches from Olivier Mascia. ... (check-in: e506ebb7 user: drh tags: trunk)
13:37
Improved parsing of the --port option on the "fossil server" command. ... (check-in: f8f2c8d2 user: drh tags: trunk)
2018-01-03
23:55
In the "fossil ui" and "fossil server" commands on Windows, use IPv6 for loopback. ... (check-in: 696e1481 user: drh tags: trunk)
22:13
Fix harmless compiler warning. ... (check-in: a61922e2 user: mistachkin tags: trunk)
20:07
For "fossil ui" and "fossil server" use the IPV6 loopback on Windows. ... (Closed-Leaf check-in: c038de8d user: drh tags: windows-loopback-ipv6)
18:56
Accept both "127.0.0.1" and "::ffff:127.0.0.1" as valid loopback IP addresses. ... (check-in: 96dcb7e7 user: drh tags: trunk)
2018-01-02
11:37
Fix the login mechanism on the new IPv6 code for "fossil server" on Windows. Patch from Olivier Mascia. ... (check-in: 723dedac user: drh tags: trunk)
2018-01-01
18:56
The "fossil server" command on windows now listens for both IPv4 and IPv6 connections. ... (check-in: 21d5038f user: drh tags: trunk)
18:52
Disable the the --max-latency option on "fossil server" on windows, as it has always been a no-op there. ... (check-in: 6b5cfc86 user: drh tags: trunk)
18:48
Get "fossil server" working for IPv6 on MinGW, using hints from Olivier Mascia. ... (Closed-Leaf check-in: 1627571b user: drh tags: win-server-ipv6)
00:57
Check for explicit error condition from ticket_put() because otherwise Fossil thinks a successful ticket add is an error and outputs an empty line. ... (check-in: d4c6f3c4 user: andybradford tags: trunk)
2017-12-31
20:02
Fix a C89 variable declaration that prevents compiling on older versions of MSVC. ... (check-in: 80b3b127 user: drh tags: win-server-ipv6)
19:24
Changes from Olivier Mascia to implement IPV6 support for "fossil server" on Windows. Currently does not compile on MinGW due to a missing header file. ... (check-in: 76c7a9a7 user: drh tags: win-server-ipv6)
2017-12-28
21:52
Updated the Xekri skin to work with the recent Timeline changes. ... (check-in: c105c2fd user: zakero tags: trunk)
21:06
Initiate the TCP FIN on Windows before closing a socket. ... (check-in: ef44abc6 user: drh tags: trunk)
20:37
Improvements to "fossil server" performance on Windows. ... (check-in: 47ade67e user: drh tags: trunk)
17:20
Improvements to the fossil-stress.tcl script to automaticall restart stalled request threads. ... (check-in: 1fae64de user: drh tags: trunk)
17:16
In the Win32 server code, prevent fclose() from being called on an already closed FILE. ... (check-in: 8d60cd57 user: mistachkin tags: trunk)
16:04
In fossil-stress.tcl, retry connection failures after a 1-second delay. ... (check-in: 7ce35a04 user: drh tags: trunk)
15:49
Add the "--threads N" option to the fossil-stress.tcl script. Default value is 10. ... (check-in: 08f5fb62 user: drh tags: trunk)
13:53
Add the fossil-stress.tcl script for stress-testing server implementations. ... (check-in: 0a6d8ff5 user: drh tags: trunk)
03:37
Fixed some misnamed classes. ... (Closed-Leaf check-in: 313e27ad user: zakero tags: skin-xekri-timeline)
01:39
A few more adjustments
  • Made the detail for Modern and Columnar a bit larger for readablity
  • For the Columnar View, added "files:" to the file list
  • For the Columnar View, file list no longer wraps
... (check-in: bf2555f8 user: zakero tags: skin-xekri-timeline)
2017-12-26
17:34
Minor Adjustments
  • Uncommented ".timelineHistDsp"
  • Made the main branch commits stand out a bit more based on DRH's fix
... (check-in: 60033b55 user: zakero tags: skin-xekri-timeline)
07:47
Initial updates to get the timeline looking correct. ... (check-in: cec1e060 user: zakero tags: skin-xekri-timeline)
2017-12-23
04:21
Only show the number of requests on the /test_env page if running on unix from "fossil server" or "fossil ui". ... (check-in: f4a9df4d user: drh tags: trunk)
02:43
The "fossil server" command keeps track of the total number of requests and displays that value on the /test_env page. ... (check-in: 41c7caad user: drh tags: trunk)
01:50
merge trunk ... (check-in: b8e4dcc9 user: jan.nijtmans tags: multi-thread)
00:50
Fix the "fossil server" command to allow up to FOSSIL_MAX_CONNECTIONS (default 1000) pending HTTP requests. This is an increase from 2. Add the --max-latency command-line option for "fossil server". Do a better job of harvesting dead child processes. Report the number of sibling HTTP request handler processes on the /test_env page. ... (check-in: 05ec15ca user: drh tags: trunk)
2017-12-22
13:01
Remove an unused static variable. Update the style guidelines to mention that imported code does not necessarily follow the guidelines. ... (check-in: 8a53d401 user: drh tags: trunk)
2017-12-21
23:00
Patch from Peter Spjuth to allow greater concurrency for "fossil clone". ... (check-in: 10f753a3 user: drh tags: trunk)
15:38
Update referenced OpenSSL version. ... (check-in: c4aec887 user: mistachkin tags: trunk)
03:12
Update the built-in copy of linenoise to the latest from the GitHub repository (https://github.com/antirez/linenoise) ... (check-in: 6cf508f6 user: drh tags: trunk)
2017-12-20
23:53
Remove the disused "timeline-commit-format" configuration parameter. ... (check-in: 09e5d8d9 user: drh tags: trunk)
00:46
Update the custom MinGW makefile. ... (check-in: c7ad42d4 user: mistachkin tags: trunk)
2017-12-18
02:06
Fix the default background color for Modern View timeline in the Xekri skin. ... (check-in: a6c5a462 user: drh tags: trunk)
2017-12-15
18:27
Remove pointless code that initializes a BSS data structure to zeros, even though it is already all-zero. This avoids a compiler warning in GCC7. ... (check-in: 5419e7fc user: drh tags: trunk)
01:54
Fixes to the "eagle" built-in CSS so that trunk backgrounds look right in the Modern View. ... (check-in: 2c8bff0b user: drh tags: trunk)
2017-12-14
18:03
Fix harmless coding style issues. ... (check-in: dc7d0a2e user: drh tags: trunk)
12:04
Fix the parentheses around the "detail" section of each timeline entry in Verbose and Compact views on the /finfo timeline. ... (check-in: 55dd5521 user: drh tags: trunk)
01:00
Remove accidental edit from the previous check-in. ... (check-in: 976cad08 user: drh tags: trunk)
00:48
Remove the "autofocus" attribute from text inputs, to prevent CSS flashes. ... (check-in: 20e680aa user: drh tags: trunk)
00:25
Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters. ... (check-in: 1481ae1f user: drh tags: trunk)
2017-12-13
21:37
Grammar fix ... (check-in: ec059849 user: wyoung tags: trunk)
20:36
Improved error reporting when trying to write to a repository that is in a read-only directory. ... (check-in: 500b0a2a user: drh tags: trunk)
19:16
Fix an infinite recursion on db_err() that might occur if SQLite is unable to create the WAL file for a database due to lack of write permission on the containing directory. ... (check-in: 421fe241 user: drh tags: trunk)
17:17
Always generate timeline-data for a timeline even if the table has no check-ins and thus no graph. This causes the timeline-data scanner to continue looking for subsequent timelines. ... (check-in: 3f316764 user: drh tags: trunk)
2017-12-12
17:16
Remove unused variables from stat.c. ... (check-in: 741f71d8 user: drh tags: trunk)
17:14
Default CSS adjustment: Extra space to the left of .timelineModernDetail to prevent it from colliding with the check-in comment. ... (check-in: a53ce040 user: drh tags: trunk)
10:43
Fix the download links on the /info page ... (check-in: dbc702cd user: drh tags: trunk)
00:01
Fix the default CSS for the timelineDetailCell column in the Columnar View. ... (check-in: 92bcce33 user: drh tags: trunk)
2017-12-11
23:51
Timeline styling changes: (1) The td.timelineModernCell and td.timelineColumnarCell elements omit the id attribute when they are the current check-out or the selection. (2) Default CSS is changed to give a light-gray color to modern and columnar cells that are not current or selected and do not have a branch color. (3) The detail string in the verbose and compact views is now surrounded by parentheses. ... (check-in: 99057f27 user: drh tags: trunk)
16:56
Fix documentation typo. ... (check-in: ca1a1a75 user: drh tags: trunk)
16:53
Add the "," qualifier to %d formats in printf() and use the capability for improve display of stats. ... (check-in: 2cdbdbb1 user: drh tags: trunk)
16:10
On the /artifact_stats page, relabel "unknown" artifacts as "unused". ... (check-in: 71e777dd user: drh tags: trunk)
15:21
Add links to /bigbloblist from the /artifact_stats page. ... (check-in: 9fc51940 user: drh tags: trunk)
14:52
Merge the /artifact_size_stats page into the /artifact_stats page. Make that page accessible to anybody with check-in privilege. ... (check-in: cefadbd5 user: drh tags: trunk)
2017-12-10
02:30
Add the experimental /artifact_size_stats webpage. There are no links to this page, yet. ... (check-in: 4439f15d user: drh tags: trunk)
00:56
On the Unknown Artifacts section of the /artifact_stats page, provide links to the RCVFROM table entry for each unknown artifact. ... (check-in: 9f9ed245 user: drh tags: trunk)
00:51
Fix the sorttable.js module so that it works with more than one sortable table on the same screen. ... (check-in: 23083200 user: drh tags: trunk)
2017-12-09
22:07
Fix a sorting bug on the /artifact_stats page. ... (check-in: 04bcc6ce user: drh tags: trunk)
22:01
Add the /artifact_stats page for use by administrators. ... (check-in: d96bee1c user: drh tags: trunk)
22:00
Fixes to the /artifact_stats page. Make it Admin-only. ... (Closed-Leaf check-in: 2d916a5e user: drh tags: artifact-stats)
17:49
Rough prototype for the /artifact_stats page. Still many issues. ... (check-in: dd1c8fb3 user: drh tags: artifact-stats)
02:47
The graph arrowhead control was inverted due to a missing "!" character in the graph.js file. ... (check-in: 561fa8a3 user: drh tags: trunk)
2017-12-08
03:24
Fix the SQL archive generator so that for a check-in containing no files it generates an empty SQL archive instead of an empty file. ... (check-in: 31b9822d user: drh tags: trunk)
00:07
Fix the "fossil sqlar" command so that it works for the empty initial check-in. ... (check-in: 3e2b5c46 user: drh tags: trunk)
2017-12-07
12:01
Make "fossil sql" an alias for "fossil sqlite3" so that typing "fossil sql" does not generate an ambiguity with the new "fossil sqlar" command. ... (check-in: e02f4bf1 user: drh tags: trunk)
11:33
Spelling typos from Debian ... (check-in: 4d1ac686 user: drh tags: trunk)
01:57
Fix minor script problems. Actually turn on CSP. ... (check-in: e59a7fd3 user: drh tags: trunk)
2017-12-06
23:06
Fix the automatic Tags checkbox on the /ci_edit page. ... (check-in: 98fabd64 user: drh tags: trunk)
22:38
Set the color of graph comment boxes using javascript, instead of in-line CSS. ... (check-in: 5a6fe06c user: drh tags: trunk)
21:56
Move more in-line javascript into separate JS files. ... (check-in: f9248239 user: drh tags: trunk)
21:11
Remove in-line JS from the /setup_skin page into the skin.js file. ... (check-in: ca19f8b5 user: drh tags: trunk)
20:53
Update the built-in SQLite to the latest 3.22 alpha version. ... (check-in: 63fb653a user: drh tags: trunk)
20:39
Remove calls to gebi() in JS modules. ... (check-in: 652267ed user: drh tags: trunk)
19:09
Make use of the new m= query parameter on /finfo when clicking on file links. ... (check-in: 3b06d2c2 user: drh tags: trunk)
18:58
Add the "m=" query parameter to the /finfo page. ... (check-in: 7dcf8c7a user: drh tags: trunk)
18:48
Do not scroll to the select element of "Context" timelines. ... (check-in: cee4bcf0 user: drh tags: trunk)
18:27
Remove the seldom-used "Tags And Properties" section from the check-in information screen. Move that information off into a new page /ci_tags that includes a timeline showing all relevant timeline items in addition to the basic tag information. ... (check-in: e2d53720 user: drh tags: trunk)
18:02
Fix over-length source code lines in timeline.c. ... (check-in: d7435bc2 user: drh tags: trunk)
17:38
Fix the timeline graph generator so that it works with two or more graphs on a single page. ... (check-in: 68635d60 user: drh tags: trunk)
17:14
Fix harmless typo in comment. ... (check-in: bf82c41d user: drh tags: trunk)
16:50
Reorganize the elements of the "Overview" section of a check-in view, to give more prominence to the "Download" links. ... (check-in: 4290984d user: drh tags: trunk)
15:37
Use an HTML5 color chooser dialog in the check-in comment editor. ... (check-in: f8bc3ce8 user: drh tags: trunk)
13:48
Remove the last bits of in-line javascript from the timelines. ... (check-in: b799891b user: drh tags: trunk)
11:14
Move all inline javascript associated with the login screen into a separate script file. ... (check-in: c6785fab user: drh tags: trunk)
10:28
Move the in-line javascript associated with the user capability editing into a separate script file. ... (check-in: ef63351d user: drh tags: trunk)
10:01
Perform table sorting using a separate javascript file rather than using in-line javascript. ... (check-in: 6b645d63 user: drh tags: trunk)
02:02
Move all the in-line javascript from the file tree browser into a separate "tree.js" script. ... (check-in: 2f5c2f65 user: drh tags: trunk)
01:44
Enable -Wall on default builds. Fix harmless compiler warnings. ... (check-in: 3f2cde2c user: drh tags: trunk)
01:38
Remove the use of in-line javascript from the submenu controls. ... (check-in: 3969757f user: drh tags: trunk)
01:09
Add the --no-opt option to the ./configure script. Fix the menu.js script to avoid the use of eval(). ... (check-in: 189adb99 user: drh tags: trunk)
2017-12-05
22:39
Make the Basic/Advanced menu controls on timelines a setting that persists in the display preferences cookie. ... (check-in: 259074d3 user: drh tags: trunk)
21:36
Remember the last Unified/Side-by-side diff in the display preferences cookie. ... (check-in: 0a1f4ed6 user: drh tags: trunk)
20:33
Move the in-line javascript used to initialize side-by-side diffs into a separately loaded script file. ... (check-in: 138dbc98 user: drh tags: trunk)
20:16
Replace the in-line graph-drawing javascript with a separate graph drawing module, "graph.js". ... (check-in: 32a2fff8 user: drh tags: trunk)
17:17
Remove unused local variable from style_footer(). ... (check-in: 57ffe304 user: drh tags: trunk)
16:44
Add default CSS for the label-value table. ... (check-in: d2e9b376 user: drh tags: trunk)
16:22
If a @-line for a string literal ends with "\" then omit the newline. ... (check-in: 09d882ee user: drh tags: trunk)
16:04
Remove the [...] surrounding hashes in the detail information of the timeline. ... (check-in: cc846d4b user: drh tags: trunk)
15:48
Tolerate "[...]" delimiters enclosing hash identifiers. ... (check-in: 537b498e user: drh tags: trunk)
15:21
Add the "/test-builtin-files" webpage. ... (check-in: cee662d9 user: drh tags: trunk)
15:09
Change the name of "main.js" to "href.js". Rework the javascript code so that there can be multiple javascript files sourced on an as-needed basis. ... (check-in: 09494b02 user: drh tags: trunk)
13:50
Cache the main.js file. ... (check-in: 1760a151 user: drh tags: trunk)
01:30
Remove code inside of #if 0...#endif. ... (check-in: 7c408d75 user: drh tags: trunk)
01:29
Add the "main.js" javascript file. Load that script on every page just before the </body> element, and use it to reduce the need for inline JS and CSS. ... (check-in: 8394d2fe user: drh tags: trunk)
01:24
Remove unnecessary "antibot" class names from anchors. ... (Closed-Leaf check-in: 52a47db1 user: drh tags: main.js)
01:05
Anti-robot defenses are now CSP-safe. ... (check-in: 4f2c9841 user: drh tags: main.js)
2017-12-04
21:49
Make the default page size on SQL archives 512 bytes. ... (check-in: f5c81a6c user: drh tags: trunk)
21:29
Add the /sqlar webpage. Link to this page from the /info page. ... (check-in: 768e1921 user: drh tags: trunk)
21:08
Attempt to add a separate JS file and source it just prior to </body> ... (check-in: 487aa43f user: drh tags: main.js)
20:39
Add the "fossil sqlar" command. Like "fossil zip", except generates sqlar archives. ... (check-in: 7eb5b0a2 user: dan tags: trunk)
17:00
Remove some stale ".timelineSpacer" CSS selectors. ... (check-in: 5c0238b3 user: drh tags: trunk)
16:42
Remove ".timelineSpacer" rows surrounding the select row on a timeline. ... (check-in: 38b223df user: drh tags: trunk)
16:23
Add a side-by-side diff option to the skin editor. ... (check-in: 523c548b user: drh tags: trunk)
16:13
More initialization and diff options for skin editing. ... (check-in: c6ee75a9 user: drh tags: trunk)
13:55
Fix the auto-backup mechanism that runs when publishing a new skin. ... (check-in: 205a748e user: drh tags: trunk)
13:52
Fix typos in comments. ... (check-in: 6d0d1f71 user: drh tags: trunk)
2017-12-03
17:09
Improved formatting of the generated CSS. ... (check-in: 52b003f1 user: drh tags: trunk)
16:19
Fix the th_tcl.c to include new macros defined in file.c. ... (check-in: e27b1856 user: drh tags: trunk)
11:18
Rework the Setup/Skin page so that all edits are done on a draft, then tested, then the draft is published to become the default skin. ... (check-in: 106fe618 user: drh tags: trunk)
11:16
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. ... (check-in: 1772357f user: drh tags: trunk)
02:11
Fix the setting of authorized editors on the new skin page. ... (Closed-Leaf check-in: d8846443 user: drh tags: skin-setup-refactor)
01:57
On the Skins admin page, add Step 8 which gives administrators a link to the legacy Skin control page, with updates to deal with drafts. ... (check-in: 49d923bd user: drh tags: skin-setup-refactor)
01:29
Improvements and fixes to the new skin editing. ... (check-in: 38762b9f user: drh tags: skin-setup-refactor)
2017-12-02
21:48
Improvements to the skin file editing. ... (check-in: 2179ffd4 user: drh tags: skin-setup-refactor)
21:24
The new skin editing is working, minimally. Still needs lots of work, though. ... (check-in: 5840fdd7 user: drh tags: skin-setup-refactor)
16:22
The URL parser now understands the /draftN/ prefix. Draft skins can now be initialized from built-ins. Another incremental check-in. ... (check-in: 0cba37ec user: drh tags: skin-setup-refactor)
14:39
Rework the Setup/Skin page so that all edits are done on a draft, then tested, then the draft is published to become the default skin. This specific check-in is just the beginning. Must code needs to be added. This is just an incremental check-in. ... (check-in: 9bafe6cb user: drh tags: skin-setup-refactor)
13:00
Update a comment due to changes in the purpose of Fossil 2.x. No changes to code. ... (Closed-Leaf check-in: 244b84b8 user: drh tags: symlink-refactor)
2017-11-30
19:42
Fix an 'auto.def' issue that prevented using --with-tcl of a static Tcl with --static. ... (check-in: 28fd1c1b user: mistachkin tags: trunk)
18:07
Fix a bug in the "fossil add" command that prevented the adding of symbolic links. ... (check-in: b2594738 user: drh tags: symlink-refactor)
17:58
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (check-in: e7767de2 user: drh tags: symlink-refactor)
12:57
Remove unused "#if 0...#endif" code from finfo.c. ... (check-in: 563d481e user: drh tags: trunk)
12:55
Add the --allow-symlinks option to the test-file-environment command. ... (check-in: cf1960e9 user: drh tags: trunk)
11:50
eliminate unused variables ... (check-in: c699e9fe user: jan.nijtmans tags: trunk)
11:34
Fix the default CSS diff coloring, broken by check-in [5c9c51be5f033de2] ... (check-in: 3b988301 user: drh tags: trunk)
10:15
Eliminate fossil_utf8_to_console() for non-windows platforms: it isn't used then. Thanks to "bytevolcano" for the suggestion. ... (check-in: 434adc35 user: jan.nijtmans tags: trunk)
05:09
Still more improvements to the test-file-environment command. ... (check-in: 84347382 user: drh tags: trunk)
04:48
Improvements to the test-file-environment command. ... (check-in: fdc6af23 user: drh tags: trunk)
04:22
Improve the text of the meaning of the allow-symlinks setting. No changes to code. ... (check-in: a59c8490 user: drh tags: trunk)
00:27
Fix an problem with the MSC makefile. ... (check-in: 75fd7afc user: drh tags: trunk)
00:22
Fix an issue with mkcss.c that gcc was ok with but failed on msvc. ... (check-in: 5c301089 user: drh tags: trunk)
2017-11-29
19:18
Generate the big cssDefaultList table in the middle of style.c using default_css.txt as the source. The default_css.txt file will be easier to understand, edit, and comment. ... (check-in: 5c9c51be user: drh tags: trunk)
16:20
Futher adjustments to the default CSS for timeline selection and "current". ... (check-in: f9fc914e user: drh tags: trunk)
16:06
Adjustments to the default CSS for timeline tables to better display the selected row. ... (check-in: 5beb3614 user: drh tags: trunk)
14:48
tiny doc typo fix. ... (check-in: 487b3908 user: stephan tags: trunk)
14:05
The /timeline supports 4 sticky viewing modes: Modern, Verbose, Compact, and Columnar. The new cookie.c module supports sticky user viewing preferences. ... (check-in: c94f6085 user: drh tags: trunk)
14:02
All timelines use the "ss" display preferences cookie. ... (Closed-Leaf check-in: 6314b4ed user: drh tags: sticky-timeline-style)
13:25
Add the "View" selector to the /finfo page. ... (check-in: e36f693f user: drh tags: sticky-timeline-style)
11:46
Change the name of "Normal View" to "Modern View". Add the "View" modifier to all choices in the view mode selector, to help make it clear what the selector is for. ... (check-in: 2a8598f9 user: drh tags: sticky-timeline-style)
03:41
In "Verbose" mode, put the hash up front, as was done with legacy. ... (check-in: 59980b60 user: drh tags: sticky-timeline-style)
02:59
Remove the "border-collapse: collapse;" default CSS from the /timeline. ... (check-in: 926a5a38 user: drh tags: sticky-timeline-style)
02:48
Fixes to default styling. ... (check-in: e814b1e5 user: drh tags: sticky-timeline-style)
02:29
Change the name of the "Detailed" mode on /timeline to "Verbose". ... (check-in: c0a3a90b user: drh tags: sticky-timeline-style)
02:20
Fixes to the cookie handler. Simpler class structure on timelines. ... (check-in: 92af2148 user: drh tags: sticky-timeline-style)
2017-11-28
22:16
Improvements to handling of the cookie for "sticky" display settings. ... (check-in: 3ec84397 user: drh tags: sticky-timeline-style)
21:43
Change the style selector query parameter on /timeline to "ss". Other code cleanup. The new style selector is working, but needs default CSS. ... (check-in: f64fa4f1 user: drh tags: sticky-timeline-style)
19:41
Work toward getting the mode selector to work on /timeline. This check-in is incomplete and is intended only to transfer code between machines. ... (check-in: fdf071e1 user: drh tags: sticky-timeline-style)
16:42
Add the /cookies page for debugging. (Maybe that page can be expanded to allow users to edit their preferences?) Use sticky values for the "n=" and "y=" query parameters on timelines. ... (check-in: 0f446ca6 user: drh tags: sticky-timeline-style)
15:42
The intent of this branch is to refactor /timeline comment rendering, giving the user multiple display options, and making the option sticky in the sense that the option selected most recently becomes the new default. This is an incremental check-in containing infrastructure cookie-handling logic. ... (check-in: bc8947d1 user: drh tags: sticky-timeline-style)
2017-11-27
17:50
Remove an unused function from the timeline logic. ... (check-in: 50376e4b user: drh tags: trunk)
16:03
Add a setup parameter under Setup/Timeline for configuring the default number of entries in a timeline that lacks an n= query parameter. ... (check-in: eed877c0 user: drh tags: trunk)
11:26
Omit query parameters from the /timeline view of search results. Use the defaults. ... (check-in: cde6cbfc user: drh tags: trunk)
00:13
The /timeline page shows check-ins only if there is no y= query parameter and if the user has read ("r") permissions on the repo. ... (check-in: 255adb04 user: drh tags: trunk)
2017-11-26
23:53
Avoid drawing two consecutive ellpses when the timeline comment has been truncated. ... (check-in: d1aa1e62 user: drh tags: trunk)
23:29
Remove a leftover "basic" query parameter on an internal /timeline line. Change the default number of entries shown for "c=" timelines to 50, as this works better with the new centering logic. ... (check-in: 6e9748b6 user: drh tags: trunk)
23:19
If there is a selection or marked entry, scroll the /timeline so that the marked entry as as close to the middle of the screen as we can get, upon initial display of the timeline. ... (check-in: 66e6c97b user: drh tags: trunk)
17:49
Fix a problem in the /info page for check-ins wherein it was not showing the links to the descendents graph. ... (check-in: 6fe8d461 user: drh tags: trunk)
15:47
Use three U+002e characters to form the ellipsis in timelines, rather than the U+22ef, since some browsers do not know how to render U+22ef. ... (check-in: 1b78291f user: drh tags: trunk)
11:14
Change the default CSS so that the cursor is a pointer over the timeline check-in comment and the following ellipsis, as a hint to that one can click on those elements. ... (check-in: b39ad68f user: drh tags: trunk)
02:23
Clicking on the ellipsis expands the (detail) section in a timeline. ... (check-in: a794d858 user: drh tags: trunk)
02:04
Add a Help submenu item to the /timeline page, so that advanced users can quickly see all of the query parameters, and perhaps start to enter them directly on the URL. ... (check-in: 44a5ac41 user: drh tags: trunk)
01:41
Default the /timeline format to "comment (detail)". ... (check-in: 58cfff2a user: drh tags: trunk)
01:37
The javascript Advanced/Basic toggles on the timelines is working well enough now to merge to trunk. ... (check-in: e91d2672 user: drh tags: trunk)
01:34
Replace the three bullets with a midline ellipsis character in the timelines. ... (Closed-Leaf check-in: 7b9cfa99 user: drh tags: declutter-via-js)
01:29
Fix a javascript error in toggleEllipsis() in the /timeline. ... (check-in: 4d6fda6d user: drh tags: declutter-via-js)
01:25
Clicking anywhere on the comment field of a /timeline toggles the (detail) on/off. The ellipsis is no longer a hyperlink. ... (check-in: 83bb8a86 user: drh tags: declutter-via-js)
00:41
Default CSS for timeline ellipsis. ... (check-in: 9b739d1d user: drh tags: declutter-via-js)
00:37
For the ellipses in timelines from three bullet characters. ... (check-in: cef3d63c user: drh tags: declutter-via-js)
2017-11-25
21:21
Add the javascript Advanced/Basic buttons to the /finfo timeline. ... (check-in: 6eaad787 user: drh tags: declutter-via-js)
20:43
On the /timeline page, begin with the "basic" view. Provide an "Advanced" button to fill in details using JS. The "basic" query parameter no longer functions. ... (check-in: 3ede2d87 user: drh tags: declutter-via-js)
12:26
Change the names of the "Basic" and "Advanced" buttons to "Declutter" and "Details". (These names are subject to further refinement.) Add a [checkins-using] link to the artifact view for content artifacts. ... (check-in: e72444ea user: drh tags: trunk)
02:15
Add a "Basic" button to the submenu for /timeline pages that do not already have the "basic" query parameter. ... (check-in: 227c8e57 user: drh tags: trunk)
01:55
Suppress the "Related" checkbox on the submenu of /timeline when the basic query parameter is enabled. ... (check-in: a46b9e77 user: drh tags: trunk)
01:41
Fix typos and improve the text description of the "Comment Format" setting. ... (check-in: a339c94f user: drh tags: trunk)
2017-11-24
23:53
Make the "basic" query parameter the default for built-in skins when clicking on the Timeline menu. Add "basic" to /finfo. Other improvements to timeline. ... (check-in: 78f18dbd user: drh tags: trunk)
22:35
Add the "basic=1" query parameter to /timeline, to declutter the display. ... (check-in: 5ec5a403 user: drh tags: trunk)
21:51
On the /timeline and /finfo pages, change the hyperlinks under the timestamp to point to the object referenced. This allows the timeline to be configured for "comment-only" but still provide a link to the object. ... (check-in: 77dfcc91 user: drh tags: trunk)
20:46
New class "timelineDetailCell" for all <td> elements that hold the separate detail column of a timeline. ... (check-in: b3998550 user: drh tags: trunk)
20:30
Add a new timeline format that puts the details in a separate table column from the check-in comment. ... (check-in: dbb74473 user: drh tags: trunk)
20:10
Provide a configuration option that can move the hash in a timeline before the comment, after the comment, or into the details, and can omit the details span. ... (check-in: 4102f608 user: drh tags: trunk)
20:04
Add the "Comment Format" selector for to the /setup_timeline page. This allows the admin to configure the timeline comment display in various ways, so that nearly all preferences are satisfied. ... (Closed-Leaf check-in: 4cb350ec user: drh tags: timeline-improvements)
16:25
New <span> element with the timelineExtraLinks class for the hyperlinks at the end of each entry on the /finfo page. ... (check-in: 1186f65e user: drh tags: timeline-improvements)
16:06
Restore this display of "Leaf" and "Closed-Leaf" but now put it after the check-in comment. ... (check-in: 2df238e5 user: drh tags: timeline-improvements)
14:19
Give greater emphasis to the check-in comment on timeline displays. Move the check-in hash into the details section at the end of each entry. ... (check-in: 4438e68d user: drh tags: timeline-improvements)
2017-11-22
19:01
Improvements to the coding-style guidelines from Johan Kuuse. ... (check-in: 49cde9fc user: drh tags: trunk)
2017-11-18
19:58
Improvements to the "Fossil Build Process" documentation, with improved comments in related source files. No changes to real code. ... (check-in: 51cf7508 user: drh tags: trunk)
17:49
Fix a crash that can occur in search when the FTS4 snippet() function returns NULL. ... (check-in: cee4af9e user: drh tags: trunk)
2017-11-16
02:43
Fix key bindings on the "fossil diff --tk" command. Control-q now exits. Pressing Enter does the right things at the right times and does not raise errors. Etc. ... (check-in: 4dfa592f user: drh tags: trunk)
2017-11-14
21:52
Add section for version 2.5 to the change log. ... (check-in: d02c1042 user: drh tags: trunk)
21:48
Increase the version number to 2.5. ... (check-in: 155e5293 user: drh tags: trunk)
21:47
Update the built-in SQLite to a version that supports read-only access to WAL-mode databases. ... (check-in: 6ef13e21 user: drh tags: trunk)
2017-11-10
10:55
merge trunk. Upgrade to openssl 1.1.0g ... (check-in: 9d3560b8 user: jan.nijtmans tags: openssl-1.1)
10:30
(cherry-pick): Upgrade to openssl 1.0.2m ... (Closed-Leaf check-in: 3003decb user: jan.nijtmans tags: branch-2.4)
10:28
Upgrade to openssl 1.0.2m ... (check-in: 5310f2ba user: jan.nijtmans tags: trunk)
2017-11-08
15:24
Fix the --with-tcl=PATH option on the configure script using a one-character patch suggested by Christoph Iserlohn. ... (check-in: 23c8937d user: drh tags: trunk)
15:20
(cherrypick): update win/Makefile.mingw.mistachkin ... (check-in: 4a9ce01b user: jan.nijtmans tags: branch-2.4)
15:13
update win/Makefile.mingw.mistachkin ... (check-in: 35751600 user: jan.nijtmans tags: trunk)
2017-11-04
14:56
Change the "/wiki_rules" page so that it displays a wiki source file, either formatted or plain-text, just like /md_rules does. ... (check-in: bf69c6eb user: drh tags: trunk)
13:16
Fix a minor typo in a comment. No changes to code. ... (check-in: 9b20b8a1 user: drh tags: trunk)
2017-11-03
13:34
Automatically generate the <html><head>...</head><body> section at the beginning of each HTML document if the header template does not contain a <body> tag. Likewise for the </body></html> after the footer. ... (check-in: f1bb72ed user: drh tags: trunk)
12:54
Changed the color of the Reader privilege subscript to be more readable in the Xekri skin. ... (check-in: bfbcc126 user: zakero tags: trunk)
09:29
Version 2.4 ... (check-in: a0001dcf user: drh tags: trunk, release, version-2.4)
06:46
Fix harmless compiler warning. ... (check-in: 5aa37859 user: mistachkin tags: trunk)
06:30
Fix segfault in status, et al, when a file in the checkout cannot be opened. ... (check-in: 3c6d23b7 user: mistachkin tags: trunk)
2017-10-30
13:22
Fix a typo that prevented the diff-binary setting from being picked up by the mkindex.c comment scanner. ... (check-in: 2eea7584 user: drh tags: trunk)
13:20
Add a blank entry to the end of the Setting array so that loops can be terminated by checking for a null zName pointer. ... (check-in: df654bd9 user: drh tags: trunk)
2017-10-29
23:59
Update the 2.4 change log. ... (check-in: 266a311b user: drh tags: trunk)
2017-10-27
15:06
Fix broken hyperlinks on the tech_overview.wiki page. ... (check-in: 3018d519 user: drh tags: trunk)
2017-10-24
20:52
Update the built-in SQLite to version 3.21.0 final. ... (check-in: c7e55d9c user: drh tags: trunk)
2017-10-21
19:37
Update the built-in SQLite to the second 3.21.0 beta. ... (check-in: 7ac19afa user: drh tags: trunk)
2017-10-19
20:39
Initial changes for adding attachments to check-ins. ... (Closed-Leaf check-in: cb385ba0 user: drh tags: checkin-attachment)
08:47
typo fix reported on the ML. ... (check-in: 1374d581 user: stephan tags: trunk)
04:09
Adjust help text wording for /download page ... (check-in: eecb721e user: andygoth tags: trunk)
03:49
Minor fixes to wording of the TH1 hooks docs. ... (check-in: 38fabd49 user: mistachkin tags: trunk)
2017-10-17
23:03
In the "fossil all ui" command, shows the "(hidden)" mark after repos that contain "/." in their pathnames. ... (check-in: b82bdff7 user: drh tags: trunk)
21:06
Add the /download page, with a configuration option to define what tag to be downloaded. ... (check-in: c5fea125 user: drh tags: trunk)
2017-10-16
13:54
Improvements to automatic hyperlink enabling and robot exclusion. ... (check-in: f014e156 user: drh tags: trunk)
2017-10-14
23:20
Update /dir to support readme and readme.* files being a symlink to the actual document. Symlinks to symlinks are not supported in this instance. The document type is determined by the link target name. ... (Closed-Leaf check-in: eb4dda48 user: andygoth tags: andygoth-doc-symlink)
22:49
Remove unnecessary double NUL-termination from blob ... (Closed-Leaf check-in: 95b6fad9 user: andygoth tags: andygoth-enhanced-symlink)
22:22
Update change log to describe Windows behavior of "l" flag to "manifest" setting ... (check-in: 810370cd user: andygoth tags: andygoth-enhanced-symlink)
22:19
Correct sense of _WIN32 conditional compilation ... (check-in: 1226e3ef user: andygoth tags: andygoth-enhanced-symlink)
22:03
Use transactions while creating symlink_perm table ... (check-in: f42ee09a user: andygoth tags: andygoth-enhanced-symlink)
22:03
Additional corrections to Windows symlink permissions logic ... (check-in: f29c8a44 user: andygoth tags: andygoth-enhanced-symlink)
21:48
Tweak comment style for consistency within functions ... (check-in: 364d0431 user: andygoth tags: andygoth-enhanced-symlink)
21:44
Correct vfile_check_signature() handling of manifest.symlinks not existing or manifest setting not containing the l flag ... (check-in: de50c496 user: andygoth tags: andygoth-enhanced-symlink)
21:43
Update Windows version of vfile_check_signature() to get symlink status from manifest.symlinks ... (check-in: 23e67f67 user: andygoth tags: andygoth-enhanced-symlink)
21:37
Protect against symlink_perm table already existing, should get_checkout_symlink_table() have already been called ... (check-in: 03ba3d9c user: andygoth tags: andygoth-enhanced-symlink)
21:32
Move manifest.symlinks read functionality into the new get_checkout_symlink_table() function in checkout.c ... (check-in: 7a4bd5cf user: andygoth tags: andygoth-enhanced-symlink)
21:13
When committing on Windows with the "l" manifest flag set, update the symlink permission for selected files from the manifest.symlinks file if it exists ... (check-in: 2808e225 user: andygoth tags: andygoth-enhanced-symlink)
19:32
Correct help text for open command ... (check-in: 109c956f user: andygoth tags: andygoth-enhanced-symlink)
19:28
Merge trunk ... (check-in: 057645a9 user: andygoth tags: andygoth-enhanced-symlink)
2017-10-13
08:43
Update autosetup to 0.6.8 (v0.6.7-11-g3eb780c) ... (Closed-Leaf check-in: 2ed09fb8 user: steveb tags: autosetup)
2017-10-12
13:37
Rewrote the autoreconfigure explanation comment. It was confusing and contained errors. ... (check-in: 50844e5c user: wyoung tags: trunk)
2017-10-11
19:56
Removed the GNU make conditional around the new autoreconfigure dependency rule in the top-level Makefile.in. Apparently we have users using some other make, perhaps BSD make. Since the conditional only prevents autoreconfigure in the "make clean" case, where it is a minor annoyance, it's not important to work out how to retain this in a non-GNU make world. ... (check-in: 454e1193 user: wyoung tags: trunk)
10:13
Merge the automatic reconfigure changes. ... (check-in: 67a90882 user: drh tags: trunk)
01:30
Merged in an upstream improvement from Autosetup addressing GH issue in a different output file. That in turn requires an adjustment to our new autoreconfigure feature to avoid a make(1) loop. ... (Closed-Leaf check-in: 1d549aa8 user: wyoung tags: wy-autoreconfig)
01:23
Small path fix to the new autoreconfigure Makefile rule. ... (check-in: b923d800 user: wyoung tags: wy-autoreconfig)
01:16
Automatically re-configuring (same as "make reconfig") when Makefile.in, src/main.mk, or one of the autosetup files changes. This should avoid the need to recommend to people "re-run configure" whenever they call "fossil update" on this tree. ... (check-in: c649ba27 user: wyoung tags: wy-autoreconfig)
01:13
Added "reconfig" target to the top-level Makefile, which uses an autosetup feature to re-run configure with the same options you gave manually. ... (check-in: fd33b6a4 user: wyoung tags: wy-autoreconfig)
2017-10-10
23:08
Fix the on-line help for the pgo-command and gdiff-command settings. ... (check-in: 7aad2af7 user: drh tags: trunk)
2017-10-06
16:36
Improved help message for the /mlink page ... (check-in: bf94ffa0 user: drh tags: trunk)
2017-10-05
11:41
Only show hyperlinks to the /mlink page to admin users. ... (check-in: dead084e user: drh tags: trunk)
11:37
Delta checksum verification is disabled by default, for better performance. It can be reenabled using -DFOSSIL_ENABLE_DELTA_CKSUM_TEST. ... (check-in: d3a46b2a user: drh tags: trunk)
11:03
Minor formatting changes the the /mlink page. ... (check-in: a73ed0d2 user: drh tags: trunk)
10:02
Fix a hyperlink on the /mlink page. Add a link from /info for a check-in to the /mlink page under "Other Links". ... (check-in: 180128f5 user: drh tags: trunk)
2017-10-04
12:07
Don't duplicate title in body ... (check-in: 5ab4db5a user: mpcjanssen tags: commonmark-markdown)
11:37
Simplify title determining code ... (check-in: b3664365 user: mjanssen tags: commonmark-markdown)
10:59
Add support for markdown page titles ... (check-in: 4a298e69 user: mjanssen tags: commonmark-markdown)
05:35
Improvement to TH_RETURN handling needed for TH1 hooks. Update and correct TH1 hook tests. Add draft documentation for TH1 hooks. ... (check-in: 36f0e47b user: mistachkin tags: trunk)
2017-10-03
14:42
Tweak indenting for consistency ... (check-in: 5f37eb84 user: andygoth tags: trunk)
05:12
Follow-up to [f39c33c133]: Only add extra table cell when rcvid column is shown ... (check-in: 1f9718a6 user: andygoth tags: trunk)
2017-10-02
16:25
Avoid large SQL inserts when computing the path between two check-ins for use by reverse annotation. ... (check-in: 5eba557c user: drh tags: trunk)
15:23
Add docs and tests for the TH1 'string index' command added by check-in [0c57ba3eb4]. Also, fix issue with handling of the special 'end' index. ... (check-in: e9845e59 user: mistachkin tags: trunk)
12:22
More fixes to reverse annotation via the /fdiff page. It is closer, but it is still not right. ... (check-in: 08cacbf6 user: drh tags: trunk)
11:56
Fix the origin= and checkin= query parameters on the "Annotate" link of the /fdiff page. ... (check-in: a9ef45ed user: drh tags: trunk)
03:46
Update the build-in SQLite to the latest 3.21.0 beta that includes the enhance use of co-routines for subqueries. ... (check-in: 75fffb49 user: drh tags: trunk)
02:30
Fix the computation of the percentage of the repo taken up by unversioned files on the /stat page. ... (check-in: c8b46764 user: drh tags: trunk)
2017-09-30
01:09
Add [string index] TH1 command ... (check-in: 0c57ba3e user: andygoth tags: trunk)
2017-09-29
00:53
Add support for the "l" flag to the "manifest" setting to enable creation of a file "manifest.symlinks" which lists the names of all symlinks ... (check-in: 8d6bdd1e user: andygoth tags: andygoth-enhanced-symlink)
2017-09-28
18:18
Fix indentation of unanalyzed lines on /annotate and /blame screens. ... (check-in: 00ced6df user: drh tags: trunk)
2017-09-27
03:23
Assorted cleanups associated with [f74f7014], most notably making "fossil dif" work again despite the ambiguity with setting "diff-command" ... (check-in: 2b6a34c7 user: andygoth tags: trunk)
02:33
Take the "Built-in Documents" section back out, as all of referenced documents are already available in other parts of the same page. ... (check-in: fd9fd4c9 user: drh tags: trunk)
02:28
Add the /sitemap page to the list of built-in documents. ... (check-in: 3dc6d736 user: drh tags: trunk)
02:20
Add the "Built-in Documentation" section to the main documentation page. ... (check-in: 2bacd559 user: drh tags: trunk)
02:10
Add the orig= query parameter to the /finfo webpage. Use this in the hyperlink from the analysis log of the /annotate page. ... (check-in: 95cc4b90 user: drh tags: trunk)
2017-09-26
20:41
The revision numbers in the annotate output were off by one check-in. This changes should fix the problem. ... (check-in: 0b4c3f5a user: drh tags: trunk)
14:47
Update dirent to Version 1.23.1 ... (check-in: 398a90c0 user: jan.nijtmans tags: trunk)
14:46
Fix double "However" in comment. Some more end-of-line spacing. Nothing functional. ... (check-in: ce1bc4fb user: jan.nijtmans tags: trunk)
03:56
Provide a link to the reverse annotation for an /fdiff of two versions of the same file. Improvements to the description of a reverse annotation. ... (check-in: f52a5449 user: drh tags: trunk)
2017-09-25
19:46
Update the change log. Improved documentation of reverse annotations. (Note: The check-in time has been moved 5 minutes earlier as a test of the ability to edit check-in times.) ... (check-in: 1f378f9e user: drh tags: trunk)
18:32
Add the origin= query parameter to /annotate and the --origin option to the annotation command, to enable reverse annotations. ... (check-in: c91b8106 user: drh tags: trunk)
17:24
Improved limit handling for annotation. The limit can now be expressed in compute-time seconds rather than versions analyzed, and defaults to "1.0s", which is enough to compute a complete annotation on most reasonable files. ... (check-in: 517b9a56 user: drh tags: trunk)
15:36
Change the "Log" submenu element of the annotation page so that it shows or hides the log using javascript, avoiding a server roundtrip and a recomputation of the annotation. ... (check-in: 037e06b3 user: drh tags: trunk)
15:28
Merge search-technote ... (check-in: a551d503 user: andygoth tags: trunk)
15:18
Merge miscellaneous changes that have accumulated on the annotation-enhancements branch. See a log of the whole branch for details. ... (check-in: ab8ed318 user: drh tags: trunk)
12:45
Simplified and improved implementation of annotate_file(). ... (Closed-Leaf check-in: d2b1565b user: drh tags: andygoth-annotation-enhancements)
2017-09-24
10:58
The annotate_file() function is now closer to being correct, but is still not quote right. ... (check-in: 54c0dab0 user: drh tags: andygoth-annotation-enhancements)
09:39
Remove unused local variables that caused breakages with -Werror. To do: This branch still gives a very different answer than trunk for /annotate?limit=-1&checkin=8e27a5a0&filename=src/login.c&log=1 ... (check-in: 120ff0b8 user: drh tags: andygoth-annotation-enhancements)
04:42
Use tables throughout globs.md ... (check-in: 7f2689b1 user: andygoth tags: andygoth-annotation-enhancements)
04:41
Correct name of extras command ... (check-in: 4546d93d user: andygoth tags: andygoth-annotation-enhancements)
04:33
Correct typo preventing "fossil help clean-glob" from working ... (check-in: 41162e1a user: andygoth tags: andygoth-annotation-enhancements)
04:12
Update change log ... (Closed-Leaf check-in: f914bfd3 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
04:06
Fix some bugs in tech note search indexing ... (check-in: 76f8bfd5 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
03:10
Add missing call to search_update_technote_index() ... (check-in: 46751203 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
03:02
Correct alignment of fts-config output ... (check-in: a6c7ce9d user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
00:10
Begin work on searching technotes. Credit goes to Chris Rydalch for the idea. Sadly, this version doesn't work yet. Technote searches fail at this time. ... (check-in: 94650be8 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
2017-09-23
21:52
Convert /fdiff and (partially) /vdiff to use checkboxes ... (check-in: 19e89654 user: andygoth tags: andygoth-annotation-enhancements)
21:30
Remove unnecessary variable initializations ... (check-in: c203ba90 user: andygoth tags: andygoth-annotation-enhancements)
21:24
Convert annotate page to use checkboxes ... (check-in: 8017bad6 user: andygoth tags: andygoth-annotation-enhancements)
21:18
Correct operation of filevers query parameter to annotate pages ... (check-in: 4b721600 user: andygoth tags: andygoth-annotation-enhancements)
21:07
Consolidated annotation file and manifest lookup code. This changes the error handling for the annotation web page to report an error rather than redirect to home. It also enables omitting the checkin query parameter when used with a server running within a checkout. (Later, by drh:) Move this code onto a branch because of build errors on Ubuntu. ... (check-in: 41f35ca4 user: andygoth tags: andygoth-annotation-enhancements)
19:10
Fix the value of the ANN_FILE_VERS flag so that it no longer overlaps with DIFF_SLOW_SBS. Omit the ANN_FILE_ANCEST flag which was always true. Update the annotator so that it follows check-ins in generation order according to the ancestor table. ... (check-in: d9ef474a user: drh tags: trunk)
18:37
Selectively revert a few changes made by the previous check-in ... (check-in: b83ea94e user: andygoth tags: trunk)
18:32
Add the -r|--revision option to the annotate command. ... (check-in: 5a6b194b user: andygoth tags: trunk)
2017-09-22
18:10
Show all possible heading styles in Markdown reference. Expand table example to more closely resemble typical usage. ... (check-in: 02403f06 user: andygoth tags: trunk)
2017-09-21
21:49
Improve error message when rejecting unversioned filenames ... (check-in: 493e3bad user: andygoth tags: trunk)
20:45
Update the built-in SQLite to the latest 3.21.0 alpha that includes the enhancements to the Windows VFS that help it better deal with read-only repository files. ... (check-in: e97d4443 user: drh tags: trunk)
09:56
(cherry-pick): Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid ... (Closed-Leaf check-in: 1fdcb207 user: jan.nijtmans tags: branch-2.3)
00:56
Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid ... (check-in: b20f6cba user: andygoth tags: trunk)
2017-09-20
20:15
Correct typo in documentation ... (check-in: aad384d5 user: andygoth tags: trunk)
15:47
Update the built-in SQLite to the latest 3.21.0 alpha. ... (check-in: edba9d33 user: drh tags: trunk)
14:56
Update the change log to record recent enhancements. ... (check-in: 54c08082 user: drh tags: trunk)
13:36
Fix another harmless compiler warning. ... (check-in: 49b6f89b user: drh tags: trunk)
13:35
Remove dead code to fix harmless compiler warnings. ... (check-in: 4c666ccf user: drh tags: trunk)
13:21
Some simple documentation on the URL Alias setup page. ... (check-in: a3b689b3 user: drh tags: trunk)
12:58
Fix permission processing on "configuration pull alias". ... (check-in: b2b4af13 user: drh tags: trunk)
12:42
Remove still more legacy configuration sync logic. ... (check-in: 9a68e6e1 user: drh tags: trunk)
12:34
Add support for doing a "configuration sync" of URL aliases. ... (check-in: 3d36a37a user: drh tags: trunk)
12:25
More legacy configuration sync code removed. ... (check-in: fe7f0ece user: drh tags: trunk)
12:10
Remove support for the legacy configuration sync transfer format, that was replaced in 2011. ... (check-in: 2ed7c112 user: drh tags: trunk)
04:08
Correct typo in title of web page ... (check-in: a3e50c99 user: andygoth tags: trunk)
04:05
Correct comment typos ... (check-in: b1191c1e user: andygoth tags: trunk)
03:27
Add preliminary support for URL aliasing. Create aliases by visiting the "URL Aliases" subscreen under the Setup menu. ... (check-in: 8131f1c5 user: drh tags: trunk)
2017-09-19
20:09
Add the ability to temporarily disable all ads. ... (check-in: 48d8af20 user: drh tags: trunk)
20:00
On the /stat page, show only the compressed size of unversioned artifacts, and show the percentage of the total repository space taken up by unversioned files. ... (check-in: 69d22d3b user: drh tags: trunk)
19:20
Show the delta-source ID on files as well as check-ins for the "showid" query parameter on the /timeline page. ... (check-in: 4f134e06 user: drh tags: trunk)
18:28
Add missing table cell in bottom right corner of unversioned file list web page ... (check-in: f39c33c1 user: andygoth tags: trunk)
18:04
Show file sizes in the description of individual file artifacts. ... (check-in: 4c268999 user: drh tags: trunk)
17:24
New submenu links to the artifact list and 250-largest artifacts pages. ... (check-in: 0594266c user: drh tags: trunk)
04:05
Fix a problem with file delta detection in extra_compression(). ... (check-in: 4fd147f8 user: drh tags: trunk)
03:57
Fix problems in the new content_deltify() routine. ... (check-in: cb29bc64 user: drh tags: trunk)
01:48
When the "showid" query parameter is given on /timeline or /finfo, show the delta-source artifact ID in addition to the artifact ID. ... (check-in: 29935c6e user: drh tags: trunk)
01:36
Change the content_deltify() routine so that looks an array of candidate source artifacts and picks the one that gives the best delta. ... (check-in: a4047a91 user: drh tags: trunk)
2017-09-11
16:44
Restore the --no-dir-symlinks option. ... (Closed-Leaf check-in: aff4363d user: mistachkin tags: no-dir-symlinks)
2017-09-08
09:05
(cherry-pick): Correct handling of mtime updates for UV push. (cherry-pick): Moved the check for iconv(3) in -liconv up within auto.def. If it happens after the checks for OpenSSL on certain macOS configurations, autosetup can be fooled into believing it doesn't need -liconv on that platform. This checkin splits up the group of cc-check-functions calls, so the moved call is now documented as to why its segregated. ... (check-in: 746668d5 user: jan.nijtmans tags: branch-2.3)
04:05
Moved the check for iconv(3) in -liconv up within auto.def. If it happens after the checks for OpenSSL on certain macOS configurations, autosetup can be fooled into believing it doesn't need -liconv on that platform. This checkin splits up the group of cc-check-functions calls, so the moved call is now documented as to why its segregated. ... (check-in: e6f64f5e user: wyoung tags: trunk)
00:10
Correct handling of mtime updates for UV push. ... (check-in: 669cd404 user: drh tags: trunk)
2017-09-07
23:56
Minor formatting changes in the UV sync logic. No logical changes to code. ... (check-in: ac15e6d1 user: drh tags: trunk)
05:04
Improve the debug information available when using Login Groups. ... (check-in: 7f4393da user: andybradford tags: trunk)
2017-08-31
18:32
Improvements to the /fdiff webpage: Add the option of using from= and to= query parameters to get a diff between two files in the same check-in. ... (check-in: 19497648 user: drh tags: trunk)
05:51
Correct typo in help's help ... (check-in: 0d8c3c2b user: andygoth tags: trunk)
03:37
Improved error message when the "help" command cannot find its argument. ... (check-in: 28178001 user: drh tags: trunk)
02:00
Merge trunk ... (check-in: d15c1ba0 user: jan.nijtmans tags: multi-thread)
01:00
Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. Various other enhancements that take advantage of this new capability. ... (check-in: f74f7014 user: drh tags: trunk)
2017-08-30
23:03
Enhancements to the /setup_settings web page. Provide hyperlinks to documentation for all settings. ... (Closed-Leaf check-in: 5068f23d user: drh tags: improved-setting-help)
17:08
Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. ... (check-in: 3d02004f user: drh tags: improved-setting-help)
14:15
Removed dead reference to g.fNoDirSymlinks. ... (check-in: 949d777d user: stephan tags: trunk)
13:29
Merge cleanX ... (Closed-Leaf check-in: fd47eae7 user: jan.nijtmans tags: cleanX-no-clean-glob)
13:27
Enable the admin-log and access-log by default for new repositories. ... (check-in: 4a80c3c4 user: drh tags: trunk)
13:17
Don't prompt before removing empty directories ... (check-in: 81d72e72 user: jan.nijtmans tags: cleanX)
13:12
Add click-to-sort on columns of the admin-log display. ... (check-in: 703b57cf user: drh tags: trunk)
13:07
Merge cleanX ... (check-in: 92976100 user: jan.nijtmans tags: cleanX-no-clean-glob)
13:02
Merge trunk ... (check-in: d4f98e25 user: jan.nijtmans tags: cleanX)
12:02
Remove the --no-dir-symlinks option. This is a back-out of check-in [2375d6cbce933267] together with other cleanup changes. ... (check-in: b7272185 user: drh tags: trunk)
2017-08-29
07:58
(cherry-pick): SQLite version 3.20.1 (cherry-pick): Remove an unused global variable from the path_shortest() logic ... (check-in: ae8709e2 user: jan.nijtmans tags: branch-2.3)
07:50
SQLite version 3.20.1 ... (check-in: ffc252a6 user: jan.nijtmans tags: trunk)
2017-08-28
14:04
Update dirent to version 1.23. See https://github.com/tronkko/dirent/releases ... (check-in: ade4a657 user: jan.nijtmans tags: trunk)
2017-08-24
19:30
Remove an unused global variable from the path_shortest() logic. ... (check-in: 084690e7 user: drh tags: trunk)
14:20
Typo fixes thanks to rosscanning, ref http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg25775.html ... (check-in: f98852a0 user: andygoth tags: trunk)
2017-08-23
18:53
(cherry-pick): Remove a redundant directory separator character from the temporary filenames generated on windows. (cherry-pick): Change the file_mkfolder() implementation to assume that the folder already exists and only go about creating it and its path if it does not previously exit. ... (check-in: adacbfbc user: jan.nijtmans tags: branch-2.3)
17:53
Change the file_mkfolder() implementation to assume that the folder already exists and only go about creating it and its path if it does not previously exit. ... (check-in: 92ea6183 user: drh tags: trunk)
17:38
Remove a redundant directory separator character from the temporary filenames generated on windows. ... (check-in: b5f0d703 user: drh tags: trunk)
17:29
Add the test-tempname command for testing the file_tempname() routine. ... (check-in: f1d23f04 user: drh tags: trunk)
17:28
Fix build (previous cherry-pick was not complete) (cherry-pick): For temporary filename paths on Windows, changes all backslash characters into forward slashes, so that the new enhanced-security shell escape mechanism from check-in [3b191c98] can use those temporary filenames. ... (check-in: dbda6e2a user: jan.nijtmans tags: branch-2.3)
17:18
For temporary filename paths on Windows, changes all backslash characters into forward slashes, so that the new enhanced-security shell escape mechanism from check-in [3b191c98] can use those temporary filenames. ... (check-in: e474c177 user: drh tags: trunk)
11:05
Add the --details option to the test-find-pivot command. ... (check-in: 9e48dad4 user: drh tags: trunk)
2017-08-22
09:46
(cherry-pick): Use SQLite 3.20.0 final ... (check-in: 7eebec15 user: jan.nijtmans tags: branch-2.3)
09:44
(cherry-pick): Fix the SSH sync protocol to avoid "ssh" command-line option injection attacks such as those fixed in Git 2.14.1, Mercurial 4.2.3, and Subversion 1.9.7. As "ssh://" URLs cannot be buried out of sight in Fossil, the vulnerability does not appear to be as severe as in those other systems. (cherry-pick): Enhance the ssh:// URL to be cautious about the fossil= query parameter. Only commands "fossil" and "echo" (with an optional path) are accepted. ... (check-in: 1f18d23d user: jan.nijtmans tags: branch-2.3)
2017-08-21
12:18
Use SQLite 3.20.0 final (source_id change only) ... (check-in: 810dd031 user: jan.nijtmans tags: trunk)
2017-08-12
18:47
Enhance the ssh:// URL to be cautious about the fossil= query parameter. Only commands "fossil" and "echo" (with an optional path) are accepted. ... (check-in: cb43937d user: drh tags: trunk)
18:34
Also disallow wildcard characters in blob_append_escape_arg(). ... (check-in: d5b01594 user: drh tags: trunk)
18:30
Disallow the ';' character in blob_append_escape_arg(). ... (check-in: 3bbac575 user: drh tags: trunk)
18:24
Fix another problem with the needEscape computation in blob_append_escaped_arg() ... (check-in: 9eea719a user: drh tags: trunk)
18:22
The windows test macro is "_WIN32" without a trailing "_". ... (check-in: 49ae1785 user: drh tags: trunk)
18:20
Fix the needEscape calculation in blob_append_escaped_arg(). ... (check-in: 9690d370 user: drh tags: trunk)
18:15
Change the shell_escape() procedure into blob_append_escaped_arg(). Have that procedure raise a fatal error if the argument to be appended contains dodgy characters that might pose a security risk. Also, prepend "./" in front of arguments that begin with "-" to prevent them from looking like switches. ... (check-in: 3b191c98 user: drh tags: trunk)
16:20
Avoid another attack vector when using SSH sync protocol by not calling a shell interpreter. Fixes only Unix-like environments by using execvp() instead of a string that can be mishandled by /bin/sh. Superseded by [3b191c984b] &co. ... (Closed-Leaf check-in: ce7baa97 user: andybradford tags: ssh-shell-cleanup)
04:19
Typo correction ... (check-in: 45a3d4b1 user: andygoth tags: trunk)
2017-08-11
16:00
Increase the version number to 2.4 and update the change log. ... (check-in: 3ebbe7bc user: drh tags: trunk)
15:29
Fix the SSH sync protocol to avoid "ssh" command-line option injection attacks such as those fixed in Git 2.14.1, Mercurial 4.2.3, and Subversion 1.9.7. As "ssh://" URLs cannot be buried out of sight in Fossil, the vulnerability does not appear to be as severe as in those other systems. ... (check-in: 1f63db59 user: drh tags: trunk)
2017-08-07
20:22
Hyperlinks to the SSL versions of the website. Redirect to the local unversioned source for the "precompiled binaries" link on the homepage. ... (check-in: b130b64c user: drh tags: trunk)
2017-08-06
23:48
Restore end-of-line spaces used to demonstrate mid-paragraph line break in markdown.md. The spaces were removed by [23895c7b99] which appeared to clean house on end-of-line whitespace in addition to its documented purpose. ... (check-in: 1e491f6c user: andygoth tags: trunk)
23:32
Document Markdown tables (never knew this feature existed), and improve consistency of formatting ... (check-in: 6f69ccdc user: andygoth tags: trunk)
2017-08-05
04:17
Enable processing of versioned manifest setting when creating zips and tarballs outside of an open checkout directory ... (check-in: da23bec7 user: andygoth tags: trunk)
03:45
Simplify manifest generation logic in zip page ... (check-in: b9de6042 user: andygoth tags: trunk)
03:23
Correct the /doc page to support read-only repositories ... (check-in: 95edba65 user: andygoth tags: trunk)
2017-07-31
17:42
Update the built-in SQLite to the 4th release candidate for 3.20.0. ... (check-in: 2a615bed user: drh tags: trunk)
2017-07-28
19:41
(cherry-pick): Fix a problem with markdown rendering for "code". ... (check-in: dad37062 user: jan.nijtmans tags: branch-2.3)
18:41
Fix a problem with markdown rendering for "code". ... (check-in: 04de083e user: drh tags: trunk)
00:49
Update the built-in SQLite to the 3rd 3.20.0 release candidate. ... (check-in: 8ffba76b user: drh tags: trunk)
2017-07-25
15:38
Better error checking in the mkversion utility program used during the build process. ... (check-in: 8b9ce19e user: drh tags: trunk)
14:38
Update the selfhosting information to talk about the new www3.fossil-scm.org. ... (check-in: 5698492f user: drh tags: trunk)
2017-07-24
14:26
Update the built-in SQLite to the second 3.20.0 release candidate. ... (check-in: c45b8f45 user: drh tags: trunk)
2017-07-21
04:22
Improve UI based test documentation with minor corrections to requirements and URLs. ... (check-in: 0a2be064 user: andybradford tags: trunk)
03:19
Version 2.3 - the 10th anniversary release ... (check-in: f7914bfd user: drh tags: trunk, release, version-2.3)
2017-07-20
18:25
Fixed commit-warning.test broken by addition of the bootstrap skin which includes a file with long lines that generated a new warning. ... (check-in: ae83b213 user: rberteig tags: trunk)
2017-07-15
13:55
Update the built-in SQLite to the first 3.20.0 release candidate. ... (check-in: 4872a58b user: drh tags: trunk)
2017-07-14
20:47
Mention support for HTML-style comments in Markdown reference ... (check-in: bfc29fb3 user: andygoth tags: trunk)
2017-07-13
10:24
merge trunk ... (check-in: 548fabe7 user: jan.nijtmans tags: openssl-1.1)
10:22
Update top OpenSSL 1.0.2l. Minor (harmless) compiler warnings in mkversion and codecheck1 (-Wall) ... (check-in: 23895c7b user: jan.nijtmans tags: trunk)
2017-07-12
18:55
Remove an unused variable from the security audit webpage. ... (check-in: 7c0b9714 user: drh tags: trunk)
18:34
Reword the header to the /fileage page to avoid disputes of commas. ... (check-in: 74bc515d user: drh tags: trunk)
18:08
Update to the latest SQLite from upstream and make other changes, all to silence a few utterly harmless compiler warnings about incompletely initialized structures. ... (check-in: 2f225b82 user: drh tags: trunk)
16:57
Be careful not to return a pointer to a webpage generator as a command-line command method. ... (check-in: 38df2a45 user: drh tags: trunk)
11:03
merge trunk (without SQLite update to 3.20.0 beta, but WITH support for tab-completion in the SQL shell) ... (Closed-Leaf check-in: 107cfe02 user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
03:02
Fix a typo on the security audit webpage. ... (check-in: 35f712d4 user: drh tags: trunk)
02:49
More documentation about what the --verbose flag does for "fossil info". ... (check-in: 9167b2d6 user: drh tags: trunk)
2017-07-11
14:35
Update the built-in SQLite to the latest 3.20.0 beta, including support for tab-completion in the SQL shell. ... (check-in: a314178a user: drh tags: trunk)
2017-07-10
18:19
A minor fix for the Xekri Skin ... (check-in: b1a7527b user: zakero tags: trunk)
18:12
Fixed a mouseover problem in the Xekri skin that was found by Jungle Boogie. ... (Closed-Leaf check-in: 773f9ba7 user: zakero tags: skin-xekri-fileage-fix)
14:37
test-markdown-render and test-wiki-render command don't require to be inside a checkout. ... (check-in: 1ba3c919 user: mgagnon tags: trunk)
2017-07-09
00:51
Document italic+bold Markdown ... (check-in: 9e67b8ab user: andygoth tags: trunk)
2017-07-08
20:42
Improve built-in Markdown reference documentation to describe more features I long wished Markdown had but just now discovered it already does ... (check-in: 3bfdafe4 user: andygoth tags: trunk)
13:35
An empty username on a U card is translated into "anonymous". ... (check-in: 23d45ff9 user: drh tags: trunk)
11:01
In the "last change" report, show the user as "anonymous" if the EVENT.USER field is NULL or an empty string. (Later:) Removed from trunk because a better solution is to not store empty strings in the EVENT.USER field in the first place. ... (Closed-Leaf check-in: 970adec0 user: drh tags: mistake)
2017-07-07
19:18
Avoid appending to g.zPath inside doc_page() loop. Instead, wait until the loop is done to modify g.zPath. When doing a directory lookup, the check-in and directory name were being repeatedly appended to g.zPath each step through the list of possible filename suffixes. This corrupted <base href> should index.html not exist, which in turn broke relative URLs. ... (check-in: 956d4901 user: andygoth tags: trunk)
12:59
Merge trunk. Upgrade to OpenSSL 1.1.0f. Note that this branch only adapts the Windows buildfiles, no source-code or anything else, since Openssl 1.1.0 is (almost, not significant for fossil) upwards compatible. ... (check-in: 4a516fb7 user: jan.nijtmans tags: openssl-1.1)
2017-07-06
15:32
Fix typo in auto.def Merge trunk ... (check-in: 10c7e0fc user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
2017-07-05
13:00
In the timeline graph rendering code, hard-code the topRow value in the generated javascript. ... (check-in: e76f3bbe user: drh tags: trunk)
12:33
Fix timeline rendering so that multiple timelines can be drawn on each page without interferring with one another. Move the "Referenced By" section of the /info page upward and rename it as "References". Added the /test-backlink page for showing all pages that contain references. ... (check-in: ba344432 user: drh tags: trunk)
11:12
Add the "Referenced By" section to the /info page. ... (check-in: fae745cf user: drh tags: trunk)
2017-07-04
16:02
On the /urllist page, stop the display of access URLs after at least 8 have been shown and the last access is more than 30 days ago. Except, show them all if the "all" query parameter is used. ... (check-in: 9d7ef44f user: drh tags: trunk)
13:11
Do not send the message body on an HTTP reply to a HEAD request. ... (check-in: 5826ba37 user: drh tags: trunk)
04:36
Add the "bootstrap" skin. ... (check-in: f57f5f99 user: drh tags: trunk)
2017-07-03
23:18
Do not show checkouts with the "info -v" command or in the /urllist webpage if the checkout does not appear to exist any more. ... (check-in: c666579c user: drh tags: trunk)
20:04
Add a pre-packaged CONFIG table query to the administrator SQL interface. ... (check-in: 6a679311 user: drh tags: trunk)
19:07
On the text descriptions of the various administrator settings, identify the property in the CONFIG table that is being modified. ... (check-in: 3ca935ef user: drh tags: trunk)
13:54
On the server.wiki page, point to the source code comments that describe the various CGI options. ... (check-in: a8910101 user: drh tags: trunk)
13:48
On the server.wiki page, point to the source code comments that describe the various CGI options. ... (Closed-Leaf check-in: d407e22f user: drh tags: security-risk)
11:26
On the /test_env page, show the AUTH_CONTENT and AUTH_TYPE environment variables in "cookie" mode. - On second thought, better to not show these, since they can expose passwords on screen. ... (check-in: d28cb283 user: drh tags: security-risk)
10:36
Suggestion for 2.3 release: Eliminate the need for SQLITE_PREPARE_PERSISTENT, which makes fossil work with SQLite 3.19.3. ... (check-in: 1eab060a user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
09:31
Update changes.wiki. Some eol-spacing ... (check-in: 86d4754a user: jan.nijtmans tags: trunk)
2017-07-02
18:22
On the /test_env page, report the values of the REMOTE_USER and HTTP_AUTHENTICATION environment variables, if they exist. ... (check-in: 4207a040 user: drh tags: trunk)
2017-07-01
22:43
Fix a minor problem with Write-Unver reporting on the security audit report. ... (check-in: 5c999558 user: drh tags: trunk)
22:38
Add the cgi_referer() utility function. Use it to cause the setup_uedit page to always go back to the page it came from. ... (check-in: 59a51b82 user: drh tags: trunk)
22:17
More checking of user permissions on the Security Audit page. ... (check-in: 564e42df user: drh tags: trunk)
19:36
Update the change log to mention recent enhancements. ... (check-in: 8fe2f97e user: drh tags: trunk)
18:09
Improvements to the "Last Change" report. ... (check-in: 1dc93b70 user: drh tags: trunk)
17:54
Add the "Last Change" activity report. ... (check-in: b629647e user: drh tags: trunk)
17:23
When computing the "Last Login" on the user list page, take the RCVFROM sync log into account. ... (check-in: 46d5d638 user: drh tags: trunk)
16:41
Prevent line breaks in the "Last Login" column of the user list. ... (check-in: 2fe385e4 user: drh tags: trunk)
16:34
Add the "Last Login" column to the setup_ulist page. ... (check-in: 5832d2fc user: drh tags: trunk)
03:08
Typo fix in documentation. ... (check-in: 38f37679 user: drh tags: trunk)
00:52
Improved wording on some of the security-audit warnings. ... (check-in: 752365e7 user: drh tags: trunk)
00:51
More security-audit checks. ... (check-in: 4253b1de user: drh tags: trunk)
2017-06-30
19:59
Add the --numstat option to the diff command. ... (check-in: 3d6cf6a7 user: drh tags: trunk)
19:00
Report an error if the input file to "fossil import" cannot be opened. ... (check-in: 038dcc00 user: drh tags: trunk)
18:56
Fix the zlib Makefile for MSVC to use /MT to avoid a compiler warning. ... (check-in: 0f8bae07 user: drh tags: trunk)
18:42
Fix the unix makefile so that the dependency on page_index.h is against dispatch.c not main.c. ... (check-in: 4c17ab60 user: drh tags: trunk)
18:28
New security audit checks. ... (check-in: 6c543c03 user: drh tags: trunk)
16:18
Add the Security-Audit page. There is more work to be done here, but it is now at least partially functional. ... (check-in: 02683077 user: drh tags: trunk)
16:13
Many new permission checks for the security-audit page. ... (Closed-Leaf check-in: c12ffe2c user: drh tags: security-audit)
15:17
Start the security audit by checking to see if the repos it public or private. ... (check-in: 7f29e264 user: drh tags: security-audit)
14:10
Fossil now needs at least SQLite 3.20.0 (beta) ... (check-in: 1c1d4ed2 user: jan.nijtmans tags: trunk)
13:36
Add a stub for the Security Audit page. ... (check-in: c5504029 user: drh tags: security-audit)
2017-06-29
19:59
Enable the STMT virtual table so that it available in the "fossil sql" command. ... (check-in: 960b9dc0 user: drh tags: trunk)
19:05
Make use of the new sqlite3_prepare_v3() interface and the SQLITE_PREPARE_PERSISTENT flag in SQLite. ... (check-in: 11c46fd6 user: drh tags: trunk)
18:54
Update the built-in SQLite to the latest from upstream. ... (check-in: ee71f347 user: drh tags: trunk)
06:29
Make the command-line timeline behave more like the timeline page by handling dates before resolving to symbolic rid which might actually not meet the "before" or "after" criteria. Bug reported by Roy Keene: timeline output always included a timeline entry which happened to be before the "after" date indicated. ... (check-in: 048738b2 user: andybradford tags: trunk)
2017-06-24
16:28
Fixed "integer constant is too large for long type" warning on 32-bit Linux ... (check-in: caf26817 user: andygoth tags: trunk)
13:59
Increase the stack size limit to 8MB. Disable stack and heap size limits prior to invoking subprocesses. ... (check-in: 3f193ba6 user: drh tags: trunk)
13:38
Update the built-in SQLite and SQL command shell to the latest from upstream. ... (check-in: 42d151cc user: drh tags: trunk)
2017-06-22
11:41
updated license description from GPL to 2-clause BSD, with a tip of the hat to er38hcma on the mailing list. ... (check-in: 6fb3e2de user: stephan tags: trunk)
2017-06-21
11:48
Unicode 10 is officially released now. ... (check-in: 14d8d31b user: jan.nijtmans tags: trunk)
2017-06-20
13:35
On unix, use setrlimit() to limit total heap space usage to 1GB on 32-bit systems and 10GB on 64-bit systems, and total stack space to 2MB, as a proactive defense again the "stack clash" vulnerability found on many unix-like OSes. I do not yet know if these limits are reasonable. ... (check-in: 6e6e4b1d user: drh tags: trunk)
2017-06-19
01:55
Make sure the /uv webpage returns a sensible error if the unversioned table does not exist. ... (check-in: a49ef378 user: drh tags: trunk)
2017-06-16
11:38
Add -DSQLITE_OMIT_GET_TABLE to the compilation flags for SQLite ... (check-in: 33a13b80 user: jan.nijtmans tags: trunk)
2017-06-15
13:47
Fix fallback definitions of R_OK/W_OK, make them the same as Microsoft's definitions. ... (check-in: e3fe51e1 user: jan.nijtmans tags: trunk)
13:44
Update the homepage to include "airliner wifi" in the same performance category "dial-up". ... (check-in: 222e9ea8 user: drh tags: trunk)
13:12
Fix compiler warnings in the shell.c from the previous check-in. Also bring in the latest trunk version of SQLite for testing. ... (check-in: 2ada39ba user: drh tags: trunk)
12:52
Bring in the enhanced "shell.c" with the improved ".schema" and ".tables" commands from upstream SQLite. ... (check-in: d9e55519 user: drh tags: trunk)
03:37
Fix TTY comment line break logic for UTF8 multi-byte characters. ... (check-in: e6216197 user: drh tags: trunk)
03:13
Use -O0 instead of -O2 for compiling when the --fossil-debug option of ./configure is used. ... (check-in: 8a6e31f6 user: drh tags: trunk)
2017-06-13
05:12
When dropping surplus tables during "fossil rebuild", make sure to use IF EXISTS so that shadow tables from previously dropped virtual tables do not cause an SQL error. ... (check-in: 3200a7c7 user: drh tags: trunk)
04:45
Fix the blob_read_from_file() function so that it works with files larger than 2GiB. ... (check-in: 837333fc user: drh tags: trunk)
2017-06-12
01:23
Remove another set of extraneous backslash from an error message in the ticket editing webpage. ... (check-in: 699fca17 user: mistachkin tags: trunk)
2017-06-11
16:25
Experimental and undocument --yy option to the various diff operations does a slow O(N*N) algorithm which can sometimes compute a better side-by-side diff. But it can also take a lot longer and so is not recommended unless really needed. ... (check-in: 1b3fa261 user: drh tags: trunk)
04:37
Fix some cases in wikiformat.c where it was assuming that a hash name would be UUID_SIZE or fewer characters, when in fact the size could be as many as HNAME_MAX characters. This is a change that we missed in the SHA3 cut-over. ... (check-in: e0757d27 user: drh tags: trunk)
2017-06-09
13:09
Update the /tarball and /zip pages to return status code 404 if given an unknown checkin to download. ... (check-in: a10fc448 user: drh tags: trunk)
2017-06-08
19:10
Remove extraneous backslashes in error messages in the ticket editing webpage. ... (check-in: b772b36d user: drh tags: trunk)
17:10
Fix a formatting bug in the ad-unit setup page. ... (check-in: bc6355e9 user: drh tags: trunk)
15:03
Update the built-in SQLite to version 3.19.3. ... (check-in: 5a6f9467 user: drh tags: trunk)
12:50
Make sure fossil_strndup() always adds a zero terminator. ... (check-in: 8707e869 user: drh tags: trunk)
2017-06-07
15:55
Fix the "fossil sha3sum" command so that it accepts "-" to mean stdin. Clarify the algorithm used. ... (check-in: 86fa03ad user: drh tags: trunk)
2017-06-06
17:53
Bug fix in the sha3sum() routine. Also comment-out that routine since it is not used anyplace in the code. ... (check-in: 6419592d user: drh tags: trunk)
17:49
Do not double-prompt for HttpAuth passwords. ... (check-in: f423b10f user: drh tags: trunk)
2017-06-02
02:23
Restore the ability to amend a comment both with and without an interactive editor. If the edit happens outside a working check-out then use a suitable TMP directory. ... (check-in: 1fff403a user: andybradford tags: trunk)
2017-05-30
19:23
Enhancements to SEE integration. ... (check-in: 00dfbdbf user: mistachkin tags: trunk)
01:26
Further enhancements to SEE integration. ... (Closed-Leaf check-in: 53048387 user: mistachkin tags: see)
2017-05-29
23:14
Merge updates from trunk. ... (check-in: 3b3099bd user: mistachkin tags: see)
23:07
Rename new function for clarity and consistency. ... (check-in: d6422ab0 user: mistachkin tags: trunk)
17:02
Use a standard .txt extension for temporary files and avoid double dots in file name. ... (Closed-Leaf check-in: 51058ce1 user: andybradford tags: amend-regress)
02:37
Enable the 'sqlite' command to work with SEE. ... (check-in: 564edc69 user: mistachkin tags: see)
01:37
Move PRAGMA key handling into its own function. ... (check-in: 95f14fae user: mistachkin tags: trunk)
2017-05-28
20:36
Some coding style cleanup in order to make fossil_close() static. ... (check-in: 1c6a6fa1 user: mistachkin tags: trunk)
20:33
Make sure config database state is consistent when returning from 'sqlite' command. ... (check-in: 97ff702f user: mistachkin tags: trunk)
19:44
When building an SEE-enabled build with MSVC, be sure to define SQLITE_HAS_CODEC. ... (check-in: fa6b22c6 user: mistachkin tags: trunk)
19:35
Fix compilation using MSVC 2005 and 2008. ... (check-in: 9766cfd5 user: mistachkin tags: trunk)
2017-05-27
20:29
When SEE integration is enabled, pass its flags when compiling 'shell.c' as well. ... (check-in: 6d4aa344 user: mistachkin tags: trunk)
03:21
Fix support for 'raw' mode for embedded TH1 docs broken by check-in [35698c9c43478f8f]. ... (check-in: 05df5d2e user: mistachkin tags: trunk)
2017-05-26
13:15
Fix the --skin option so that it works on Windows. ... (check-in: 68561777 user: drh tags: trunk)
08:44
Requesting Fossil 2.3 release just after the Unicode 10.0 release (expected around june 20, 2017). If earlier, please revert commit [09bcc322f7bcf52f|09bcc322f7] first. ... (check-in: 6fe0d689 user: jan.nijtmans tags: trunk)
05:55
Remove the restriction entirely for editing a comment only in the working check-out directory and choose an appropriate temporary file if no working check-out is available instead. ... (check-in: 74df777e user: andybradford tags: amend-regress)
03:46
Restore the ability to use amend outside an open check-out disabled by [8c22e1bbcd8ec048]. Only allow interactive edits within an open check-out. Perhaps unixTempFileDir() could be used to locate a suitable TMP location for the edit in the event that there is not an open-checkout. ... (check-in: afef5fb5 user: andybradford tags: amend-regress)
02:27
Fix minor grammar bug in open check-out required error message. ... (check-in: 55e24875 user: andybradford tags: trunk)
2017-05-25
17:07
Update the change log to show that SQLite 3.19.2 was installed. ... (check-in: ad44efaf user: drh tags: trunk)
16:59
Update the built-in SQLite to version 3.19.2. ... (check-in: 418ac81c user: drh tags: trunk)
2017-05-24
13:48
Increase the version number to 2.3 in preparation for the next release. Updates to the change log. ... (check-in: 277274c0 user: drh tags: trunk)
13:19
Update the built-in SQLite to the 3.19.1 patch release. ... (check-in: 4465be15 user: drh tags: trunk)
09:51
Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0. ... (check-in: 09bcc322 user: jan.nijtmans tags: trunk)
2017-05-22
15:10
(cherry-pick): Update the built-in SQLite to 3.19.0 ... (Closed-Leaf check-in: 70af6acd user: jan.nijtmans tags: branch-2.2)
14:29
Update the built-in SQLite to 3.19.0 ... (check-in: e1da46fe user: jan.nijtmans tags: trunk)
2017-05-13
23:08
Restore previous behavior of the --with-tcl option to configure, where the value portion is optional. ... (check-in: 27e65b07 user: mistachkin tags: trunk)
18:00
Enhance the "fossil 3-way-merge" command to output a warning in the event of merge conflicts. ... (check-in: 9e17c686 user: drh tags: trunk)
2017-05-12
18:22
(cherry-pick): Fix an XSS issue with the /help webpage. Change a few %s format letters into %h ... (check-in: f1a7360e user: jan.nijtmans tags: branch-2.2)
17:22
Change a few %s format letters into %h. ... (check-in: 8e27a5a0 user: drh tags: trunk)
16:22
Fix an XSS issue with the /help webpage. ... (check-in: db482f16 user: drh tags: trunk)
15:11
In the "fossil info -v" command, sort the access-url and check-out fields by date, not by name. ... (check-in: 12ab581f user: drh tags: trunk)
14:11
In the hyperlink on the "Last Sync URL", omit the username to prevent warnings from Firefox. ... (check-in: 172c2235 user: drh tags: trunk)
13:57
Add the "Last Sync URL" division to the /urllist page. ... (check-in: d4fc9120 user: drh tags: trunk)
13:49
Patch for autosetup to restore previous behavior of the --with options to configure, by Steve Bennett. ... (check-in: 4e1450ae user: mistachkin tags: trunk)
2017-05-11
22:49
Fix a typo on the aboutdownload.wiki documentation page. ... (check-in: 82aaedd9 user: drh tags: trunk)
21:09
Update the built-in SQLite to the first 3.19.0 beta. ... (check-in: d6a0debd user: drh tags: trunk)
21:00
Add the URL & Checkouts entry to the setup menu. ... (check-in: a53beaab user: drh tags: trunk)
09:06
Don't access g.argv[2], when g.argc indicates there's no such element. Reported by Tony Papadimitriou. ... (check-in: 2d69772e user: jan.nijtmans tags: trunk)
2017-05-10
16:19
Update the built-in SQLite to the latest 3.19.0 alpha that includes the authorizer callback enhancements. ... (check-in: 094a498d user: drh tags: trunk)
09:22
Update autosetup to v0.6.6 ... (check-in: c5e41007 user: jan.nijtmans tags: trunk)
2017-05-08
23:04
Added new documentation for File Name Glob Patterns, suitable for explaining how the patterns found in the various xxx-glob settings work in detail. ... (check-in: b892f2d5 user: rberteig tags: trunk)
23:00
Final proofreading of file glob patterns document before merging to trunk. Also updated the permuted index to match mkindex.tcl and the current glob article title. ... (Closed-Leaf check-in: ea1fd253 user: rberteig tags: glob-docs)
2017-05-04
14:52
Tweak format of initial list of special characters to match format of examples given two sections below ... (check-in: 160b9852 user: andygoth tags: glob-docs)
2017-05-02
20:18
(cherry-pick): Enhancements to the password prompt logic for Windows so that it works better in non-standard shells. ... (check-in: cd24cf19 user: jan.nijtmans tags: branch-2.2)
19:18
Update the built-in SQLite to the latest 3.19.0 alpha for testing. ... (check-in: b8f3b549 user: drh tags: trunk)
19:13
Enhancements to the password prompt logic for Windows so that it works better in non-standard shells. ... (check-in: 513dd003 user: drh tags: trunk)
2017-05-01
13:57
Assorted tweaks to new Platform Quirks section of www/globs.md after re-reading it. ... (check-in: a53d3b7d user: wyoung tags: glob-docs)
13:34
Replaced the Platform Quirks section of the www/globs.md document with a modified version of what I (Warren Young) posted to the mailing list, the differences answering Ross Berteig critiques of the original version. ... (check-in: 0a51f1bf user: wyoung tags: glob-docs)
2017-04-26
15:27
No need for the /version page to distinguish between verbose=2 and verbose=1, just presence (or not) of "verbose" is enough. ... (check-in: 0ec71205 user: jan.nijtmans tags: trunk)
2017-04-23
14:50
Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. ... (check-in: c7d85ffb user: jan.nijtmans tags: branch-2.2)
13:50
gzip.c:70:13: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] aHdr[9] = 255; ~ ^~~ ... (check-in: fe1332ca user: jan.nijtmans tags: trunk)
13:08
merge trunk. Use new Win10 flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE. See: https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#Y9sMOye6Y8vVYmDx.97 for why this might make this branch work better. ... (Closed-Leaf check-in: 2999c7dc user: jan.nijtmans tags: winsymlink)
2017-04-20
18:53
With examples split into their own list, switch back to compacted bullet lists. ... (check-in: 8ce3e9a6 user: rberteig tags: glob-docs)
18:26
Correct display of character list examples to work around lack of multi-level bulleted lists ... (check-in: 2df14399 user: andygoth tags: glob-docs)
2017-04-19
22:07
Add some hints about translating from .gitignore to ignore-glob. I only scratched the surface: this could easily become the subject of a book. ... (check-in: ddea92ad user: rberteig tags: glob-docs)
07:08
Add image/bmp and image/vnd.microsoft.icon (ico) to the mime-type table ... (check-in: 613fe1b1 user: jan.nijtmans tags: trunk)
06:58
some end-of-line spacing ... (check-in: 7f4b50b2 user: jan.nijtmans tags: trunk)
2017-04-18
22:25
In globs.md, fixed one more all-caps GLOB and reworded some things. ... (check-in: daf2ada2 user: rberteig tags: glob-docs)
19:50
More editorial work. ... (check-in: 1adc47e0 user: rberteig tags: glob-docs)
18:40
Index xmark(trid), otherwise writing the mark file can take hours. ... (check-in: 48d466ab user: joerg tags: trunk)
01:29
Substantial and minor changes to the file globs document taking advice from Warren Young's email. ... (check-in: 1239b6c4 user: rberteig tags: glob-docs)
2017-04-16
01:11
Consistently use ` instead of ' to surround individual characters ... (check-in: 565685b5 user: andygoth tags: glob-docs)
01:09
Mention difference between Fossil globs and Unix shell globs ... (check-in: 8df6df49 user: andygoth tags: glob-docs)
00:45
Replace []] example with [][] because a single-character character class is not terribly useful whereas the latter demonstrates the same concept as well as the visibly unusual way to match either bracket. Add example showing how to match a ^ character as well as ], further reinforcing the above. ... (check-in: 541e3249 user: andygoth tags: glob-docs)
2017-04-14
22:40
Added a new document describing the details of the GLOB syntax used with many settings. Updated the permuted index generator (and the index) to include it. ... (check-in: b96f86c6 user: rberteig tags: glob-docs)
2017-04-13
20:42
Correct reparent usage information ... (check-in: 07783301 user: andygoth tags: trunk)
2017-04-12
18:40
Fix a typo on the aboutdownload.wiki documentation page. ... (check-in: f2e9eeb1 user: drh tags: trunk)
11:39
Minor gcc compiler warnings ... (check-in: a9d1d46f user: jan.nijtmans tags: trunk)
11:26
Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. ... (check-in: 41956e70 user: drh tags: trunk)
2017-04-11
21:37
Added verbiage to --ignore options of add and addremove to state that they apply to unmanaged files only. ... (check-in: 4d2c34b0 user: sdr tags: trunk)
20:54
Version 2.2 ... (check-in: 81d7d3f4 user: drh tags: trunk, release, version-2.2)
15:04
Update change-log ... (check-in: 909f2ef4 user: jan.nijtmans tags: trunk)
2017-04-03
11:40
Add support for GIT comment tags, as suggested here. Implementation by Roy Marples, but modified to use the (existing) 'T' card in stead of the 'C' card. ... (check-in: 3bba2a6e user: jan.nijtmans tags: trunk)
11:33
Use the (existing) 'T' card in stead of an (incompatible) 'C' card, to store GIT's Tag comment. ... (Closed-Leaf check-in: f2e075b9 user: jan.nijtmans tags: roy-export)
2017-03-31
00:11
Fixed bug in test files generated in commit-warning tests that caused some UCS-2 (aka UTF-16) files to have an odd byte length and be seen as binary instead of Unicode. ... (check-in: 4bbd5c3e user: rberteig tags: trunk)
2017-03-30
18:58
Cherry-pick Solaris build fix from SQLite trunk http://www.sqlite.org/src/info/c8000e94cca59dab ... (check-in: 54cf4397 user: jan.nijtmans tags: trunk)
18:01
Add a hyperlink to PRAGMA optimize in the change log for 2.2. ... (check-in: 84c2682f user: drh tags: trunk)
15:27
Update the built-in SQLite to 3.18.0 ... (Closed-Leaf check-in: 017baa24 user: jan.nijtmans tags: branch-2.1)
15:25
Update the built-in SQLite to 3.18.0 ... (check-in: 32b0065c user: jan.nijtmans tags: trunk)
07:23
merge-mark (no change, because the removal of unused code from local.tcl was already done in trunk) ... (Closed-Leaf check-in: 327dc563 user: jan.nijtmans tags: autosetup)
2017-03-29
23:07
Update autosetup to v0.6.6

Includes minor update to local.tcl for new option handling, and also remove some unused code from local.tcl ... (check-in: 2af33c97 user: steveb tags: autosetup)

2017-03-28
11:10
Remove superflouous part of autosetup/local.tcl, suggested by Steve Bennett ... (check-in: 7198a7dc user: jan.nijtmans tags: trunk)
2017-03-25
19:15
(cherry-pick): Define the NORETURN macro for MSVC ... (check-in: 1112616e user: jan.nijtmans tags: branch-2.1)
02:20
Fix minor typos and add helpful hyperlinks in some of the documentation. ... (check-in: a0ce33c9 user: drh tags: trunk)
01:47
Fix a typo in The Fossil Sync Protocol document. ... (check-in: 39d6fc72 user: drh tags: trunk)
01:14
Further changes to the security section of the How The Download Page Works document. ... (check-in: 14ac1127 user: drh tags: trunk)
01:12
Add the "Security" section to the "How The Download Page Works" document. ... (check-in: 914d5328 user: drh tags: trunk)
00:44
Add the "How The Download Page Works" documentation file. ... (check-in: fb38d312 user: drh tags: trunk)
2017-03-24
20:43
Update the built-in SQLite to the third 3.18.0 beta. ... (check-in: af225fea user: drh tags: trunk)
08:55
Not all MSVC versions understand __declspec(noreturn) ... (check-in: 131bef42 user: jan.nijtmans tags: trunk)
02:54
Update the built-in SQLite to the second 3.18.0 beta. ... (check-in: c8a43002 user: drh tags: trunk)
2017-03-23
22:09
Define the NORETURN macro for MSVC ... (check-in: a99c9ffe user: drh tags: trunk)
2017-03-22
16:42
Since "allow-symlinks" is already ON by default on non-unix platforms (since fossil 1.35 already), no need to do anything special during GIT/SVN import. ... (check-in: f21820f4 user: jan.nijtmans tags: trunk)
16:26
(cherry-pick): Fixes to SVN import received from Christophe Gouiran (bechris13250 at gmail) ... (check-in: dec3383e user: jan.nijtmans tags: branch-2.1)
16:15
Fix harmless compiler warnings in the shell ... (check-in: cc65959b user: jan.nijtmans tags: trunk)
15:56
When compiling with Mingw(-w64), check for (older) MSVC compatibility. ... (check-in: 4080860d user: jan.nijtmans tags: trunk)
14:52
Fix (older) MSVC compile ... (check-in: 80c94b76 user: jan.nijtmans tags: trunk)
12:39
Fixes to SVN import received from Christophe Gouiran (bechris13250 at gmail) ... (check-in: 035bd4f6 user: drh tags: trunk)
2017-03-21
23:45
Added some UTF-16 cases, and a BOM case for UTF-8 to commit-warning.test ... (check-in: 8705a525 user: rberteig tags: trunk)
13:21
Add the --symlink option to test-file-environment. ... (check-in: e5830687 user: drh tags: trunk)
10:52
Improve commit-warning tests by constructing test files for interesting cases aiming for coverage of all the situations that should produce warnings independent of the other files in the fossil repository. ... (check-in: 02bfb9b6 user: rberteig tags: trunk)
2017-03-20
13:57
Update the built-in SQLite to the first 3.18.0 beta. ... (check-in: affb6b5e user: drh tags: trunk)
13:56
Limit the virtual-machine size for SQL statements run for report generators. ... (check-in: 30714751 user: drh tags: trunk)
2017-03-18
14:10
Update to the latest pre-release of SQLite 3.18.0 that includes a fix for the harmless compiler warning on Macs. ... (check-in: 9612d43f user: drh tags: trunk)
12:44
The "amend" command only works from within an open check-out. ... (check-in: 8c22e1bb user: drh tags: trunk)
2017-03-16
23:20
Clean up JSON tests and tweak use of catch in the test framework. ... (check-in: 9e5f06de user: rberteig tags: trunk)
17:55
Update the change log for version 2.2. Change the version number to 2.2. ... (check-in: b477fe57 user: drh tags: trunk)
16:16
Remove the (broken) "Color by Hash" submenu link from the /bloblist page. ... (check-in: dd687c7c user: drh tags: trunk)
15:29
On the /rcvfromlist page, show the hash algorithms used for each batch of artifacts received. ... (check-in: 386191d3 user: drh tags: trunk)
15:14
Rename crnl-glob versioned setting to crlf-glob ... (check-in: c5e4f7df user: jan.nijtmans tags: trunk)
15:03
The hclr query parameter to /bloblist color-codes the display to show whether each artifact is SHA1 or SHA3. There are no links or buttons to activate this query parameter. It is designed for expert users only, to be typed in manually into the URL. ... (check-in: 59a8438a user: drh tags: trunk)
14:47
Update the built-in SQLite to the latest 3.18.0 pre-release. ... (check-in: 303a2084 user: drh tags: trunk)
00:38
In json.test, look for the empty file artifact using its new SHA3 hash explicitly. This allows json-artifact-file and related tests to pass, and eliminates a cascade of false failures that had crashed the test harness. ... (check-in: 5ad7038f user: rberteig tags: trunk)
00:35
Wrap each .test file in a catch command, with output of the error messages to the log for sanity. This should reduce the ways that a failing test case can unexpectedly wedge the entire test suite. ... (check-in: cdf1700a user: rberteig tags: trunk)
00:04
Skip entire merge5.test until fossil sqlite3 --no-repository works right. ... (check-in: 6167f69a user: rberteig tags: trunk)
2017-03-15
23:54
Mark the failing test pre-commit-warnings-1 as a knownBug. TODO: Write a more stable test case. ... (check-in: 876b436c user: rberteig tags: trunk)
23:53
Remove an unused variable from the /dir webpage implementation. ... (check-in: d1f9f4c8 user: drh tags: trunk)
23:31
Create two new README files under test/subdir/ for testing purposes. ... (check-in: 34d9bddf user: drh tags: trunk)
19:50
Ignore a trailing "/" on the name= query parameter for /file when showing a directory listing. ... (check-in: a9c4b3c4 user: drh tags: trunk)
19:06
Add the "[history]" link on the /dir page for subdirectories. ... (check-in: 6a01228f user: drh tags: trunk)
19:04
(cherry-pick): On the /tarball and /zip pages, use r= as the query parameter to select which check-in to download. The uuid= query parameter is still accepted as an alias for backwards compatibility. ... (check-in: c6a20403 user: jan.nijtmans tags: branch-2.1)
18:34
On the /tarball and /zip pages, use r= as the query parameter to select which check-in to download. The uuid= query parameter is still accepted as an alias for backwards compatibility. ... (check-in: ece33ee1 user: drh tags: trunk)
18:20
Merge latest trunk ... (Closed-Leaf check-in: ad9d418c user: mgagnon tags: dir_history_link)
17:27
If a directory listing (from /file or /dir or /tree) contains a README file, then render the content of that README beneath the directory listing. Example: /file/skins ... (check-in: a6993f9b user: drh tags: trunk)
15:43
Enhance the /file/NAME page so that it shows directory listings if the NAME argument is a directory instead of a file. If NAME is omitted, it shows all the files at the top-level. ... (check-in: 9f3bad83 user: drh tags: trunk)
14:30
(cherry-pick): Have Fossil use the new "PRAGMA optimize" feature of SQLite 3.18.0 alpha. Use latest SQLite CLI enhancements. ... (check-in: d123620e user: jan.nijtmans tags: branch-2.1)
10:40
(cherry-pick): Fix by Natacha Porté for delimiter escape bug discovered by Mark Janssen. (fossil-users list) ... (check-in: 1c23cca8 user: jan.nijtmans tags: branch-2.1)
06:25
Fixed amend.test to only care about the first 40 chars of uuid values. ... (check-in: 3537c75c user: rberteig tags: trunk)
00:41
Added missing reference to the -json-input flag for the json command. ... (check-in: 2accaaee user: stephan tags: trunk)
00:31
added missing return type in login_basic_authentication() definition. ... (check-in: fd928b6e user: stephan tags: trunk)
00:19
Simplify the Basic Authentication implementation, removing the need for the strtok_r() library function. ... (check-in: 2e76b99f user: drh tags: trunk)
2017-03-14
23:30
Changed remaining regexps in test cases that match hashes to allow hashes to range from 40 to 64 hex digits. Added the same_uuid proc to the test harness to regularize comparing uuids. It is true if one is a prefix of the other. There are still regressions in the test suite, especially in amend.test, but this is progress. ... (check-in: 0541af5f user: rberteig tags: trunk)
21:15
Update hash regexp to defend against full length SHA3 hashes. ... (check-in: 38115a0b user: rberteig tags: trunk)
20:21
New test case for the Markdown bug, fixed issues with hash matching, fixed tests for the TH1 unversioned command so they no longer depend on unversioned files from a past release in the real repository. ... (check-in: f92672bd user: rberteig tags: trunk)
16:02
Fix by Natacha Porté for delimiter escape bug discovered by Mark Janssen. (fossil-users list) ... (check-in: dd41f85a user: jan.nijtmans tags: trunk)
14:38
Fix build on mingw-w64 (which DOES have strtok_r) ... (check-in: 6f523169 user: jan.nijtmans tags: trunk)
12:17
merge trunk ... (check-in: bec0c4f0 user: jan.nijtmans tags: openssl-1.1)
12:15
(cherry-pick): Fix Debian bug 847556: Cannot clone/sync over HTTPS ... (check-in: 7be745f3 user: jan.nijtmans tags: branch-2.1)
12:11
Fix Debian bug 847556: Cannot clone/sync over HTTPS ... (check-in: 04168f51 user: jan.nijtmans tags: trunk)
01:55
Merge in small fixes to the test suite and plan to continue improving the suite in the trunk. Also kludge login.c on MinGW which has no strtok_r() available in its libc by supplying a public domain one. There certainly is a better way to deal with this, but this unbreaks the build on Windows broken by [315cf2436]. ... (check-in: 93d52a01 user: rberteig tags: trunk)
2017-03-13
23:47
Add the capability for Fossil to directly interpret the Authentication: HTTP header for Basic Authentication, if enabled on the /setup_access page. Disabled by default. ... (check-in: 315cf243 user: drh tags: trunk)
23:28
Correct filename title in comment for man_page_command_list.tcl ... (check-in: 260e3c75 user: andygoth tags: trunk)
22:24
Merged from trunk for testing before pushing back to trunk. ... (Closed-Leaf check-in: f955c632 user: rberteig tags: rkb-2.0-tests)
21:53
Merged from trunk to verify fix in [62352847]. ... (check-in: 4077357a user: rberteig tags: rkb-2.0-tests)
20:47
Fix a obsolete comment related to updating the CHECK constraint on the BLOB table when moving up to version 2.0 or later. ... (check-in: 66807d30 user: drh tags: trunk)
01:12
Add the capability for Fossil to directly interpret the Authentication: HTTP header for Basic Authentication, if enabled on the /setup_access page. Disabled by default. ... (Closed-Leaf check-in: 4fa4c021 user: drh tags: basic-authentication-2)
2017-03-12
23:32
More refactoring of "control artifact" to "structural artifact". Also improve the wording. All in the selfcheck document. ... (check-in: 43c3d95a user: drh tags: trunk)
18:59
Use the term "structural artifacts" in place of the older "control artifact" notation. ... (check-in: 1dda1b6d user: drh tags: trunk)
17:01
More hyperlink fixes on the same page. ... (check-in: f5240a1c user: drh tags: trunk)
16:59
Fix bad hyperlink on the Compiling And Installing Fossil page. ... (check-in: a0f5be9a user: drh tags: trunk)
01:03
Fix typos in the Fossil-v-Git document. ... (check-in: 60dbbbef user: drh tags: trunk)
2017-03-11
13:59
Add test commonmark test suite ... (check-in: 98936190 user: mjanssen tags: commonmark-markdown)
13:56
Switch to commonmark renderer ... (check-in: de94fdd1 user: mjanssen tags: commonmark-markdown)
13:52
Add commonmark amalgamations ... (check-in: 116e744b user: mjanssen tags: commonmark-markdown)
13:48
Create new branch named "commonmark-markdown" ... (check-in: 525e3b75 user: mjanssen tags: commonmark-markdown)
2017-03-10
17:32
Update to the latest SQLite 3.18.0 prerelease code, and especially the newest CLI code. ... (check-in: d93679a1 user: drh tags: trunk)
17:30
Have Fossil use the new "PRAGMA optimize" feature of SQLite 3.18.0 alpha. ... (check-in: 7815d015 user: drh tags: trunk)
17:19
Fix the release date for 2.1 on the change log. ... (check-in: f89e0d4a user: drh tags: trunk)
17:07
Version 2.1 ... (check-in: 83e3445f user: drh tags: trunk, release, version-2.1)
01:44
Merge recent enhancements from trunk ... (Closed-Leaf check-in: 41d43ec6 user: drh tags: optimize-pragma)
2017-03-09
15:52
For commands where the --sha1sum option has changed to --hash, continue to accept --sha1sum for historical compatibility, though leave this undocumented. ... (check-in: d90e56f4 user: drh tags: trunk)
2017-03-08
22:56
Remove a repeated "are" in hash-policy command help text. ... (check-in: 57765421 user: mgagnon tags: trunk)
20:35
Fix the "fossil wiki export --technote" command so that it allows hash abbreviations again, as it should. ... (check-in: 62352847 user: drh tags: trunk)
20:05
Fixed isses in the JSON and wiki test cases exposed by regressions in fossil-2.0. ... (check-in: 5ee57d84 user: rberteig tags: rkb-2.0-tests)
15:01
Fix an #ifdef error in the sha3 implementation that caused suboptimal code for little-endian machines. ... (check-in: e8b43332 user: drh tags: trunk)
13:01
The default SHA3 hash size is 256, not 224. Fix the comments and the (unused) default initialization in the SHA3Init() routine. ... (check-in: 4a31a093 user: drh tags: trunk)
03:22
Enhancements to TH1 related to hashing. Add the 'hash' TH1 command. ... (check-in: 357c3c68 user: mistachkin tags: th1Hash)
2017-03-07
21:43
Fix the previous fix so that it works even if TH1 hooks are disabled at compile-time. ... (check-in: 691a6492 user: drh tags: trunk)
20:38
Do not run TH1 hooks on the "fossil sql" command. ... (check-in: d4935443 user: drh tags: trunk)
11:11
Remove RFC documentation from zlib redistribution. Motivation: bundled zlib documentation is under a potentially non-free license ... (check-in: eea86cee user: jan.nijtmans tags: trunk)
2017-03-06
19:53
Update the built-in SQLite to the latest 3.18.0 prerelease version that supports PRAGMA optimize. ... (check-in: f32c36e5 user: drh tags: optimize-pragma)
19:51
Merge in the Fossil 2.0 and 2.1 enhancements. ... (check-in: 0dc47930 user: drh tags: optimize-pragma)
15:32
Merge trunk ... (Closed-Leaf check-in: 4bf7e4ef user: jan.nijtmans tags: sqlite3-compat)
12:52
Use "auto" hash-policy for new Docker repositories ... (check-in: 3c9dc148 user: jan.nijtmans tags: trunk)
12:48
For new Docker-generated repositories, use "auto" hash-policy as default: They might be synced with "sha1"-type repositories, this would render those repositories useless. ... (check-in: 9a6256cf user: jan.nijtmans tags: trunk)
08:57
(cherry-pick): Fix a bug that prevented clients from pushing SHA3 content up to servers. ... (Closed-Leaf check-in: f41f6f33 user: jan.nijtmans tags: branch-2.0)
00:08
Add a new hyperlink to the hash policy document. ... (check-in: 907021af user: drh tags: trunk)
2017-03-05
22:28
Update the change log for version 2.1. ... (check-in: 13924ff7 user: drh tags: trunk)
19:51
Add support for variable "hash policies". Increase the version number to 2.1. ... (check-in: e92133a5 user: drh tags: trunk)
19:49
More tweaks to the "Hash Policy" document. Add the Hash Policy document to the permuted index. ... (Closed-Leaf check-in: f55db74d user: drh tags: fossil-2.1)
19:13
Tweaks to the hash policy document. ... (check-in: b0d3e9cc user: drh tags: fossil-2.1)
01:57
Add a first draft of the "Hash Policy" document. ... (check-in: 6429054f user: drh tags: fossil-2.1)
00:38
Automatically convert from "auto" to "sha3" if a SHA3-named artifact is received. ... (check-in: c8870643 user: drh tags: fossil-2.1)
00:29
Move the display of hash-policy to the Schema Version line of the /stat page, and only show the hash-policy name if it is something other than "auto". ... (check-in: def29c31 user: drh tags: fossil-2.1)
00:21
Show the current hash policy on the "Database Stats" line of the /stat screen. ... (check-in: 2ca8bc8b user: drh tags: fossil-2.1)
00:08
Add the --sha1 option to the "fossil new" command, to simplify the creation of new SHA1-only repositories. ... (check-in: 91f5ad9b user: drh tags: fossil-2.1)
2017-03-04
21:03
Preserve the hash policy on a clone. ... (check-in: d9b3a863 user: drh tags: fossil-2.1)
20:38
New repositories default to hash policy "shun-sha1" with a SHA3 initial check-in. But this can be overridden using the --template option with a template repository that is already set to a different hash policy. ... (check-in: 95543ce4 user: drh tags: fossil-2.1)
20:06
Implement the hash-policy setting and the "fossil hash-policy" command. The default hash policy is "auto" for existing repositories and "shun-sha1" for new repositories. ... (check-in: a616c04b user: drh tags: fossil-2.1)
20:04
Merge enhancements from trunk ... (check-in: acd3b31f user: drh tags: fossil-2.1)
14:29
Add the /juvlist webpage that returns a list of all unversioned files as JSON. ... (check-in: 7d12ba54 user: drh tags: trunk)
2017-03-03
19:33
Improve stash diff commands when using external diff tool to make it behave a little bit more like the "fossil gdiff" command. ... (check-in: 2a47673a user: mgagnon tags: trunk)
19:29
merge trunk ... (Closed-Leaf check-in: 5e19d731 user: mgagnon tags: stash-gdiff-improvement)
16:26
Fix a bug that prevented clients from pushing SHA3 content up to servers. ... (check-in: 9413c773 user: drh tags: trunk)
14:31
Add gshow and gcat command to allow to use gdiff-command when diffing the stash against baseline. When using gdiff, call external tool directly with the file from the checkout, it's usefull when merging change manually using the external tool. ... (check-in: 06b16752 user: mgagnon tags: stash-gdiff-improvement)
13:49
Update custom makefile ... (check-in: 6fc3bf94 user: jan.nijtmans tags: trunk)
13:15
Updates to the "mkdownload.tcl" script for version 2.0. ... (check-in: a717856f user: drh tags: trunk)
12:00
Version 2.0 ... (check-in: 1d407cff user: drh tags: trunk, release, version-2.0)
2017-03-02
16:20
Cherry-pick ac760db072 from SQLite: Fix a use-after-free problem in the shell tool code that could occur if an SQL statement were executed after an ".open" command with invalid options. ... (check-in: 69b9b956 user: jan.nijtmans tags: trunk)
12:37
Few comment glitches ... (check-in: 8a768615 user: jan.nijtmans tags: trunk)
12:08
Few (textual) typos. Eliminate unneccary spacing. ... (check-in: b098c939 user: jan.nijtmans tags: trunk)
01:28
Fix harmless compiler warnings in the new hardened SHA1 implementation. ... (check-in: ed30b3d6 user: drh tags: trunk)
00:10
Documentation updates - remove references to SHA1 as the only available hash algorithm. ... (check-in: 796db898 user: drh tags: trunk)
2017-03-01
22:26
Fix a redundant #include in sha1hard.c. ... (check-in: 0f5dc21e user: drh tags: trunk)
21:57
Merge recent enhancements from trunk. ... (check-in: 32ba35f3 user: drh tags: fossil-2.1)
21:53
Update the change log. ... (check-in: c682faab user: drh tags: trunk)
21:42
Use the hardened SHA1 implemenation by Marc Stevens and Dan Shumow. ... (check-in: 7c29bffc user: drh tags: trunk)
21:39
Indicate the use of hardened-SHA1 in the "fossil version -v" output. ... (Closed-Leaf check-in: e81f4d4e user: drh tags: hardened-sha1)
21:24
Make it possible to turn off SHA1 hardening, falling back to the legacy implementations. ... (check-in: 2f87dcf5 user: drh tags: hardened-sha1)
21:03
Use the hardened SHA1 hash function from https://github.com/cr-marcstevens/sha1collisiondetection. ... (check-in: ba9d1080 user: drh tags: hardened-sha1)
19:53
Updates to the change log. ... (check-in: 537ab886 user: drh tags: trunk)
18:21
Remove unused local variables. ... (check-in: cb92c69c user: drh tags: trunk)
17:49
Merge enhancements from trunk. ... (check-in: 1e377995 user: drh tags: fossil-2.1)
17:48
The server issues an error asking the client to upgrade if the client is less than Fossil 2.0 and SHA3 content is encountered. ... (check-in: a1373876 user: drh tags: trunk)
17:15
Merge updates from trunk. ... (check-in: c3fbab2e user: drh tags: fossil-2.1)
17:14
Show the correct hash algorithm name in the Overview section of the /info webpage. (Originally committed to the wrong branch.) ... (check-in: 26dac28e user: drh tags: trunk)
17:11
Show on the the first 40 characters of SHA3 hashes in the "fossil status" command, and similar, to avoid overflowing the 80-character width of a standard TTY window. ... (check-in: 5c87495e user: drh tags: trunk)
16:44
Show the correct hash algorithm name in the Overview section of the /info webpage. ... (check-in: 92fb9760 user: drh tags: fossil-2.1)
16:04
This is the branch for Fossil 2.1. The only difference from 2.0 will be that in this branch SHA3 hash names are used by default, instead of SHA1. ... (check-in: fc3995a0 user: drh tags: fossil-2.1)
16:00
Add the ability to read and understand SHA3 name hashes. ... (check-in: fd9b7bd9 user: drh tags: trunk)
15:35
Change references to "SHA1 hash" in comments and UI labels to be "artifact hash" or similar. ... (Closed-Leaf check-in: b9a1a3b9 user: drh tags: fossil-2.0)
15:09
Do not create the ALIAS table as it turns out not to be needed. ... (check-in: 3259aa54 user: drh tags: fossil-2.0)
14:55
Improvements to the way that hash name aliases are detected in the content_put_ex() routine. ... (check-in: 53a2824e user: drh tags: fossil-2.0)
14:10
Check for name aliases when committing. Use SHA3 hashes if the version number is 2.1 or higher. ... (check-in: 104c8d34 user: drh tags: fossil-2.0)
12:38
Send the "pragma client-version" command from the client and parse it on the server. ... (check-in: a5f4579d user: drh tags: fossil-2.0)
11:29
Omit SHA3-224 as an option. The only two artifact naming hash options are SHA1 and SHA3-256. ... (check-in: c8866287 user: drh tags: fossil-2.0)
00:49
Use generic hash validity checking in the purge.c module. ... (check-in: 7bd36bc5 user: drh tags: fossil-2.0)
00:35
Merge updates from trunk. ... (check-in: fcc9116a user: drh tags: fossil-2.0)
00:34
Avoid unnecessary SHA1 calls in the bundle.c module. ... (check-in: 527d4edd user: drh tags: fossil-2.0)
00:25
On a check-out the manifest.uuid file is determined by the display name, not the SHA1 hash of the manifest. ... (check-in: 41af304e user: drh tags: trunk)
2017-02-28
22:55
Fix a bug in the schema definition that prevented new repositories from being created. On the server side, check the authentication hash using the appropriate hash algorithm. ... (check-in: f7861887 user: drh tags: fossil-2.0)
22:34
Fix the FOSSIL_VERSION_NUMBER macro so that it is always of the form XYYZZ X is the major version number (ex: 2) and YY is the minor version number and ZZ is the patch number, or 0. ... (check-in: 2dce6a92 user: drh tags: fossil-2.0)
22:15
Remove unnecessary references to sha1sum from xfer.c. ... (check-in: 7ec259c3 user: drh tags: fossil-2.0)
20:43
Remove a reference to sha1sum from the pre-commit verification logic. ... (check-in: fc246fc4 user: drh tags: fossil-2.0)
20:28
Remove references to SHA1 hashing from the structural artifact parser. ... (check-in: 9f17d77a user: drh tags: fossil-2.0)
20:16
The vfile.c modules uses the display hash to verify whether or not files have changed on disk. ... (check-in: ac279fa0 user: drh tags: fossil-2.0)
19:47
Fix the tarball and ZIP archive generators so that the use the display hash to populate the manifest.uuid file. ... (check-in: 9a8986b7 user: drh tags: fossil-2.0)
19:15
Add the hname_verify_hash() routine and use it to fix "fossil test-integrity" such that it verifies the display hash regardless of the algorithm used. ... (check-in: 08badee3 user: drh tags: fossil-2.0)
16:36
Change the --sha1sum options on "fossil commit" and "fossil status" to be --hash, since it is no longer restricted to a single hash algorithm. ... (check-in: 1f61b2dc user: drh tags: fossil-2.0)
16:25
Refactoring and cleanup of some of the hash name interfaces. ... (check-in: 1c8768b0 user: drh tags: fossil-2.0)
14:14
On-the-fly schema updates. No "fossil rebuild" needed when moving to Fossil 2.0. ... (check-in: 94f4c0aa user: drh tags: fossil-2.0)
10:12
Update the change log for version 2.0. ... (check-in: 89077b05 user: drh tags: fossil-2.0)
10:06
Updates to to the fileformat.wiki document. ... (check-in: d9bef53b user: drh tags: fossil-2.0)
09:16
Change the version number to 2.0. ... (check-in: 81a73593 user: drh tags: fossil-2.0)
02:10
Update "fossil rebuild" so that it changes the CHECK constraint on the BLOB table to be "length(uuid)>=40" instead of "==40". ... (check-in: 2cce7d19 user: drh tags: fossil-2.0)
00:56
Relax size constraints on artifact hash parsing. ... (check-in: 65c59711 user: drh tags: fossil-2.0)
2017-02-27
23:17
Changes to the design of the alias table. ... (check-in: 0a8fad6a user: drh tags: fossil-2.0)
22:33
Back out the change to the cluster artifact M-card that added an alias name. The plan is to transmit alias information by new cards in the sync protocol. ... (check-in: a6ee563c user: drh tags: fossil-2.0)
22:20
Abandon the HNAME table idea. Instead, continue to use the BLOB.UUID as the primary artifact name and add the ALIAS table for aliased artifact names after a hash algorithm change. Add the optional alias argument to the M-card. ... (check-in: 2e42c9cb user: drh tags: fossil-2.0)
18:26
Manifest parser supports various hash sizes. ... (check-in: 80f9b68e user: drh tags: fossil-2.0)
14:46
The smallest SHA3 hash size is 224 bits, not 228 bits. ... (check-in: 5ed8477b user: drh tags: trunk)
14:44
Create the initial HNAME table on a rebuild. Also fix a hash size error in sha3.c. ... (check-in: 82487bec user: drh tags: fossil-2.0)
13:07
Improvement to the way auxiliary tables are initially dropped on a rebuild. ... (check-in: a31944e6 user: drh tags: fossil-2.0)
2017-02-26
16:30
Add the --size argument to the sha3sum command. ... (check-in: ccdafa2a user: drh tags: trunk)
2017-02-25
20:33
Optimizations to the SHA3 algorithm. ... (check-in: 493321d4 user: drh tags: trunk)
20:14
Updates to the "sha3sum" help text. ... (check-in: b015ad71 user: drh tags: trunk)
20:07
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. ... (check-in: dcb1a827 user: drh tags: trunk)
19:47
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. (This was suppose to go on trunk.) ... (Closed-Leaf check-in: 17ea2822 user: drh tags: sha3)
2017-02-24
14:52
Fix MD5 function (actually: byteReverse) for ARM processors. If OpenSSL is available, use their MD5 impl. Exchange SHA1Final() method parameters, being compatible with OpenSSL. ... (check-in: b88ef030 user: jan.nijtmans tags: trunk)
2017-02-23
14:55
Add the /repo_stat1 webpage (accessible only to administrators). Enhance the /repo_schema page so that it can optionally show the schema for a single table. Include sqlite_stat1 information on the /repo_schema page. ... (check-in: f9f5702d user: drh tags: optimize-pragma)
13:42
Run the "PRAGMA optimize" command as the database is closing. This change is intended as a test of "PRAGMA optimize". ... (check-in: 90555227 user: drh tags: optimize-pragma)
07:52
Add support for document titles to the TH1 docs feature. ... (check-in: 35698c9c user: mistachkin tags: trunk)
07:51
Fix harmless compiler warning seen with MSVC. ... (check-in: afcff499 user: mistachkin tags: trunk)
2017-02-22
09:49
Merge stripping end-of-line change from "roy-export" branch ... (Closed-Leaf check-in: bd65092f user: jan.nijtmans tags: jn-export)
2017-02-21
22:18
Cast strlen to int to avoid a compiler error and to be consitent elsewhere. ... (check-in: 7a93cd88 user: roy.marples tags: roy-export)
21:36
Only strip trailing newline when importing comments. ... (check-in: 0e4bf2ca user: roy.marples tags: roy-export)
2017-02-18
18:13
Merge trunk. Openssl 1.1.0d -> 1.1.0e ... (check-in: 28173845 user: jan.nijtmans tags: openssl-1.1)
2017-02-17
13:23
Cherrypick 810d29320b: Remove the CLANG_VERSION macro, since we have learned that version numbers in clang are "marketing" and are inconsistent and unreliable. Builds using clang will still use the GCC_VERSION macro since clang works hard to be gcc compatible. ... (check-in: c453a916 user: jan.nijtmans tags: branch-1.37)
13:20
Cherrypick 810d29320b: Remove the CLANG_VERSION macro, since we have learned that version numbers in clang are "marketing" and are inconsistent and unreliable. Builds using clang will still use the GCC_VERSION macro since clang works hard to be gcc compatible. ... (check-in: ad2dd95d user: jan.nijtmans tags: trunk)
2017-02-15
17:41
Clarification of text in the quickstart.wiki documentation. ... (check-in: 99bbb260 user: drh tags: trunk)
06:23
Improve the warning message about versioned/non-versioned settings so that it includes the full path to the versioned settings file, for better use with things like 'fossil all'. ... (check-in: 83fd7384 user: mistachkin tags: trunk)
2017-02-14
19:27
Add back some usage of "keep-glob" ... (check-in: 95ab655a user: jan.nijtmans tags: cleanX-no-clean-glob)
19:23
Merge cleanX ... (check-in: d73dcdd0 user: jan.nijtmans tags: cleanX-no-clean-glob)
19:21
fix execution bit, corresponding with trunk ... (check-in: 5957bf3c user: jan.nijtmans tags: cleanX)
19:19
Merge trunk ... (check-in: f19e2c0a user: jan.nijtmans tags: cleanX)
18:19
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. ... (check-in: 2375d6cb user: mistachkin tags: trunk)
15:41
(cherry-pick): Update the built-in SQLite to version 3.17.0 ... (check-in: 17a33275 user: jan.nijtmans tags: branch-1.37)
15:35
Update the built-in SQLite to version 3.17.0 ... (check-in: 616d2873 user: jan.nijtmans tags: trunk)
03:04
For safety, the --verily option to clean should force all symlinks to be treated as normal content files. ... (Closed-Leaf check-in: 8fdf8cbe user: mistachkin tags: symlinks)
01:03
When the --reset option is used, reset the cached stat() information before and after dealing with it. ... (check-in: 39ea7a2f user: mistachkin tags: symlinks)
00:59
Add '--reset' option to the file test commands. Other minor improvements. ... (check-in: 996ebab7 user: mistachkin tags: symlinks)
00:40
Report the effective file mode bits also. ... (check-in: 7972e19f user: mistachkin tags: symlinks)
00:30
Modularize and enhance the file test commands. ... (check-in: 834a5b61 user: mistachkin tags: symlinks)
00:13
Further enhancements. ... (check-in: a3409470 user: mistachkin tags: symlinks)
00:03
Enhance verbosity of the new 'test-file-environment' command. ... (check-in: 804bb55f user: mistachkin tags: symlinks)
2017-02-13
23:56
Add the 'test-file-environment' test command. ... (check-in: c891d86c user: mistachkin tags: symlinks)
21:03
Oops, missed one thing in the previous check-in. ... (check-in: b3fc0a13 user: mistachkin tags: symlinks)
21:01
For the '--no-dir-symlinks' flag to be honored when the 'allow-symlinks' setting is disabled, the file_wd_isdir() function must force lstat() to be used. ... (check-in: 6c90761b user: mistachkin tags: symlinks)
20:31
Remove forced setting of the 'allow-symlinks' cached setting from the 'clean' and 'extras' commands. ... (check-in: 95786510 user: mistachkin tags: symlinks)
20:10
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. ... (check-in: 3e949e17 user: mistachkin tags: symlinks)
10:59
Cards must appear in a lexical order. Thanks Jan! ... (check-in: 84804f01 user: roy.marples tags: roy-export)
10:53
Add a --comment option to the tag add subcommand. ... (check-in: 8b4dfae5 user: roy.marples tags: roy-export)
10:37
Same as "roy-export", but use tag value in stead of comment for storing comment related to tags. (Not actually tested with GIT yet!) ... (check-in: cb1fb96f user: jan.nijtmans tags: jn-export)
03:34
Add comment cards to tags, which are accepted by git import and exported to git export.

They are visible via the timeline, but currently lack an editable means via the UI. ... (check-in: 752bdd38 user: roy.marples tags: roy-export)

00:20
Tags should be imported with a sym- prefix. ... (check-in: d90460db user: roy.marples tags: roy-export)
2017-02-12
15:17
Match committer / tag name <email> with a user's contact info record. If not found, then use the email address as the user name. ... (check-in: 8f901ff5 user: roy.marples tags: roy-export)
2017-02-10
23:26
Fix timeline limit option with path-specific request. ... (check-in: ffd261ab user: ashepilko tags: trunk)
22:07
Set the main-branch config option to the trunk name we're using. ... (check-in: 9501d941 user: roy.marples tags: roy-export)
22:04
Add --rename-master option to import --git instead of forcing a naming convention. ... (check-in: 50705503 user: roy.marples tags: roy-export)
20:28
Add --rename-trunk option to export instead of forcing a naming convention. ... (check-in: bc443729 user: roy.marples tags: roy-export)
13:03
Style ... (check-in: 8e707973 user: roy.marples tags: roy-export)
01:44
When importing a git fast-import, we silently change master branch to trunk to match the default fossil naming conventions. So when we export to the git fast-import format, we should silently change the trunk branch back into master to match the git naming conventions. ... (check-in: 01231dcb user: roy.marples tags: roy-export)
01:25
Add function print_ref to sanitize branch and tag names in accordance with https://git-scm.com/docs/git-check-ref-format

Use this rather than simply replacing non alpha or numeric chars for branch and tag names when exporting. ... (check-in: abc87ccd user: roy.marples tags: roy-export)

01:08
Export the committer of the tag rather than just <tagger>. ... (check-in: 4a51461e user: roy.marples tags: roy-export)
01:03
Create new branch named "roy-export" ... (check-in: 27de3fc8 user: roy.marples tags: roy-export)
2017-02-09
20:04
Make sure "fossil all" headers are flushed before running each subprocess. ... (check-in: 8e428c14 user: drh tags: trunk)
19:56
Update the built-in SQLite to the first 3.17.0 release candidate. ... (check-in: e734fdc6 user: drh tags: trunk)
2017-02-08
18:28
On /dir page, add a link named "[history]" that point to the timeline affecting only the files inside the current directory. Use the "chng=dirname/*" query parameter of the /timeline page)
TODO: Implement the same in Tree-View mode (could add the link beside each directory)
... (check-in: c458c3f6 user: mgagnon tags: dir_history_link)
2017-02-07
13:54
Update the built-in SQLite to version 3.17.0 beta1 ... (check-in: 8fe0fefb user: drh tags: trunk)
06:39
Show commit information after new branch is committed to avoid confusion. ... (Closed-Leaf check-in: cbde195a user: andybradford tags: branch-info)
2017-02-06
23:31
merge trunk ... (check-in: 2ada986e user: jan.nijtmans tags: cleanX)
22:31
Add '--no-dir-symlinks' command line option, which prevents traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 8e659df6 user: mistachkin tags: trunk)
18:30
Fail a "fossil commit" that contains a --branch option for an open branch unless there is also a --force option. ... (check-in: b1026f20 user: drh tags: trunk)
2017-02-04
19:58
Improve help text for the pull/push/sync commands. ... (check-in: 04c6e7ee user: mistachkin tags: trunk)
2017-02-03
15:13
On diff/gdiff command, override "diff-binary" setting when argument "--diff-binary off" command line option is specified, not only with "--diff-binary on". ... (check-in: f62c2470 user: mgagnon tags: trunk)
2017-02-01
04:51
Missed one. ... (Closed-Leaf check-in: 2f19a687 user: mistachkin tags: noSymlinks)
04:49
Reverse accidental whitespace changes. ... (check-in: e4b78f20 user: mistachkin tags: noSymlinks)
04:40
Rename and repurpose '--no-symlinks' into '--no-dir-symlinks', to prevent traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 66406ae9 user: mistachkin tags: noSymlinks)
02:42
The file_wd_isdir() function must honor the symlinks options. ... (check-in: de053c77 user: mistachkin tags: noSymlinks)
02:32
Attempt to always enforce the --no-symlinks option. ... (check-in: 35e37e9b user: mistachkin tags: noSymlinks)
02:16
Add the --no-symlinks global command line option. ... (check-in: 85277aa3 user: mistachkin tags: noSymlinks)
2017-01-29
12:44
(cherry-pick): Changing the password requires a 'real' login. ... (check-in: fb4b87d9 user: jan.nijtmans tags: branch-1.37)
2017-01-28
19:48
Changing the password requires a 'real' login. ... (check-in: 8b562b90 user: mistachkin tags: trunk)
2017-01-27
12:30
(cherry-pick): Make "fossil version -v" work again with SQLite 3.15.x, since no-where is documented that "fossil now requires SQLite 3.16" Change VERSION to 1.37.1 (if ever released, this should at least be in it) ... (check-in: e79e4544 user: jan.nijtmans tags: branch-1.37)
12:28
(cherry-pick): The default MIME type for JSON wiki text should be 'text/x-fossil-wiki', not 'text/plain'. ... (check-in: 80d5408d user: jan.nijtmans tags: branch-1.37)
12:27
(cherry-pick): Update the "search" command to honor the -R option. ... (check-in: eab6be7b user: jan.nijtmans tags: branch-1.37)
12:26
(cherry-pick): Fix the --differ option on "fossil changes" which was broken in the 1.37 release. Openssl 1.0.2j -> 1.0.2k ... (check-in: 86db9145 user: jan.nijtmans tags: branch-1.37)
12:21
Make "fossil version -v" work again with SQLite 3.15.x, since no-where is documented that "fossil now requires SQLite 3.16" ... (check-in: 042d6a7b user: jan.nijtmans tags: trunk)
09:02
Merge trunk. Openssl 1.1.0c -> 1.1.0d ... (check-in: 767ae39c user: jan.nijtmans tags: openssl-1.1)
08:57
Openssl 1.0.2j -> 1.0.2k. Whitespace. ... (check-in: 8cb5da6f user: jan.nijtmans tags: trunk)
2017-01-25
01:00
The default MIME type for JSON wiki text should be 'text/x-fossil-wiki', not 'text/plain'. ... (check-in: 58dd5383 user: mistachkin tags: trunk)
2017-01-19
13:46
Update the "search" command to honor the -R option. ... (check-in: 377fbf2c user: drh tags: trunk)
2017-01-18
12:40
Fix the --differ option on "fossil changes" which was broken in the 1.37 release. ... (check-in: 3eec7999 user: drh tags: trunk)
11:19
Upgrade to openssl 1.1.0c. Merge trunk (up to fossil 1.37 release) ... (check-in: d0fbbd01 user: jan.nijtmans tags: openssl-1.1)
2017-01-17
03:10
Updates to the Win32 version resource. ... (check-in: 8dc5d4fc user: mistachkin tags: trunk)
02:22
Improved libfuse version information. ... (check-in: 28c7a35f user: drh tags: trunk)
02:16
More revisions to verbose version information reporting, especially for FUSE. ... (Closed-Leaf check-in: 444e3c43 user: mistachkin tags: versionReform)
2017-01-16
23:34
Provide more information about compile-time options to the "fossil version -v" command. ... (check-in: 3192b13d user: drh tags: trunk)
23:16
Update the www/mkdownload.tcl script so that it generates a download page appropriate for version 1.37. ... (check-in: 66a6377e user: drh tags: trunk)
20:58
Version 1.37 ... (check-in: 1669115a user: drh tags: trunk, release, version-1.37)
20:35
The "fossil version -v" command and the /version?verbose webpage show the same output. Update the change log for the 1.37 release. ... (check-in: 9c97d23d user: drh tags: trunk)
09:05
Update the built-in Zlib to the 1.2.11 release ... (check-in: df91c227 user: jan.nijtmans tags: trunk)
2017-01-11
16:36
Fix obsolete references to the legacy download page. Always refer to the new unversioned-content download page. ... (check-in: a1d75392 user: drh tags: trunk)
2017-01-10
20:38
Schema enhancements necessary to support the Remark artifact. ... (Closed-Leaf check-in: f051f1d3 user: drh tags: remarks-on-checkins)
20:32
Improvements to comments and file format docs. ... (check-in: f0c19ea1 user: mistachkin tags: remarks-on-checkins)
19:09
Merge changes from trunk. ... (check-in: 43fa1ecc user: drh tags: remarks-on-checkins)
19:08
Expand the scope of the new Remark artifact so that it may be attached to either a check-in or a branch. ... (check-in: b78d1a67 user: drh tags: remarks-on-checkins)
13:05
Fix the report logic so that @-bindings in the SQL work the same as $- and :-bindings. ... (check-in: 241f1e2a user: drh tags: trunk)
05:30
Add the changes from check-in [3dddf7674b] to the 'makemake.tcl' tool, which is used to generate the Makefiles. ... (check-in: 91305830 user: mistachkin tags: trunk)
04:49
Fix dirent.h related compile errors when building for WINXP platform. ... (check-in: 3dddf767 user: ashepilko tags: trunk)
2017-01-09
23:37
Since the db_database_slot() function is called during database error processing, it must use db_prepare_ignore_error() and then check the return code. ... (check-in: 02fa325a user: mistachkin tags: trunk)
2017-01-08
21:04
A couple more typo fixes in the file format document. ... (check-in: 290404ec user: mistachkin tags: remarks-on-checkins)
02:03
Small whitespace fix. ... (check-in: 7353be68 user: mistachkin tags: remarks-on-checkins)
02:03
Fix a typo in the file format document. ... (check-in: 1c7438d4 user: mistachkin tags: remarks-on-checkins)
2017-01-07
19:29
Update the manifest parser so that it accepts remark artifacts. ... (check-in: e40143aa user: drh tags: remarks-on-checkins)
19:10
Describe the Remark artifact used to record check-in remarks. ... (check-in: 0e9021f8 user: drh tags: remarks-on-checkins)
18:54
Clarification of the W card in the file-format document. ... (check-in: 5e9e7673 user: drh tags: trunk)
2017-01-06
17:01
Update the built-in SQLite to version 3.16.2. ... (check-in: ddfc7a60 user: drh tags: trunk)
15:28
Upgrade dirent.h to version 1.22. Minor spacing changes. ... (check-in: b66b99cd user: jan.nijtmans tags: trunk)
13:09
The "fossil all ui" command still does not work for repos that do not end in ".fossil", but it at least does not hyperlink them any more. ... (check-in: 805122df user: drh tags: trunk)
04:09
Fix user's email being swapped with name in git export committer record. ... (check-in: 76d9a455 user: ashepilko tags: trunk)
2017-01-04
10:42
Restore executable flags, accidently changed in previous commit ... (check-in: 5972c331 user: jan.nijtmans tags: trunk)
10:40
Add a web-page, where we can see the details on how SQLite was compiled (pragma compile_options), as sub-page for "stat". ... (check-in: eac405d7 user: jan.nijtmans tags: trunk)
09:34
Update the built-in SQLite to the 3.16.1 release ... (check-in: a8cd1e54 user: jan.nijtmans tags: trunk)
2017-01-03
22:39
Simplify and cleanup various Fossil versioned setting files. ... (check-in: 724b1536 user: mistachkin tags: trunk)
10:53
Update the built-in Zlib to the 1.2.10 release. ... (check-in: ad8ad49d user: jan.nijtmans tags: trunk)
2017-01-02
19:11
Update the built-in SQLite to the 3.16.0 release. ... (check-in: 8b12786a user: drh tags: trunk)
2017-01-01
18:50
Upgrade zlib to version 1.2.9 ... (check-in: e38d5e1c user: jan.nijtmans tags: trunk)
2016-12-31
17:07
Fix a broken hyperlink on the homepage. ... (check-in: 0dc84fa2 user: drh tags: trunk)
2016-12-30
18:26
Update the built-in SQLite with minor fixes discovered during release testing. ... (check-in: 506dff5f user: drh tags: trunk)
00:15
Update the built-in SQLite to the 3.16.0 beta for testing. ... (check-in: 53430370 user: drh tags: trunk)
2016-12-28
18:20
Update test case now that merge rename bug has been fixed with checkin [0df5249d51]. ... (check-in: b09be7ba user: andybradford tags: trunk)
2016-12-26
14:00
Update the built-in SQLite to fix a potential (unreleased) corruption bug. ... (check-in: 88d581dc user: drh tags: trunk)
2016-12-24
21:58
Fix a harmless compiler warning. ... (check-in: 1eb509a8 user: drh tags: trunk)
21:55
Improved documentation of the "fossil sql" command. Add a note to the change log discussing recent enhancements to the "fossil sql" command. ... (check-in: a52f1967 user: drh tags: trunk)
19:38
Update the built-in SQLite to include the change that makes "main" an acceptable alias for the primary database, even if the primary database has been renamed to "repository" or "localdb". ... (check-in: 0d28198d user: drh tags: trunk)
18:19
Update the shell.c file from upstream (SQLite) so that the ".databases" command works with arbitrary-length filenames. ... (check-in: 277774b4 user: drh tags: trunk)
18:07
Improve the "fossil sql" command so that it opens all database - repository, localdb, and configdb. Use the latest command-line shell code from the SQLite project so that the ".tables" command correctly shows all tables. ... (check-in: 07081558 user: drh tags: trunk)
00:30
When a file has been deleted on the current branch and edited on a separate branch, bring in the edited version of the file when merging from the separate branch. ... (check-in: 0df5249d user: drh tags: trunk)
2016-12-23
23:42
When doing a gdiff between two versions, use the files being diffed as a basis for the temporary filenames that are constructed. ... (check-in: 051d0aba user: drh tags: trunk)
23:25
Update the built-in SQLite to the latest 3.16.0 alpha for testing. ... (check-in: 20cffa1f user: drh tags: trunk)
2016-12-21
17:50
When calling gdiff (or stash gdiff) command between 2 versions, use the filename to prefix the temporary random filename so once inside the external diff program we know what file is being compared.

(pending-review) ... (Closed-Leaf check-in: 856ca01b user: mgagnon tags: gdiff-tmpfilename-prefix)

2016-12-19
07:04
Enhance TH1 'redirect' command to support for HTTP redirects with a status code of 307. ... (check-in: bee6dbde user: mistachkin tags: trunk)
2016-12-15
22:46
First jab at creating a bash script for command completion ... (Closed-Leaf check-in: a4de0004 user: baruch tags: bash-completion)
2016-12-14
01:09
Fix the logic that combines merge risers (originally added to trunk by check-in [95d6ddc3]). Add test cases for this fix to graph-test-1.wiki. ... (check-in: 9ed13436 user: drh tags: trunk)
2016-12-08
20:10
Bring the change log up-to-date with the latest enhancements. ... (check-in: d1a6222e user: drh tags: trunk)
20:03
Update the built-in SQLite to the latest 3.16.0 alpha for testing. ... (check-in: 814dfd5a user: drh tags: trunk)
10:25
Fix warning when compiling with gcc on Windows (Microsoft's fprintf doesn't know %lld) ... (check-in: 68288686 user: jan.nijtmans tags: trunk)
06:17
Update to SQLite 3.15.2 ... (Closed-Leaf check-in: 8b03934e user: jan.nijtmans tags: branch-1.36)
2016-12-03
14:30
Still more documentation tweaks. ... (check-in: 6f3ec1be user: drh tags: trunk)
13:19
Fix a link to the download page on the homepage. Fix a typo in the concepts.wiki documentation page. ... (check-in: 2b087b7d user: drh tags: trunk)
2016-12-02
10:51
Fix executable flags, unintentionally changed in previous commit. ... (check-in: 2d9cba2a user: jan.nijtmans tags: trunk)
10:49
Get the "fossil all ui" command working on Cygwin where the global_config table has "repo:" entries containing the windows drive letter ... (check-in: eb9b2317 user: jan.nijtmans tags: trunk)
2016-12-01
21:56
Get the "fossil all ui" command working on windows systems where the global_config table has "repo:" entries that omit the drive letter. ... (check-in: 25758c7b user: drh tags: trunk)
16:41
Add support for the "fossil all ui" and "fossil all server" commands. ... (check-in: 239b4c13 user: drh tags: trunk)
16:27
Fix the "fossil all ui" logic so that it still works for directory listings inside of chroot jails. ... (Closed-Leaf check-in: 226a0990 user: drh tags: all-ui)
15:40
A cleaner way of dealing with the --baseurl problem. ... (check-in: 8e4b8ba0 user: drh tags: all-ui)
14:56
Fix the "fossil all ui" command so that it works on Windows. But also comment out some very confused logic in process_on_web_page() that is associated with "--baseurl" option. This logic needs to be fixed prior to merging with trunk. ... (check-in: da1c769c user: drh tags: all-ui)
04:32
Add the "fossil all ui" and "fossil all server" commands. ... (check-in: 98e9fd73 user: drh tags: all-ui)
04:09
Add the test-database-names command. ... (check-in: 4636b4b3 user: drh tags: trunk)
2016-11-30
04:08
Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. ... (check-in: 4896c0b7 user: andybradford tags: trunk)
2016-11-29
16:57
Make the "Line Numbers" submenu element on the /artifact and /file pages a check-box. ... (check-in: 4946efef user: drh tags: trunk)
14:32
Further enhancements to the new /file webpage. ... (check-in: 3cca4c25 user: drh tags: trunk)
2016-11-28
16:44
New /file page that works like /artifact except takes a filename as an argument instead of a SHA1 hash of an artifact, and resolves to the most recent version of any file with that name. ... (check-in: d95f712f user: drh tags: trunk)
2016-11-26
01:26
Fix the "fossil all add" command so that it works even if repos that are already known are added. ... (check-in: b9da89a4 user: drh tags: trunk)
2016-11-22
22:26
Update the built-in SQLite to 3.16.0 alpha for testing. ... (check-in: 31ae6022 user: drh tags: trunk)
22:23
Restore the -R option to the "fossil setting" command. ... (check-in: 5347e263 user: drh tags: trunk)
21:50
Draft fix for 'settings' command issue when using the '-R' option. ... (Closed-Leaf check-in: 9807a05d user: mistachkin tags: settingRFix)
2016-11-19
20:11
minor simplification, and don't free zUuid if it was NULL ... (check-in: d6cb724e user: jan.nijtmans tags: trunk)
17:50
Avoid comparing a variable to NULL after the memory it is pointing to has been freed. This is harmless, as implemented, but it is technically undefined behavior in C. (This is a bug in the specification of the C language, imho.) ... (check-in: 4e126233 user: drh tags: trunk)
05:59
Correct issue with open/closed tags by changing the closed column to a quasi-aggregate query, i.e. one which is a function of the argument to GROUP BY and not anything which varies within the group. This gives consistent results with the baseline branch ls command, but it introduces a MAJOR performance regression. Listing closed tags goes from 0.033s in the baseline to 1.882s, i.e. it takes 56 times longer. ... (Closed-Leaf check-in: b302f893 user: andygoth tags: andygoth-branch-list)
2016-11-18
21:45
Remove min() from closed expression. It doesn't solve the problem, and it confuses analysis of the issue. ... (check-in: 4e7d2ce1 user: andygoth tags: andygoth-branch-list)
08:22
Remove some unnecessary spaces. ... (check-in: 467c4269 user: jan.nijtmans tags: trunk)
2016-11-16
21:59
Begin work merging new_brlist_page() into brlist_page().

Annoyance: The new open/closed checkboxes don't quite work the way I want them to work. Deselecting both has the effect of selecting both. This makes sense in that if neither the open nor closed query parameters are given, everything should be displayed, rather than nothing. Yet, the user interface would be nicer if deselecting the only selected checkbox causes the other checkbox to be selected. This can't be done with straight HTML because deselecting the checkbox removes it from the query string, and the server does not know which checkbox was deselected so it cannot force the other one to become selected. As far as I know, JavaScript is required.

Bug: Non-aggregate HAVING clause expressions are evaluated on an arbitrarily chosen row within each group. This breaks closed and open filtering for the command-line branch command and the new checkboxes. But shouldn't this also break non-aggregate result expressions?

Wish: Filter on normal/hidden branches too.

Wish: If a merged-to branch is hidden, don't show it in the resolution column, instead show something else. The latest merged-to? The earliest merged-to?

Wish: Branch name filters, just like on the timeline page. ... (check-in: a6a44820 user: andygoth tags: andygoth-branch-list)

19:29
Enable linenoise multiline editing so long commands and queries may be seen all at once therefore highlighted and copied from xterms ... (check-in: 03b68698 user: andygoth tags: trunk)
19:25
Only #include "linenoise.h" in fshell.c on non-Windows platforms ... (check-in: 9c90682b user: andygoth tags: trunk)
14:47
Change the /test-version webpage into /version. Link it to /stat. ... (check-in: 286effd5 user: drh tags: trunk)
14:37
Fix a typo in the date of the 1.34 release on the download page. ... (check-in: 01d1f519 user: drh tags: trunk)
2016-11-15
23:41
Allow uv delete (or del) as an alias for uv remove or uv rm. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24322.html. ... (check-in: b59fa7d0 user: andygoth tags: trunk)
23:29
Fix revert -r option to mark a reverted file as edited if the reverted-to version does not exactly match the checkout version, even if the file size is equal ... (check-in: f9080683 user: andygoth tags: trunk)
23:23
Make changing to a symlink take priority over all other change types. This might also be a solution to the problem fixed by the previous commit, but it also avoids having a file that becomes a symlink (with target string length not equal to former file size) being marked as an ordinary edit. ... (check-in: f10a284a user: andygoth tags: trunk)
23:11
Don't rely on vfile.islink to tell whether or not a file is currently a symlink for the purpose of avoiding calling file_contains_merge_marker(). It is possible for a file to have become a symlink since the last commit. If the link target's string length is not equal to the former file size, vfile_check_signature() will treat it as a normal change and not mark it as chnged==8 (SYMLINK), so execution can fall through to the undesirable call to file_contains_merge_marker(). ... (check-in: 43140feb user: andygoth tags: trunk)
22:49
Avoid listing added files when running "fossil changes -edited" ... (check-in: 0dea016d user: andygoth tags: trunk)
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. ... (Closed-Leaf check-in: 57fea315 user: drh tags: stat-update)
02:50
Add script to automate updating common command list in man page, and use it to update the man page ... (check-in: 42d6c86f user: andygoth tags: trunk)
00:30
Fix timeline -n 0 to display an unlimited number of lines (rather than zero) to match documentation. Correct timeline -n for negative N documentation to match actual behavior. Limit compute_ancestors() and compute_descendants() on the assumption that there is no more than one entry per line. ... (check-in: def9af43 user: andygoth tags: trunk)
2016-11-12
22:58
Move the revert in test case to the correct sequence to avoid a merge conflict. ... (check-in: 3eeab4a5 user: andybradford tags: trunk)
22:19
Add test case to handle file add and rename before merging to trunk. Make test_setup return the repository path so it can be used in the test. ... (check-in: 6a5f0c5b user: andybradford tags: trunk)
04:21
Make artifact|whatis page use local time to match the timeline. Otherwise clicking on date/time links finds the wrong check-in in the timeline. May wish to convert other calls to datetime() to use local time. ... (check-in: e7192bb9 user: andygoth tags: trunk)
00:01
Fix uninitialized variable that was causing artifact download issues. ... (check-in: 3af5165a user: mistachkin tags: trunk)
2016-11-11
16:47
Add the ci=BRANCH and filename=NAME query parameters to the /raw page. ... (check-in: fc29b081 user: drh tags: trunk)
2016-11-10
19:44
Fix typo in help text for fossil tag ... (check-in: 405a93e4 user: andygoth tags: trunk)
2016-11-09
03:02
Minor tweak to changes help text: move some trivia to the end so the more important material is read first ... (check-in: 5c8bdd00 user: andygoth tags: trunk)
01:44
Minor tweak to branch help text ... (check-in: 596f29fa user: andygoth tags: trunk)
2016-11-08
18:41
The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'.

Remark (JN): "fossil clean -x" could be your friend here, it makes life a lot easier. ... (check-in: dc9ac1d7 user: mistachkin tags: trunk)

18:18
Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page. ... (check-in: b73dee98 user: mistachkin tags: trunk)
18:13
Regenerate the MinGW makefile, since it apparently does use XBCC. Also, sync up the custom MinGW makefile with it. ... (check-in: ce698048 user: mistachkin tags: trunk)
18:12
Prevent the DMC and MSVC makefile from using XBCC, which was not defined there. ... (check-in: f366e52f user: mistachkin tags: trunk)
14:22
Add "crnl-glob" (as demonstration for this feature). Also remove some unnecessary spacing. ... (check-in: 7cd98039 user: jan.nijtmans tags: trunk)
14:21
Make "fossil extra" work as expected in fossil repository: not mentioning build-artifacts any more. This makes sure that files resulting from a build cannot be accidently "fossil add"-ed any more. ... (check-in: 6ef3a2a4 user: jan.nijtmans tags: trunk)
00:38
Tweak changes's help text ... (check-in: 9686570a user: andygoth tags: trunk)
2016-11-07
11:26
Fix the sync.wiki documentation to account for recent changes to the sync protocol. ... (check-in: df1205bb user: drh tags: trunk)
08:24
Add option to test-find-pivot to assist in discovering "name pivots" when diagnosing merge failures. ... (check-in: 3dc006c9 user: andybradford tags: trunk)
05:43
Minor correction to example comment in Fossil coding introduction. ... (check-in: 22a9fba4 user: andybradford tags: trunk)
04:45
Correct recent makeheaders.html documentation update to respect the prohibition of multiple global variables per declaration ... (check-in: ba5ab70e user: andygoth tags: trunk)
04:06
Use disjoint timelines when filtering by the chng timeline query parameter ... (check-in: e7bdbbe4 user: andygoth tags: trunk)
02:12
Use rgba(0,0,0,0.5) instead of #888 to implement 50% shadow so that the shadow works even against a colored or dark background ... (check-in: f23ccc89 user: andygoth tags: trunk)
02:00
CSS corrections for checkboxes ... (check-in: 446d438e user: andygoth tags: trunk)
01:48
Add crlf-glob to tester.tcl ... (check-in: e754cad9 user: andygoth tags: trunk)
01:32
Partially backout [bf9669f5]. Leave whitespace alone in test files ... (check-in: 6a3e2ed8 user: andygoth tags: trunk)
01:29
Remove some tabs and end-of-line whitespace ... (check-in: bf9669f5 user: andygoth tags: trunk)
01:18
Further updates to the changelog ... (check-in: 63ed4b00 user: andygoth tags: trunk)
01:13
Move changes to bottom (were placed at top by prior merge) and change verb tense to match other changes ... (check-in: 1d1b5c73 user: andygoth tags: trunk)
01:12
Add item to changes.wiki describing updated changes|status command ... (check-in: c3c348b7 user: andygoth tags: trunk)
01:10
Integrate andygoth-crlf. This renames CRNL to CRLF throughout Fossil. crnl-glob is renamed to crlf-glob, but crnl-glob is retained as a compatibility alias. ... (check-in: 87320cf4 user: andygoth tags: trunk)
00:53
Update for a new instance of crnl-glob that was added since this branch's baseline ... (Closed-Leaf check-in: 46fd89ea user: andygoth tags: andygoth-crlf)
00:50
Merge trunk ... (check-in: 7ea74acf user: andygoth tags: andygoth-crlf)
00:48
Ensure deleted/missing files are not processed as other types of files when C_DELETED and C_MISSING are not specified ... (check-in: e9a43ae0 user: andygoth tags: trunk)
00:35
Integrate andygoth-timeline-ms for broader testing and comment ... (check-in: 5e173697 user: andygoth tags: trunk)
00:34
Merge trunk ... (check-in: 4bf71abd user: jan.nijtmans tags: cleanX)
00:33
Integrate andygoth-changes, try two ... (check-in: e7764947 user: andygoth tags: trunk)
00:20
Correct SELECT to not exclude added files, i.e. files not present in the blob table ... (Closed-Leaf check-in: 45e2e3e9 user: andygoth tags: andygoth-changes)
2016-11-06
23:48
Like I said, it has a problem with showing added files. ... (check-in: d57d357d user: andygoth tags: trunk)
23:47
Immediately backout [7c8cc2adab]. Turns out it has a problem with showing added files. ... (check-in: d87c85c1 user: andygoth tags: trunk)
23:45
Integrate andygoth-changes for broader testing and comment. This change should be fully backward-compatible, unless of course a script depends on the help text never changing or new options never being added. All existing options and defaults should work identically to before. I had planned to update the ls command to use the same backend as changes/status, but that work will have to wait until we decide if the ls options should be redesigned. The SCAN_MTIME, SCAN_SIZE, C_MTIME, and C_SIZE flags are currently unused and can be removed, but their presence harms nothing, and they should be useful for a basis for an updated ls command, though they may need modification to address confusion between commit time, on-disk mtime, checked-in size, and on-disk size. ... (check-in: 7c8cc2ad user: andygoth tags: trunk)
23:40
Correct SQL syntax error on "fossil changes -merge" which is not supposed to display any files yet still tries to run the file query even though it says only "ORDER BY pathname" with no SELECT ... (check-in: 61da7752 user: andygoth tags: andygoth-changes)
23:35
Merge trunk ... (check-in: 74a5873c user: andygoth tags: andygoth-changes)
23:31
Correct internal contradiction in updated ls documentation to match actual behavior. This is too complicated. ... (check-in: bc5a67d1 user: andygoth tags: trunk)
23:25
Document actual behavior of ls command. I'm questioning whether it's worth maintaining backward compatibility with this highly non-orthogonal collection of options whose behaviors all affect each other with varying degrees of nuance. ... (check-in: 0a4310b3 user: andygoth tags: trunk)
22:55
Split SCAN_META to SCAN_MTIME and SCAN_SIZE. None of these are in use at the moment. ... (check-in: 2862f1c2 user: andygoth tags: andygoth-changes)
22:53
Remove hard-coded demo of mtime and size from changes and status commands ... (check-in: 8cd81143 user: andygoth tags: andygoth-changes)
21:28
Remove some excess comments, minor rearrangement ... (check-in: 8b8e7654 user: andygoth tags: andygoth-changes)
20:19
More reliably work around the problem experienced by the previous commit. Not sure if this is the right long-term solution since we seem to have an architectural problem: at least one of Fossil's custom SQL functions can change the schema (in this case, by creating a temporary table), thereby invalidating a prepared statement while it is running. See the comment in checkin.c for a bit more information. Of course, there are rearrangements that avoid the issue, but it is certainly a trap for the unwary. ... (check-in: 5258a43d user: andygoth tags: andygoth-changes)
16:40
Correct commit that had mistake in macro definition in [36e7558a11598]. ... (check-in: 427c34fe user: andybradford tags: trunk)
16:10
Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". ... (check-in: 36e7558a user: andybradford tags: trunk)
07:57
Begin expanding status_report() to support being the backend for the ls command. The work is not yet complete. First we must debug a mysterious abort in SQLite. Test case: run "./fossil changes -differ" with at least one changed file. ... (check-in: 9d5de8d7 user: andygoth tags: andygoth-changes)
06:39
Rename sfile x column to pathname to match vfile and to make room for new columns I plan to add ... (check-in: ec9480fc user: andygoth tags: andygoth-changes)
05:15
Use clearer method of differentiating between the status and changes commands ... (check-in: 4d33d958 user: andygoth tags: andygoth-changes)
05:09
Add more comments. Replace the changesOnly field with the knowledge that --classify and --no-classify are the only table-driven options specific to the changes command. Correctly ignore --header and -v|verbose when running the status command so their use triggers an error. Add the --differ option which combines the default list of changes (sans --merge) with --extra, i.e. all files that differ from the checked-out baseline version. ... (check-in: d1214f37 user: andygoth tags: andygoth-changes)
04:23
Remove stale TODO comment. May still want to implement ls in terms of status_report() though. ... (check-in: bfb7dd2a user: andygoth tags: andygoth-changes)
04:17
Change -unmodified/UNMODIFIED to -unchanged/UNCHANGED in status_report() for consistency with the ls -v command ... (check-in: 5775d376 user: andygoth tags: andygoth-changes)
04:13
Minor optimization to status_report() to avoid building list of managed files if only unmanaged files are requested. Move unmanaged file reserved name filtering to status_report(). Ensure db_get*() calls happen after db_must_be_within_tree(). Implement extras_cmd() in terms of status_report(). ... (check-in: d52fd185 user: andygoth tags: andygoth-changes)
03:16
Remove unused final argument to locate_unmanaged_files() ... (check-in: c2b3f6b1 user: andygoth tags: andygoth-changes)
03:02
Fix wiki syntax error ... (check-in: 000f2193 user: andygoth tags: trunk)
03:01
Clarify linenoise ... (check-in: 8a310633 user: andygoth tags: trunk)
02:50
Mention linenoise and miniz in makefile.wiki ... (check-in: f6ab9e28 user: andygoth tags: trunk)
02:39
Remove flag debug prints from status_cmd() now that it seems to be stable ... (check-in: 31c6140e user: andygoth tags: andygoth-changes)
02:35
Fold print_changes() into status_cmd() (formerly changes_cmd()). Remove C_SHA1SUM, C_HEADER, and C_VERBOSE flags which are no longer needed for communicating options to print_changes(). Move locate_unmanaged_files() closer to the top of the file so status_cmd() can call it. Implement C_UNMODIFIED and C_EXTRA in status_report(). Document the fact that the changes and status commands take optional path arguments. Let changes and status commands accept --case-sensitive (was already done), --dotfiles, and --ignore for the benefit of --extras. Incorporate search for extra files into status_cmd(). ... (check-in: f15d20e3 user: andygoth tags: andygoth-changes)
2016-11-05
23:11
Merge the status command into the changes command. ... (check-in: 2c3a108c user: andygoth tags: andygoth-changes)
22:41
Add TODO: reimplement ls and extras in terms of status_report() ... (check-in: 442a3cd5 user: andygoth tags: andygoth-changes)
22:40
Adjust the way --changed is implemented. Improve documentation. Avoid saying EDITED for files with other types of changes if those change types were not selected for display. ... (check-in: 2408fd1c user: andygoth tags: andygoth-changes)
22:22
Implement most of the new changes command, still need to do --all, --unmodified, and --extra ... (check-in: 7595bdfb user: andygoth tags: andygoth-changes)
21:35
Correct copy-and-paste error in comment ... (check-in: 426a5e7e user: andygoth tags: trunk)
21:26
Comment tweak ... (check-in: c3f72593 user: andygoth tags: andygoth-changes)
21:25
Implement changes option parser and default logic, still need to implement filtering ... (check-in: cc3baab8 user: andygoth tags: andygoth-changes)
19:58
Update makeheaders.html Summary And Conclusion chapter number ... (check-in: 994ac6fb user: andygoth tags: trunk)
19:51
Add the "History" section to the makeheaders documentation. ... (check-in: 28098136 user: drh tags: trunk)
19:25
Merge trunk ... (check-in: e6787d1e user: andygoth tags: andygoth-changes)
19:24
Have makeheaders ignore completely anonymous enums so they can be used within a single source file, useful for value autoincrementing. Update documentation accordingly. Write more about makeheaders's limitations discovered while researching this issue. Remove unnecessary explicit links to makeheaders.html in said file so it can be renamed without consequence. Ensure href attributes are surrounded by quotes. Add missing </html> to end of makeheaders.html. ... (check-in: 4dcfbc1c user: andygoth tags: trunk)
16:08
Add missing title tags to documents ... (check-in: 26abbe3b user: andygoth tags: trunk)
16:07
Correct title of Principles Of Operation page. Perhaps mkindex.tcl should be taught to extract titles from the documents themselves ... (check-in: 57896771 user: andygoth tags: trunk)
15:58
Remove cmd_.wiki-template which is a relic (avoiding the pun...) from when the commands were documented as individual /doc/cmd_*.wiki files ... (check-in: dac02c3d user: andygoth tags: trunk)
15:53
Merge trunk ... (check-in: a47d79e9 user: andygoth tags: andygoth-changes)
15:49
Expand list of stopwords in permuted index ... (check-in: 95bb5a24 user: andygoth tags: trunk)
15:42
Cherrypick [419a3c3e48] and [805b69772e] which were checked in on the wrong branch ... (check-in: 6311ff76 user: andygoth tags: trunk)
15:40
Update permuted index to show non-permuted items in bold ... (Closed-Leaf check-in: 805b6977 user: andygoth tags: andygoth-timeline-ms)
15:39
Make mkindex.tcl directly executable ... (check-in: 419a3c3e user: andygoth tags: andygoth-timeline-ms)
15:28
Merge trunk ... (check-in: 839eca18 user: andygoth tags: andygoth-timeline-ms)
15:26
Cherrypick one more timeline help text update from [5703ccb2e0] ... (check-in: 40de787d user: andygoth tags: trunk)
15:23
Add BCCFLAGS and XBCC to build system so that programs which run on the build platform (e.g. translate) can have the benefit of CFLAGS, e.g. -ggdb3 for easier debugging in gdb or -std=c89 to flush out C99. Do not update win/* because I don't have the ability to test those changes. ... (check-in: ad110346 user: andygoth tags: trunk)
14:59
Demote the rss command to second-tier because it is infrequently used and falls in the saame general category as the server and cgi commands which are already second-tier ... (check-in: d623a0ad user: andygoth tags: trunk)
14:55
Fix minor typo in comment ... (check-in: 6a6dae15 user: andygoth tags: trunk)
14:31
Change help index command list from seven columns to six to better match the widths of the other lists presented on the page ... (check-in: 2f613574 user: andygoth tags: trunk)
14:30
In help index, display first-tier command names in bold ... (check-in: 37e8c173 user: andygoth tags: trunk)
14:22
Use symbolic name CMDFLAG_WEBPAGE instead of directly saying 0x08 ... (check-in: dfa23f5b user: andygoth tags: trunk)
14:17
Ignore empty command name in help page so that /help/ is treated the same as /help ... (check-in: e237cea4 user: andygoth tags: trunk)
14:15
Include name of command or page in help title ... (check-in: 9b15ec0d user: andygoth tags: trunk)
14:12
Remove "Command-line" from name of help page which documents web pages as well as commands ... (check-in: ccd4ca87 user: andygoth tags: trunk)
14:10
Cherrypick timeline help text updates from [5703ccb2e0] ... (check-in: 9807c1da user: andygoth tags: trunk)
14:07
Remove "Testpage:" from title of all-in-one help text page ... (check-in: d8506df1 user: andygoth tags: trunk)
14:04
Replace Show/Hide Cookies in test_env page with a checkbox ... (check-in: 7814e9b5 user: andygoth tags: trunk)
13:57
Change Files/Folders selection to a Folders Only checkbox ... (check-in: b6a824ec user: andygoth tags: trunk)
06:42
Merge trunk ... (check-in: 4630d9ba user: andygoth tags: andygoth-timeline-ms)
06:38
Rework style.c to use new line continuation feature of translate.c ... (check-in: 9c211011 user: andygoth tags: trunk)
06:37
Enhance translate.c to interpret backslash at the end of a cgi_printf() "@" line as a directive to omit the newline ... (check-in: e193e21b user: andygoth tags: trunk)
05:51
Check regular expressions for errors. Add error reporting mechanism. Leave bad patterns out of filter. Add showid and showsql to timeline help text. ... (check-in: 5703ccb2 user: andygoth tags: andygoth-timeline-ms)
05:46
Merge fork ... (check-in: 3cb9ba4d user: andygoth tags: trunk)
05:45
Add fossil_strndup() function to duplicate a string that is not necessarily NUL-terminated ... (check-in: b9877667 user: andygoth tags: andygoth-timeline-ms)
05:18
Add timeline rel query string and change r=TAG to be an alias for t=TAG&rel so that related can be a checkbox and the tag filter text entry can work whether or not related is checked. This addresses issues (2) and (3). ... (check-in: 90057326 user: andygoth tags: andygoth-timeline-ms)
05:15
Add functions to modify and delete query parameters ... (check-in: 1c511cd9 user: andygoth tags: andygoth-timeline-ms)
04:30
Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. ... (check-in: 476fe9e9 user: ashepilko tags: trunk)
04:02
Draw dotted box around entire row of checkout version, not just the check-in comment and descriptive text. In my experience, it's too hard to see the dotted box against a colored background when the checkout version is on a branch. This whole-row behavior matches the version marking option provided by the timeline "m" query string. I considered also increasing the line thickness from 1px to 2px, but I found it to be too distracting. Instead, I added a very faint shadow similar to, but much lighter than, the one used by the "m" version marker. ... (check-in: e5b53f15 user: andygoth tags: trunk)
03:42
Rework [98cc8782e1] to more thoroughly ignore empty match tags and patterns so that the "Related" submenu item does not appear due to an empty tag filter text entry adding "t=" to the query string ... (check-in: 3bcdc077 user: andygoth tags: andygoth-timeline-ms)
03:34
Merge trunk. Some issues identified by [d4a6d3c1ec] are now improved. (1) is fixed, though clicking/tabbing outside the entry field also triggers a submit which may prove annoying. (2) and (3) are still broken. (4) is better because "With/Without Files" is now a checkbox simply labeled "Files". (5) is closer to being feasible, perhaps if "Tag Filter:" is changed to "Filter:". ... (check-in: 74fe9587 user: andygoth tags: andygoth-timeline-ms)
03:24
Use <label> to connect setup checkboxes with their label text so either the checkbox or the label can be clicked on, also makes the checkbox highlight when the mouse hovers on the label ... (check-in: 9036122d user: andygoth tags: trunk)
03:19
Add explicit call to form submit() when changing a text entry so style_submenu_entry() can be used multiple times per page ... (check-in: 2929d5fc user: andygoth tags: trunk)
03:17
Add missing close angle bracket omitted by previous commit ... (check-in: 2dd29534 user: andygoth tags: trunk)
03:14
Cherrypick [2e9ac33a9a] ... (check-in: e32803bb user: andygoth tags: trunk)
03:06
Remove extra class='submenuctrl' from checkbox input because already present in the enclosing <label> ... (check-in: bccaea60 user: andygoth tags: trunk)
03:04
Change branch color option from a binary submenu to a checkbox ... (check-in: 3a98c9b5 user: andygoth tags: trunk)
03:00
Change "v" (files) option from a binary submenu to a checkbox, move to the right of the unhide checkbox so the checkboxes are grouped together ... (check-in: a482549c user: andygoth tags: trunk)
02:48
Correct builtin text capability, broken by typo in [e5b62edb28] ... (check-in: 584546fe user: andygoth tags: trunk)
02:29
Implement style_submenu_checkbox(). Change "unhide" to a checkbox so it can be cancelled without editing the URL by hand. Update skins to support use of <label> tag. Remove redundant "if" check in style.c. Checkbox styling can certainly be improved, but this is a start. ... (check-in: 8d880f0b user: andygoth tags: trunk)
2016-11-04
23:57
Use linenoise for fossil shell. Do not bother with persistent history. ... (check-in: 6327b026 user: andygoth tags: trunk)
23:18
Cherrypick [9b960af129], was supposed to have been checked into trunk in the first place ... (check-in: bbafc013 user: andygoth tags: trunk)
23:16
Update to SQLite 3.15.1 ... (check-in: a8a67989 user: jan.nijtmans tags: branch-1.36)
23:13
Fix various typos in makeheaders.html. Use curly quotes instead of classic `` and '' quotes (ref: http://www.dwheeler.com/essays/quotes-in-html.html). Format most such quoted text in monospace print. ... (check-in: 9b960af1 user: andygoth tags: andygoth-timeline-ms)
22:37
Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. ... (check-in: e5b62edb user: andygoth tags: trunk)
22:12
Fix crash introduced by merge of andygoth-quote-apostrophe ... (check-in: 10b98c1e user: andygoth tags: andygoth-timeline-ms)
21:55
Merge trunk ... (check-in: 250c12c2 user: andygoth tags: andygoth-timeline-ms)
21:53
Use count(x) instead of sizeof(x)/sizeof(*x) ... (check-in: cda8c14c user: andygoth tags: andygoth-timeline-ms)
21:39
Use timeline_submenu() instead of style_submenu_element() ... (check-in: c1a77615 user: andygoth tags: trunk)
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. ... (check-in: 187424e8 user: andygoth tags: trunk)
21:12
Improve quoting of match tags and patterns. Ignore empty match tags and patterns. ... (check-in: 98cc8782 user: andygoth tags: andygoth-timeline-ms)
20:49
Integrate andygoth-quote-apostrophe. Needed because single quotes can be used in the tag filter entry, and these single quotes would otherwise be passed through unprotected to the output HTML. ... (check-in: 68bd2e7b user: andygoth tags: andygoth-timeline-ms)
17:35
int/size_t pedantry ... (check-in: 30d96141 user: andygoth tags: trunk)
17:28
Further magic _WIN32_WINNT changes to fix the build for mingw. ... (check-in: 45b76344 user: drh tags: trunk)
17:25
Modify linenoise.c so that it can build with -std=c89. Baseline linenoise.c relied on snprintf(), strdup(), and strcasecmp() which are technically not in C89. Since linenoise.c's only purpose (at present) is to implement the SQLite shell, make use of the SQLite compatibility functions. Following this change, "fossil clean -f && CFLAGS='-std=c89 -Wall' ./configure && make" builds without warnings or errors on gcc 4.4.7 20120313 (Red Hat 4.4.7-3) on CentOS release 6.4 (Final). Unrelated note: discovered during testing that "CFLAGS=-Werror ./configure" fails to add -lm to link step due to conflicting types for built-in function "sin" being regarded as an error. ... (check-in: 8133501e user: andygoth tags: trunk)
16:21
Add timeline web UI to set tag filter and match style. Still not 100%. (1) Now that more than one text entry is on the page, pressing enter does not trigger a submit [Firefox ESR 10.0.12], (2) electing "Related" causes Tag Filter to blank, (3) entering a tag filter while "Related" is selected causes "Related" to be deselected, (4) possibly too much clutter, and (5) definitely too much clutter if combined with any future expansions. (1) is due to the lack of a submit button. (2) and (3) are a bad interaction between the t=/r= dichotomy and the design of style_submenu_entry(). (4) maybe could be addressed by changing "Related"/"Branch Only" and "Without Files"/"With Files" to checkbuttons, but style_submenu_checkbox() was never actually implemented. (Probably also want "Unhide" to be a checkbox.) For (5) I have in mind letting the admin define a project-specific list of preset filters. ... (check-in: d4a6d3c1 user: andygoth tags: andygoth-timeline-ms)
15:52
Change style_submenu_entry() to allow zero and negative iSize. Zero iSize means display size and length limit are not specified, and negative iSize means no length limit is specified but the display size is set to the absolute value of iSize. ... (check-in: 2e9ac33a user: andygoth tags: andygoth-timeline-ms)
15:48
Move GLOB before LIKE in list of possible match styles ... (check-in: fc25a127 user: andygoth tags: andygoth-timeline-ms)
15:12
Revert unintended change that snuck in alongside prior merge ... (check-in: f0b91665 user: andygoth tags: andygoth-timeline-ms)
15:09
Merge trunk ... (check-in: 490daed2 user: andygoth tags: andygoth-timeline-ms)
12:03
typo ... (check-in: e826eadd user: jan.nijtmans tags: trunk)
2016-11-03
18:31
Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. ... (check-in: 26a88f1b user: mistachkin tags: trunk)
09:52
Cherrypick 3 bug-fixes from SQLite trunk, discovered just after the SQLite 3.15 release, among them a fix to VACUUM to prevent it from running out of memory on very large databases See 34a579141b2c5ac and fef4bb4bd9185ec8f (most likely, those 3 will be in SQLite 3.15.1, if ever released) ... (check-in: 360694a7 user: jan.nijtmans tags: branch-1.36)
09:33
(cherry-pick): Fix the build on MSVC. ... (check-in: 83a359ff user: jan.nijtmans tags: branch-1.36)
2016-11-02
19:26
Minor tweaks to proposed help text for possible enhanced changes command ... (check-in: b18735fc user: andygoth tags: andygoth-changes)
19:12
Merge updates from trunk. ... (check-in: 25285f06 user: mistachkin tags: openssl-1.1)
17:47
Fix the build on Windows. ... (check-in: 11e105b3 user: drh tags: trunk)
15:16
Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. ... (check-in: 7fa9701b user: drh tags: trunk)
10:22
Collapse two memset's into one. Typo in mkdownload.tcl ... (check-in: 5f889684 user: jan.nijtmans tags: trunk)
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. ... (check-in: f47b7052 user: jan.nijtmans tags: trunk)
06:41
Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. ... (check-in: 69f64a8d user: mistachkin tags: trunk)
2016-11-01
23:34
Enhancements to SEE integration on Windows. ... (check-in: 7aeeb302 user: mistachkin tags: trunk)
2016-10-31
18:57
Backout the fusefs change. The correct solution is to run "./configure" followed by "make clean fossil" in order to rebuild when updating from historical sources. ... (check-in: 08f0ac0c user: drh tags: trunk)
16:03
Merge the accidental fork. ... (check-in: d13fc6a6 user: drh tags: trunk)
16:02
Fix to the fusefs.c file so that it builds even without FOSSIL_HAVE_FUSEFS. ... (check-in: 9a4a5dec user: drh tags: trunk)
13:36
Fix harmless "Local declaration of 'rc' hides declaration of the same name in outer scope", reported by Kevin (arnoldemu) on fossil-users list. ... (check-in: 0c3ae89d user: jan.nijtmans tags: trunk)
12:41
Fix harmless memory leaks. ... (check-in: 36babe0c user: drh tags: trunk)
10:55
Omit deleted unversioned files from the /uvlist page unless the showdel=1 query parameter is used. ... (check-in: a3608700 user: drh tags: trunk)
2016-10-29
16:50
Compiler warning (MSVC) in timeline.c, found by Kevin, reported on fossil-users list ... (check-in: fe3d30fc user: jan.nijtmans tags: trunk)
2016-10-28
22:51
merge fork. ... (check-in: cf2adc71 user: mgagnon tags: trunk)
22:45
Fix a C99-ism introduced by check-in [27c8985cc1b75cf5]. ... (check-in: 2bb3a8e1 user: mistachkin tags: trunk)
22:45
Fix a C99-ism. ... (check-in: 61ec7124 user: mgagnon tags: trunk)
05:29
Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (check-in: feb202f5 user: mistachkin tags: trunk)
04:27
Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (Closed-Leaf check-in: 6a80a2f2 user: mistachkin tags: altFuseFsDef)
2016-10-27
15:35
Combine multiple merge lines to the bottomn of the page when they reference the same source check-in. ... (check-in: 95d6ddc3 user: drh tags: trunk)
15:34
Add another entry to the graph-test-1.wiki checklist for this case. ... (Closed-Leaf check-in: 58d4f3c0 user: drh tags: baruch-timeline-fix)
14:57
Merge lines descending to the bottom of the timeline that refer to the same commit ... (check-in: 8ae79062 user: baruch tags: baruch-timeline-fix)
05:28
Now that FuseFS support is conditional, permit config.h to be included so FOSSIL_HAVE_FUSEFS can be correctly included from autoconfig.h to avoid linker failure to find fusefs_cmd. ... (check-in: a4bb89ba user: andybradford tags: trunk)
2016-10-26
23:33
Make the labels on the color submenu of the /brlist page more succinct. ... (check-in: a1b0ec8e user: drh tags: trunk)
21:45
Create a temporary index to speed up incremental Git import. ... (check-in: 0fa60142 user: mistachkin tags: trunk)
21:32
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: 057e4b0a user: mistachkin tags: trunk)
21:31
Minor security enhancements to the optional SEE integration. ... (check-in: a8484dc3 user: mistachkin tags: trunk)
21:28
Fixes for incremental Git import/export. ... (check-in: 27c8985c user: mistachkin tags: trunk)
21:26
Add the 'project_description' variable to TH1. ... (check-in: cd219d31 user: mistachkin tags: trunk)
21:24
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: 1b5b69f3 user: mistachkin tags: trunk)
21:21
Enhance 'brlist' page to make use of branch colors. ... (check-in: 796c9aba user: mistachkin tags: trunk)
21:14
Update change log. ... (check-in: 94f7de8b user: mistachkin tags: trunk)
21:08
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 75ef4511 user: mistachkin tags: trunk)
20:54
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (check-in: 0b646cea user: mistachkin tags: trunk)
19:58
Update fedora version, being used for Docker image. Minor fix in changelog ... (check-in: f014e83b user: jan.nijtmans tags: trunk)
02:07
Merge trunk ... (check-in: b5edfa3b user: andygoth tags: andygoth-timeline-ms)
2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56 user: mistachkin tags: experimental)
22:05
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3 user: mistachkin tags: experimental)
20:25
Add the --command option to "fossil diff". ... (check-in: eb67f09c user: drh tags: trunk)
20:12
Fix the download hyperlink on the homepage. ... (check-in: be88817f user: drh tags: trunk)
01:21
Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page. ... (check-in: 1d028af6 user: drh tags: trunk)
2016-10-24
21:54
Merge updates from trunk. ... (check-in: 1375911c user: mistachkin tags: experimental)
21:53
Remove BOM (byte-order-mark) from the change log. ... (check-in: a2f47102 user: mistachkin tags: trunk)
20:00
Typo in the change log. ... (check-in: 7f2af9d8 user: drh tags: trunk)
18:37
Correct change description. Intermingling declarations and code was added in C99, not C89. ... (check-in: 291ca60f user: andygoth tags: trunk)
18:33
Revert unintended, incomplete change to timeline.c ... (check-in: 5cb36bdd user: andygoth tags: andygoth-timeline-ms)
18:32
Merge changes.wiki style update ... (check-in: 780c0150 user: andygoth tags: andygoth-timeline-ms)
18:20
Update the version number to 1.37 and start the 1.37 change log. ... (check-in: a212bd18 user: drh tags: trunk)
18:15
Fix the build on MSVC. ... (check-in: 65e69b8d user: drh tags: trunk)
17:57
Further improvements to the mkdownload.tcl script. ... (check-in: 52994190 user: drh tags: trunk)
17:03
Add fragment anchors in the changes.wiki page. Update the mkdownload.tcl script so that it works with the new unversioned-file download. ... (check-in: d0c77c7c user: drh tags: trunk)
15:52
Add comments describing each local variable in tagMatchExpression() ... (check-in: 1219bffc user: andygoth tags: andygoth-timeline-ms)
15:47
Inconsequential whitespace changes ... (check-in: 9ffc5017 user: andygoth tags: andygoth-timeline-ms)
15:44
Push to 1.37 ... (check-in: 4d1bee54 user: andygoth tags: andygoth-timeline-ms)
14:59
Version 1.36 ... (check-in: c2437393 user: drh tags: trunk, release, version-1.36)
14:58
Set the 1.36 release dates on the change log. ... (check-in: fdebeba5 user: drh tags: trunk)
04:51
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (Closed-Leaf check-in: 0d247d57 user: mistachkin tags: tktSetFix)
2016-10-23
21:50
Optimize REGEXP matching by folding all regular expressions into one ... (check-in: b4800dc5 user: andygoth tags: andygoth-timeline-ms)
15:42
Improve comment ... (check-in: c1afe56f user: andygoth tags: andygoth-timeline-ms)
15:36
Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (check-in: be586845 user: andygoth tags: andygoth-timeline-ms)
02:16
Fixes for incremental Git import/export. ... (check-in: 9599705c user: mistachkin tags: experimental)
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: d3cc6d1d user: mistachkin tags: experimental)
02:07
Minor security enhancements to the optional SEE integration. ... (check-in: 69352027 user: mistachkin tags: experimental)
01:46
Add the 'project_description' variable to TH1. ... (check-in: 345c580d user: mistachkin tags: experimental)
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: a5fd16fe user: mistachkin tags: experimental)
01:42
Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2 user: mistachkin tags: experimental)
01:28
Minor enhancement to 'mkversion'. ... (check-in: f59f4e1f user: mistachkin tags: trunk)
2016-10-22
19:52
Begin the transaction block before inserting any content. Addresses one of the bugs reported by Venkat Iyer on ML. ... (check-in: 1b6635a4 user: andybradford tags: trunk)
08:37
Fix typo on a wiki page. ... (check-in: f65fe580 user: mistachkin tags: trunk)
08:26
Add the 'test-prompt-user' command. ... (check-in: 8817b0ed user: mistachkin tags: trunk)
2016-10-20
17:04
Add text for the '--ssl-identity' global option to the 'Environment Variables and Global Options' page. ... (check-in: 7c759722 user: mistachkin tags: trunk)
16:53
Revert unintended change to stash usage summary ... (check-in: 63ac71e5 user: andygoth tags: trunk)
16:48
Remove extra newlines from calls to fossil_fatal() ... (check-in: 2c42b217 user: andygoth tags: trunk)
16:13
"stash cat" worked the same as "stash diff", yet "stash cat -tk" worked the same as "stash show -tk". Make "stash cat" behave like "stash show" which matches the -tk case and also the documentation. Also add mention of DIFF-OPTIONS to the stash show|cat|diff|gdiff usage text. Remove unnecessary variable initialization in stash_get_id(), plus show the bad stash ID string rather than "0" if a non-numeric was used. ... (check-in: 48ecfe66 user: andygoth tags: trunk)
12:51
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: ce8937fa user: drh tags: trunk)
2016-10-18
21:55
Make the new wiki MIME type handling more consistent with the existing code. ... (Closed-Leaf check-in: 0dc1187e user: mistachkin tags: jsonWikiMimeTypes)
08:22
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: 7a14176e user: mistachkin tags: jsonWikiMimeTypes)
2016-10-16
01:21
Merge fixes in this branch to trunk prior to release. ... (check-in: b2d51b1b user: andybradford tags: trunk)
00:22
Merge updates from trunk. ... (Closed-Leaf check-in: 5634375d user: mistachkin tags: stash-fixes)
00:21
Remove a 'knownbug' marker because the underlying issue appears to be fixed on this branch. ... (check-in: 43e122c7 user: mistachkin tags: stash-fixes)
2016-10-15
05:02
Coding style, removing superfluous 'then' clauses from tester.tcl. ... (check-in: 4946b5b1 user: mistachkin tags: trunk)
04:56
Further revise the 'test_start_server' and 'test_stop_server' test suite helper procedures to make it possible to actually delete the temporary output-capture file on Windows. ... (check-in: b0081d97 user: mistachkin tags: trunk)
2016-10-14
22:49
Add the --localhost argument to the fossil server command invoked by test_start_server in test/tester.tcl. This change causes the server to only bind to localhost:8080, which does not trigger the Windows Firewall to panic about a program attempting to communicate with the world. Tested on a 64-bit binary built from VS2010, and a 32-bit binaray build from MinGW GCC 4.2.7, both under Windows 10 Pro. I expect the flag works and is harmless on other platforms. ... (check-in: 6c8cec73 user: rberteig tags: trunk)
20:34
Merge fork ... (check-in: 3a35ac58 user: andygoth tags: trunk)
20:32
Show all files in fusefs directory listings. Previously, if one file's name is a prefix of another file's name in the same directory, the file with the longer name is not included in directory listings. ... (check-in: f8f5a815 user: andygoth tags: trunk)
19:35
Adjustments to the 'test_start_server' Fossil test suite procedure to make it work better on Windows. ... (check-in: a88ca0d7 user: mistachkin tags: trunk)
19:04
Update test_start_server procedure to return the port as well because fossil server dynamically allocates a port. ... (check-in: b66d5bca user: andybradford tags: trunk)
14:32
Update the built-in SQLite to version 3.15.0 final. ... (check-in: 4a0c9483 user: drh tags: trunk)
06:15
Enhance the functionality of the Login Group feature to allow administrators to enable Login Group self-registration. ... (Closed-Leaf check-in: d70f5278 user: andybradford tags: login-group-enhancements)
2016-10-13
14:52
Change webui.wiki to remove the exception about the download page, which is no longer the case. ... (check-in: 47beb495 user: drh tags: trunk)
2016-10-12
22:51
Update the built-in SQLite again for a bug fix. ... (check-in: 78fcfd46 user: drh tags: trunk)
22:04
Closing because functionality already available in Fossil by clicking on the date in the info page ... (Closed-Leaf check-in: 4f92a663 user: andygoth tags: andygoth-circa)
18:35
Merge trunk ... (check-in: a7d576dd user: andygoth tags: andygoth-circa)
16:05
Update the built-in SQLite to the next 3.15.0 beta for testing. ... (check-in: 6ef15008 user: drh tags: trunk)
13:31
Tweak stash help text for internal consistency ... (check-in: de4e4e2a user: andygoth tags: trunk)
13:20
Change "-modified" to "-changed" to be consistent with the terminology used by the diff commands ... (check-in: ffee6e81 user: andygoth tags: andygoth-changes)
03:45
Revise proposed changes options and help text to accommodate merges. ... (check-in: 69b41682 user: andygoth tags: andygoth-changes)
2016-10-11
21:07
Propose an enhanced changes command. At this point, there is no implementation, only help text describing the new options and behaviors. ... (check-in: 2bfdbf97 user: andygoth tags: andygoth-changes)
2016-10-10
18:54
Cosmetic TH1 doc tweaks. ... (check-in: 0b50909c user: mistachkin tags: trunk)
18:53
Cosmetic TH1 doc tweaks. ... (Closed-Leaf check-in: 2a163d5c user: mistachkin tags: th1Unversioned)
07:10
Improve 'unversioned list' TH1 command comment. ... (check-in: 484f26e3 user: mistachkin tags: th1Unversioned)
07:07
Slightly simplify code. Add and modify tests. Merge changes from trunk. ... (check-in: a3f04386 user: mistachkin tags: th1Unversioned)
06:32
Minor correction to the TH1 docs, fixing ordering. ... (check-in: f36f95b3 user: mistachkin tags: trunk)
06:29
Add the 'unversioned content' and 'unversioned list' commands to TH1. ... (check-in: e81fbfd0 user: mistachkin tags: th1Unversioned)
05:55
Merge updates from trunk. ... (Closed-Leaf check-in: 82d77c23 user: mistachkin tags: prjDesc)
2016-10-08
14:06
Fix a regression introduced in [69668f8c57] that broke export of tags. ... (Closed-Leaf check-in: b2e0fda9 user: nick.lloyd tags: nick.lloyd-git-interop)
13:42
Add missing arguments to Git->Fossil import example. ... (check-in: 880e3fb5 user: nick.lloyd tags: nick.lloyd-git-interop)
2016-10-06
18:56
Add a couple more unversioned command tests. ... (check-in: e727b3d5 user: mistachkin tags: trunk)
2016-10-05
23:06
Add another test for the unversioned command. ... (check-in: d2a47575 user: mistachkin tags: trunk)
12:59
Ensure that inputs to delta_create() are always memory aligned as if obtained from malloc(). ... (check-in: c91e4871 user: drh tags: trunk)
08:41
Update delta1 test cases to normalize the result so they pass again. Add additional tests to cover assertion failure caused by empty delta inputs. ... (check-in: 4ede0df9 user: andybradford tags: trunk)
08:21
Modify expected results for one of the TH1 hooks tests to account for the changes in [274e537bb064db9d]. ... (check-in: 6c1359d3 user: mistachkin tags: trunk)
08:10
The changes in [b045d0774ed48936] are too far reaching. Instead, add a -keepNewline option and use it where appropriate. ... (check-in: 561402f2 user: mistachkin tags: trunk)
06:54
Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. ... (Closed-Leaf check-in: 75ddc368 user: andybradford tags: pending-review)
06:40
The 'manifest' setting still needs to be marked as 'versionable'. ... (check-in: 3604802d user: mistachkin tags: trunk)
06:39
Normalize TH1 script evaluation results used internally by the test suite. ... (check-in: 22c62dba user: mistachkin tags: trunk)
05:12
Get all unversioned tests passing on Unix as well. ... (check-in: 019725ba user: mistachkin tags: trunk)
05:00
Add tests for the 'unversioned revert' and 'unversioned sync' commands. ... (check-in: 1c99c133 user: mistachkin tags: trunk)
04:40
Make the '--stopper' option for the 'server' command on Windows work as advertised even when the server thread is being blocked by accept(). ... (check-in: a6eb6510 user: mistachkin tags: trunk)
03:03
Merge latest updates from trunk. ... (check-in: 4c197114 user: andybradford tags: stash-fixes)
00:25
Add initial tests for the 'unversioned' command. ... (check-in: e464dd96 user: mistachkin tags: trunk)
00:13
Give a better error message when unable to open a file that uses one of the Windows reserved names, like "AUX" or "LPT3". ... (check-in: 12c66506 user: drh tags: trunk)
2016-10-04
23:54
Another correction to the unversioned help text. ... (check-in: 800517e1 user: mistachkin tags: trunk)
23:49
Add a Tcl script to act as a (fake) text editor for the test suite. ... (check-in: b6a01114 user: mistachkin tags: trunk)
23:44
Add 'unversioned remove' as an alias for 'unversioned rm'. Update and improve help text. ... (check-in: 182adc02 user: mistachkin tags: trunk)
23:32
The final newline must be retained for all test results. ... (check-in: b045d077 user: mistachkin tags: trunk)
23:29
Coding style and consistency improvements. ... (check-in: 824bfe84 user: mistachkin tags: trunk)
23:27
Do not use the Tcl global variable name 'dir'. ... (check-in: 64b812bd user: mistachkin tags: trunk)
21:00
Add entries about diff command enhancements to the change log. ... (check-in: 06127da6 user: drh tags: trunk)
20:54
Fix a typo on the aboutcgi.wiki documentation page. ... (check-in: 3e7c02c0 user: drh tags: trunk)
20:25
Fix typos in the sync document. Make "uv" an alias for "unversioned". Prohibit unversioned filename that contain whitespace since the sync protocol cannot currently handle such files. ... (check-in: 85f957c3 user: drh tags: trunk)
19:17
Coding style tweaks. ... (Closed-Leaf check-in: 34d988c2 user: mistachkin tags: seeEnhanced)
19:07
Merge updates from trunk. ... (check-in: 04a8ee6e user: mistachkin tags: seeEnhanced)
19:06
Fix harmless compiler warnings. ... (check-in: 3f06618c user: mistachkin tags: trunk)
19:05
Add an assert(). ... (check-in: e6a5634f user: mistachkin tags: seeEnhanced)
14:55
Update the built-in SQLite 3.15.0 beta. ... (check-in: 3d8a41f1 user: drh tags: trunk)
04:49
Make sure that symlinks to directories are honored when dealing with checkout files. ... (check-in: 912a0d50 user: mistachkin tags: trunk)
03:55
Return an error instead of silently ignoring invalid input. ... (check-in: 274e537b user: andybradford tags: trunk)
02:55
Coding style tweak. ... (Closed-Leaf check-in: b47e4cc4 user: mistachkin tags: binDiffFix)
02:44
Whitespace tweak. ... (check-in: 4ed91cda user: mistachkin tags: binDiffFix)
02:43
Adopt the diff algorithm changes from trunk. ... (check-in: f9f2d769 user: mistachkin tags: binDiffFix)
02:16
Detect binary files that look like text but end with a sequence of zeros. ... (check-in: 0e0e29ae user: drh tags: trunk)
02:02
The previous check-in was interpreting any file that did not end in \n as binary. This check-in should fix the problem. ... (check-in: 47d1256c user: drh tags: trunk)
01:53
If a file to be diffed contains an 0x00 character, consider it to be binary and do not attempt the diff. ... (check-in: 334ab152 user: drh tags: trunk)
2016-10-03
23:23
Minor optimization. ... (check-in: 9903ce5a user: mistachkin tags: binDiffFix)
23:18
Further improve clarity. ... (check-in: 11e2c6e6 user: mistachkin tags: binDiffFix)
23:10
Another adjustment to handle some corner cases. ... (check-in: 8017c358 user: mistachkin tags: binDiffFix)
21:59
Initial tests for the diff-binary-detection fixes. ... (check-in: 5db0eb52 user: mistachkin tags: binDiffFix)
21:30
Merge updates from trunk. ... (Closed-Leaf check-in: be316701 user: mistachkin tags: dirSymlinks)
21:27
Further test refinements. ... (check-in: 596bbe34 user: mistachkin tags: dirSymlinks)
21:12
Test refinement. ... (check-in: 0751dbe2 user: mistachkin tags: dirSymlinks)
20:43
Initial draft of new tests to cover the directory symlink fixes. ... (check-in: 7cefd41a user: mistachkin tags: dirSymlinks)
19:22
Fix binary blob detection in the new break_into_lines() algorithm. ... (check-in: dacc2bad user: mistachkin tags: binDiffFix)
2016-10-02
01:26
Update custom MinGW makefile. ... (check-in: 903af996 user: mistachkin tags: trunk)
00:45
Update the built-in SQLite to the latest 3.15.0 beta for testing. Add new performance-enhancing compile-time options to the SQLite build. ... (check-in: dfe32f53 user: drh tags: trunk)
00:29
Say "An undo is available" instead of "A undo is available" ... (check-in: 994b319f user: andygoth tags: trunk)
2016-10-01
05:07
Return an error if the origin cannot be matched to a check-in or a date. ... (Closed-Leaf check-in: 34d0c570 user: andybradford tags: pending-review)
04:21
Use #define constants instead of numbers to improve readability of code. ... (check-in: 68b53604 user: andybradford tags: trunk)
03:39
Merge updates from trunk. ... (check-in: 3e4eba78 user: mistachkin tags: dirSymlinks)
03:39
Another coding style (whitespace) fix. ... (check-in: 2ccd046d user: mistachkin tags: trunk)
03:38
The 'diff' command operates on files within the repository; therefore, it should use the directory symlinks. ... (check-in: 9a993896 user: mistachkin tags: dirSymlinks)
03:36
Fix casing of a temporary table name to be consistent. ... (check-in: efeb10c5 user: mistachkin tags: trunk)
02:23
Minor correction to text in usage help/comment in new --checkin option. ... (check-in: 5aacaba3 user: andybradford tags: trunk)
2016-09-30
23:47
Start of experimental changes to support directory symlinks. ... (check-in: d6debf63 user: mistachkin tags: dirSymlinks)
23:45
Coding style tweaks. No changes to functionality. ... (check-in: 3bb04c90 user: mistachkin tags: trunk)
22:01
Trunkify support for generating manifest.tags file. ... (check-in: 189bfc28 user: jan tags: trunk)
21:55
Merge from trunk. ... (Closed-Leaf check-in: 9beff66b user: jan tags: jan-manifest-tags)
20:43
Merge trunk ... (check-in: de845a67 user: andygoth tags: andygoth-circa)
15:24
Add the --checkin option to the "fossil diff" command. ... (check-in: e7c2454d user: drh tags: trunk)
15:22
Fix a bug in the error message when the --checkin argument of fossil diff has no parent. ... (Closed-Leaf check-in: 38daa9aa user: drh tags: diff-show-changes)
15:18
Change the name of the --changes option on "fossil diff" to --checkin. ... (check-in: 65724af1 user: drh tags: diff-show-changes)
13:21
Fix a doc typo. Minor improvements to documentation linkage. ... (check-in: c468769d user: drh tags: trunk)
03:49
Add the "fossil diff --changes" option to show the changes made by a specific checkin UUID. ... (check-in: 4556962d user: andybradford tags: diff-show-changes)
2016-09-29
17:46
Add information to inout.wiki about bidirectional synchronization with Git repos. ... (check-in: e8775afe user: nick.lloyd tags: nick.lloyd-git-interop)
17:35
Remove comment from inout.wiki about having to merge trunk into master after importing from Git repo.

This is no longer true. Fossil automatically converts references to master into trunk when importing, and vice versa when exporting. ... (check-in: 2cd0ee63 user: nick.lloyd tags: nick.lloyd-git-interop)

11:59
Distinguish between a deleted file and a binary file in the side-by-side diff generator. Fix for a bug introduced by check-in [233e9328ee639b]. ... (check-in: 1438be02 user: drh tags: trunk)
2016-09-28
23:47
In the random merge test (merge2.test) ignore cases where the parallel random edits overlap, resulting in a merge conflict. ... (check-in: caea288c user: drh tags: trunk)
21:24
Simplification and optimization of the break_into_lines() helper routine in the diff logic. Use the strchr() routine from the standard library to help locate \n characters. ... (check-in: 233e9328 user: drh tags: trunk)
21:11
Add "circa" timeline link to show changes made around the time of a given check-in even if they are neither ancestors nor descendants. ... (check-in: b6862a37 user: andygoth tags: andygoth-circa)
20:26
Improved hash function for the diff algorithm. ... (check-in: 173cca0d user: drh tags: trunk)
19:48
Performance improvement in LCS length computation used for side-by-side diff coloring. ... (check-in: 08d970d6 user: drh tags: trunk)
18:48
Fix test suite regression caused by the addtion of the new uv-sync setting in check-in [b9fd5947ef] without updating the list of all settings in tester.tcl. ... (check-in: 0661d65c user: rberteig tags: trunk)
18:19
Performance optimization in the break_into_lines() routine of the diff logic. ... (check-in: 8d48885f user: drh tags: trunk)
16:17
Update the built-in SQLite to the latest 3.15.0 beta. ... (check-in: 95768950 user: drh tags: trunk)
16:15
Use the DBSTAT virtual table as a table-valued function instead of creating a TEMP instance of the table, while generating the /repo-tabsize page. ... (check-in: 14f83bc0 user: drh tags: trunk)
2016-09-27
17:47
Correct "From" URL in check-in MLINK table ... (check-in: 24a0667e user: andygoth tags: trunk)
17:23
One more tweak to fileformat.wiki ... (check-in: 731eb897 user: andygoth tags: trunk)
17:19
Fix a couple tiny editorial inconsistencies in fileformat.wiki ... (check-in: 9c2116a0 user: andygoth tags: trunk)
07:59
merge trunk. Update references to OpenSSL 1.1.0b ... (check-in: 66c4efe7 user: jan.nijtmans tags: openssl-1.1)
07:14
Fix regression to test case amend-close-1.3 caused by checkin [f4b5881b] which changed the commit message stored when marking a branch closed. The test case has been changed so that it passes. ... (check-in: 06fdea59 user: rberteig tags: trunk)
06:40
Fix typo in copyright year on the new 'commit-warning.test' file. ... (check-in: edd288b7 user: mistachkin tags: trunk)
2016-09-26
21:16
Fix some compilation issues, related to merging. ... (check-in: 2f07c443 user: mistachkin tags: stash-fixes)
21:12
Merge updates from trunk. ... (check-in: 80aaef52 user: mistachkin tags: stash-fixes)
17:49
Add pre-commit warning tests. ... (check-in: a8b0c5f1 user: mistachkin tags: trunk)
17:31
Correct the open-checkout handling for the 'test-commit-warning' command. ... (check-in: b4a1b2fa user: mistachkin tags: trunk)
17:28
Correct issues with option processing semantics of the 'test-commit-warning' command. ... (check-in: f00a55b9 user: mistachkin tags: trunk)
17:22
Minor coding style tweak. ... (check-in: 3852b56a user: mistachkin tags: trunk)
17:10
Add the 'test-commit-warning' command. ... (check-in: de78b73a user: mistachkin tags: trunk)
15:01
Update referenced OpenSSL version. ... (check-in: 508c67b0 user: mistachkin tags: trunk)
03:49
Consistently use SSL for the applicable skin footer links. ... (check-in: 9f34c577 user: mistachkin tags: trunk)
2016-09-23
17:10
Add --html option to the 'test-all-help' command. ... (check-in: 1763f287 user: mistachkin tags: trunk)
13:53
Add the help_to_html() routine which transforms plaintext help into HTML for display on web pages. So far it only surrounds the text with <pre>..</pre>. But it can (in theory) be enhanced to do more sophisticated formatting. ... (check-in: 7a69e5db user: drh tags: trunk)
07:33
merge trunk. Update references to OpenSSL 1.1.0a ... (check-in: 85f8133c user: jan.nijtmans tags: openssl-1.1)
02:46
Coding style tweaks. ... (check-in: 32e418f8 user: mistachkin tags: nick.lloyd-git-interop)
02:40
Merge updates from trunk. ... (check-in: 98f4ee8f user: mistachkin tags: nick.lloyd-git-interop)
02:28
Merge updates from trunk. ... (check-in: 4f619c02 user: mistachkin tags: seeEnhanced)
02:27
Merge updates from trunk. ... (check-in: 09343661 user: mistachkin tags: jan-manifest-tags)
02:10
Clarify the exact type used for cmdFlags. ... (check-in: 3ca2bc10 user: mistachkin tags: trunk)
02:06
Missed a couple places with the old OpenSSL version reference. ... (check-in: a29e05d1 user: mistachkin tags: trunk)
02:03
Merge updates from trunk. ... (check-in: ff2c20e7 user: mistachkin tags: openssl-1.1)
01:49
Update autosetup to (roughly) 0.6.6 and Jim Tcl to (roughly) 0.77. ... (check-in: 762ef68d user: mistachkin tags: trunk)
2016-09-22
21:14
More use of row-values in the search mechanism. ... (check-in: bc21e0a4 user: drh tags: trunk)
20:55
Fix the "fossil fts-config reindex" command so that it really does reindex everything. Fix the markdown HTML formatter so that it can be run from the command-line. Change a query in the search engine to use a row-value update, in order to beta-test the new row-value update mechanism of SQLite. ... (check-in: b1b4eaa5 user: drh tags: trunk)
20:02
Update custom MinGW makefile. ... (check-in: 60426fbc user: mistachkin tags: trunk)
19:47
Update to the latest SQLite 3.15.0 beta for testing. Adjust the SQLite compilation to use the "lean" configuration. ... (check-in: 121201eb user: drh tags: trunk)
17:58
Update referenced OpenSSL version. ... (check-in: 16b7a0eb user: mistachkin tags: trunk)
2016-09-21
19:05
Fix a problem that can occasionally occur with repeated syncs to/from a git repository, where a fossil-generated mark clashes with a mark previously generated by git, causing the sync to fail. ... (check-in: 69668f8c user: nick.lloyd tags: nick.lloyd-git-interop)
17:06
Drop support for the undocumented (and non-working) subrepository feature unless the -DFOSSIL_ENABLE_SUBREPOSITORY compile-time option is used. ... (check-in: d8c917ee user: drh tags: trunk)
16:59
Re-fix several typos. ... (check-in: 6e1072c5 user: mistachkin tags: trunk)
16:06
Merge in latest from trunk ... (check-in: 85a0ada6 user: nick.lloyd tags: nick.lloyd-git-interop)
14:13
More typo fixes in whyusefossil.wiki. ... (check-in: f2ce2e41 user: drh tags: trunk)
13:44
Fix typos in the whyusefossil.wiki document. ... (check-in: 1335cf41 user: drh tags: trunk)
03:03
Fix a couple more typos. ... (check-in: 8ac01fa6 user: mistachkin tags: trunk)
03:00
Fix a couple typos. ... (check-in: 680f3c1d user: mistachkin tags: trunk)
00:57
Add the "Why Use Fossil" document. ... (check-in: d8b18eb9 user: drh tags: trunk)
2016-09-20
16:27
The "uv-sync" flag was not working for the "fossil sync" command. Fixed by this check-in. ... (check-in: d9ec49ab user: drh tags: trunk)
16:17
Add the uv-sync setting, which if enabled causes the server to automatically send all unversioned content as part of a clone, and which causes all syncs to also sync unversioned content. ... (check-in: b9fd5947 user: drh tags: trunk)
15:48
Add the --verbose and --dryrun options to the "fossil unversioned revert" and "fossil unversioned sync" commands. ... (check-in: b5641c5c user: drh tags: trunk)
15:10
Fixes to the "fossil unversioned revert" command. ... (check-in: 122ab3fb user: drh tags: trunk)
2016-09-19
18:48
Remove the unused uvStatus variable from the client-side sync implementation. ... (check-in: 515229c5 user: drh tags: trunk)
17:50
Merge updates from trunk. ... (Closed-Leaf check-in: 8fbd5fb6 user: mistachkin tags: autosetupAndJimTcl)
14:50
Fix for the "-u" option on clone - make sure at least three round-trips occur as it takes that many to get the UV transfer started. ... (check-in: 16306153 user: drh tags: trunk)
14:09
Fix another typo in the server.wiki documentation. ... (check-in: a1b50dad user: drh tags: trunk)
14:06
Update the server.wiki documentation due to the use of unversioned files for the download page. ... (check-in: e1c2bd26 user: drh tags: trunk)
2016-09-15
19:51
Merge fork ... (check-in: ef5f7951 user: andygoth tags: trunk)
19:50
Remove extraneous periods in timeline on branch move events, also correct verb tense to be more consistent. This change may require a rebuild to take full effect because an event table may be caching the old event text. ... (check-in: f4b5881b user: andygoth tags: trunk)
19:42
Fix typo in comment. ... (check-in: adffcf5b user: mistachkin tags: trunk)
19:41
Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: 953cfbd4 user: mistachkin tags: trunk)
04:12
Even more consistency. ... (Closed-Leaf check-in: e5cbf41c user: mistachkin tags: tarAndZip)
04:01
Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: b9458762 user: mistachkin tags: tarAndZip)
2016-09-14
01:42
Fix typo in comment. ... (check-in: a3d8b27b user: mistachkin tags: trunk)
2016-09-13
22:14
Add '--no-prompt' option to the 'commit' command. ... (check-in: 29ef4f5d user: mistachkin tags: trunk)
22:13
Pass the command flags into the TH1 hooks verbatim, without any masking. ... (check-in: 9595cfcd user: mistachkin tags: trunk)
22:12
Update custom MinGW makefile. ... (check-in: b218dbb9 user: mistachkin tags: trunk)
19:59
Revise the COMMAND: and WEBSITE: parsing to add the ability to specify flag options after the command or website name. ... (check-in: 555ddfec user: drh tags: trunk)
18:03
Fix up some comments on the command and webpage name lookup logic. No changes to code. ... (check-in: 49703de7 user: drh tags: trunk)
17:51
Refactor command and webpage name lookup. Move all associated logic out of main.c and into a new file named "dispatch.c". There is now a single const array of objects named "aCommand" that contains all command and webpage names together with their help text. ... (check-in: e6aab1a4 user: drh tags: trunk)
14:15
(cherry-pick): Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to 3.14.2. ... (Closed-Leaf check-in: 0417467b user: jan.nijtmans tags: branch-1.35)
04:35
Add '--no-prompt' option to the 'commit' command. ... (Closed-Leaf check-in: 4f3f39c4 user: mistachkin tags: commitNoPrompt)
03:42
Fix timeline command bug reported by Roy Keene. If the nearest artifact found is a wiki page, it may not have a child, so instead use the time of whatever name_to_uuid finds. For example: fossil timeline after 2015-03-14T13:46:20 ... (check-in: a85eb7c6 user: andybradford tags: trunk)
03:11
Fix typo. ... (check-in: 88e1bef9 user: mistachkin tags: trunk)
01:38
Only include the built-in help text once, it the "help" command implementation, not also in the "setup" command. This reduces the size of the binary by the size of the built-in help table. ... (check-in: b86a58ed user: drh tags: trunk)
2016-09-12
19:40
Previous documentation change did not work for repositories that are not at the root of the domain. This should fix it. ... (check-in: 9c412274 user: drh tags: trunk)
19:35
Add various built-in documentation pages to the documentation permuted index. ... (check-in: 46cebc87 user: drh tags: trunk)
2016-09-11
07:14
Update custom MinGW makefile. ... (check-in: 8ff4855d user: mistachkin tags: trunk)
2016-09-10
20:01
Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to the latest 3.15 alpha, which compiles without warning with the above option. ... (check-in: 871f978d user: drh tags: trunk)
2016-09-08
20:17
Merge updates from trunk. ... (check-in: fc995eb9 user: mistachkin tags: openssl-1.1)
20:10
Simplify SSLLIBDIR change from the previous check-in. ... (check-in: bd25cd18 user: mistachkin tags: openssl-1.1)
20:09
First attempt at getting the MSVC makefile working with OpenSSL 1.1.0. ... (check-in: 22049abd user: mistachkin tags: openssl-1.1)
16:42
Fix typos in the "zip" command help text. ... (check-in: 76242c28 user: drh tags: trunk)
14:51
Update the built-in SQLite to the latest 3.15 alpha that includes the row-value enhancements. ... (check-in: be1ef876 user: drh tags: trunk)
14:19
Fix typo in the on-line help for the bundle command. ... (check-in: fd4fc1a9 user: drh tags: trunk)
09:22
(cherry-pick) Make fossil compilable with (externally-built) openssl-1.1.0. Still compiles/runs with openssl 1.0.2 equally well (actual switch is not made yet) ... (check-in: e122e8a7 user: jan.nijtmans tags: branch-1.35)
09:08
Make fossil compilable with (externally-built) openssl-1.1.0. Still compiles/runs with openssl 1.0.2 equally well (actual switch is not made yet) ... (check-in: 460d5628 user: jan.nijtmans tags: trunk)
02:49
Merge updates from trunk. ... (check-in: 63bcf60e user: mistachkin tags: stash-fixes)
02:09
Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f8 user: andybradford tags: stash-fixes-openssl-1.1.0)
2016-09-07
11:16
minor comment fix ... (check-in: b03f1563 user: jan.nijtmans tags: openssl-1.1)
11:15
Restore default configuration of Makefile.mingw.mistachkin to what it was before ... (check-in: b0fe158c user: jan.nijtmans tags: openssl-1.1)
11:12
Complete transition to OpenSSL 1.1.0, which needs additional library on Windows (crypt32.dll) and which has support for ssl2 removed completely. ... (check-in: 7839ff02 user: jan.nijtmans tags: openssl-1.1)
10:41
Update referenced OpenSSL version ... (check-in: 958f1a89 user: jan.nijtmans tags: openssl-1.1)
10:16
(cherry-pick) Fix mingw64 build (broken by [8f2dd0106ef3b5aa]) ... (check-in: 8a4fa47e user: jan.nijtmans tags: branch-1.35)
10:12
Fix mingw64 build (broken by [8f2dd0106ef3b5aa]) ... (check-in: db59821f user: jan.nijtmans tags: trunk)
08:05
(cherry-pick) Fix for lockup on merge with rename and custom baseline. Change received from drh via mailing list. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html for details. ... (check-in: 8166001e user: jan.nijtmans tags: branch-1.35)
07:50
Fix for lockup on merge with rename and custom baseline. Change received from drh via mailing list. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html for details. ... (check-in: 496c0fea user: jan.nijtmans tags: trunk)
2016-09-06
19:24
Possible fix for lockup on merge with rename and (maybe?) custom baseline (exact reasons for lockup not 100% known), resolves issue with my (private) repository. Change received from drh via mailing list. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html for details. ... (Closed-Leaf check-in: 0120be34 user: andygoth tags: merge-rename-lockup)
03:07
Update autosetup to (roughly) 0.6.6 and Jim Tcl to (roughly) 0.77. Needs review and testing. ... (check-in: 3c123f6a user: mistachkin tags: autosetupAndJimTcl)
2016-09-01
01:44
Add REMOTE_HOST to the test_env page. ... (check-in: 4d1f2d30 user: mistachkin tags: trunk)
2016-08-31
04:59
Fix typo in comment. ... (check-in: af573d13 user: mistachkin tags: trunk)
2016-08-30
18:27
Update the unversioned file documentation to show the revised schema. ... (check-in: 26c985ce user: drh tags: trunk)
17:06
Fix incorrect encoding of hyperlinks in search results. ... (check-in: 9dba92f4 user: drh tags: trunk)
16:34
Change the UNVERSIONED table to use an INTEGER PRIMARY KEY with AUTOINCREMENT. This is a precondition to adding search to unversioned files. To rebuild legacy repos, first DROP the old unversioned table, then run "fossil sync -u". ... (check-in: 08cbc7b2 user: drh tags: trunk)
15:49
Fix overlength source lines in diff.c. Raise limits and fix inappropriate use of memcmp() in mkindex.c. ... (check-in: df80ab0c user: drh tags: trunk)
15:15
Fix a typo in a comment. No changes to code. ... (check-in: cd822353 user: drh tags: trunk)
13:44
Put the "trunk" in the document URL when the ftsdocs table is first constructed, rather than translating the URL upon display. ... (check-in: 58034a48 user: drh tags: trunk)
13:35
Add the /test-ftsdocs page, accessible only by administrators. Improved comments in the search logic. ... (check-in: 375bc71e user: drh tags: trunk)
00:49
In documentation search results, change URLs of the form "/doc/BRANCH/path" so that BRANCH is the branch name specified by the "doc-branch" setting. ... (check-in: fa947eeb user: drh tags: trunk)
2016-08-29
14:15
Fix the /uv page so that works on Solaris. ... (check-in: 0cd96edc user: drh tags: trunk)
2016-08-27
21:16
Fix comment and documentation typos. ... (check-in: 35d43fd9 user: drh tags: trunk)
17:01
Improved header on the /finfo single-file timeline page. ... (check-in: 88c4a53e user: drh tags: trunk)
2016-08-25
00:14
Mention the new '-nocomplain' option to the TH1 'query' command in the documentation. ... (check-in: 51fc4a3e user: mistachkin tags: trunk)
2016-08-24
15:22
New test cases on the /test-piechart page. ... (check-in: 2ecdba9f user: drh tags: trunk)
15:14
Simplification to the /test-piechart webpage. Include sample test cases. ... (check-in: 8086dd96 user: drh tags: trunk)
14:56
Unbreak compilation on Cygwin. Allow notepad to be used as unversioned content editor (notepad cannot handle UNIX line-endings) ... (check-in: 6728970b user: jan.nijtmans tags: trunk)
14:08
In the pie-chart generator, if there is a wedge pointing straight down, make sure its text label flows off to the right, not the left. ... (check-in: bb9c6a6f user: drh tags: trunk)
2016-08-23
17:34
Minor tweak to the 'get_versionable_settings' test suite helper routine. ... (check-in: f481fd6c user: mistachkin tags: trunk)
17:30
Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. ... (check-in: 816bc43b user: mistachkin tags: trunk)
17:21
Add a comment. ... (Closed-Leaf check-in: ca6c8f9b user: mistachkin tags: settingsTest)
14:12
Fix harmless comment and spacing typos. ... (check-in: 3a66ed0b user: drh tags: trunk)
14:04
Fix a stray single-quote character in the SVG pie-chart generator. ... (check-in: f2980d89 user: drh tags: trunk)
13:52
Updates to the change log. ... (check-in: 2e58eec6 user: drh tags: trunk)
13:31
When there is no argument to the /uv page, make "index.wiki" the default. Do not allow "index.html" since that probably will not have the correct <base> header. ... (check-in: 4a837858 user: drh tags: trunk)
13:01
Add the "fossil unversioned edit UVFILE" command. ... (check-in: 1d6b6782 user: drh tags: trunk)
12:14
update change log ... (check-in: 299614d1 user: jan.nijtmans tags: trunk)
12:13
eliminate some end-of-line spaces ... (check-in: d32155d0 user: jan.nijtmans tags: trunk)
11:58
Add a link to the /uvlist screen from the /setup menu. Add the byage=1 query parameter to /uvlist. ... (check-in: ab4c1e29 user: drh tags: trunk)
10:13
Fix a harmless but redundant space in the admin_log schema definition. ... (check-in: 18524551 user: drh tags: trunk)
02:19
Add another test to check the value of each versionable setting after it is written. ... (check-in: 46228ffb user: mistachkin tags: settingsTest)
02:13
Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. ... (check-in: b9414210 user: mistachkin tags: settingsTest)
01:41
Better default sort orders for columns on the /uvlist ... (check-in: 401d9b29 user: drh tags: trunk)
01:37
In the /uvlist, do not link to deleted files. ... (check-in: d8b0489b user: drh tags: trunk)
01:22
Improved origin tracking for unversioned files. Show Admin/Setup users the rcvid and allow them to see the originating IP address and to delete unversioned files. Update the rcvfrom table viewer to include unversioned file entries. ... (check-in: 8972aae7 user: drh tags: trunk)
2016-08-22
21:10
Create a valid rcvfrom entry when adding unversioned content from the command-line. ... (check-in: 7deeb515 user: drh tags: trunk)
20:12
Remove the db_name() function. In its place, the SQLITE_DBCONFIG_MAINDBNAME feature of SQLite is used to ensure that the three attached databases are always exactly named "repository", "configdb" and "localdb", regardless of which is opened first or the order in which they are attached. Update to the latest 3.15 alpha of SQLite which is now required for correct operation, since SQLITE_DBCONFIG_MAINDBNAME is required. ... (check-in: 06aec611 user: drh tags: trunk)
15:20
Fill in SQL parameters in report formats using HTTP query parameter values. ... (check-in: 0ef09dc9 user: drh tags: trunk)
02:22
Slightly improve clarity of the db_database_slot() function. ... (Closed-Leaf check-in: a12d7122 user: mistachkin tags: omit-db_name)
2016-08-21
17:50
Fix the /uv page so that it correctly handles a missing "name". First it looks for "index.html", "index.wiki", "index.md" and "index.th1", then if none of those documents are found, it does the equivalent of /uvlist. ... (check-in: 25379569 user: drh tags: trunk)
02:17
Fix the code in db_open_config() that checks the current 'attachment mode' for the configuration database against the requested one. ... (check-in: 569f4b0e user: mistachkin tags: omit-db_name)
00:42
Merge test updates from trunk. ... (check-in: 5a14b783 user: mistachkin tags: omit-db_name)
00:13
Account for recent 'hr' markup changes in the th1-tcl tests. ... (check-in: 6a73034e user: mistachkin tags: trunk)
2016-08-20
18:16
Fix compilation errors when the JSON feature is enabled. ... (check-in: e2f4f1f8 user: mistachkin tags: omit-db_name)
2016-08-19
16:36
Fix the db_database_slot() routine so that it works ever if the g.db database has been closed. ... (check-in: 0c1f876e user: drh tags: omit-db_name)
16:26
Handle the "-u" option on "fossil all sync". ... (check-in: ce910a43 user: drh tags: trunk)
16:25
Handle the "-u" option on "fossil all sync". ... (check-in: 5031cb08 user: drh tags: omit-db_name)
15:25
Incorporate the version of SQLite that allows VACUUM on attached databases. ... (check-in: 80d0df05 user: drh tags: omit-db_name)
09:14
Clarification of comments on the db_set_main_schemaname() routine. ... (check-in: 81184a02 user: drh tags: omit-db_name)
00:13
Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. ... (check-in: d858f3da user: drh tags: omit-db_name)
2016-08-18
19:16
Fix typos in the Unversioned Content document. ... (check-in: 1a765646 user: drh tags: trunk)
14:30
merge trunk ... (Closed-Leaf check-in: e81063b9 user: jan.nijtmans tags: pending-review)
13:30
Mention "full text search" as a feature in the web interface documentation. ... (check-in: 63bff950 user: drh tags: trunk)
13:20
Add documentation on unversioned content. ... (check-in: f187ada6 user: drh tags: trunk)
12:33
Fix the "fossil rebuild" command so that it no longer trashes the unversioned content. Add the -u option to "fossil clone" to retrieve unversioned content during the clone. ... (check-in: a5d8548f user: drh tags: trunk)
11:16
Fix typos in the sync documentation. ... (check-in: d3dabbb0 user: drh tags: trunk)
11:03
Make sure auto-hyperlink works for anonymous. ... (check-in: a2730fea user: drh tags: trunk)
03:04
Defer copying the capabilities for the logged in user until after the special 'auto-hyperlink' processing is completed; otherwise, the anonymous permissions may not gain the 'h' permission. ... (Closed-Leaf check-in: ae36cd66 user: mistachkin tags: anonPermHyperlink)
02:54
When tracing the 'anoncap' or 'hascap' commands, which share an implementation, show which one is being traced. ... (check-in: 9066bf13 user: mistachkin tags: trunk)
02:51
Correct TH1 tracing related to the 'hascap' and 'anycap' TH1 commands. ... (check-in: 901f1839 user: mistachkin tags: trunk)
02:45
Make the '--th-trace' option work properly on Windows. ... (check-in: 11d3d721 user: mistachkin tags: trunk)
02:22
Since the intent of the TH1 'hascap' command is that all specified permissions are required (i.e. the first missing permission should stop further checks), correct the loop invariant. ... (check-in: 1c0b1a58 user: mistachkin tags: trunk)
02:11
Further enhancements to TH1 permissions testing. ... (check-in: 5915e6f4 user: mistachkin tags: trunk)
01:52
Add more environment variables to the 'test_env' page. ... (check-in: 33561a22 user: mistachkin tags: trunk)
01:50
Some coding style corrections in the TH1 tests. ... (check-in: 46e92c25 user: mistachkin tags: trunk)
01:47
Add tests for the 'anycap', 'anoncap', and 'hascap' TH1 commands. Also, add the --set-user-caps and --set-anon-caps options to the 'test-th-eval', 'test-th-render', and 'test-th-source' test commands. ... (check-in: 5ea2a4fb user: mistachkin tags: trunk)
01:40
Correct checking for the new 'y' permission (write unversioned files). ... (check-in: 1f8a667f user: mistachkin tags: trunk)
01:01
Update custom MinGW makefile. ... (check-in: 638536e9 user: mistachkin tags: trunk)
2016-08-17
22:19
Add the -u/--unversioned flag to the "fossil sync" command. Implement the "fossil unversioned revert" command. ... (check-in: c18f2319 user: drh tags: trunk)
17:25
Send the parent-project-name and parent-project-code configurations when syncing the project configurations. ... (check-in: 08e65c2b user: drh tags: trunk)
16:02
Fix typos in documentation and on the "Setup/Users" screen. ... (check-in: 085bfaee user: drh tags: trunk)
15:56
For the "query -nocomplain" TH1 command, make sure the SQLite log does not add error messages to the output. ... (check-in: 801eca62 user: drh tags: trunk)
15:42
Add support for unversioned files stored in the repository. ... (check-in: 27d743e7 user: drh tags: trunk)
15:36
Show the number and total size of unversioned files on the /stat page. Add a link to /uvlist from /sitemap. ... (Closed-Leaf check-in: 83c7571f user: drh tags: unversioned-files)
14:40
Update the sync protocol documentation to describe the unversioned file sync. ... (check-in: d7809493 user: drh tags: unversioned-files)
13:37
Limit the amount of unversioned content sent with each HTTP request. Also: fix up source code lines in xfer.c to be less than 80 characters long. ... (check-in: faa73ae0 user: drh tags: unversioned-files)
11:53
The admin and setup users automatically get the write-unversioned ('y') permission. ... (check-in: 0480400c user: drh tags: unversioned-files)
09:57
Do not show a blank table on the /uvlist page if the server contains no unversioned files. Instead show a message explaining that no unversioned files are present. ... (check-in: 49007ece user: drh tags: unversioned-files)
09:28
Add the /uvlist webpage. ... (check-in: 52860aa6 user: drh tags: unversioned-files)
2016-08-16
20:49
Merge trunk changes. ... (check-in: 78ccf4bc user: drh tags: unversioned-files)
20:48
Add the -nocomplain option to the TH1 "query" command. Add the ability to query the unversioned table, if such a table exists. ... (check-in: c8289bdc user: drh tags: trunk)
19:36
Add the new "y" permission letter that gives authority to push unversioned files. ... (check-in: 5d703ba2 user: drh tags: unversioned-files)
17:26
Merge user-list documentation enhancements from trunk. ... (check-in: 8f773f2c user: drh tags: unversioned-files)
17:25
Add the /setup_ucap_list built-in documentation page. Improvements to the /setup_ulist_notes built-in documentation page. ... (check-in: 70d898fe user: drh tags: trunk)
16:25
Merge recent trunk enhancements. ... (check-in: f6d4a2bf user: drh tags: unversioned-files)
16:17
Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (check-in: dddc58da user: drh tags: trunk)
15:32
Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (Closed-Leaf check-in: 0ab5ad5f user: drh tags: child-projects)
2016-08-15
15:18
update change-log ... (check-in: 4f3054bc user: jan.nijtmans tags: trunk)
11:58
Update the built-in SQLite to version 3.14.1 ... (check-in: 80789309 user: jan.nijtmans tags: branch-1.35)
2016-08-12
22:45
Improved documentation of the date and time stamps understood by most fossil commands and web pages. No non-documentation changes were made, but comments in eight source files were edited. ... (check-in: cd77e064 user: rberteig tags: trunk)
13:44
Add experimental 'raw' mode for embedded TH1 docs feature. ... (check-in: ccd8a9cb user: mistachkin tags: trunk)
13:33
Update the built-in SQLite to 3.14.1 release ... (check-in: f80532e9 user: jan.nijtmans tags: trunk)
04:46
Add experimental 'raw' mode for embedded TH1 docs. ... (Closed-Leaf check-in: fbd31d4c user: mistachkin tags: th1RawDocs)
02:55
Trim a few trailing whitespaces. ... (check-in: 3c44b079 user: jan tags: jan-manifest-tags)
2016-08-10
09:07
Update changes ... (check-in: 9a70aa7c user: jan.nijtmans tags: trunk)
09:06
Remove unnecessary spacing ... (check-in: c3b5f1d2 user: jan.nijtmans tags: trunk)
2016-08-09
19:41
Do not add extra \n characters to the sync protocol. ... (check-in: 71a50a1d user: drh tags: unversioned-files)
18:59
More fixes to the unversioned file sync protocol. ... (check-in: 48b9bf35 user: drh tags: unversioned-files)
17:31
Another unversioned file sync fix. ... (check-in: a6b66652 user: drh tags: unversioned-files)
17:18
Fixes to the unversioned file sync protocol. ... (check-in: 5d913409 user: drh tags: unversioned-files)
15:29
More work on unversioned file sync. ... (check-in: a3dcfe75 user: drh tags: unversioned-files)
14:42
Since fossil now uses sqlite3_trace_v2(), it needs at least the 'pi' release of SQLite. ... (check-in: 0dc21b70 user: jan.nijtmans tags: trunk)
12:37
Change the schema for the unversioned table. Add some initial code to do unversioned sync, but the code is incomplete and untested. ... (check-in: 73932a32 user: drh tags: unversioned-files)
2016-08-08
21:42
Two manifest.tags changes: 1) Unconditionally add branch. 2) Change the format to explicitly state tag or branch entry. ... (check-in: 0925f75a user: jan tags: jan-manifest-tags)
19:37
Added quick checks to verify that the manifest and manifest.uuid files have sensible content, at least for the initial empty checkin. This does require that an SHA1 module be installed for use by the test harness, which I am slightly surprised was not already needed by any other test case. ... (check-in: bf62b160 user: rberteig tags: jan-manifest-tags)
14:44
Merge updates from trunk. ... (check-in: f63576a7 user: drh tags: jan-manifest-tags)
14:42
Fix an unused variable and add a header comment to get_checkin_taglist(). ... (check-in: 6c62828b user: drh tags: jan-manifest-tags)
14:31
Merge changes from trunk. ... (check-in: 3506156a user: drh tags: unversioned-files)
14:20
Update the built-in SQLite to 3.14 release. ... (check-in: 60d5fee7 user: drh tags: trunk)
2016-08-06
21:01
Complete the parts of the "fossil unversioned" command used to add and remove content. ... (check-in: fb3c81d8 user: drh tags: unversioned-files)
17:42
Add a link to the web-cache status screen to the Admin main menu. ... (check-in: 4a4a51a5 user: drh tags: trunk)
17:40
Add a link to the web-cache status screen to the Admin main menu. ... (check-in: 7c176f7a user: drh tags: unversioned-files)
16:20
Add more tags manifest test cases. Check the manifest.tags contents updates on tagging, commit and switching branches. Tests pass successfully on OS X. ... (check-in: 2350b068 user: jan tags: jan-manifest-tags)
2016-08-05
12:30
Add the /uv webpage. ... (check-in: 440defe2 user: drh tags: unversioned-files)
08:30
Incremental check-in. (Saving my place in order to go work on other things.) Changes are untested. ... (check-in: a9463a71 user: drh tags: unversioned-files)
00:46
Add a basic set of tests for the manifest property, including minimal coverage of the existance of the tags manifest. This can and should be extended to cover interesting content for the tags manifest, and likely should be extended to cover lots more corner cases. These new tests pass on Windows, but should be tried on at least one unix-like platform. ... (check-in: c33f02de user: rberteig tags: jan-manifest-tags)
2016-08-04
22:49
Begin work on the ability to store and sync files for which no history is kept. ... (check-in: 4ce1c9b2 user: drh tags: unversioned-files)
14:11
Update the built-in SQLite to the second 3.14 beta. ... (check-in: aa63cd40 user: drh tags: trunk)
11:56
Fix another typo in the sync protocol document. ... (check-in: 94381d32 user: drh tags: trunk)
11:34
Fix a typo in the sync protocol document. ... (check-in: 12cbe2bd user: drh tags: trunk)
00:42
Bring the sync protocol documentation more up-to-date. Fix typos in the command-line documentation for "push" and "sync". ... (check-in: 3dcf69a7 user: drh tags: trunk)
2016-08-03
15:01
Fix working tree manifest generation/deletion to handle all cases properly. ... (check-in: 81bf21bd user: jan tags: jan-manifest-tags)
14:31
Comment typo fix. ... (check-in: af574ca3 user: jan tags: jan-manifest-tags)
14:30
For opened working trees, store current branch at top of manifest.tags. ... (check-in: 0fb54e5a user: jan tags: jan-manifest-tags)
14:04
Fix a minor preprocessor directive typo. ... (check-in: a5c08fde user: jan tags: trunk)
08:17
Fix typos in the How CGI Works document. ... (check-in: 9c87cb29 user: drh tags: trunk)
01:24
Improvements to the "How CGI Works" page. ... (check-in: e379665a user: drh tags: trunk)
01:18
Merge with trunk; resolved tar and zip generation to handle include/exclude globs. ... (check-in: de9e7651 user: jan tags: jan-manifest-tags)
2016-08-02
19:42
New documentation on how CGI works in Fossil. This is a work-in-progress. ... (check-in: c55f54d0 user: drh tags: trunk)
18:17
Fix a typo in the "fossil purge" command documentation. ... (check-in: c14ecc43 user: drh tags: trunk)
17:59
Add documentation of the repolist mode to the CGI command. ... (check-in: 20e9731c user: rberteig tags: trunk)
17:17
Improved documentation for the "fossil cgi" command. ... (check-in: 66d00380 user: drh tags: trunk)
15:18
Merge the "purge" command onto trunk, even though it is incomplete. ... (check-in: b78a32f4 user: drh tags: trunk)
15:17
Add a further warning on the purge command to indicate that it is dicey. That extra warning makes the purge code permissible to add to trunk. ... (Closed-Leaf check-in: 501f3e11 user: drh tags: purge)
14:52
Improved help and remove redundant file listings for the "fossil purge" command. ... (check-in: 2c53d022 user: drh tags: purge)
14:41
Sync up with the trunk. ... (check-in: 12f8633a user: drh tags: purge)
09:10
Corrections to information about running Fossil in a chroot jail. ... (check-in: f1a480e1 user: drh tags: trunk)
08:46
Compiler warning fixes. This includes disabling the undocumented FOSSIL_PWREADER feature and upgrading the built-in SQLite. ... (check-in: f35b46d4 user: drh tags: trunk)
2016-08-01
17:09
Update the built-in SQLite to the 3.14 first beta. ... (check-in: f475b943 user: drh tags: trunk)
13:50
Disable navigation key binds in the --tk diff screen. Otherwise, pressing "q" in the Search entry box causes the whole diff window to die. ... (check-in: f6d95831 user: drh tags: trunk)
12:45
Fix a C99-style comment. ... (check-in: 9e2f940e user: drh tags: trunk)
12:40
Use C89 comments (not C99 style). Only the comment delimiters have been changed. ... (Closed-Leaf check-in: c665a2f2 user: dave.vines tags: djvfixcommentstyle)
12:35
Create new branch named "djvfixcommentstyle" ... (check-in: aea114d0 user: dave.vines tags: djvfixcommentstyle)
11:01
Minor UI enhancements in the --tk diff display. ... (check-in: 3d746845 user: drh tags: trunk)
2016-07-29
21:40
Add the ability to search by NoCase, RegExp, or WholeWord. ... (check-in: 2a5de7ea user: drh tags: trunk)
21:27
Add a simple "Search" button to the --tk diff widget. ... (check-in: cea60811 user: drh tags: trunk)
15:12
Update the built-in SQLite to another 3.14 alpha version. ... (check-in: 59bf47b2 user: drh tags: trunk)
2016-07-28
14:07
Update the built-in SQLite to the latest 3.14 alpha version, for testing. ... (check-in: 84f55ef7 user: drh tags: trunk)
13:58
Enhance the "fossil purge" command to allow it to specify individual artifacts and files to be purged. ... (check-in: 263fd2da user: drh tags: purge)
05:02
Begin enhancing the "fossil purge" command to be much more flexible and powerful. Plans are to provide the ability to purge specific files, or tickets, or wiki pages, with options to limit the timeframe of the purge. ... (check-in: 45fcac62 user: drh tags: purge)
2016-07-25
12:25
Update the built-in SQLite to use the latest sqlite3_trace_v2() interface changes. ... (check-in: f0d84833 user: drh tags: trunk)
2016-07-23
22:02
Fix harmless compiler warnings. ... (check-in: fd35e339 user: drh tags: trunk)
20:35
Update the built-in SQLite to the 3.14 alpha. Use sqlite3_trace_v2() instead of sqlite3_trace(), which is not deprecated. ... (check-in: b9573e55 user: drh tags: trunk)
2016-07-09
16:43
Fix a typo in the FOSSIL_SECURITY_LEVEL documentation of the previous check-in. ... (check-in: 2dec4bdf user: drh tags: trunk)
16:38
Documentation on FOSSIL_SECURITY_LEVEL. ... (check-in: 2b964533 user: drh tags: trunk)
02:12
Fix spelling of "occurrence" ... (check-in: d064213b user: andygoth tags: trunk)
2016-07-05
14:54
Updates to the encrypted Fossil documentation. ... (check-in: 7fd60090 user: drh tags: trunk)
14:47
(cherry-pick) Another place where checking for pRow->isLeaf is too simple (which could result in more phantom up-arrows) ... (check-in: 1af1a662 user: jan.nijtmans tags: branch-1.35)
14:47
Another place where checking for pRow->isLeaf is too simple (which could result in more phantom up-arrows) ... (check-in: 8ce629f9 user: jan.nijtmans tags: trunk)
14:40
Add the "fossil shell" command. ... (check-in: ebcb9dff user: drh tags: trunk)
14:30
(cherry-pick) Fix a timeline bug, showing an unintended arrow when closing a fork. ... (check-in: 4cae5c94 user: jan.nijtmans tags: branch-1.35)
14:23
Fix a timeline bug, showing an unintended arrow when closing a fork. ... (check-in: f16e1a0e user: jan.nijtmans tags: trunk)
14:17
Partially revert [f73411025e8ebec7]. This fixes a problem that when closing a fork by just doing "fossil merge" and additonal arrow going up is displayed. Probably not the right fix. Remark: reverting more than necessary. Already fixed on trunk. ... (Closed-Leaf check-in: a78e5118 user: jan.nijtmans tags: close-fork-arrow)
2016-07-04
22:08
Detect old stashfile schema and recreate to allow file renames to be stashed in existing checkout databases. ... (check-in: a13217b8 user: andybradford tags: stash-fixes)
20:13
Merge in trunk and resolve conflict. ... (check-in: 003b6581 user: andybradford tags: stash-fixes)
2016-06-28
09:10
Unnecessary type='text/javascript on <script> tag. ... (check-in: 5cdaeb0d user: jan.nijtmans tags: trunk)
2016-06-26
17:05
micro-optimizing invalid_utf8 function, should be as fast as possible now ... (check-in: 7c08a685 user: jan.nijtmans tags: trunk)
17:04
Improve comments ... (Closed-Leaf check-in: 8bdd0abc user: jan.nijtmans tags: invalid_utf8_improvements)
2016-06-25
03:56
Full-text search for check-in diffs. This works, but it creates a huge index (2x the size of the BLOB table) in spite of being a contentless index. The index is slow to build because of all the diffs that must be computed. Because the index is contentless, the snippet generator runs very slowly on queries - a typical query with a couple hundred hits takes several minutes. ... (Closed-Leaf check-in: 68194175 user: drh tags: diff-search)
2016-06-24
03:36
If the FOSSIL_SECURITY_LEVEL environment variable is 2 or more, then present a simple substitution matrix when entering passwords, as a defense against key loggers. For FOSSIL_SECURITY_LEVEL of 1 or more, do not remember the remote-url password. ... (check-in: e1034c4c user: drh tags: trunk)
2016-06-23
07:43
Replace some usage of <center> tags with align="center" attributes. ... (check-in: fcfaae37 user: jan.nijtmans tags: trunk)
2016-06-22
09:11
merge trunk ... (Closed-Leaf check-in: 414fc1e9 user: jan.nijtmans tags: html-cleanup)
2016-06-21
20:03
Fix typos in comments. ... (check-in: 243fc6c2 user: drh tags: trunk)
15:20
Fix problem reported by Carlo Miron on fossil-dev mailing list: [38a47074] broke empty markdown links ... (check-in: 6bbec5fb user: jan.nijtmans tags: trunk)
11:37
Add an example to the webpage-ex.md documentation page showing the use of the chng= query parameter of timeline. ... (check-in: cb6b6c97 user: drh tags: trunk)
2016-06-19
18:49
Add the "chng=" query parameter to the "/timeline" page. ... (check-in: b2b62b83 user: drh tags: trunk)
2016-06-18
16:50
If the table is encoded as start-value/size, a variable and a comparison can be saved. Should be even faster .... ... (check-in: 758e3d31 user: jan.nijtmans tags: invalid_utf8_improvements)
14:44
Juggle variables and code arround, making it as efficient and readable as possible. Also add more comments. ... (check-in: 7f067f29 user: jan.nijtmans tags: invalid_utf8_improvements)
11:29
fixed another strict aliasing warning in cson. ... (check-in: 6bcfe1d2 user: stephan tags: trunk)
2016-06-17
12:38
Fix a typo in the built-in documentation for the "tarball" command. ... (check-in: e0da91e9 user: drh tags: trunk)
09:45
More consistancy in using <br /> and <hr /> HTML tags ... (check-in: 63220d94 user: jan.nijtmans tags: trunk)
07:39
Merge trunk ... (check-in: 4887295a user: jan.nijtmans tags: pending-review)
07:24
Remove a function which isn't use anywhere ... (check-in: e2a280fc user: jan.nijtmans tags: trunk)
00:04
merged from trunk ... (Closed-Leaf check-in: 8a877a7b user: sdr tags: invalid_utf8_table)
2016-06-16
22:14
shrunk size of lead byte table for invalid_utf8, and took a shortcut to invalidate lead bytes between 0x80 & 0xBF inclusive ... (check-in: 69328517 user: sdr tags: trunk)
17:01
more optimizations (all lead bytes between 0x80 & 0xBF are invalid, so use simple check for those, and also can shrink the invalid_utf8 lead byte table even more) ... (check-in: 6eb9a30c user: sdr tags: invalid_utf8_table)
16:28
Add the 'project_description' variable for TH1 style scripts. ... (check-in: 77667ca1 user: mistachkin tags: prjDesc)
12:14
More optimizations, taken over from trunk. ... (check-in: ec7f6b2e user: jan.nijtmans tags: invalid_utf8_table)
11:39
Minor further speed-up: Only increment pointer if really needed. ... (check-in: 5be2e9cf user: jan.nijtmans tags: trunk)
09:44
merge-mark ... (check-in: c22ec007 user: jan.nijtmans tags: invalid_utf8_table)
09:44
Further invalid_utf8() improvement: Save one indirection and a check, and make the table size even smaller. ... (check-in: 6a59dbbb user: jan.nijtmans tags: trunk)
09:14
Merge trunk ... (check-in: a3328c00 user: jan.nijtmans tags: invalid_utf8_table)
09:13
Use faster table-based approach when checking for invalid utf-8, in stead of complex bit-operations. ... (check-in: 60349a66 user: jan.nijtmans tags: trunk)
08:04
A little bit faster, by only accessing *z once and using bit-operations in stead of comparisions. ... (check-in: f246ea43 user: jan.nijtmans tags: invalid_utf8_table)
07:46
Unroll loop for even greater speed ... (check-in: cc09e003 user: jan.nijtmans tags: invalid_utf8_table)
2016-06-15
15:00
added a few comments ... (check-in: 63313a5f user: sdr tags: invalid_utf8_table)
08:38
More consistancy in using <br /> and <hr /> HTML tags ... (check-in: bd559ff0 user: jan.nijtmans tags: trunk)
08:19
Simplifications and constification ... (check-in: 6051c441 user: jan.nijtmans tags: invalid_utf8_table)
2016-06-14
18:08
merged from trunk ... (check-in: 12675ab7 user: sdr tags: invalid_utf8_table)
18:06
moved static table data out of invalid_utf8 and pre-initialized the table to avoid run time overhead; also shrunk the table by 50% by removing the ASCII code points ... (check-in: d3fc3772 user: sdr tags: invalid_utf8_table)
14:11
Forgot close tag in previous commit ... (check-in: 3b3310a7 user: jan.nijtmans tags: trunk)
14:08
In stead of <font color=xxx, use style=color:xxx in some places. ... (check-in: d1f60caa user: jan.nijtmans tags: trunk)
12:35
Increase the version number to 1.36. ... (check-in: fd547b83 user: drh tags: trunk)
12:27
Update internal Unicode character tables, used in regular expression handling, from version 8.0 to 9.0. ... (check-in: efe6ebb4 user: jan.nijtmans tags: trunk)
12:07
Fix two more harmless gcc warning message (one of them as suggested by Stephan Beal) ... (check-in: 6ef54dfa user: jan.nijtmans tags: trunk)
11:10
Version 1.35 ... (check-in: 3aa86af6 user: drh tags: trunk, release, version-1.35)
07:43
Eliminate (harmless) compiler warning ... (check-in: e449ede3 user: jan.nijtmans tags: trunk)
05:00
merged from trunk ... (check-in: d22c72bc user: sdr tags: invalid_utf8_table)
2016-06-13
08:29
Fix handling of byte sequence \xF4\x00 in utf-8 validation. Now all tests pass again. Thanks to Scott Robison for discovering this! ... (check-in: 5684672a user: jan.nijtmans tags: trunk)
2016-06-11
20:13
For the "setenv:" line of CGI scripts, if the VALUE field is omitted, unset the variable. ... (check-in: 72df287c user: drh tags: trunk)
10:58
Fix harmless typo in a comment. ... (check-in: 0e9a144b user: drh tags: trunk)
05:27
Fix harmless compiler warning. ... (check-in: 2d8c3b71 user: mistachkin tags: trunk)
05:23
Further coding style improvements for the new invalid_utf8() function. Also fixes several C99-isms. ... (check-in: 2fb7d59b user: mistachkin tags: invalid_utf8_table)
00:41
reformatted invalid_utf8 to make it conform a bit better to existing style ... (check-in: dd3bb22c user: sdr tags: invalid_utf8_table)
00:13
merged from trunk ... (check-in: 4f906e53 user: sdr tags: invalid_utf8_table)
00:11
fixed a bad function name; had tested it external to fossil but didn't build/test before committing; mea culpa ... (check-in: 2e7a6cb0 user: sdr tags: invalid_utf8_table)
00:06
added new tests for invalid utf8 sequences ... (check-in: 6da500a1 user: sdr tags: trunk)
2016-06-10
20:45
performance optimizations ... (check-in: 635f3b03 user: sdr tags: invalid_utf8_table)
14:48
Update the change log to include the reparent command. ... (check-in: 084a409e user: drh tags: trunk)
14:43
Enhancements to SVN import ... (check-in: fa9ead30 user: drh tags: trunk)
14:41
Add the "fossil reparent" command and the --dryrun option on "fossil tag add" and "fossil tag cancel". ... (check-in: 96164bb2 user: drh tags: trunk)
14:40
Add the --dryrun option to "reparent" and "tag add" and "tag cancel". Fix a typo in the command-line help for "reparent". ... (Closed-Leaf check-in: 9cf12e65 user: drh tags: reparent)
14:16
Updates to the change log. ... (check-in: ecd3dc53 user: drh tags: trunk)
13:46
Fix typos in the fossil-v-git.wiki document. ... (check-in: 5566c853 user: drh tags: trunk)
13:28
Add the "Special Features" subheading in the Markdown documentation. ... (check-in: a6725ea5 user: drh tags: trunk)
13:06
For Markdown hyperlinks, if the URL begins with "/" then prepend the root of repository. This allows repository-relative hyperlinks. ... (check-in: 38a47074 user: drh tags: trunk)
12:46
Add the --include and --exclude options to the tarball and zip commands and the in= and ex= query parameters to the /tarball and /zip webpages. ... (check-in: ef449a11 user: drh tags: trunk)
12:03
Slightly more efficient than previous commit ... (check-in: 1ca59832 user: jan.nijtmans tags: trunk)
11:52
Merge additional test-cases from trunk. All pass now. ... (check-in: 8a65d6f0 user: jan.nijtmans tags: invalid_utf8_table)
11:49
Add many test-cases of (possible) invalid UTF-8 sequences ... (check-in: acf7fe47 user: jan.nijtmans tags: trunk)
10:23
Fix corner-case in invalid utf-8 detection, with modified test-cases. Additional test-cases still to be done. ... (check-in: 87da6f97 user: jan.nijtmans tags: trunk)
08:07
proposed new invalid_utf8 function ... (check-in: e58334a0 user: sdr tags: invalid_utf8_table)
2016-06-09
23:59
fixed an edge case in invalid_utf8 where a valid three byte seq could be misidentified ... (check-in: 314cdab0 user: sdr tags: invalid_utf8_table)
15:26
Add mimetypes for bz2 and bzip. ... (check-in: c7e9625d user: drh tags: trunk)
02:22
Use sqlite3_snprintf instead because it guarantees that the buffer will be zero-terminated and to avoid warnings on OpenBSD. ... (check-in: 460b93b5 user: andybradford tags: trunk)
2016-06-07
15:27
If the FOSSIL_PWREADER environment variable is set to the name of a program, then use that program to prompt and read passwords and passphrases from the user when required, in place of the getpass() library routine. ... (check-in: 55f3f3d4 user: drh tags: trunk)
01:26
Fix typo in test_markdown_render function name. (no functional change since the command name was okay). ... (check-in: c94b49ad user: mgagnon tags: trunk)
2016-06-06
21:06
Add test-markdown-render. Does the same as test-wiki-render, but for markdown syntax. ... (check-in: 67f5df3b user: mgagnon tags: trunk)
10:07
Minor efficiency improvement by defining SQLITE_LIKE_DOESNT_MATCH_BLOBS=1 ... (check-in: 47812bc7 user: jan.nijtmans tags: trunk)
2016-06-05
17:02
Fix typo in sqlite3 command documentation ... (check-in: fba7d9e4 user: andygoth tags: trunk)
2016-05-31
08:17
merge from trunk with a few tweaks for merge conflicts ... (check-in: 598b58a5 user: sdr tags: winsymlink)
01:57
Fix a bug in the spider excluder. ... (check-in: 8583ca38 user: drh tags: trunk)
01:16
Improved handling of exclude_robots(). Add the "isrobot" query parameter for testing. ... (check-in: abcd5df2 user: drh tags: trunk)
2016-05-30
22:30
On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (check-in: d685096f user: drh tags: trunk)
22:25
On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (Closed-Leaf check-in: d5575d14 user: drh tags: autosync-failure-prompt)
21:10
Add a new robot detection string. ... (check-in: 1e2d76ec user: drh tags: trunk)
11:23
Enhance the files_of_checkin virtual table so that it can work as a table valued function, allowing queries such as: "SELECT * FROM files_of_checkin('version-1.34');" ... (check-in: 24cfcee7 user: drh tags: trunk)
10:14
Fix a typo in the wiki documentation. ... (check-in: bce6bec7 user: drh tags: trunk)
00:42
Improvements to the /timeline documentation. ... (check-in: e448abd0 user: drh tags: trunk)
2016-05-29
23:57
Minor documentation updates. ... (check-in: ac8aa0c6 user: drh tags: trunk)
22:59
Improved Markdown documentation. ... (check-in: 5fcc1d5c user: drh tags: trunk)
20:58
Improved linkages between the various status pages. ... (check-in: ba4a9ca8 user: drh tags: trunk)
2016-05-28
22:58
Improve the header comment on from/to timeline to show the number of check-ins on the path. ... (check-in: 6d1ef3c4 user: drh tags: trunk)
21:23
Enhancements to SEE integration. ... (check-in: 4e34191c user: mistachkin tags: seeEnhanced)
02:37
Fix compiler warning seen with MSVC. ... (check-in: 2fc8222f user: mistachkin tags: trunk)
02:37
Improve SEE (shell) support in the build process. ... (check-in: cc828822 user: mistachkin tags: trunk)
00:16
MinGW makefile integration fixes, mostly for zlib. Also, Clang can define _MSC_VER in some circumstances; therefore, check for Clang first in 'config.h'. ... (check-in: 8f2dd010 user: mistachkin tags: trunk)
2016-05-27
22:51
Further compiler portability enhancements in the MinGW makefiles. ... (check-in: de609c7c user: mistachkin tags: trunk)
22:25
Compilation 'portability' enhancements for MinGW. ... (check-in: 1bb6f3d3 user: mistachkin tags: trunk)
21:14
Add Clang to the list of detected compilers in 'config.h'. ... (check-in: 67cdb9b1 user: mistachkin tags: trunk)
21:03
Compiler warning and coding style fixes. ... (check-in: d0374689 user: mistachkin tags: trunk)
2016-05-23
15:46
Merge trunk ... (Closed-Leaf check-in: ca59c662 user: andygoth tags: andygoth-quote-apostrophe)
15:45
Merge trunk ... (Closed-Leaf check-in: 83bd4f37 user: andygoth tags: andygoth-brackets-outside-link)
15:37
Merge trunk ... (check-in: 1d2e7407 user: andygoth tags: reparent)
15:37
Merge trunk ... (Closed-Leaf check-in: 6164dac5 user: andygoth tags: andygoth-svn-import)
15:34
Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. ... (check-in: 2bc3cfeb user: andygoth tags: andygoth-crlf)
01:05
Add brief documentation for compiling and using encrypted repositories. ... (check-in: 893905c8 user: drh tags: trunk)
2016-05-21
23:58
merge cleanX ... (check-in: 70f77a1b user: jan.nijtmans tags: cleanX-no-clean-glob)
23:48
Merge trunk ... (check-in: a2c0e3f2 user: jan.nijtmans tags: cleanX)
22:48
Point out that clean -prompt implies -disable-undo ... (check-in: b5601dc3 user: andygoth tags: trunk)
21:00
Correct clean-glob example to use commas as delimiters since whitespace (other than newline) is not a valid delimiter ... (check-in: 1640479b user: andygoth tags: trunk)
20:57
Update description of clean-glob in accordance with past updates to the clean command ... (check-in: 15aa04ab user: andygoth tags: trunk)
20:37
Further improvements to the documentation for clean to better match the implementation ... (check-in: dd771305 user: andygoth tags: trunk)
19:38
Remove obsolete "cannot be undone" warning from documentation for clean, fix spelling error, and add mention of --disable-undo to description for --verily ... (check-in: d7955bf1 user: andygoth tags: trunk)
16:54
Adjust documentation for extras command to say CSG instead of GLOBPATTERN for more internally consistent terminology ... (check-in: 4843bd54 user: andygoth tags: trunk)
2016-05-19
14:12
Update the built-in SQLite to a really clean build of version 3.13.0 final ... (check-in: b817253a user: jan.nijtmans tags: trunk)
2016-05-18
15:19
Update the built-in SQLite to version 3.13.0 final. ... (check-in: 3747b4b5 user: drh tags: trunk)
02:28
Improvements to comments in the introduction to the files_of_checkin virtual table. ... (check-in: 06e2327c user: drh tags: trunk)
2016-05-17
11:44
tiny cleanup ... (Closed-Leaf check-in: 9340f2fc user: baruch tags: brlist-cleanup)
11:35
Adds option to show branch colors on brlist page ... (check-in: 2fa1a8a9 user: baruch tags: brlist-cleanup)
04:36
Remove extra "+" that was being prefixed to the parent tag in the reparent command. tag_add_artifact() already prefixes one "+" because its fifth argument is 1. ... (check-in: 6b456500 user: andygoth tags: reparent)
04:16
Remove unused variables ... (check-in: f9decff0 user: andygoth tags: trunk)
00:46
Add logic to process "parent" tags. Add the "reparent" command used to create an appropriate parent tag to cause a check-in to be reparented. ... (check-in: 5c5a364d user: drh tags: reparent)
2016-05-16
18:00
Add the --import-marks and --export-marks options to "fossil import" when the --git option is used. ... (check-in: b3acfa2e user: drh tags: trunk)
17:58
Remove C99-isms that MSVC has trouble with. ... (check-in: addfe489 user: drh tags: nick.lloyd-git-interop)
17:46
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 41c22209 user: drh tags: trunk)
2016-05-14
21:41
Add --import-marks and --export-marks options to 'fossil import' subcommand.

This allows one to save all git-generated marks following an import. Previously, performing an incremental import from git resulted in new commits being imported as orphans, and trying to perform an export to git at some later time resulted in git complaining of undefined marks. To remedy this, the format of the marks file is amended to include the rid, mark, and UUID of each commit. Now, fossil and git agree on the mapping between commits and marks, so updates in either direction can be performed easily. ... (check-in: c26213be user: nick.lloyd tags: nick.lloyd-git-interop)

21:01
Create new branch named "nick.lloyd-git-interop" ... (check-in: 1af797c3 user: nick.lloyd tags: nick.lloyd-git-interop)
13:10
Ignore Subversion property changes when importing. Property changes were previously interpreted as changing a file to be empty. ... (check-in: ed7905b6 user: andygoth tags: andygoth-svn-import)
04:32
Avoid NULL dereference when importing incremental Subversion dumps. This may not be the correct solution, but at least it's not outright crashing anymore. ... (check-in: 2ade560e user: andygoth tags: andygoth-svn-import)
04:29
Add -ignore-tree to import command ... (check-in: 10faea6e user: andygoth tags: andygoth-svn-import)
00:48
Collected improvements to the fossil wiki and attach commands to support technotes as well as wiki pages, including attachments to either and new test cases. Passes all tests. ... (check-in: 05cd9fa2 user: rberteig tags: trunk)
2016-05-12
21:11
Properly update the execute bit if it has changed in the commit being merged, and add info about changed permissions to the merge command's output. ... (Closed-Leaf check-in: 3683508e user: joel tags: merge-renames)
20:18
Remove unnecessary code. ... (check-in: c8421e92 user: joel tags: merge-renames)
16:12
Add -rename-trunk, -rename-branch, -rename-tag, -rename-rev, -rev-tags, and -no-rev-tags options to import command ... (check-in: d7b8b3e1 user: andygoth tags: andygoth-svn-import)
2016-05-11
22:23
Remove unnecessary first commit (that isn't actually a commit because I didn't call "fossil add" first...) in test 8. ... (check-in: 1385c8d4 user: joel tags: merge-renames)
02:29
Ensure that N is also a first-parent ancestor of P for cases where P is not on the same branch as either V or M. ... (check-in: 8bf221e5 user: joel tags: merge-renames)
2016-05-09
23:48
Call pivot_set_*() before each pivot_find() call. ... (check-in: ec25471c user: joel tags: merge-renames)
22:15
Update the built-in SQLite to the first 3.13.0 beta for testing. ... (check-in: 45daaced user: drh tags: trunk)
04:58
Change the help for 'export' to refer to 'tech notes', not 'events'. ... (check-in: 2fd471dc user: mistachkin tags: trunk)
2016-05-06
20:27
Handle merges with a specified baseline that comes after a commit with renames. ... (check-in: 8da901bb user: joel tags: merge-renames)
20:00
find_filename_changes() should report a rename even if the file ends up reverting back to its original name. ... (check-in: 0e9d50b1 user: joel tags: merge-renames)
19:49
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 423029b1 user: joel tags: merge-renames)
14:08
Add tests for the mimetype on wiki command. Update help text to list valid mimetypes ... (Closed-Leaf check-in: 6fa5570b user: dave.vines tags: technoteattachcli)
2016-05-05
18:26
Fix bug detected by wiki-15 and wiki-15.1. Left hand thought that the mtime column was the timestamp of the tech note. Right hand thought that the mtime column was the last modification time of the tech note. Left hand was right and the relevant query has been updated to use the objid (assigned as the new tech note manifest is added) as the indication of the most recently modified version of the tech note ... (check-in: e9d7c5aa user: dave.vines tags: technoteattachcli)
2016-05-04
00:22
Document short options for fossil wiki list command. ... (check-in: 99b1a1ea user: rberteig tags: technoteattachcli)
2016-05-03
20:30
Update referenced OpenSSL version. ... (check-in: 53992512 user: mistachkin tags: trunk)
08:17
Merged trunk and resolved conflicts. Passes all current tests, except for tests wiki-15 and wiki-15.1 in wiki.test. ... (check-in: 8c8ccac9 user: rberteig tags: technoteattachcli)
07:11
Move loop variable declaration out of for loop for C89 happiness. ... (check-in: 5a0dbf97 user: rberteig tags: technoteattachcli)
2016-05-02
16:21
Not all headers know about SQLITE_CONFIG_EXPLAIN_COMMENTS ... (check-in: 4ba01a37 user: jan.nijtmans tags: sqlite3-compat)
16:19
Do not run "all" commands against encrypted repos if encryption is not supported. ... (check-in: a13ef5e6 user: drh tags: trunk)
16:18
merge trunk ... (check-in: 0437cf96 user: jan.nijtmans tags: sqlite3-compat)
16:14
Update the built-in SQLite to an early beta of 3.13.0 for testing. ... (check-in: fc5f1728 user: drh tags: trunk)
2016-04-29
10:28
Make options --repolist and --baseurl work together, if the original URL doesn't end with '/'. ... (check-in: 7c4628a5 user: jan.nijtmans tags: trunk)
08:28
Make option --baseurl work on Windows ... (check-in: 6f35075a user: jan.nijtmans tags: trunk)
2016-04-28
14:32
Fix (harmless) mingw compiler warning src/vfile.c: variables ‘currentPerm’ and ‘origPerm’ set but not used [-Wunused-but-set-variable] ... (check-in: c2000668 user: jan.nijtmans tags: trunk)
2016-04-25
04:13
Make the glob pattern for encrypted repositories a bit more strict. ... (check-in: 980fdda6 user: mistachkin tags: trunk)
2016-04-22
20:06
Never prompt for the encryption password, regardless of the repository name, unless the USE_SEE compile-time option was specified. ... (check-in: 60026ba3 user: drh tags: trunk)
20:02
Minor makefile consistency fix. ... (check-in: 6c4a0a0a user: mistachkin tags: trunk)
20:00
Updates to support building with the SQLite Encryption Extension on Windows. ... (check-in: 9129f6f6 user: mistachkin tags: trunk)
18:33
Add an entry to the ignore-glob setting to help prevent the SEE-enabled SQLite source file from being added to this public repository by mistake. ... (check-in: fa3e672a user: drh tags: trunk)
18:08
Add the ability to use a repository that is in a database protected by the SQLite Encryption Extension (SEE). SEE is proprietary code and is not included in this tree, but if a user has a copy of SEE, with this change she can compile a version of Fossil that uses it. ... (check-in: ed871fb5 user: drh tags: trunk)
18:03
Avoid reprompting for the encryption key on every HTTP request when running "fossil ui" on an encrypted repository. ... (Closed-Leaf check-in: a7563f08 user: drh tags: see)
17:56
Prompt for and use the encryption key for encrypted repositories. ... (check-in: 3a02d7b6 user: drh tags: see)
15:39
Add the option to build against sqlite3-see.c (not in the source tree) rather than the built-in sqlite3.c. ... (check-in: 1ec6712e user: drh tags: see)
2016-04-19
17:44
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (check-in: 4abf6079 user: mistachkin tags: trunk)
03:16
Check the return code form blob_delta_apply() to make sure there are no errors prior to using the result. ... (check-in: 85fc2e0a user: drh tags: trunk)
2016-04-18
21:57
Minor edits to unify merge command warning messages, plus tests. ... (check-in: 451f04f6 user: joel tags: trunk)
19:18
Sanitize the mimetypes on both the CLI and json. Allow more friendly names for the supported mimetypes as well as the formal mimetypes ... (check-in: 7ed9c7e4 user: dave.vines tags: technoteattachcli)
13:36
add TECHNOTEID to fossil attach command ... (check-in: 70131d08 user: dave.vines tags: technoteattachcli)
08:17
add TECHNOTEID to fossil wiki commit and allow creation of multiple tech notes with the same timestamp (as already permitted by the GUI). ... (check-in: aeaef8fb user: dave.vines tags: technoteattachcli)
2016-04-15
19:46
Missed a place where the SCGI docs needed updating. ... (check-in: 13f6887b user: mistachkin tags: trunk)
2016-04-13
08:19
Update <dirent.h> for Visual Studio to latest version 1.21 (September 2015) ... (check-in: dd498bba user: jan.nijtmans tags: trunk)
2016-04-12
19:14
add TECHNOTEID to fossil wiki export. Rename --show-artifact-ids to --show-technote-ids on fossil wiki list (and ignore option for wiki pages as the page name uniquely identifies wiki page name). Rename done as tech note ids are not artifact ids (e.g. they cannot be used on fossil artifact) ... (check-in: f486d0f0 user: dave.vines tags: technoteattachcli)
14:19
Update SCGI docs based on feedback from the mailing list. ... (check-in: 5b5cbfc9 user: mistachkin tags: trunk)
2016-04-11
23:23
Fix typo in docs. ... (check-in: 16ef8ee9 user: mistachkin tags: trunk)
2016-04-10
02:14
Merge trunk. ... (check-in: 023601fb user: andygoth tags: andygoth-quote-apostrophe)
02:13
Merge trunk. ... (check-in: 12810dbf user: andygoth tags: andygoth-brackets-outside-link)
2016-04-09
16:57
Update the custom MinGW makefile. ... (check-in: 96dec24e user: mistachkin tags: trunk)
2016-04-08
14:47
Add the SQLITE_SHELL_IS_UTF8 command-line option on windows in order to fix the build. ... (check-in: a233ed21 user: drh tags: trunk)
13:09
Update the built-in SQLite to the latest trunk version, which includes fixes added since the 3.12.0 release. ... (check-in: 987861d9 user: drh tags: trunk)
13:03
Updating from trunk. ... (Closed-Leaf check-in: a1b09559 user: viriketo tags: viric_flavour)
11:24
Each call to socket_open() automatically closes any previously opened socket. ... (check-in: a0dae855 user: drh tags: trunk)
2016-04-07
18:41
Make usage of 'Usage:' and 'or:' consistent in all help text. ... (check-in: 8bfd9951 user: rberteig tags: trunk)
12:21
Make the default start page for the "fossil ui" command on a local check-out be "timeline?c=current". The default page is still whatever default the repository specifies for "fossil server" or if using "fossil ui" on any repository other than the current check-out. ... (check-in: 3602486f user: drh tags: trunk)
2016-04-04
17:30
Add a --show-artifact-ids to the 'fossil wiki list' command. Note this commit does not add the ability to select what to update on the 'fossil wiki commit' command, that is to come in a later commit. ... (check-in: cbda43e7 user: dave.vines tags: technoteattachcli)
2016-04-02
04:47
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (Closed-Leaf check-in: c13b6ba7 user: mistachkin tags: sslRetry)
04:28
Remove superfluous initialization of $passed. ... (Closed-Leaf check-in: e33ed0c5 user: joel tags: revert)
03:47
Coding style tweaks for the new 'test-all-help' command. ... (check-in: 651f7084 user: mistachkin tags: trunk)
00:56
Add new fossil test-all-help command. Spell checked and proof read all help text. Fixed typos. Reworded for clarity in a few places. Cleaned up a few inconsistencies of formatting. No code changes other than the new command. Passes all tests. ... (check-in: 26eef7f8 user: rberteig tags: trunk)
00:35
Add some options to the test-all-help command. ... (Closed-Leaf check-in: 1b0a3cf3 user: rberteig tags: ross-spellcheck)
00:00
Add a plain-text equivalent of the /test-all-help page to the CLI. Complete a first pass for spelling and minor grammar over all command and page help text. ... (check-in: f070ec99 user: rberteig tags: ross-spellcheck)
2016-04-01
20:21
Work in progress on spell-check and proof-reading sweep over the help text. ... (check-in: 2a4e31bd user: rberteig tags: ross-spellcheck)
14:47
Remove non tech notes from the list and error checking performed by fossil wiki --technote. Ambiguity of tech note with the same timestamp resolved in favour of the tech note with the highest modification timestamp. ... (check-in: 3d2341a2 user: dave.vines tags: technoteattachcli)
13:37
Fix typos in comments. No changes to code. ... (check-in: b6b50b12 user: mistachkin tags: trunk)
04:04
The revert command no longer resets the undo state if nothing is actually reverted. Additional tests and bug fixes as well. ... (check-in: 418dd7ac user: joel tags: revert)
2016-03-29
10:38
Update the built-in SQLite to 3.12.0 final. ... (check-in: 996705f5 user: drh tags: trunk)
2016-03-28
12:12
Stop using 10h as the format for tech note ids. Note that the comment for any existing attachments to tech notes won't change as the comment is generated when the attachment is made (since this change is new, I'd expect there to be none outside of my own personal fossil repositories) ... (check-in: 4ce3c62b user: dave.vines tags: technoteattachcli)
2016-03-24
22:27
Fixed some typos and attempted to improve documentation of the fossil wiki command. Added and rearranged test casesd for fossil wiki to explicitly include a knownBug case for the collision between a previous attachment and a new technote that happen to occur in the same second. Note that the reverse order does not fail, as demonstrated by some additional tests. ... (check-in: b81125e2 user: rberteig tags: technoteattachcli)
18:28
Fixed inconsistent calls to usage() in the attachment command which result in printing the fossil command name twice in the Usage: message. ... (check-in: 420a5fc0 user: rberteig tags: technoteattachcli)
18:23
Reviewed all Usage: messages for consistency and fixed a few where the fossil command was named in the call to usage(), causing the displayed usage to show the command name twice. Affected commands are bisect options, test-fileage, test-set-mtime, whatis, remote-url, and tag list. ... (check-in: 57f1eaec user: rberteig tags: trunk)
2016-03-23
21:19
Add a 1.2 sec delay before the test wiki-30 because it explicitly uses the current date and time, and other changes made to technotes implicitly use the current time, causing a technote name collision if the test script happens to execute with the relevent bits happening within the same wall clock second, at least on Windows. This is partly a kludge to make this test case pass reliably. It would probably be better for test cases to not have more than one reference to 'now' in a way that would cause a name collision, that is worth further investigation. Also, at first glance it doesn't look like the suite actually created to technotes at the same second, but rather it was one of the edits to an older technote that is causing the collision. ... (check-in: c29c75c9 user: rberteig tags: technoteattachcli)
20:51
Added wiki.test as received from David Vines. This is a snapshot, the test file (usually) runs, but has an issue that I am diagnosing related to the test wiki-30. ... (check-in: f7513f87 user: rberteig tags: technoteattachcli)
2016-03-22
16:34
Update the built-in SQLite to the second 3.12.0 beta. ... (check-in: 314f1942 user: drh tags: trunk)
2016-03-21
16:34
Fix the graph of changes for individual files - broken by recent work on the graph generator. ... (check-in: c693d82d user: drh tags: trunk)
16:08
Update the built-in SQLite to the first 3.12.0 beta. ... (check-in: fbc2f1c2 user: drh tags: trunk)
2016-03-19
15:17
Merge risers must not go straight up to another node on the same rail. ... (Closed-Leaf check-in: 38b52a5f user: drh tags: short-offscreen-risers)
03:05
Update the built-in SQLite to include the "PRAGMA integrity_check" fix. ... (check-in: 567ab193 user: drh tags: trunk)
00:55
Update the built-in SQLite to include the "PRAGMA integrity_check" fix. ... (check-in: 9245076e user: drh tags: short-offscreen-risers)
2016-03-18
14:35
Draw the upward riser arrow just a short ways, not to the top of screen, for nodes whose next child is off-screen. ... (check-in: 70ba2951 user: drh tags: short-offscreen-risers)
14:10
Fix a case in the graph renderer where a non-leaf node whose immediate child is not on screen did now show the arrow going straight up to the top of the page. ... (check-in: da4a3b4f user: drh tags: trunk)
13:06
Minor simplification to the graph layout logic. ... (check-in: f7341102 user: drh tags: trunk)
12:00
Update the built-in SQLite to the most recent 3.12.0 alpha. ... (check-in: 64d32151 user: drh tags: trunk)
2016-03-17
19:32
Simpler alternative to [7063f8d4cc]. Skips initial directory portion of PATH_INFO when building the g.zBaseURL and g.zTop used with a directory of repositories. ... (check-in: abb19e88 user: mistachkin tags: trunk)
19:30
Fix directory naming issue with with the --hard option as reported via the mailing list. ... (check-in: 1f694e17 user: mistachkin tags: trunk)
2016-03-15
14:04
Another doc formatting tweak. ... (check-in: ed36875f user: mistachkin tags: trunk)
14:02
Minor improvements to the new docs. ... (check-in: 2e2e13b9 user: mistachkin tags: trunk)
10:20
Fix error when displaying timeline of single branch. Reported on ML ... (check-in: 81b76085 user: baruch tags: trunk)
2016-03-13
23:55
Merged trunk for changes since January and test suite improvements. ... (check-in: 8fa24960 user: rberteig tags: technoteattachcli)
21:08
Fix two issues with Older/Newer buttons at timeline edges. ... (check-in: f7c19ec0 user: rberteig tags: trunk)
2016-03-12
22:02
Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (Closed-Leaf check-in: b9f31fe1 user: mistachkin tags: do-not-merge, removeMiniz)
01:07
Add more environment variables to the docs. ... (check-in: f4f3af4a user: mistachkin tags: trunk)
00:47
Update the expected results of the tests to account for trunk changes. ... (Closed-Leaf check-in: b5113985 user: mistachkin tags: mvHardDirFix)
00:24
New documentation of enviornment variables, global options to the fossil command, and how they interact, along with a tweak to regularize the two places that guessed the current user name to use the same environment variables in the same order. ... (check-in: 1ad4ae27 user: rberteig tags: trunk)
2016-03-11
23:45
Merged updates from trunk. Builds on Windows. ... (check-in: 9a41671b user: rberteig tags: jan-manifest-tags)
23:38
Fix compilation issues cause by the trunk merge. ... (check-in: 12453740 user: mistachkin tags: mvHardDirFix)
2016-03-08
19:37
Cleanup, modularize, and robustify all test setup and cleanup. ... (check-in: fa592216 user: mistachkin tags: trunk)
2016-03-07
20:33
Tweak make test to not include the obsolete scary warning, to use the -quiet flag, and to include the empty by default TESTFLAGS macro so that make test can be used as an easy way to invoke the test runner. Changes made in makemake.tcl, which was then run to regenerate main.mk. ... (Closed-Leaf check-in: 9dc8ff23 user: rberteig tags: testerCleanup)
2016-03-06
06:38
Merge updates from trunk. ... (check-in: ccf01b24 user: mistachkin tags: stash-fixes)
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: ff4a4fe6 user: mistachkin tags: pending-review)
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: 4bd2b545 user: mistachkin tags: pending-review)
06:34
Merge updates from trunk. ... (Closed-Leaf check-in: 370c003d user: mistachkin tags: baruch_timeline_fixes)
06:28
Merge updates from trunk. ... (Closed-Leaf check-in: 45ed23d9 user: mistachkin tags: altBaseUrlRepoDir)
06:26
Merge updates from trunk. ... (check-in: abd131b8 user: mistachkin tags: mvHardDirFix)
2016-03-05
20:01
Added add_content_sql_commands() to /admin_sql, as per ML discussion. ... (check-in: 93f514ca user: stephan tags: trunk)
00:16
Add a '-keep' command line option to the test suite to prevent any test cleanup from taking place. ... (check-in: 95f7fe5a user: mistachkin tags: testerCleanup)
2016-03-03
22:12
Treat 'file normalize' with a bit more skepticism. ... (check-in: e264125a user: mistachkin tags: testerCleanup)
21:50
Improve handling of setting up the initial temporary directory. ... (check-in: e6e79ac6 user: mistachkin tags: testerCleanup)
18:49
Centralize early-return handling from the tests, always calling the test cleanup (which is harmless if not needed). ... (check-in: b01a51f4 user: mistachkin tags: testerCleanup)
06:46
When possible, don't call test_setup until after any checks that may cause a test script to exit early. Otherwise, test_cleanup should be called before returning. ... (check-in: 314e9b35 user: joel tags: testerCleanup)
02:53
Fix a broken test case stash-3-4-mv by renaming it to stash-3-2-mv and fixing the issue with comparing to the fully qulified file name in the result. Marked stash-4-2-diff-CODE and stash-4-3-diff-CODE as known bugs. Now stash.test reports only known bugs, which I believe mostly relate to handling of renamed files in a stash. ... (check-in: 186e6a71 user: rberteig tags: testerCleanup)
2016-03-02
20:43
Rename the test suite procedure 'repo_init' to 'test_setup'. ... (check-in: 413921cc user: mistachkin tags: testerCleanup)
08:38
Allow override, via the environment, to make 'require_no_open_checkout' into a NOP. All files were cleaned up. No extra files in checkout.

NOTE: All failing tests also fail on trunk, with the exception of 'json-1'.

Considered failures: amend-comment-5.1 amend-comment-5.2 amend-comment-5.3 amend-comment-5.4 json-1 stash-3-4-mv stash-4-2-diff-CODE stash-4-3-diff-CODE

Ignored failures: json-cap-POSTenv-name json-ROrepo-2-2 json-ROrepo-2-3 merge_multi-4 merge_renames-5 stash-WY-1-CODE stash-2-1-CODE stash-3-2 stash-3-2-show-1 stash-3-2-pop-changes ... (check-in: d1438b40 user: mistachkin tags: testerCleanup)

08:35
Make sure 'repo_init' is called before 'pwd'. ... (check-in: b9558349 user: mistachkin tags: testerCleanup)
08:25
Adjust the 'merge5' test as well. ... (check-in: b460373e user: mistachkin tags: testerCleanup)
08:13
All test files must now call 'repo_init', using an empty string if they do not require a new repository. ... (check-in: 3a578e04 user: mistachkin tags: testerCleanup)
07:31
Do not rely on 'clock seconds' (alone) being unique between 'repo_init' calls. Make temporary directory deletion more robust. Only save the current directory on the first 'repo_init' call per test. ... (check-in: 004b3ffd user: mistachkin tags: testerCleanup)
07:13
Refactoring, fixes to the previous check-in, etc. ... (check-in: cda4cc8b user: mistachkin tags: testerCleanup)
07:00
Attempt to make sure that multiple calls to 'repo_init' get properly cleaned up. ... (check-in: c464935b user: mistachkin tags: testerCleanup)
06:58
Robustify the cleanup process. ... (check-in: ee5214b7 user: mistachkin tags: testerCleanup)
06:46
Fix typo. ... (check-in: 5c674ff2 user: mistachkin tags: testerCleanup)
06:45
More work... ... (check-in: 29f0328c user: mistachkin tags: testerCleanup)
06:22
Work in progress on cleaning up home/repo handling in the test suite. ... (check-in: 89f76a21 user: mistachkin tags: testerCleanup)
02:21
Tweak descriptions of FOSSIL_USER, LOGNAME, USER, and USERNAME environment variables. ... (Closed-Leaf check-in: 809e80a1 user: rberteig tags: ross-doc-env)
02:10
Permit the TH1 hooks subsystem to check for the configuration without raising a 'fatal' error. ... (check-in: b06cd631 user: mistachkin tags: trunk)
01:57
Rewrite the section on fossil usernames selection, fix typos and improve wording here and there. ... (check-in: 83153a97 user: rberteig tags: ross-doc-env)
01:56
Add new test-usernames command to dump all of the various sources of the current user name in the order tested. ... (check-in: 5de13cb1 user: rberteig tags: ross-doc-env)
2016-03-01
21:50
Set the FOSSIL_HOME envvar before each test. Use the root test run directory instead of the directories created for each test file so the config DB file on Windows doesn't mess up tests of commands like addremove and extras. ... (Closed-Leaf check-in: d4907f17 user: joel tags: testCheckoutReform)
21:38
Change db_create_default_users() to align its use of environment variables to set the user name to match user_select(), and try all variables on both Unix and Windows. ... (check-in: ace9e00f user: rberteig tags: ross-doc-env)
16:32
Update referenced OpenSSL version. ... (check-in: a9e3db1f user: mistachkin tags: trunk)
2016-02-29
21:23
Show the number of bytes for image artifacts and attachments as well. ... (check-in: f4c6e49a user: mistachkin tags: trunk)
19:03
Improve description of the '--no-th-hook' command line argument. ... (check-in: a56f2089 user: mistachkin tags: ross-doc-env)
08:01
Completed rough draft pass through all the global command line options. ... (check-in: 95bd81f8 user: rberteig tags: ross-doc-env)
01:16
Minor correction for FOSSIL_TCL_PATH. ... (check-in: afe7b547 user: mistachkin tags: ross-doc-env)
2016-02-28
02:46
Checkpoint after a first pass through every call to ...getenv() in src/*.c to list environment variables mentioned. Every variable has a very rough draft description. Every global command option is listed, but not all have even a rough draft description yet. ... (check-in: 3b5ff98c user: rberteig tags: ross-doc-env)
2016-02-27
16:38
Bring in latest developments on trunk. ... (check-in: eda22812 user: andybradford tags: stash-fixes)
07:06
Fix incorrect build instruction at the top of mkindex.tcl. ... (check-in: 4e89aee8 user: rberteig tags: ross-doc-env)
02:22
Add a new document covering global options and environment variables used by fossil. This is a work in progress, but snapshotted as it stands so that others can poke at it. ... (check-in: 946ed34d user: rberteig tags: ross-doc-env)
02:12
Fix glitch in tester.tcl on Windows which caused repo_init to fail to guard the users's lists of all repositories and checkouts. Setting FOSSIL_HOME as well as HOME to [pwd] resolves this neatly, and likely makes it more robust on other platforms since FOSSIL_HOME is always checked first and if set by a user, would still override the attempt made by repo_init to protect them. ... (check-in: dc72fd96 user: rberteig tags: trunk)
2016-02-26
18:42
Add -e as a short option for --edit-comment in fossil amend. ... (check-in: 9ea1f140 user: rberteig tags: trunk)
16:05
Fix "fossil co" so that it honors the --quiet flag. ... (check-in: f3e8e3ea user: drh tags: trunk)
02:54
Add -e as a short option for --edit-comment in the amend command. ... (Closed-Leaf check-in: 769bc7b4 user: rberteig tags: pending-review)
2016-02-23
10:47
Since fossil now uses the function sqlite_strlike(), don't allow it to build/run with SQLite versions < 3.10.0 any more. ... (check-in: 8ed01e80 user: jan.nijtmans tags: trunk)
2016-02-20
20:53
Preserve the trailing slash for checkouts so fossil can remove a checkout that no longer exists but is still a directory. ... (check-in: f7a5e10c user: andybradford tags: trunk)
13:21
Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). ... (Closed-Leaf check-in: e8735d6a user: stephan tags: slash-name-links)
2016-02-18
10:13
Minor correction to the P-card docs. ... (check-in: 576d64c9 user: stephan tags: trunk)
2016-02-17
22:10
Minor formatting change to the test-delta-analyze command. ... (check-in: 7935571b user: drh tags: trunk)
04:49
Given that both origname and newname are always provided when stashing a file, allow both a rename and an add by changing the PRIMARY KEY for stashfile. This does mean the schema for stashfile has changed and to take advantage it will be necessary to close and open the repository again (or update manually with SQL). ... (check-in: ca574f81 user: andybradford tags: stash-fixes)
2016-02-15
17:43
Update SQLite to version 3.11.0 final. ... (check-in: 7ad82302 user: drh tags: trunk)
2016-02-13
06:57
Updated stash.test to reflect the incidental changes in output caused by the changes made in [fea4d80ee7]. ... (check-in: a9afb1f0 user: rberteig tags: stash-fixes)
05:00
If a file has been renamed in a stash, restore this information also in the vfile table so it doesn't show up as MISSING. ... (check-in: fea4d80e user: andybradford tags: stash-fixes)
02:42
More fossil stash cases, this time with snapshot and interesting results of fossil stash diff in when a DELETE was snapshotted. ... (check-in: 94b95307 user: rberteig tags: trunk)
2016-02-12
19:53
Added new edge case tests to stash.test, related to stashing renamed files. ... (check-in: 34cf38b0 user: rberteig tags: trunk)
15:16
Update the built-in SQLite to the first 3.11.0 release candidate. ... (check-in: b23be81f user: drh tags: trunk)
2016-02-11
20:32
Added the ability to pass the knownBug constraint through test_status_list to test. Added capability for known bug marking of segments of stash-test, and use it to mark problems with stashing renamed files. Also added checking in stash-test for the exit status, and support for -expectError. ... (check-in: 1a346142 user: rberteig tags: trunk)
18:06
Added test for fossil revert with a file marked for RENAME but not actually renamed on disk to test/revert.test. ... (check-in: 8b727021 user: rberteig tags: trunk)
14:41
Fix column sorting on ticket reports. ... (check-in: 0e555dee user: drh tags: trunk)
2016-02-10
23:36
Create basic tests for fossil stash with a new file, an edited file, a renamed file and an untouched file. Use fossil stash subcommands to confirm that the right information got stored, and tests borrowed from revert.test to verify that the file system also has the expected content. Note that this does not currently cover the edge case created by fossil mv --soft, let alone the apparent assertion failure reported on list related to stash and fossil mv --soft. These tests pass on my Windows configuration as of [92877364]. ... (check-in: 3f3eada1 user: rberteig tags: trunk)
21:19
Add /usr/local/opt/openssl to the list of directories for which OpenSSL is searched (as this is the directory into which brew installs OpenSSL on macs.) ... (check-in: 92877364 user: drh tags: trunk)
2016-02-09
20:16
Update the built-in SQLite to include the latest changes, and especially the new auto-explain mode in the command-line shell. ... (check-in: e00968a5 user: drh tags: trunk)
15:09
Update the built-in SQLite to 3.11.0 beta 1. ... (check-in: 56283544 user: drh tags: trunk)
14:12
json: added a few assertions and changed a few chars to ints to avoid potential signedness problems on ARM. ... (check-in: 5c0dc2d3 user: stephan tags: trunk)
2016-02-07
23:35
Robustify '--with-miniz' option handling in 'auto.def'. ... (check-in: 7cadfc97 user: mistachkin tags: trunk)
23:22
Further enhance the 'sqlite3' command and make use of it in the json test. ... (check-in: f9c14d7d user: mistachkin tags: trunk)
23:22
Make the read-only json test work on Windows. ... (check-in: 938122da user: mistachkin tags: trunk)
22:55
Use the 'hasfeature' TH1 command to test if JSON was included at compile-time. ... (check-in: 09a46c28 user: mistachkin tags: trunk)
04:15
Defer requiring json loading until after it is determined that fossil json works. ... (check-in: 5d700c7d user: andybradford tags: trunk)
2016-02-06
22:41
Fixed json.test problem with fossil configured without --json. Removed the knownBug marker from the test json-wiki-diff-diff since [08197f96] fixed the bug it identified. ... (check-in: c35152a5 user: rberteig tags: trunk)
20:35
Normalize the the directory in which the Fossil being tested is found so relative paths also work. ... (check-in: 25f7d3c1 user: andybradford tags: trunk)
19:17
Swapped incorrect diff argument order for /json/wiki/diff. ... (check-in: 08197f96 user: stephan tags: trunk)
02:46
Add test cases for fossil json. Improve the test suite to support a way to treat expected non-zero status exits from fossil as success when warrented. Made minor bug fixes to the test framework, and to several test cases unrelated to JSON support. ... (check-in: 62627615 user: rberteig tags: trunk)
02:27
Improve the MSVC build tool sub-routine 'fn_UnsetVariable'. ... (check-in: 4c163cd7 user: mistachkin tags: trunk)
02:03
Merged from trunk to pick up work in progress and a bug fix to tester.tcl. Fixed issue introduced by the addition of the insertCsrf and verifyCsrf commands from ci [f8820eff] which broke the test th1-info-commands. Also fixed the dependence on the order of commands output by TH1. ... (Closed-Leaf check-in: 2de15c8e user: rberteig tags: rberteig-json-test)
2016-02-05
23:46
On Windows, normalize the Fossil executable file extension used by the test suite. ... (check-in: 74ce4181 user: mistachkin tags: trunk)
2016-02-04
16:06
Fix a minor preprocessor directive typo. ... (Closed-Leaf check-in: 4fae98e7 user: jan tags: jan-manifest-tags)
15:22
Merge from trunk. ... (check-in: ea7f3297 user: jan tags: jan-manifest-tags)
2016-02-02
15:58
updated to miniz-1.16 beta r1 ... (Closed-Leaf check-in: 0cd368f1 user: stephan tags: miniz-1.16br1)
04:18
Simpler alternative to [7063f8d4cc]. Skips initial directory portion of PATH_INFO when building the g.zBaseURL and g.zTop used with a directory of repositories. ... (check-in: 7d5307b4 user: mistachkin tags: altBaseUrlRepoDir)
03:39
Candidate fix for --baseurl option when used with a directory of repositories. May need fine-tuning. ... (Closed-Leaf check-in: 7063f8d4 user: mistachkin tags: baseUrlRepoDir)
02:32
Minor tweaks in a few test cases, placeholder for cases to exercise documented error codes. ... (check-in: 9f45c8b6 user: rberteig tags: rberteig-json-test)
2016-02-01
20:38
Add --https and --nossl options to the 'server' command. ... (check-in: b8c7af5b user: mistachkin tags: trunk)
20:36
The 'g.zHttpsURL' variable should be populated even when the --baseurl option is used. ... (check-in: 4110f522 user: mistachkin tags: trunk)
20:35
Having the 'setup' or 'admin' permission should imply having the 'delete' and 'private' permissions as well (i.e. since they can change their own permissions anyhow). ... (check-in: b2411302 user: mistachkin tags: trunk)
20:35
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. ... (check-in: f8820eff user: mistachkin tags: trunk)
20:22
Use strncmp() instead of memcmp(). ... (Closed-Leaf check-in: ffd5e09e user: mistachkin tags: httpsBaseUrl)
04:38
Test of latest feature branches, do not merge. ... (Closed-Leaf check-in: 1a164e5f user: mistachkin tags: do-not-merge, feature-test)
04:34
Add --https and --nossl options to the 'server' command. ... (Closed-Leaf check-in: 2bf596c9 user: mistachkin tags: serverHttps)
04:11
Comment fix. ... (check-in: c3a17f81 user: mistachkin tags: httpsBaseUrl)
04:11
The 'g.zHttpsURL' variable should be populated even when the --baseurl option is used. ... (check-in: c45195f1 user: mistachkin tags: httpsBaseUrl)
03:56
Having the 'setup' or 'admin' permission should imply having the 'delete' and 'private' permissions as well (i.e. since they can change their own permissions anyhow). ... (Closed-Leaf check-in: 62f8ac1f user: mistachkin tags: adminPerms)
2016-01-31
21:13
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. ... (Closed-Leaf check-in: 0357c169 user: mistachkin tags: th1AntiCsrf)
21:03
Minor corrections to comments for login_verify_csrf_secret(). ... (check-in: 3c47e0c6 user: mistachkin tags: trunk)
00:51
Make sure to add the zlib library to LIBS even when configure is run without any arguments. ... (check-in: eb0cf27a user: mistachkin tags: trunk)
2016-01-30
21:53
Add 'redirect' to the TH1 command summary as well. ... (check-in: d653a1a8 user: mistachkin tags: trunk)
21:40
Add the 'redirect' command to TH1. ... (check-in: 71caba53 user: mistachkin tags: trunk)
04:29
Improve auto-detection of Tcl on systems where -lpthread is missing from TCL_LIB_SPEC. ... (check-in: 352e2ef9 user: mistachkin tags: trunk)
01:45
Cover simple case of /json/user/save to create a new user. Consider covering various other ways that endpoint can be used, as well as CLI vs GET and POST. Current case is CLI based. This case completes coverage of the basic features provided by all documented JSON endpoints. ... (check-in: 1571e4c2 user: rberteig tags: rberteig-json-test)
01:30
Add support for POST in JSON over HTTP. Test /json/cap with various ways of delivering an authToken to cover the rest of the Authentication category basic functionality. NOTE that supplying the authToken in the POSTed JSON request envelope does not appear to work. Passing it in a cookie or in a GET parameter does work as expected. ... (check-in: 479aadb1 user: rberteig tags: rberteig-json-test)
01:28
Make configure more robust when using the in-tree zlib and OpenSSL. ... (check-in: b41f4284 user: mistachkin tags: trunk)
00:43
Added test case for /json/diff/UUID_V1/UUID_V2. Note that this case passes and clearly does diff the versions in the expected order. ... (check-in: f28e7713 user: rberteig tags: rberteig-json-test)
2016-01-29
23:46
Add test case for issue with a read-only fossil repository causing confusing results for the JSON API over HTTP. ... (check-in: dc042c6a user: rberteig tags: rberteig-json-test)
23:40
Add cookie support to fossil_http_json, as well as extra args passed through to fossil_maybe_answer so -expectError can be used. Tweak some comments. Note doc revision eliminating /json/timeline/ci, which clears a previous knownBug. Cache a usable login cookie for both anonymous and user U1 for later use. ... (check-in: a9edb60a user: rberteig tags: rberteig-json-test)
23:26
Included the answer text supplied to a fossil command when provided to fossil_maybe_answer in a call to protOut. This makes debugging tests using fossil http and a GET or POST to /json easier. ... (check-in: f3401430 user: rberteig tags: rberteig-json-test)
22:57
Tweak for 'internal-sqlite=0'. ... (Closed-Leaf check-in: 98881d89 user: mistachkin tags: configInTree)
22:36
Make configure more robust when using the in-tree zlib and OpenSSL. ... (check-in: 0e342184 user: mistachkin tags: configInTree)
21:06
Require the 'read' permission to view the 'test-version' web page. ... (check-in: 83b2acb7 user: mistachkin tags: trunk)
21:03
Add test-version web page. Refactor command line 'version' command code into a function to help facilitate that. ... (check-in: f7cd247b user: mistachkin tags: trunk)
07:00
fixed type of JsonPageDef::runMode from char to int because it uses negative values and char is unsigned by ARM platforms. ... (check-in: 8f6b78e7 user: stephan tags: trunk)
02:37
Added more coverage of /json, leaving /json/login, /json/diff, and /json/user/save uncovered, and finding surprises with /json/wiki/diff, /json/timeline/ci, and /json/tag/cancel. All implemented coverage is of the best documented and easiest tested paths through each feature. Tests for edge cases and failure paths are not yet in place, nor are complete tests for full expected values in most cases. ... (check-in: c2c49b35 user: rberteig tags: rberteig-json-test)
2016-01-28
22:15
remove submenu items from branch list page that link to old-style list, since all the individual inforation is now available in aggregated and sortable form on the main list ... (Closed-Leaf check-in: 972dc1c6 user: baruch tags: do-not-merge, test-only)
21:32
Add test-version web page. Refactor command line 'version' command into a function to help facilitate that. ... (Closed-Leaf check-in: eb7a7a33 user: mistachkin tags: testVersionPage)
20:54
Merge updates from trunk. Fix compiler warnings. ... (check-in: cfd3a5b9 user: mistachkin tags: baruch_timeline_fixes)
20:51
Test of feature branches, do not merge. ... (check-in: b0f2a0ac user: mistachkin tags: do-not-merge, test-only)
20:39
Improve MinGW build docs. ... (check-in: c1c680eb user: mistachkin tags: trunk)
20:21
Added /json/whoami from CLI, changed /json/cap to only care that it worked from CLI since capabilities are sort of meaningless in CLI mode. Added checks for caps provided to each logged in user by /json/login from its own results. Starting on /json/branch/list. All tests pass except known bugs and TODOs. ... (check-in: bab84bd7 user: rberteig tags: rberteig-json-test)
20:18
Correct some TH1 command syntax comments. ... (check-in: 2948c3fe user: mistachkin tags: trunk)
19:48
Update referenced OpenSSL version. ... (check-in: 0c860dd9 user: mistachkin tags: trunk)
05:37
Minor style and comment cleanup. Add verify_all_options() to several TH1 test commands. Add 'test-th-source' test command, with test. ... (check-in: f141fbea user: mistachkin tags: trunk)
02:53
Also test /json/wiki/preview, /json/g, /json/rebuild, /json/resultCodes, /json/anonymousPassword, /json/login for both anonymous and a normal user. Note that test for /json/cap is a work in progress since the CLI ingores any auth tokens and always acts with all caps. ... (check-in: 9b8b0518 user: rberteig tags: rberteig-json-test)
01:19
Refactoring in the json tests. Add coverage of /json/wiki. Note discrepency between documentation and execution of /json/wiki/diff. ... (check-in: cb611ffc user: rberteig tags: rberteig-json-test)
00:08
Make the MSVC batch build tool sub-routine 'fn_UnsetVariable' a bit more robust. ... (check-in: 8e9cdd24 user: mistachkin tags: trunk)
2016-01-27
02:29
Merge the new knownBug constraint support from trunk. ... (check-in: 2ada5ec7 user: rberteig tags: rberteig-json-test)
02:14
Marked invocations of fossil that are expected to return a non-zero status with the -expectError flag in the amend, clean, and merge5 test files. This makes tester.tcl -quiet be truely quiet for those files when all tests are passing. Deliberately did not mark the invocation in merge6.test which foreshadows the failure of the merge_multi-4 test, as it is not clear to me whether the bug is in the test case or in fossil. ... (check-in: 62f59956 user: rberteig tags: rberteig-json-test)
01:55
Revise test result summary to include 'ignored' results from tests marked with 'knownBug'. ... (check-in: f77fbed8 user: mistachkin tags: trunk)
01:44
Add 'knownBug' constraints to the two failing merge tests along with the necessary test suite changes. ... (check-in: 60285f58 user: mistachkin tags: trunk)
01:28
Merged from trunk to pick up test case edits made there, along with recent cosmetic fixes. ... (check-in: 4e0e141e user: rberteig tags: rberteig-json-test)
01:23
Added copyright and license comment blocks to two existing test case files that were missing them, with years based on looking for when the tests were first added to the repository. ... (check-in: 08a35878 user: rberteig tags: trunk)
00:44
Update copyright date to this year since the JSON tests are new this year. Fix indentation of Tcl to match established convention. Add test of JSON API version to reflect earliest I expect to pass these tests. Document block of Version and HAI, and add version for consistency. ... (check-in: c4f8d88f user: Ross tags: rberteig-json-test)
2016-01-26
15:42
Improved error message when the "ls" command is used with -R but without -r. ... (check-in: 844a7a78 user: drh tags: trunk)
14:12
Redo TIP #440 alternative - again - now using the "info runtime" command. ... (Closed-Leaf check-in: 9633f6ac user: jan.nijtmans tags: tip-440-alt)
13:18
Fix a comment with wrong parameters description ... (check-in: 12cf825f user: baruch tags: trunk)
10:22
Alternative TIP #440 implementation, based on TIP #59 ... (check-in: 2ba6587c user: jan.nijtmans tags: tip-440-alt)
09:18
Make fusefs a 2nd-tier command if it is not supported by the build ... (check-in: 50d81f95 user: baruch tags: pending-review)
02:45
Minor spacing fix. ... (check-in: 2ff6ceb9 user: mistachkin tags: rberteig-json-test)
01:46
Place a cornerstone for scaffolding of the test cases for the fossil json command and related REST API. This begins with an extension to fossil_maybe_answer in tester.tcl that adds a -expectError option to flag invocations of fossil that are expected to exit with error status and not log it when -quiet is in effect. The new file json.test has the first few test cases for fossil json, all of which are currently passing. ... (check-in: 95080f47 user: Ross tags: rberteig-json-test)
01:36
Create new branch named "rberteig-json-test" ... (check-in: 50891558 user: Ross tags: rberteig-json-test)
2016-01-24
14:43
Add option to show real branch colors in branch list ... (check-in: 26fc65f9 user: baruch tags: pending-review)
10:13
Fix Older/Newer buttons if showing exactly up to the first/last event ... (check-in: 0e782b3d user: baruch tags: ready-for-review, baruch_timeline_fixes)
2016-01-21
21:40
Fix Older/Newer buttons if showing timeline before beginning or after end of existing timeline ... (check-in: aa867868 user: baruch tags: baruch_timeline_fixes)
12:44
fixed condition which caused the "Yearly total" row to not be rendered on the oldest year in the bymonth report in some cases. ... (check-in: ec3dd27f user: stephan tags: trunk)
10:32
Fix memory leak from previous commit ... (Closed-Leaf check-in: 9ab7122d user: baruch tags: pending-review)
2016-01-20
23:07
Fix "Newer" button in timeline when using "c" parameter ... (check-in: 28dd7c1d user: baruch tags: pending-review)
22:41
Of course, the value of "::tcl::pkgconfig get engine" should be "TH1" ... (check-in: fd00816d user: jan.nijtmans tags: tip-440-alt)
22:33
How about the TIP #59 way of TIP #440? "::tcl::pkgconfig get engine" -> "core" ... (check-in: fbc9e292 user: jan.nijtmans tags: tip-440-alt)
18:31
Use a VIEW rather than a TABLE for collecting the data for some piecharts. ... (check-in: 2bd670ac user: drh tags: trunk)
14:42
Upgrade the build-in SQLite to a new 3.11.0 alpha that fixes the LIKE operator bug found in 3.10.0. ... (check-in: 0d757274 user: drh tags: trunk)
13:36
Add submenu to default branch list page ... (Closed-Leaf check-in: 737e8d23 user: baruch tags: pending-review)
13:04
(experiment) Implement "package require Tcl" according to the alternative TIP #440 implementation. ... (check-in: 6bb2308f user: jan.nijtmans tags: tip-440-alt)
12:15
Remove even fusefs command from non fuse-enabled builds ... (check-in: 06fd798b user: baruch tags: pending-review)
10:46
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: cdf0d6a3 user: baruch tags: pending-review)
2016-01-19
18:59
Remove superfluous library reference when compiling with MinGW. ... (check-in: 9a091248 user: mistachkin tags: trunk)
18:48
Get configure and make, via autosetup, working on MinGW. ... (check-in: a0061bb2 user: mistachkin tags: trunk)
01:37
Update the built-in SQLite to a newer version that fixes C89-isms in FTS5. ... (check-in: 0d120a61 user: drh tags: trunk)
2016-01-18
23:46
Fix to the test-content-erase command so that it correctly undeltafies. ... (check-in: d0cabcb6 user: drh tags: trunk)
23:25
Run PRAGMA integrity_check on the database at the end of the "test-integrity" command. ... (check-in: 00bfa66e user: drh tags: trunk)
23:19
Improved "help" for the "fossil whatis" command. ... (check-in: 0f9d0f0b user: drh tags: trunk)
23:13
Add the test-erase-content command. ... (check-in: e709bf16 user: drh tags: trunk)
22:34
Improved error message when a received artifact has an incorrect hash. ... (check-in: 4c8e6d91 user: drh tags: trunk)
17:48
Improve some comments. ... (check-in: dda5d11d user: mistachkin tags: trunk)