Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
611 check-ins using file src/setupuser.c version 5c7982f3ce
2020-08-20
| ||
13:18 | Version 2.10.2 ... (Leaf check-in: 12d2ad00de user: drh tags: release, version-2.10.2, branch-2.10) | |
2020-06-08
| ||
20:08 | Version 2.10.1 ... (check-in: 674782c7a1 user: drh tags: release, version-2.10.1, branch-2.10) | |
2020-03-12
| ||
01:50 | This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. ... (Leaf check-in: ba56f5e5cc user: drh tags: mistake) | |
00:57 | Fix a long-standing error in a printf() specification on the /artifact_stats page that only caused problems when compiling on 32-bit windows using mingw32. ... (check-in: afb4f74808 user: drh tags: trunk) | |
00:44 | Add the "gather_artifact_stats()" SQL function to the "fossil sql" command. This function invokes the gather_artifact_stats() C-language routine in order to populate the temporary ARTSTAT table. ... (check-in: 6e890f737f user: drh tags: trunk) | |
2020-03-08
| ||
07:20 | Fix typo in data-sortkey. ... (check-in: 88b8df356b user: ashepilko tags: trunk) | |
2020-03-07
| ||
22:14 | option to separate filenames w/ NULL instead of whitespace. Eases operations w/ whitespace-containing filenames ... (check-in: 6e88c64bb2 user: bch tags: NULLSeparated) | |
16:56 | Use SHA3 to identify unversioned files, if the hash policy is sha3 or higher. ... (check-in: 17525ceddb user: drh tags: trunk) | |
12:21 | Back out the attempt to fix excess line ending whitespace because that check-in mangled some text and inserted unwelcomed unicode characters. ... (check-in: fd1282e685 user: drh tags: trunk) | |
12:06 | Change the default favicon.ico to an actual GIF image of the Fossil lizard. ... (check-in: 5ca0a05a80 user: drh tags: trunk) | |
2020-03-06
| ||
17:27 | Limit the max length of new forum thread's title. ... (check-in: 81fb5e7600 user: ashepilko tags: trunk) | |
17:08 | Improve truncation of UTF-8 encoded title using a function by @florian.balmer per [https://fossil-scm.org/forum/forumpost/6d90d5d99c] ... (check-in: d076853d10 user: ashepilko tags: trunk) | |
10:07 | Update to Unicode-13 ... (check-in: b70a76e354 user: jan.nijtmans tags: trunk) | |
10:06 | eol-spacing in documentation ... (check-in: d65540f5a9 user: jan.nijtmans tags: trunk) | |
2020-03-04
| ||
13:51 | New documentation crosslinks. ... (check-in: abf865bb5f user: drh tags: trunk) | |
2020-03-03
| ||
20:53 | Various minor documentation enhancements. ... (check-in: 787466468d user: drh tags: trunk) | |
19:13 | Properly truncate a UTF-8 encoded title using a function by @florian.balmer per [http://fossil-scm.org/forum/forumpost/52b141aa91] ... (check-in: 35ad8eca06 user: ashepilko tags: trunk) | |
14:35 | Fix the mimetype for /favicon.ico. ... (check-in: 00e2f0511e user: drh tags: trunk) | |
2020-03-02
| ||
15:41 | Trying to improve the documentation for skin development. This is a work-in-progress. ... (check-in: 2698c16b1c user: drh tags: trunk) | |
12:57 | Add the /favicon.ico web page. ... (check-in: 81b3ce3a13 user: drh tags: trunk) | |
12:50 | When viewing a forum thread, use the title of the thread as the page title. ... (check-in: 59f126d90b user: drh tags: trunk) | |
2020-02-29
| ||
19:32 | Properly truncate a forum thread's title when is UTF-8 encoded. ... (Closed-Leaf check-in: 4b12ad0eb2 user: ashepilko tags: forumthread-title) | |
2020-02-28
| ||
21:53 | Include forum thread's title in its page title. ... (check-in: 9559bdb69c user: ashepilko tags: forumthread-title) | |
21:51 | Create new branch named "forumthread-title" ... (check-in: 33c4c9d266 user: ashepilko tags: forumthread-title) | |
2020-02-27
| ||
19:16 | More information on Setup and in Security-Audit to help admins configure Public Pages with the correct capabilities. ... (check-in: 0c374456b3 user: drh tags: trunk) | |
17:07 | Update the built-in SQLite to an early alpha for 3.32.0, for testing. ... (check-in: d239550e9e user: drh tags: trunk) | |
2020-02-26
| ||
15:59 | Updates to the change log. ... (check-in: 13919ef8fc user: drh tags: trunk) | |
15:23 | Implement the --keep-merge-files option for the merge and update commands. Merge-conflict files are omitted without this option. The merge conflict files continue to exist for the stash command. ... (check-in: d20ead10c3 user: drh tags: trunk) | |
14:28 | Put the Content-Security-Policy in the HTTP reply header in addition to the HTML header. That way, the CSP is enforced even for raw HTML pages or if the skin provides an HTML header that omits the CSP. Add a new "default-csp" setting included with the skin that allows an administrator to change the CSP to allow for CDNs and such. ... (check-in: 14c81d9d2b user: drh tags: trunk) | |
14:07 | The stash now uses the legacy behaviour for merge conflicts, always keeping the baseline/original/merge files, because there's otherwise a potential for undo suffering when stash pop has a conflict. (Thanks to Florian for pointing that out.) ... (Closed-Leaf check-in: 31dc956dfa user: stephan tags: merge-remove-temp-files) | |
2020-02-25
| ||
23:03 | This merge occurred on a laptop and didn't get synced. Before the missing sync was discovered, other check-ins occurred both on the branch and on trunk. So it seems best to just abandon this merge. ... (Closed-Leaf check-in: 6f08a5937b user: drh tags: mistake) | |
20:57 | Implemented merge/update --keep-merge-files, per discussion at [https://fossil-scm.org/forum/forumpost/1407a2d73e|/forumpost/1407a2d73e]. ... (check-in: 1bfd760de4 user: stephan tags: merge-remove-temp-files) | |
20:04 | Added --admin-user flag to the import command. ... (check-in: 6c0dfc8cc5 user: drh tags: trunk) | |
18:34 | Added --admin-user flag to the import command, per discussion at [https://fossil-scm.org/forum/forumpost/2ecbbdf7c6|forumpost/2ecbbdf7c6]. ... (Closed-Leaf check-in: bdc242fb07 user: stephan tags: import-admin-user) | |
15:59 | Improved diff performance by using a 64-bit hash. Now able to diff files with lines up to 32KiB in length. ... (check-in: ce0bce90cf user: drh tags: trunk) | |
15:58 | Redo the enhancement of check-in [1e881f59786bd891] in a way that is portable to legacy systems. The strnlen() function is now always available. ... (check-in: 1a84fe09c7 user: drh tags: trunk) | |
14:45 | Improve diff performance by using a 64-bit hash and a faster hash algorithm. ... (Closed-Leaf check-in: a4616a2c99 user: drh tags: diff-optimizations) | |
11:56 | Change the sense of the "same_dline()" routine in the diff generator so that it returns 0 if the lines are the same and non-zero if the lines are different, as this helps the diff logic to run faster. ... (check-in: 2f7527e88c user: drh tags: trunk) | |
11:32 | Performance optimization in the building printf() logic makes the "fossil annotate" command run 6x faster. ... (check-in: 1e881f5978 user: drh tags: trunk) | |
2020-02-19
| ||
21:41 | Recognize the Pale Moon user agent string. ... (check-in: 6d0be557dc user: mistachkin tags: trunk) | |
21:34 | Update custom Makefile for MinGW. ... (check-in: 7d5e243d6a user: mistachkin tags: trunk) | |
2020-02-18
| ||
20:51 | Fix a bug in the CGI extension documentation. ... (check-in: 85c58afe9a user: drh tags: trunk) | |
2020-02-16
| ||
15:25 | Minor skin-related fixes (merged to trunk with the go from stephan). ... (check-in: 4dbd4e33c4 user: florian tags: trunk) | |
14:51 | Fix the Javascript-disabled fallback hamburger button link to the sitemap. ... (Closed-Leaf check-in: 9782e6726d user: florian tags: misc-skin-fixes) | |
14:48 | Add 'timeline-tslink-info' to the list of skin/web-ui-related settings to make it work with `fossil config ...' and `fossil init --template ...'. ... (check-in: c27e206970 user: florian tags: misc-skin-fixes) | |
2020-02-15
| ||
18:48 | Improvements to the /test-all-help webpage. ... (check-in: 9e40834016 user: drh tags: trunk) | |
2020-02-13
| ||
20:09 | Minor performance optimizations on the /artifact_stats page. ... (check-in: c2cf7ea141 user: drh tags: trunk) | |
19:43 | Enhance the --sqltrace option to show the elapse time used by each SQL statement in milliseconds. ... (check-in: ada305fbc0 user: drh tags: trunk) | |
18:28 | Add a setting in /Admin/Access that allows the /artifact_stats page to be accessed by any user. Activate load control on the /artifact_stats page. ... (check-in: 86619b995d user: drh tags: trunk) | |
2020-02-12
| ||
18:43 | Minor edits to the check-in names documentation. ... (check-in: f7b34aac4f user: drh tags: trunk) | |
18:38 | Improvements to the "embedded documentation" documentation. ... (check-in: c5d9ca673b user: drh tags: trunk) | |
17:03 | Provide a scary warning about the use of TH1 docs on the Security Audit page. ... (check-in: 5c0bb964cd user: drh tags: trunk) | |
16:35 | Change the special $SELF substitution used by Markdown and HTML embedded documentation into $CURRENT. See the [https://www.fossil-scm.org/forum/forumpost/69cf42b0c9|forum discussion] for details. ... (check-in: 45427ae1c9 user: drh tags: trunk) | |
14:44 | Updates to the change log. ... (check-in: 0c9339bfb0 user: drh tags: trunk) | |
14:17 | Propagate the timeline-default-style setting when cloning. Fix the initialization of the timeline style select menu so that it shows it is initialized to the default setting. ... (check-in: bc8691cd09 user: drh tags: trunk) | |
09:25 | Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: 22a9cc7f8b user: jan.nijtmans tags: branch-2.10) | |
2020-02-11
| ||
19:47 | Allow websites to specify a default viewing style other than Modern in the /Admin/Timeline setup page. ... (check-in: 895eac4feb user: drh tags: trunk) | |
18:15 | Do not try to maps graph rails that are negative. Fix for ticket [acf1302afa53e6a1] ... (check-in: 7a585153b1 user: drh tags: trunk) | |
2020-02-10
| ||
08:32 | Minor repo_list_page() API doc addition and zeroed a closed db handle, "just in case". ... (check-in: d87bf251e5 user: stephan tags: trunk) | |
2020-02-08
| ||
17:53 | Various documentation typo fixes. Remove the link to the (now obsolete) Fossil mailing list archive from the front page. ... (check-in: b45da258cb user: drh tags: trunk) | |
16:43 | Updated stats and a typo fix in the technical overview document. ... (check-in: bcae84663d user: drh tags: trunk) | |
2020-02-07
| ||
16:53 | Issue a verbose warning message if a unversion content sync reverts to pull-only due to lack of permission on the server. ... (check-in: ef9305a47c user: drh tags: trunk) | |
12:44 | The --project-code option on "fossil pull" implies --once. ... (check-in: 6696d4de7d user: drh tags: trunk) | |
01:54 | Addressed forum comment on recent rebaseharm doc update: https://www.fossil-scm.org/forum/forumpost/567804d6fa ... (check-in: be9df83b42 user: wyoung tags: trunk) | |
2020-02-06
| ||
23:26 | Add the --project-code option to the "fossil pull" command. Use of this option allows one project to pull content from another project. ... (check-in: 21e8aed945 user: drh tags: trunk) | |
15:32 | When using HTTPS combined with HTTP AUTH, the SSL connection may go away and any further operations on it, including the implied SSL_shutdown() that occurs as a result of BIO_reset() or BIO_free_all() will crash Fossil. Attempt to deal with this by signaling a quiet shutdown if SSL_peek() returns an error. ... (Closed-Leaf check-in: 616de1fef2 user: andybradford tags: fix-ssl-crash) | |
15:06 | Get the "fossil git export" command working on windows. ... (check-in: 0dd697622a user: drh tags: trunk) | |
2020-02-05
| ||
22:11 | Assorted improvements to rebaseharm, mainly grammar and clarity, but also some typo fixes. ... (check-in: 5a7cda57cb user: wyoung tags: trunk) | |
14:41 | Still more editorial changes to rebaseharm.md. ... (check-in: 9b068a3979 user: drh tags: trunk) | |
13:52 | Still more minor edits to the rebaseharm.md document. ... (check-in: d0807c23ea user: drh tags: trunk) | |
13:45 | Fix typos and remove unnecessary non-ASCII characters from the rebaseharm document. ... (check-in: 6a903b39e8 user: drh tags: trunk) | |
13:22 | Rework the "rebase is lying" section of the "Rebase considered harmful" document to be less confrontational, while at the same time still calling out rebase for what it really is. ... (check-in: 629259df14 user: drh tags: trunk) | |
2020-02-04
| ||
21:42 | Further improvements to the hashpolicy doc: spelling, grammar, and clarity tweaks. ... (check-in: e07256d59e user: wyoung tags: trunk) | |
20:21 | Updated the "SHA-3 vs SHA-2 vs SHA-1" section of the fossil-v-git article to cover recent developments: Brian M. Carlson's plan for migrating Git to SHA-256, SHAmbles, and more. ... (check-in: 4fdc8db06a user: wyoung tags: trunk) | |
16:40 | More tweaks to the hashpolicy.wiki document. ... (check-in: f5e02af3ab user: drh tags: trunk) | |
16:13 | Updates to the hashpolicy.wiki document. The recent attention it received on HN caused me to notice that it needed refreshing. ... (check-in: 2f5bb4f04d user: drh tags: trunk) | |
2020-01-29
| ||
14:12 | /dir page: changed the (columns: Xex Y) to (Xex auto), as the previous computed value (the number of entries in the list) was a semantic mismatch for that CSS property (the number of columns). ... (check-in: ea66927c0c user: stephan tags: trunk) | |
13:52 | Added the 'files' CSS class to the /dir column view element, per discussion at [https://fossil-scm.org/forum/forumpost/092ec8a4d0|/forumpost/092ec8a4d0]. ... (check-in: 374ca0c007 user: stephan tags: trunk) | |
12:34 | Several minor internal cleanups in the /json bits, most notably how g.json.isJsonMode gets initialized (based strictly on the path/command, not guessing based on POST input). ... (check-in: 39bef92745 user: stephan tags: trunk) | |
09:47 | Removed .column,.columns {float:left} from Ardoise skin because it can break display of README.md in /dir view by causing the README to display in the same row as the dir columns. ... (check-in: da76d728b4 user: stephan tags: trunk) | |
07:10 | fossil_fclose() is now a no-op if passed stdin (as was initially intended). ... (check-in: 7723a92f06 user: stephan tags: trunk) | |
06:31 | Doc typo/misinformation fix. ... (check-in: 83d02c01b4 user: stephan tags: trunk) | |
06:25 | json: when logging in locally to a server started with the --localauth flag, the authToken is now ignored entirely. ... (check-in: 6dfc395a48 user: stephan tags: trunk) | |
05:55 | json-api: added a note about the authToken being unnecessary, and maybe problematic, when using the --localauth fossil server option. ... (check-in: f3d3c58985 user: stephan tags: trunk) | |
05:46 | json-api: added examples of using wget/curl to the tips-and-tricks encoding section. ... (check-in: 946bb7e592 user: stephan tags: trunk) | |
05:33 | Added missing json-api/tips.md. Minor formatting tweak in the timeline docs. ... (check-in: 6b17866595 user: stephan tags: trunk) | |
2020-01-28
| ||
20:39 | Merge trunk ... (check-in: 9dbea18c71 user: jan.nijtmans tags: multi-thread) | |
15:33 | In the capability summary matrix (shown on the Security Audit page, for example) do not attribute "anonymous" capabilities to user "nobody". ... (check-in: b833df21f7 user: drh tags: trunk) | |
15:21 | Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: e8f24f7ecd user: drh tags: trunk) | |
13:33 | Ported in the remaining JSON API docs. Combined the API index into the main index. Replaced the pandoc-exported tables with lists. A couple patches to the C bits for issues found during doc porting. ... (check-in: 514dd66f33 user: stephan tags: trunk) | |
11:15 | Ported in 7 more json API doc pages. Time to go for a haircut. ... (check-in: 85967b7c46 user: stephan tags: trunk) | |
10:46 | Ported in docs for /json/branch, /json/config, and json authentication/capabilities. ... (check-in: e30d67aa45 user: stephan tags: trunk) | |
10:20 | Ported in /json/wiki and /json/artifact docs. ... (check-in: 587d954fb5 user: stephan tags: trunk) | |
09:10 | Started porting the JSON API from GoogleDocs to embedded docs (markdown). This checkin is approximately the first half, in terms of bytes. ... (check-in: c95f11b454 user: stephan tags: trunk) | |
07:17 | Added the mimetypes setting to the change log. ... (check-in: 038f595f98 user: stephan tags: trunk) | |
06:40 | Merged in mimetypes-setting branch. ... (check-in: 009a24313b user: stephan tags: trunk) | |
03:49 | Added -H|-html and -p|-pre flags to [/help?cmd=wiki|wiki command]. Added fossil_fopen_for_output() and fossil_fclose() to support that. ... (check-in: fe86954ffb user: stephan tags: trunk) | |
02:53 | Added -html|-h flag to [/help?cmd=wiki|the wiki command], as discussed in [https://fossil-scm.org/forum/forumpost/7377c83dca|forumpost/7377c83dca], and cleaned up the command's help text and argument validation. ... (check-in: b23eb83314 user: stephan tags: trunk) | |
2020-01-27
| ||
06:56 | Added --inverse/-v flag to the tag command, as covered in [https://fossil-scm.org/forum/forumpost/d717561e8b7406fc|forumpost/d717561e8b7406fc]. ... (check-in: 890614f137 user: stephan tags: trunk) | |
2020-01-24
| ||
18:56 | Added mimetypes setting to the 'project' configuration area, per forum feedback. ... (Closed-Leaf check-in: 7391f8d486 user: stephan tags: mimetypes-setting) | |
18:28 | /mimetype_list: only show the custom mimetypes table if any are set. Add a link to the mimetypes setting help to the top of the page. Expanded the setting's help text. ... (check-in: 14d1b7a977 user: stephan tags: mimetypes-setting) | |
16:58 | /mimetype_list: tiny efficiency tweak in the main mimetype loop and only show the 'exclamation point means it's overridden' message if the repo contains at least one custom entry. ... (check-in: baf119337b user: stephan tags: mimetypes-setting) | |
16:45 | Merged in mimetype-list branch. ... (check-in: 9ceec69e9b user: stephan tags: mimetypes-setting) | |
15:14 | Fix dynamic sorting of the mimetype tables, as originally intended. Note that the table sorter utility skips leading non-word characters, such as the leading exclamation mark used to flag overwritten entries. ... (Closed-Leaf check-in: 26f2bb6fd6 user: florian tags: mimetypes-list) | |
15:05 | Tweak the /mimetype_list web page to display the repository-specific mimetypes in a table, and flag built-in entries that are overwritten by repository-specific entries. ... (check-in: 566a27315e user: florian tags: mimetypes-list) | |
2020-01-23
| ||
19:40 | Custom mimetype case-folding is now performed only on the file extensions and only on demand, rather than lower-casing the whole input in advance. ... (check-in: e34ea5b6b8 user: stephan tags: mimetypes-setting) | |
18:12 | Custom mimetype list now ignores one leading '.' when comparing the file extension, per forum feedback. ... (check-in: b55dfc97a1 user: stephan tags: mimetypes-setting) | |
18:00 | /mimetype_list page now outputs custom mimetypes using %h formatting instead of %s, per forum feedback. ... (check-in: 23a92a27cf user: stephan tags: mimetypes-setting) | |
2020-01-22
| ||
19:08 | Update the built-in SQLite to version 3.31.0. ... (check-in: eee161e823 user: drh tags: trunk) | |
02:41 | Added support for client-configurable mimetypes as a versionable setting. ... (check-in: 322643cac8 user: stephan tags: mimetypes-setting) | |
00:44 | Added missing APPNAME to Makefile.classic, as [https://fossil-scm.org/forum/forumpost/e51cc756b0|reported in the forum]. ... (check-in: a6ee6add63 user: stephan tags: trunk) | |
2020-01-20
| ||
20:29 | Update the built-in SQLite to the second beta for 3.31.0, for SQLite testing. ... (check-in: f4e7ca02da user: drh tags: trunk) | |
2020-01-17
| ||
22:00 | Make use of the new "aggregate mode" for the DBSTAT virtual table when computing the /repo-tabsize page, both as a test of DBSTAT and because the new mode is usually faster. ... (check-in: cc86de732a user: drh tags: trunk) | |
17:23 | Replaced "countless Git users" in point about detached heads within fossil-v-git doc with a link to a Google web search that currently returns ~389000 results. So not countless at all; just very, very large. :) ... (check-in: e472ad36d6 user: wyoung tags: trunk) | |
13:31 | Give the correct count of check-ins for /timeline displays that include the from=, to=, and chng= query parameters. ... (check-in: 9dce5ffe5f user: drh tags: trunk) | |
2020-01-12
| ||
20:45 | Fossil-defined SQL functions used inside of views for full-text-serch much be tagged using SQLITE_INNOCUOUS. ... (check-in: 9826bd007a user: drh tags: trunk) | |
2020-01-11
| ||
01:00 | Explained the "language-WORD" CSS styling used with fenced code blocks in Markdown within md_rules. ... (check-in: 06a3361dc0 user: wyoung tags: trunk) | |
2020-01-09
| ||
23:50 | Merge in trunk ... (check-in: 001eb6d506 user: ashepilko tags: cmake-ide) | |
23:02 | Fix build errors when using MSVC version that has no 'stdint.h' ... (check-in: c6ae8584b1 user: ashepilko tags: trunk) | |
21:03 | Change the build options for SQLite so that it distrusts schema by default. ... (check-in: 31be929a30 user: drh tags: trunk) | |
20:57 | Merge the latest SQLite 3.31.0 alpha sources for testing. ... (check-in: 5c48142dd3 user: drh tags: trunk) | |
20:03 | Fix typos. ... (check-in: e693ab734e user: ashepilko tags: trunk) | |
18:26 | Add the debug and autoconfig compile definitions; needed for source browsing. ... (check-in: fabe2d41e8 user: ashepilko tags: cmake-ide) | |
17:57 | Merge in trunk ... (check-in: 4d8aecdfcf user: ashepilko tags: cmake-ide) | |
15:29 | Modify the /doc webpage so that if the first term of the argument is "latest" it chooses the most recent check-in for the document regardless of what branch that check-in occurred on. ... (check-in: d08bc9e61f user: drh tags: trunk) | |
2020-01-08
| ||
19:18 | Clarified point 2.2 of fossil-v-git.wiki, adding more info about the sizes of Fossil vs Git in response to comments on this Hacker News posting: [https://news.ycombinator.com/item?id=21974942] ... (check-in: 9dcb3de471 user: wyoung tags: trunk) | |
18:30 | Healed inadvertent fork of trunk ... (check-in: 636b47f9a2 user: wyoung tags: trunk) | |
18:28 | Added "more" column to the fossil-v-git doc: we have evidence of people reading only the summary table at the top and then reacting to their understanding of that brief one-line characaterization of the difference rather than engaging with the detailed arguments making up the bulk of the article. ... (check-in: fd9e211d39 user: wyoung tags: trunk) | |
18:05 | Clarified point 2.6 in fossil-v-git.wiki to address feedback from Hacker News user balfirevic here: [https://news.ycombinator.com/item?id=21974942] ... (check-in: f6e04cc423 user: wyoung tags: trunk) | |
17:56 | Edit the Executive Summary to mention merge-in: prefix. ... (check-in: 63f5031476 user: ashepilko tags: trunk) | |
2020-01-03
| ||
16:39 | Add --inverse|-v flag to tag ls, per discussion at https://fossil-scm.org/forum/forumpost/944e611710. ... (Closed-Leaf check-in: e170afb936 user: stephan tags: tag-ls-inverse) | |
16:34 | Merged in trunk. ... (check-in: 5a9414e49e user: stephan tags: forum-edit-deltify) | |
14:30 | Backed out merge - it included an unintented change :/. ... (Closed-Leaf check-in: 070d6ea103 user: stephan tags: mistake) | |
14:28 | Merged in trunk. ... (check-in: 04e1c97854 user: stephan tags: mistake) | |
2020-01-02
| ||
14:35 | Fix the spelling of "legacy" in the "test-fingerprint" command. Also show the current Fossil version in the "test-fingerprint" command. ... (check-in: 2af7fedd67 user: drh tags: trunk) | |
2019-12-26
| ||
02:08 | Fix a comment describing the meaning of the BACKLINK.SRCID field of the repository schema. No changes to code. ... (check-in: 088aabafd7 user: drh tags: trunk) | |
01:26 | Update the built-in SQLite to the latest 3.31.0 alpha version, for testing. ... (check-in: 9258d7462e user: drh tags: trunk) | |
2019-12-24
| ||
18:39 | Fix minor typo from check-in [9bb70584a1d7d2f7]. ... (check-in: b00e89d47b user: mistachkin tags: trunk) | |
15:51 | Improved CSS in alternative skinds for the new ticket comment colors on the timeline. ... (check-in: ca148e798a user: drh tags: trunk) | |
2019-12-23
| ||
14:31 | Provide new classes "tktTlOpen" or "tktTlClosed" for the timeline display of tickets, depending on whether or not the ticket is open or closed. The default style changes the foreground color slightly. Probably the style needs to be adjusted. ... (check-in: d80adfe029 user: drh tags: trunk) | |
13:17 | Ticket alerts reference the actual ticket, not the ticket change artifact. ... (check-in: 1a5dee1ea2 user: drh tags: trunk) | |
12:47 | On the ticket timeline configuration screen, show the names of the underlying properties. ... (check-in: d725f611a3 user: drh tags: trunk) | |
12:38 | Add the "New Ticket" option to timeline displays. ... (check-in: 9bb70584a1 user: drh tags: trunk) | |
12:26 | Add a timeline view at the top of the /tktview page if the "tl" query parameter is present. If a ticket is viewed from /info, then the timeline is always on. Perhaps the timeline should be on regardless? ... (check-in: 3d131528c8 user: drh tags: trunk) | |
02:08 | Merged in memleak-fixes brach. This fixes several genuine leaks, including 2 in manifest parsing, and cleans up the large work caches during atexit() in order to (A) separate that valgrind noise from the real leaks and (B) leave a better impression on those running valgrind. ... (check-in: 4cf8dbe398 user: stephan tags: trunk) | |
2019-12-22
| ||
01:25 | Re-added an atexit free() line which was inadvertently removed from trunk. ... (Closed-Leaf check-in: 11d0e8118f user: stephan tags: memleak-fixes) | |
2019-12-21
| ||
18:24 | Moved two decls from an outer scope to the inner scope where they're used. ... (check-in: 2576cf5fd1 user: stephan tags: memleak-fixes) | |
03:45 | Removed fossil_atexit_free_this() because it effectively costs more static memory than it cleans up in dynamic memory. ... (check-in: 99cb2ccd94 user: stephan tags: memleak-fixes) | |
2019-12-20
| ||
15:41 | Removed the cleanup of g.zXYZ because there's simply too high of a chance that future changes would turn one of those free() calls into a double-free or passing an invalid pointer to free(). ... (check-in: d60dd7afb0 user: stephan tags: memleak-fixes) | |
06:22 | Added info about the side-by-side diff viewer's scrolling to www/javascript.md; it uses JS. ... (check-in: 3965fe0171 user: wyoung tags: trunk) | |
00:59 | atexit: no longer freeing about half of g.zXYZ because they're not always safe to free (sometimes they point to each other or are substrings of other strings). ... (check-in: 5f36a86a73 user: stephan tags: memleak-fixes) | |
00:12 | Various memleak fixes. Drops the reachable-at-exit memory of (fossil rebuild) on this repo from 45MB to 680kb. Added fossil_atexit_free_this() to allow us to clean up function-local static allocations. ... (check-in: 00e6d7997c user: stephan tags: memleak-fixes) | |
2019-12-19
| ||
20:56 | Fix to the regexp() SQL function implementation (pointed out by [https://fossil-scm.org/forum/forumpost/c9eb457131|Florian Balmer]) so that it properly rejects all overlong 3-byte UTF8 characters, converting them into 0xfffd. ... (check-in: 6b32e21305 user: drh tags: trunk) | |
20:41 | Clean up g.non-const zXYZ members in the atexit handler. Add a blob_reset() in finish_tag() to cover the case that fast_insert_content() does not reset it. ... (check-in: 252ca35f47 user: stephan tags: memleak-fixes) | |
18:54 | Several memleak fixes reported via https://fossil-scm.org/forum/forumpost/205b004d8a. In a branch so the OP can test them in his setup. ... (check-in: 4566da665d user: stephan tags: memleak-fixes) | |
15:13 | Never mind.... Was: Attempt to fix a memory leak on Git import. ... (Closed-Leaf check-in: 81bfdca9e5 user: drh tags: git-import-memleak) | |
14:40 | Moved a blob_reset() to fix a leak reported in https://fossil-scm.org/forum/forumpost/6871eaaa07. ... (check-in: 8628cbd428 user: stephan tags: trunk) | |
2019-12-18
| ||
15:19 | Comment updates that should have been in the previous check-in, but I didn't press the "Save" button on my editor, and I failed to adequately review the changes before committed - I should follow my own checklists... ... (check-in: c865e1a0fc user: drh tags: trunk) | |
15:11 | Add support for magic conversion of /doc/$SELF/ URIs by expanding the $SELF to the version of the currently displayed document. ... (check-in: 703e62a68e user: drh tags: trunk) | |
14:02 | Add a test document to verify that relative path hyperlinks work in the Markdown formatter. ... (check-in: 367f9b32d6 user: drh tags: trunk) | |
2019-12-17
| ||
16:49 | Added missing quotes around script nonce in skin example. ... (check-in: 8664930277 user: stephan tags: trunk) | |
2019-12-16
| ||
13:50 | Backed out [c903fbc39e] (addition of "header-") prefix after sleeping on what Warren brought up in forum post f244b452fccd460a0. Edit: closing based on discussion in http://fossil-scm.org/forum/forumpost/097eca7dd9 (summary: we should do it like pandoc does). ... (Closed-Leaf check-in: 61186d2105 user: stephan tags: markdown-header-ids) | |
2019-12-15
| ||
15:26 | Added "heading-" prefix to generated IDs to help avoid accidental collisions with manually-added anchors. ... (check-in: c903fbc39e user: stephan tags: markdown-header-ids) | |
2019-12-13
| ||
21:10 | Updated change log for the /ext index addition. ... (check-in: 2468b578c4 user: stephan tags: trunk) | |
20:56 | If path given to /ext is a directory and it contains an index file (of the same names supported by the /doc path), render that index file. Edit: closing branch b/c Richard implemented the same thing in parallel in [3ed3fa3dda9c6d6f]. ... (Closed-Leaf check-in: f28cea2b43 user: stephan tags: ext-render-index) | |
19:22 | Add the 'verifyLogin' command to TH1. ... (check-in: a470d60355 user: mistachkin tags: trunk) | |
19:14 | Delay for a failed 'verifyLogin' command invocation. ... (Closed-Leaf check-in: 7703173f47 user: mistachkin tags: verifyLogin) | |
19:06 | Merge updates from trunk. ... (check-in: 9abccbaa50 user: mistachkin tags: verifyLogin) | |
18:57 | Enhance the /ext page to search for "index.*" files if the pathname ends with "/" and is a directory name. ... (check-in: 3ed3fa3dda user: drh tags: trunk) | |
13:06 | Markdown-to-HTML now adds automatically-generated ID attributes to the headers to facilitate creating intra-document links and hyperlinked tables of contents. The ID algorithm is simply to lower-case all ASCII alphanumeric characters in the header text. ... (check-in: 88eb24a9a5 user: stephan tags: markdown-header-ids) | |
06:06 | Added webp mimetype, a pedantic constness tweak in the mimetype table, and a minor typo fix. ... (check-in: 5590fb9e0f user: stephan tags: trunk) | |
2019-12-11
| ||
12:43 | Rename the CGI control file variable "debug:" to "cgi-debug:" and enhance it so that it shows the complete CGI environment at the start of each request. Also add documentation. ... (check-in: 4a7760e368 user: drh tags: trunk) | |
11:59 | Fix an incorrect comment in the CGI handler. When parsing the CGI control file, check for "debug:" last, as it is the most infrequent option. ... (check-in: 20dc009909 user: drh tags: trunk) | |
2019-12-10
| ||
14:01 | Don't let the new --relayhost option for test-smtp-send become an undocumented feature. ... (check-in: edcde1fdae user: andybradford tags: trunk) | |
05:34 | Add the ability to test-smtp-send to use a relayhost instead of looking it up from a domain name. ... (check-in: c668444dda user: andybradford tags: trunk) | |
2019-12-08
| ||
23:49 | Add experimental 'verifyLogin' command to TH1. ... (check-in: 74b7f07c49 user: mistachkin tags: verifyLogin) | |
2019-12-05
| ||
10:58 | Updated push/pull command help to reflect that they also operate on forum content. ... (check-in: 120f950026 user: stephan tags: trunk) | |
09:56 | Doc typo fixes. ... (check-in: 01d64d8c18 user: stephan tags: trunk) | |
09:31 | Updated the 2.11 change log. ... (check-in: b7ba386643 user: stephan tags: trunk) | |
06:48 | Enable deltification of edits of forum posts, limited to those which do not require moderation. Seems to work but requires more testing. ... (check-in: a612aa7388 user: stephan tags: forum-edit-deltify) | |
2019-12-04
| ||
11:45 | Exposed the redirect-to-https setting to the CLI and extended the definition of the SETTING.width property such that negative values tell /setup_settings not to render that setting (unlike most CLI-configurable settings, redirect-to-https is configured via /setup_access). Per request from https://fossil-scm.org/forum/forumpost/780138230c. ... (check-in: 45953a4ad0 user: stephan tags: trunk) | |
2019-12-03
| ||
13:06 | Improved documentation on the undo command. Have the mv command clear the undo stack. ... (check-in: 3f8cdaa15e user: drh tags: trunk) | |
2019-12-02
| ||
13:45 | Add the ability to have a C-card on a wiki page. The current implementation does not use or generate wiki page artifacts with a C-card. ... (check-in: cad57db96e user: drh tags: trunk) | |
2019-12-01
| ||
20:18 | Special UI controls added onto the /whistory webpage for easy comparison of arbitrary versions of a wiki page. ... (check-in: ec04c8b4a8 user: george tags: wiki-history) | |
2019-11-30
| ||
13:53 | Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. ... (check-in: f5f4471323 user: drh tags: trunk) | |
13:38 | Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order. ... (Closed-Leaf check-in: 9c2080a360 user: drh tags: grep-enhancements) | |
2019-11-29
| ||
14:44 | Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. ... (check-in: 1bf2f84843 user: drh tags: grep-enhancements) | |
2019-11-28
| ||
10:31 | Changes to support CGI on IIS web servers. ... (check-in: c06e0b2d0a user: drh tags: trunk) | |
10:27 | When replying to a Forum Post or Reply, show additional information to provide additional context ... (check-in: c6dfb55802 user: drh tags: trunk) | |
10:23 | Restore operation of "related" and "tag filter" widgets ... (check-in: 820d70512a user: drh tags: trunk) | |
07:54 | build.wiki: added a section on building a static binary using Docker, adapted from https://fossil-scm.org/forum/forumpost/5dd2d61e5f. ... (check-in: 942be4c894 user: stephan tags: trunk) | |
2019-11-23
| ||
21:46 | Improve comment to explain why the "r" query is being rewritten ... (Closed-Leaf check-in: 67412fbb35 user: andygoth tags: andygoth-restore-related) | |
20:55 | Show filter description even when "r" is used on a branch that has no wiki ... (check-in: 2a5af7076b user: andygoth tags: andygoth-restore-related) | |
20:54 | Restore operation of "related" and "tag filter" widgets, see forum thread [https://fossil-scm.org/forum/forumpost/2d5fe3dedc] for discussion ... (check-in: e2581e6db7 user: andygoth tags: andygoth-restore-related) | |
2019-11-20
| ||
15:29 | Update the built-in SQLite to the latest 3.31.0 alpha version as a beta-test for SQLite. ... (check-in: a9027e7d10 user: drh tags: trunk) | |
15:25 | Add support for Markdown in the default ticket configuration, and make Markdown the default choice for markup. ... (check-in: 16fb915279 user: drh tags: trunk) | |
2019-11-19
| ||
15:12 | Merged in [grep-hash-digits] branch. See [https://fossil-scm.org/forum/forumpost/44c8339561] ... (check-in: 4de1ed780c user: stephan tags: trunk) | |
2019-11-18
| ||
07:29 | When editing a technote via HTTP GET request (e.g., an Edit link, as opposed to POST form submission), retain the previous version's custom color by default. ... (check-in: 346e9e9760 user: stephan tags: trunk) | |
2019-11-15
| ||
02:50 | Removed the media="screen" part of the stylesheet link output because it provides no benefit to on-screen reading and causes the style to be completely lost when printing. See https://fossil-scm.org/forum/forumpost/63a45d759e. ... (check-in: f27d4b5054 user: stephan tags: trunk) | |
02:31 | Modified grep command to respect the hash-digits config option. ... (Closed-Leaf check-in: dccab378ce user: stephan tags: grep-hash-digits) | |
2019-11-11
| ||
15:22 | Omit some asm code from the SHA1 implementation as it provides no performance improvement with modern compilers, and SHA1 is seldom used now anyhow. ... (check-in: 20187be723 user: drh tags: trunk) | |
2019-11-09
| ||
04:27 | Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces). ... (check-in: b86c8b476b user: stephan tags: trunk) | |
2019-10-28
| ||
19:16 | Merged in double-dash-flag2 branch, which adds conventional -- handling to the vast majority of commands (the exception being those few which don't call verify_all_arguments()). ... (check-in: 5cca46469f user: stephan tags: trunk) | |
2019-10-24
| ||
14:30 | Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb0e user: andybradford tags: clone-resume) | |
2019-10-23
| ||
00:46 | Make a hyperlink to the Artifact Receipt log from the "Received From" field of the /info page (visible to administrators only). ... (check-in: a92d5a514d user: drh tags: trunk) | |
2019-10-21
| ||
03:22 | Put 7.x series headlines one level deeper so they nest properly under their parent, the 7.0 section, in rebaseharm.md doc. ... (check-in: 5453dbff5b user: wyoung tags: trunk) | |
03:05 | Moved all of the "Features found in Fossil but not in Git" up from section 3.1 into section 2.1 Featureful of the fossil-v-git doc, where such differences are otherwise covered. Removed section 3.2, giving the opposite case, since all of the Git features not found in Fossil are already covered elsewhere in the doc, sometimes more than once, as with the rebase issue. ... (check-in: d357f81b6c user: wyoung tags: trunk) | |
02:40 | Updated the discussion of SHA-3 support in Fossil within the fossil-v-git.wiki doc now that Fossil 2.10 is out. Basically, it changes the tense on all SHA-1 text to past tense. ... (check-in: d887a6d74d user: wyoung tags: trunk) | |
01:53 | Replaced brief footnote in fossil-v-git doc explaining why we use JavaScript (sparingly) with a reference to the new javascript.md doc, which explains this much more fully. ... (check-in: 21c7f1f8a3 user: wyoung tags: trunk) | |
2019-10-16
| ||
17:44 | Improved documentation for the --cherrypick and --backout options of the "fossil merge" command. ... (check-in: 29a383e4b6 user: drh tags: trunk) | |
2019-10-12
| ||
22:39 | Updates to windows server documenttion to include examples of winsrv command. ... (check-in: 6a0ec82bae user: ckennedy tags: trunk) | |
2019-10-10
| ||
05:49 | Merged in trunk. ... (Closed-Leaf check-in: 22150abaf2 user: stephan tags: double-dash-flag2) | |
2019-10-09
| ||
14:52 | Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. ... (check-in: ec26471439 user: andybradford tags: clone-resume) | |
2019-10-08
| ||
16:00 | Increase the version number to 2.11 for the next release cycle. ... (check-in: 10fb90fcae user: drh tags: trunk) | |
00:57 | Updated Windows Service documentation to reflect new 64bit binaries for Fossil 2.10 for Windows. ... (check-in: cb13b61100 user: ckennedy tags: trunk) | |
2019-10-07
| ||
11:49 | Fix a typo in the help text for the "fossil info" command. ... (check-in: 3d58d89041 user: drh tags: trunk) | |
11:03 | Statement ordering: Don't read 'fingerprint' when there are no checkin's. ... (check-in: ffe7cc595e user: jan.nijtmans tags: trunk) | |
10:07 | Prevent false-positive in fingerprint check, when the current checkout is empty. ... (check-in: fd8816ecf6 user: jan.nijtmans tags: trunk) | |
08:42 | Removed a duplicate entry from www/mkindex.tcl ... (check-in: 4edc1302a4 user: wyoung tags: trunk) | |
2019-10-04
| ||
22:22 | Fix typo in the server extension documentation. ... (check-in: 11c6504340 user: drh tags: trunk) | |
22:20 | Fix the date on the 2.10 change log. ... (check-in: 80ea65af53 user: drh tags: trunk) | |
21:41 | Version 2.10 ... (check-in: 9d9ef82234 user: drh tags: trunk, release, version-2.10) | |
15:44 | Update the built-in SQLite to the 3.30.0 release version. ... (check-in: fc19d369ab user: drh tags: trunk) | |
01:16 | EditorConfig file for Fossil Project. See https://fossil-scm.org/forum/forumpost/7da5900698 for discussion. ... (check-in: cb4412b6c5 user: ckennedy tags: trunk) | |
2019-10-03
| ||
21:22 | Merged js-use-doc branch down to trunk ... (check-in: 39d3baabf6 user: wyoung tags: trunk) | |
15:19 | Clarified a falsehood in the new verify_all_options() docs. ... (check-in: 6edf8bcd9a user: stephan tags: double-dash-flag2) | |
2019-10-02
| ||
20:18 | Fixed (wiki commit) to check for an existing page when the --mimetype flag is used (previously it only checked when that flag was not provided). Bug reported at https://fossil-scm.org/forum/forumpost/27ad929e1a. ... (check-in: c0de97a155 user: stephan tags: trunk) | |
16:14 | Removed a debugging-only function. ... (check-in: 05cde4f8eb user: stephan tags: double-dash-flag2) | |
16:14 | Much simplified re-implementation of [double-dash-flag] without the unconventional '-' alias behaviour. (Still requires more testing.) ... (check-in: c32966e0de user: stephan tags: double-dash-flag2) | |
06:49 | Added "File Browser Tree View" item to www/javascript.md ... (Closed-Leaf check-in: 72a00d1f74 user: wyoung tags: js-use-doc) | |
2019-10-01
| ||
18:11 | Use double-quotes instead of single-quotes for the argument to "git export" in the "fossil git export" command, for windows compatibility. ... (check-in: be7c1bde92 user: drh tags: trunk) | |
16:57 | Correction and clarification of the use of unsafe-inline for style in the "defcsp.md" document. ... (check-in: baecb63d9b user: drh tags: trunk) | |
16:56 | Assorted improvements to the new use-of-JS doc ... (check-in: f40a9ccf3c user: wyoung tags: js-use-doc) | |
16:13 | Added www/javascript.md doc. On a branch pending forum discussion. ... (check-in: 9fd8b1c9d1 user: wyoung tags: js-use-doc) | |
13:44 | Several small tweaks to defcsp.md ... (check-in: e73901f15c user: wyoung tags: trunk) | |
07:13 | Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. ... (Closed-Leaf check-in: 307f7642b5 user: andybradford tags: time-skew-setting) | |
2019-09-30
| ||
16:08 | Update custom Makefile for MinGW. ... (check-in: 161958a49b user: mistachkin tags: trunk) | |
2019-09-29
| ||
00:20 | Added "Alternatives" section to shunning.wiki. ... (check-in: 004c550724 user: wyoung tags: trunk) | |
2019-09-28
| ||
20:52 | When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. ... (Closed-Leaf check-in: e19dcc1ab1 user: andybradford tags: forum-replies) | |
12:17 | Minor /shun wording change suggested in the forum. ... (check-in: b3e8253d78 user: stephan tags: trunk) | |
2019-09-27
| ||
23:56 | Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). ... (Closed-Leaf check-in: 52ae3288ab user: stephan tags: double-dash-flag) | |
22:51 | Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. ... (check-in: 639b2c183e user: stephan tags: double-dash-flag) | |
22:28 | Added -- support to (annotate, artifact, cat, clone). ... (check-in: ef763bcf08 user: stephan tags: double-dash-flag) | |
18:47 | Update the fingerprint mechanism so that it if the revised hash algorithm fails, it retries using the legacy hash algorithm before reporting an error (and alarming users). The revised hash is always stored. The "test-fingerprint" command is updated to show both the old and the new hash algorithm and the fingerprint currently stored in the localdb. ... (check-in: 36d3685833 user: drh tags: trunk) | |
16:37 | Help syntax change to match project conventions: [--] to ?--? ... (check-in: 95ed189424 user: stephan tags: double-dash-flag) | |
16:26 | Added -- support to (changes, clean, extras, ls, commit). ... (check-in: 1b649b9d4e user: stephan tags: double-dash-flag) | |
16:10 | Added -- support to (add, rm, mv). ... (check-in: 9a7101d5dc user: stephan tags: double-dash-flag) | |
15:45 | fossil add: fixed leak of ignore-glob prompt string. ... (check-in: e5e094071d user: stephan tags: trunk) | |
14:32 | Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. ... (check-in: dba4fd9b69 user: stephan tags: double-dash-flag) | |
11:47 | Added -- support to: (branch new) (uv add/cat/edit/export/rm) ... (check-in: 78a30d8d7c user: stephan tags: double-dash-flag) | |
09:55 | Simplified the verify_all_options() porting strategy, such that -- is disallowed by default and routines which should/can support it need to call verify_all_options2() instead of us changing the signature of verify_all_options(). This will result in far fewer changes than the previous approach. ... (check-in: a9b9b5bcee user: stephan tags: double-dash-flag) | |
08:48 | Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. ... (check-in: d8ebbd76cc user: stephan tags: double-dash-flag) | |
2019-09-26
| ||
23:41 | Adds syntax-hl boolean option, fixes file extension retrieval. The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. ... (Closed-Leaf check-in: 6ead94abf8 user: lmartin92 tags: syntax-hl-with-linenumbers) | |
17:58 | Remove the discussion of the "close" command from the fiveminutes.wiki document as the "close" command is not really needed, is rarely used, and serves no purpose in the document but to confuse the reader. ... (check-in: f6e635308c user: drh tags: trunk) | |
17:36 | Fix a typo in the CGI extension documentation. ... (check-in: b4ac00d8bb user: drh tags: trunk) | |
17:23 | Updates to the change log. ... (check-in: 4eea6bf9dc user: drh tags: trunk) | |
2019-09-25
| ||
13:45 | Fix the test-http command so that it omits line-ending conversions. This allows the ssh: clone/sync method to work with a windows server. ... (check-in: 28b15b4816 user: drh tags: trunk) | |
13:28 | Allow remote commands of the form "*/fossil.exe" on the "ssh:" protocol. ... (check-in: 8f70ccaac8 user: drh tags: trunk) | |
2019-09-24
| ||
23:29 | Performance optimizations in the markdown formatter. ... (check-in: ef41fbfa59 user: drh tags: trunk) | |
20:27 | Create and use the blob_append_string() macro for appending string literals. Improvements to blob_append_char(). ... (check-in: 48c47e1eb7 user: drh tags: trunk) | |
20:05 | Performance optimization to frequently used blob_append() routine. ... (check-in: 933923747c user: drh tags: trunk) | |
19:52 | Use the strcspn() C-library routine to optimize the textLength() function in the Fossil-wiki formatter. ... (check-in: 64a6346889 user: drh tags: trunk) | |
18:16 | Additional efforts to limit depth of recursion in markdown. ... (check-in: cd5e9f265d user: drh tags: trunk) | |
18:04 | Attempt to limit the depth of recursion in markdown formatting. ... (check-in: a5835cac3b user: drh tags: trunk) | |
17:09 | Fix a problem with the treatment of unterminated quoted attributes in HTML elements in the wiki formatter. ... (check-in: 48276cfc81 user: drh tags: trunk) | |
15:12 | Simplification of buffer management in the markdown formatter. ... (check-in: f8e9197de4 user: drh tags: trunk) | |
13:16 | Fix two harmless memory leaks. ... (check-in: 7949d941c6 user: drh tags: trunk) | |
10:44 | Move the implementation of the test-markdown-render command so that it is beside the test-wiki-render command in wikiformat.c. Also make minor enhancements to the help text for both commands. ... (check-in: fcb20df757 user: drh tags: trunk) | |
10:34 | Fix a memory leak in the markdown renderer. ... (check-in: 199b20d0e1 user: drh tags: trunk) | |
10:09 | Fix harmless memory leaks. ... (check-in: 79988f962e user: drh tags: trunk) | |
2019-09-23
| ||
23:18 | Fix a potential bug in the table parsing logic of markdown rendering. ... (check-in: 2263cf086e user: drh tags: trunk) | |
21:06 | Fix a potential endless loop in the markdown formatter. Enhance the fuzzer to run inputs on both the Fossil-wiki and the markdown formatters on each iteration. ... (check-in: 4b46fb91e3 user: drh tags: trunk) | |
20:03 | Additional rebustness improvements for BOM handling. ... (check-in: 9d96292871 user: drh tags: trunk) | |
19:50 | Improved comments on the fuzz.c module. No code changes. ... (check-in: 898d5b6de7 user: drh tags: trunk) | |
19:38 | Merge the libfuzzer integration. ... (check-in: 3a7129211c user: drh tags: trunk) | |
19:35 | Fix an off-by-one error in the BOM decoder. ... (check-in: b3f45b334b user: drh tags: trunk) | |
19:07 | Add support for testing with libFuzzer. ... (Closed-Leaf check-in: 8a6e8e2703 user: drh tags: libFuzzer) | |
18:25 | Change the database fingerprint algorithm slightly so that it is not dependent on the details of floating-point computations, and thus gives the same answer on a native x64 processor as it does under valgrind. Also fix a bug in the RID change event computation so that it works even if files have been added. ... (check-in: 265f8e2d83 user: drh tags: trunk) | |
2019-09-21
| ||
17:50 | Update the built-in SQLite to the latest 3.30.0 alpha version, for testing. ... (check-in: 44900415b1 user: drh tags: trunk) | |
2019-09-19
| ||
16:33 | Updates to the change log. ... (check-in: b6c36e87ba user: drh tags: trunk) | |
14:14 | In the db_get(N,D) function, if N is setting, then always leave D as NULL so that we use the published default value for that setting. ... (check-in: eb804dc674 user: drh tags: trunk) | |
2019-09-18
| ||
14:57 | Style cleanup (no tabs). No functional change. ... (check-in: 89872d17d1 user: andybradford tags: trunk) | |
14:04 | Do not acquire check-in locks if autosync is pullonly, as the lock will not be cancelled by a subsequent push and will need to time out. ... (check-in: 0d5251d3ee user: drh tags: trunk) | |
2019-09-17
| ||
18:33 | Updates to the check-in locking protocol. The check-in lock timeout now defaults to 60 seconds, but the lock is renewed and fork and close-branch tests are repeated after an interactive check-in comment entry. ... (check-in: 18d588015b user: drh tags: trunk) | |
2019-09-13
| ||
22:53 | Update to openssl 1.1.1d ... (check-in: 74aac0ed3d user: jan.nijtmans tags: trunk) | |
15:11 | Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b9a user: andybradford tags: db-begin-txn-updates) | |
13:54 | Attempt to improve error messages resulting from SQL errors. ... (check-in: b94e15cff7 user: drh tags: trunk) | |
12:48 | Rewrote the "One vs. Many Check-outs per Repository" section in fossil-v-git.wiki to focus more on default modes of operation and their consequences in response to nit-picking on the Lobste.rs thread about this article pointing out that you can make Git work in the Fossil style. Defaults matter. ... (check-in: 10a57cece1 user: wyoung tags: trunk) | |
12:40 | Enhance the title for the /finfo page when the ubg query parameter is present. Use the ubg query parameter for the document history link on the rebaseharm.md page. ... (check-in: 80f982518b user: drh tags: trunk) | |
12:00 | Added paragraph on feedback loops, control theory, and OODA to the fossil-v-git doc, distilling a recent discussion on the forum. ... (check-in: b0f2a48f98 user: wyoung tags: trunk) | |
11:33 | Reworked the final paragraph of the new section 2.8 in fossil-v-git.wiki, adding in a mention of www/branching.wiki to the comparison, to make it fairer. ... (check-in: 8f7576b024 user: wyoung tags: trunk) | |
11:12 | Added section "7.0 Collapsing check-ins throws away valuable information" to rebaseharm.md, linked to from the previous throwaway comment about squashing a whole branch down to a single commit during rebase. This section explains an entire class of harms that come from rebase which wasn't previously covered. ... (check-in: c71fe99f9b user: wyoung tags: trunk) | |
10:46 | Added section "2.8 Test Before Commit" to the fossil-v-git doc. ... (check-in: e5ba45788b user: wyoung tags: trunk) | |
09:25 | Added a few paras to section 3.0 in rebaseharm.md, giving consequences of siloed development in Socratic fashion. ... (check-in: 924bf44d39 user: wyoung tags: trunk) | |
09:23 | Assorted grammar and spelling fixes in www/rebaseharm.md. Also added named anchors to all of the sections. ... (check-in: cd689b3813 user: wyoung tags: trunk) | |
09:00 | Added another link from www/fossil-v-git.wiki to rebaseharm.md. ... (check-in: 29997f803b user: wyoung tags: trunk) | |
2019-09-12
| ||
17:51 | Add the optimized file_is_simple_pathname_nonstrict() as an alternative to file_is_simple_pathname() when parsing manifests. ... (check-in: b4aadf2cea user: drh tags: trunk) | |
17:11 | Use strchr() to improve the performance of defossilize(). ... (check-in: 0aaefeaba1 user: drh tags: trunk) | |
16:51 | Use strspn() to improve the performance of validate16(). ... (check-in: c550d6e021 user: drh tags: trunk) | |
16:43 | Add the --limit N option to the test-parse-all-blobs test command, so that we can easily limit the run-time of that command for cachegrind performance testing. ... (check-in: 52211ccc2f user: drh tags: trunk) | |
16:31 | Performance optimization in the control artifact parser. ... (check-in: 3d802ec514 user: drh tags: trunk) | |
07:31 | Add the lock-timeout setting. ... (check-in: 6d3daf74e3 user: drh tags: trunk) | |
2019-09-10
| ||
11:30 | Performance optimization in fossil_strcmp(). ... (check-in: 72a4b61347 user: drh tags: trunk) | |
2019-09-07
| ||
15:03 | Adjust test case for TH1 permissions tests. WrUnver (y) is not enabled by default and must be intentionally set. ... (check-in: 582d335737 user: andybradford tags: trunk) | |
2019-09-06
| ||
20:38 | Minor editorial changes to rebaseharm.md, in an attempt to improve clarity and readability. ... (check-in: 9b32c180eb user: drh tags: trunk) | |
14:39 | Fix a typo in the rebaseharm.md document. ... (check-in: 82f75864d5 user: drh tags: trunk) | |
14:01 | Include new repolist-skin setting in list of all settings so tests will pass. ... (check-in: 2e3bffaa7d user: andybradford tags: trunk) | |
13:49 | Add the noreadme query parameter to /dir ... (check-in: bf3383b957 user: drh tags: trunk) | |
10:36 | makeheaders.c: suggestions from https://fossil-scm.org/forum/forumpost/00ff64e63e: do not emit main() decl, elide C++ constructor member initialization, and add a missing fclose(). ... (check-in: 9512ed93d3 user: stephan tags: trunk) | |
2019-09-05
| ||
13:33 | Remove the "Draft" notation from the rebase document. Link the new document into the documentation index. ... (check-in: 569cc741d6 user: drh tags: trunk) | |
03:45 | Replaced ASCII art diagrams in the new rebase document with yEd SVG diagrams. Same semantic content. ... (check-in: d6222f8945 user: wyoung tags: trunk) | |
02:33 | Upper-case query parameter, POST parameter, and cookie names are converted to lower-case prior to entering them into the parameter set. Before this change, upper-case names were silently rejected. ... (check-in: 19bbd2c5ea user: drh tags: trunk) | |
02:31 | Minor tweaks prior to merging. ... (Closed-Leaf check-in: 4231d4b634 user: drh tags: noJsonCgiFlag) | |
02:29 | Fixed a bug introduced in [bcdc4c55] which breaks capabilities for all Admin and Setup users. ... (check-in: a6ffdaf2c1 user: wyoung tags: trunk) | |
01:39 | Correct a minor grammatical error in a sentence for new rebase document. ... (check-in: 049c42df2a user: andybradford tags: trunk) | |
01:33 | An extension of the now-merged code-in-pre branch to allow it to work on /artifact pages and such when the ln parameter is given. This branch is a proof of concept only, for demonstrating a point and experimentation, not to be merged. See [https://fossil-scm.org/forum/forumpost/0c4b91b48a | the forum discussion] for details. ... (Closed-Leaf check-in: a65834a727 user: wyoung tags: code-in-pre-with-ln) | |
00:41 | Fixed a few spelling and grammar errors in www/rebaseharm.md ... (check-in: 708696d88a user: wyoung tags: trunk) | |
2019-09-04
| ||
23:44 | Small tweaks to previous. ... (check-in: 1ff41ddaea user: wyoung tags: trunk) | |
23:37 | Updated caps docs to cover the two "missing" caps on Admin and Setup users better, including this recent decision to deny them cap x. This check-in also fixes a number of links broken within these docs during the stage where we were breaking the docs up and moving things around, which should have been caught before merging this down to trunk. ... (check-in: 8a77f4593e user: wyoung tags: trunk) | |
22:46 | Removed 'x' from the string of caps reported for Admin and Setup users in capability_expand(), which is used within the SQLite extension function fullcaps(), which among other things affects the output of /setup_ucap_list. We were still reporting that Admin and Setup users have Private capability despite [bcdc4c55]. ... (check-in: 63581ec8ba user: wyoung tags: trunk) | |
21:01 | Remove a spurious line from the header comment of the makeheaders.c utility program. ... (check-in: d5a6ea969c user: drh tags: trunk) | |
20:09 | Add section numbers to the Rebase document. ... (check-in: 237bde9638 user: drh tags: trunk) | |
20:02 | More typo fixes in the Rebase document. ... (check-in: aaacce23cd user: drh tags: trunk) | |
20:01 | Merge updates from trunk. ... (check-in: 20c64950a9 user: mistachkin tags: noJsonCgiFlag) | |
19:56 | Setup and Admin users should not automatically have have the Private capability. This reverses the principal change from check-in [b241130222]. ... (check-in: bcdc4c5546 user: mistachkin tags: trunk) | |
19:34 | Fix a typo in the Rebase document. ... (check-in: 18e58e29cc user: drh tags: trunk) | |
19:23 | Minor edits to Rebase Considered Harmful, for clarity. ... (check-in: a2ea815183 user: drh tags: trunk) | |
19:04 | Add initial draft of the "Rebase Considered Harmful" document. ... (check-in: 4f79941f9e user: drh tags: trunk) | |
15:41 | Update the built-in SQLite to the latest 3.30.0 alpha, as an SQLite beta test. ... (check-in: f8823ae809 user: drh tags: trunk) | |
10:49 | Update the 'reconstruct' command to issue an error instead of a warning on failure importing the list of private artifacts, so no new repository with all-public contents is created. ... (check-in: 8c4ef2c016 user: florian tags: private-branches) | |
10:34 | Update the Private Branches document to explain how to publish private branches (i.e. how to make them non-private), and mention why the --integrate option is ignored when merging private branches. ... (check-in: 86ecdeefc8 user: florian tags: private-branches) | |
10:09 | Reflow the help screens for 'deconstruct' and 'reconstruct', and add the new --keep-private option. ... (check-in: dc8fcc7ff2 user: florian tags: private-branches) | |
09:53 | Enhance the 'deconstruct' and 'reconstruct' commands with a new command-line option to save and restore the list of private artifacts. ... (check-in: 66a14e93c7 user: florian tags: private-branches) | |
09:09 | Update the 'commit --private' command to only apply default branch name ("private") and color ("orange") if not specified otherwise on the command-line, and if the parent is not already private, to simplify the management of private branches with distinct names. ... (check-in: 836a85cbae user: florian tags: private-branches) | |
08:46 | Make sure the check-in manifest of a merge child does not include a +close tag referring to the leaf check-in on a private branch, so as not to generate a missing artifact reference on repository clones without that private branch. ... (check-in: 8268c5dafb user: florian tags: private-branches) | |
08:32 | Update the 'branch new' command to track the status of private branches in the PRIVATE table, instead of using +private tags. ... (check-in: 70849e7641 user: florian tags: private-branches) | |
00:58 | Merged caps-doc branch down to trunk, improving documentation of user capabilities in Fossil. ... (check-in: 779ddefa19 user: wyoung tags: trunk) | |
00:55 | Noted lack of WrUnver permission on Setup users by default. ... (Closed-Leaf check-in: ca4085c291 user: wyoung tags: caps-doc) | |
00:49 | Fixed discussion of "x" cap in www/private.wiki to match its current implementation. ... (check-in: c5561039e1 user: wyoung tags: trunk) | |
2019-09-03
| ||
21:22 | Back out check-in [3ad81c3c499599b4] which was causing sync to fail. ... (check-in: e1962ef67f user: drh tags: trunk) | |
20:36 | Wiki test fixes. ... (check-in: b40f1ac135 user: drh tags: trunk) | |
20:22 | Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. ... (check-in: 3ad81c3c49 user: drh tags: trunk) | |
20:20 | Include the "js" property in the configuration export for skins. ... (check-in: 498fc87ac1 user: drh tags: trunk) | |
20:19 | When displaying documents, provide class hints about the language of the document to syntax highlighter extensions. ... (check-in: 74b538f614 user: drh tags: trunk) | |
20:17 | Improvements to /vdiff. Provide the branch= query parameter. In the name decoder, all "merge-in:BRANCH" to mean the most recent merge-in to BRANCH from its parent. Provide "Diff" links for branches that show all changes since the most recent merge-in. ... (check-in: e632a092a8 user: drh tags: trunk) | |
20:08 | Fix a possible UNIQUE constraint violation in the new /vdiff logic. ... (Closed-Leaf check-in: 8e175a6708 user: drh tags: vdiff-improvements) | |
17:17 | Adds 'js' to CONFIGSET_SKIN so that skin javascript is included in exports, syncs, etc. Works okay outside of checkouts in my testing. Probably needs some review by drh before being merged. ... (Closed-Leaf check-in: 5d2299d8ee user: ckennedy tags: js-skin-export) | |
2019-09-02
| ||
23:26 | Added a new section to www/defcsp.md, "Serving Files Within the Limits". It pulls together a bit of info already in the document on the topic and then expands it considerably. The overall message is, "You probably don't have to override the default CSP." ... (check-in: 58883eccea user: wyoung tags: trunk) | |
19:54 | In /artifact and similar pages, put HTML code tag inside pre with class="language-zExt" where zExt is the extension from the artifact's file name, if any. This allows JS code highlighting plugins to style such pre blocks automatically based on file name extension. ... (Closed-Leaf check-in: f3b9171498 user: wyoung tags: code-in-pre) | |
2019-08-31
| ||
18:22 | Minor typo correction in comment---no functional change. ... (check-in: ab2b8de896 user: andybradford tags: trunk) | |
18:09 | Avoid warning about extra call to db_end_transaction() by returning at the end of a complete block. ... (check-in: 7b2350a86b user: andybradford tags: trunk) | |
17:09 | If there is nothing to stash, issue an error. ... (check-in: d959c48ac6 user: andybradford tags: trunk) | |
16:42 | Merge in latest from trunk. ... (check-in: aa37639112 user: andybradford tags: db-begin-txn-updates) | |
16:23 | Merge in trunk latest developments. ... (Closed-Leaf check-in: 08291fec9f user: andybradford tags: test-updates) | |
13:53 | The IIS web server does not define REQUEST_URI, instead is uses PATH_INFO for virtually the same purpose. Define REQUEST_URI the same as PATH_INFO and redefine PATH_INFO with SCRIPT_NAME removed from the beginning. ... (Closed-Leaf check-in: 54fdd1a5d7 user: tsbg tags: iis-cgi) | |
13:21 | IIS and possibly other web servers define environment variables with an empty value. Handle them the same as non-existing environment variables. ... (check-in: 9a2ec393db user: tsbg tags: iis-cgi) | |
13:04 | Ouput an error if the CGI control file is missing on the command line. This prevents IIS to fall in a endless loop. ... (check-in: 6a59d33e3d user: tsbg tags: iis-cgi) | |
2019-08-29
| ||
02:44 | Changed internal docs on capability 6 (AdminForum) to remove the claim that it can be used to revoke capabilty 4 (WrTForum) from users. I think that feature was planned, but no UI was ever created to support it. Maybe that feature will come someday, but the forum feature is over a year old now. Doing it on this branch because this is all part of the capability documentation improvements. Without this checkin, the cap ref doesn't match the code's internal docs. ... (check-in: fd9ba57a6a user: wyoung tags: caps-doc) | |
01:57 | Linked to the new caps docs from the existing www/* docs wherever "capability" or "capabilities" was mentioned before. ... (check-in: 0af0e14688 user: wyoung tags: caps-doc) | |
00:45 | Clarified meaning of EmailAlert (7) in cap ref. ... (check-in: 4aceb600dc user: wyoung tags: caps-doc) | |
00:31 | Merged in trunk changes ... (check-in: 493254b2e7 user: wyoung tags: caps-doc) | |
00:28 | Updated comment about "6-character random hex password" at the top level of the new setup docs to track [23a9f9bac2]. ... (check-in: f304ba31fe user: wyoung tags: trunk) | |
00:21 | Linked to the new material showing Fossil's idea of user power hierarchy from the comment in fossil-v-git.wiki about Fossil's support for the organization's social and power hierarchies. It's not that Fossil has *no* support for enforcing this, it's that it's usually a fairly loose match between the two systems. This is an important point, because some people new to Fossil expect 1:1 mapping and get disappointed when we tell them it just doesn't do that. ... (check-in: b72795a339 user: wyoung tags: caps-doc) | |
00:17 | Fixed some URLs still referring to admin-v-setup.md in its old location. ... (check-in: 182c4d7abc user: wyoung tags: caps-doc) | |
00:07 | Investigated the use of HTTP for sync over ssh:// and file:// URLs and added what I found to the "Caps Affect Web Interfaces Only" section of the new caps docs. ... (check-in: 845b459439 user: wyoung tags: caps-doc) | |
2019-08-28
| ||
23:33 | Documented Public Pages and the default user capability set in www/caps/index.md. ... (check-in: 4671ddb179 user: wyoung tags: caps-doc) | |
23:15 | Moved the discussion about inadvertent attribution of artifacts and the problems with easy solutions to the problem into the implementation details section of the new caps docs and expanded it to cover recent forum discussions. ... (check-in: 78ad8b7496 user: wyoung tags: caps-doc) | |
22:42 | Assorted small improvements to top-level caps doc ... (check-in: f21bfbeede user: wyoung tags: caps-doc) | |
22:09 | Expanded the "Why Not Bitfields?" discussion in www/caps/impl.md. Also tweaked the "Capability Letter Choices" text a bit while in there. ... (check-in: 3ac560a2d0 user: wyoung tags: caps-doc) | |
19:52 | Changed the hamburger menu link href from "#" to "/sitemap" so clicks on it do something useful in the noscript case. ... (check-in: b2379b31c2 user: wyoung tags: trunk) | |
16:08 | Added 'or' help for checkin/ci alias, per forum request. ... (check-in: f616380dfa user: stephan tags: trunk) | |
2019-08-27
| ||
20:57 | For candidate CGI parameter names that start with an uppercase letter, convert them to lowercase and then add. ... (check-in: b47b6b6906 user: mistachkin tags: noJsonCgiFlag) | |
20:35 | Moved www/capabilities.md to www/caps/index.md and www/admin-v-setup.md to www/caps/admin-v-setup.md. Then broke three chunks of the old capabilities.md doc out into new www/caps/* docs: login groups, implementation details of user capabilities, and the user capability reference material. The latter switched from Markdown to HTML format so we could make it a clearer-looking table, rather than its prior hard-to-read bullet list form. ... (check-in: c6cdf9ce8e user: wyoung tags: caps-doc) | |
18:04 | Merged most of the new material on Setup vs Admin in the new capabilities doc into the pre-existing admin-v-setup.md doc, which already covers this topic. ... (check-in: ee901c7be3 user: wyoung tags: caps-doc) | |
12:51 | Change 'NO_JSON' to lowercase. Remove other branch changes that are now superfluous. ... (check-in: 8baac2646c user: mistachkin tags: noJsonCgiFlag) | |
12:36 | Add hyperlinks to the branch diff page from branch timeline and from /info. ... (check-in: 833b220adc user: drh tags: vdiff-improvements) | |
10:40 | Query and post parameters may never begin with an upper-case letter. To allow that is a huge security hole. ... (check-in: 72c721eacf user: drh tags: noJsonCgiFlag) | |
07:21 | Restore legacy title handling behavior for TH1 docs (changed via check-in [8abeb62737c2b527]). ... (check-in: 4219002631 user: mistachkin tags: noJsonCgiFlag) | |
06:50 | Attempt to fix 'CONTENT_TYPE' detection when a suffix, e.g. '; charset=utf-8', is present. ... (check-in: 891bbc6ffe user: mistachkin tags: noJsonCgiFlag) | |
05:57 | Improve comment. ... (check-in: 316dd394b8 user: mistachkin tags: noJsonCgiFlag) | |
05:55 | More refinements. ... (check-in: c1f4a84694 user: mistachkin tags: noJsonCgiFlag) | |
05:34 | If the '--cgiupperparamsok' command line option or 'uppercase_params' CGI control line are present, allow parameter names to start with an uppercase letter. ... (check-in: ab0d81f893 user: mistachkin tags: noJsonCgiFlag) | |
04:15 | Make it possible to disable JSON auto-detection in the CGI subsystem. ... (check-in: a775435357 user: mistachkin tags: noJsonCgiFlag) | |
03:56 | Grepped the Fossil source code for C code that checks for Setup caps exclusively to preotect functions and listed those in the Reference section of capablities.md. Also expanded the coverage of the "caps affect Fossil web interfaces only" section, which plays into this. ... (check-in: 689f7683b6 user: wyoung tags: caps-doc) | |
02:16 | Added cap "n" to "r" in skins that show a /ticket link in their header, since the handler for it allows the page to show for those who can only file new tickets, not just those who can see existing tickets. Also fixed some skins that were using "anoncap" to test this: it needs to work for all logged-in users, not just "anonymous". ... (Closed-Leaf check-in: f4e3abce26 user: wyoung tags: skin-cap-matching) | |
02:08 | Minor wording change in the header of /vdiff. ... (check-in: 69adb45da0 user: drh tags: vdiff-improvements) | |
02:07 | Updates to the /vdiff page with the branch=BRANCH query parameter so that it uses merge-in: instead of root: and thus excludes merge-in check-ins from the diff. ... (check-in: b36dc6f121 user: drh tags: vdiff-improvements) | |
01:55 | Rewrote explanation of "o" cap. ... (check-in: 208ca0d713 user: wyoung tags: caps-doc) | |
01:47 | Add the "merge-in:NAME" name type, similar to "root:NAME" except that it finds the youngest anscestor of NAME that is in the branch from which the branch of NAME derived. ... (check-in: dcd8f1d8f4 user: drh tags: vdiff-improvements) | |
01:40 | Disentangled discussion of "developer" vs "reader" in capabilities.md. ... (check-in: 869494eb8f user: wyoung tags: caps-doc) | |
01:00 | Added (Names) to the "Capability Reference" section of capabilities.md so the reference can be used while reading C source code, which uses these names instead of the capability characters in all code past the login handler. ... (check-in: d48dff8fd7 user: wyoung tags: caps-doc) | |
00:29 | Merge in documentation enhancements from trunk. ... (check-in: c1b62c3260 user: drh tags: vdiff-improvements) | |
00:29 | Remove an unused subroutine. Fix a minor CSS problem. ... (check-in: 2078c746a5 user: drh tags: vdiff-improvements) | |
00:11 | On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. ... (check-in: 6e40f866ab user: drh tags: vdiff-improvements) | |
00:07 | Changed all of the [anycap jor] TH1 calls in the stock skins wrapping the generation of that skin's /timeline and /timeline.rss links to [anycap ijr2] to match the user caps the timeline HTTP hit handler actually checks for in the C code. This is a branch in part because it needs review, but also it's the start of a broader effort to check the other cap checks in the skins to make sure they a) match what the C code checks for; and b) match each other. ... (check-in: 9cee8cf5c4 user: wyoung tags: skin-cap-matching) | |
2019-08-25
| ||
13:24 | Added HTTP proxying info to Debian nginx server setup guide. ... (check-in: c6a033cea6 user: wyoung tags: trunk) | |
12:39 | Replaced the content of "Running Fossil in SCGI Mode" within www/server/debian/nginx.md with references to our other Fossil server docs. This also reduces the prior focus of this section on fslsrv to a single sentence, since we now prefer the systemd option, now that we have it. ... (check-in: a4bb92f791 user: wyoung tags: trunk) | |
12:29 | Swapped the simple foo.net "whole site is Fossil" example in www/server/debian/nginx.md for the more complicated example.com one where only /code is served by Fossil. This is probably going to be more common, and it shows off the important detail of setting SCRIPT_NAME properly. Made a minor adjustment to any/scgi.md to track this change, so there is not a pointless difference between these two nginx configs. ... (check-in: 653e90ca62 user: wyoung tags: trunk) | |
11:52 | Clarified use of scgi_params, SCRIPT_NAME, and service starting in the generic SCGI server setup doc. ... (check-in: 5a58ac3141 user: wyoung tags: trunk) | |
2019-08-24
| ||
18:32 | Merge fork ... (check-in: 6c6aae9782 user: andygoth tags: trunk) | |
2019-08-23
| ||
12:42 | Add the fossil_random_password() utility function and use it to generate a stronger initial admin-user password in the "fossil new" command. ... (check-in: 23a9f9bac2 user: drh tags: trunk) | |
12:23 | If the test-markdown-render or test-wiki-render commands are invoked without a repository in which to check for Wiki page names and artifact hashes, then substitute a temporary, empty, in-memory repository so that the commands will still work and won't give SQL errors. ... (check-in: 0ac64dad80 user: drh tags: trunk) | |
11:49 | Clarified the placement of "moderator" and "subscriber" in the power hierarchy expression within www/capabilities.md, since each could float up and down somewhat within the fixed hierarchy we give here. Also fixed a broken URL. ... (check-in: ba88f4f2a7 user: wyoung tags: caps-doc) | |
11:07 | Markdown hyperlinks are only converted to links to wiki if the named wikipage actually exists. Otherwise, the link becomes a relative link. This is for backwards compatibility. ... (check-in: 3b10e64468 user: drh tags: trunk) | |
08:31 | Added www/capabilities.md, a complete treatment on user capabilities, user categories, login groups, and administration matters involving all of this. It does not replace the pre-existing admin-v-setup.md doc, but a bit of its content did move into this new doc. The new doc also contains the user capability info previously in the forum.wiki doc. This is on a branch because although it's quite useful already, it could use some work before being merged down. At the barest minimum, there are some unanswered questions in the new doc that need addressing. This new doc does not replace the existing documentation in the UI. It may be that we end up paring that down a bit now that we have a full doc to refer to, but that is a topic for the forum thread that will appear shortly after this checkin. ... (check-in: 832f107ebb user: wyoung tags: caps-doc) | |
05:32 | Fixed a few fatal error messages from the login-group command that referred to an "add" command, which is now called "join". The symptom I saw is that "fossil login-group add" complained that "add" is not a valid command and that you should give '"add" or "leave"' instead! ... (check-in: 09c65d7527 user: wyoung tags: trunk) | |
05:22 | Fixed a few messages from the login-group command that referred to an apparent older name for the "join" sub-command, "add". This lead to a confusing symptom: "fossil login-group add foo" -> {unknown command "add" - should be "add" or "leave"}. ... (check-in: 739cd8720e user: wyoung tags: trunk) | |
2019-08-22
| ||
15:06 | Stronger recommendation for changing the default user's random hex password prior to setting up a Fossil server after learning it's 6 hex digits, not 8 as I thoght when I wrote that! ... (check-in: 9fcd6e443c user: wyoung tags: trunk) | |
14:14 | Added bullet list detailing the sources for <script nonce=""> from a Fossil server and the reasons we consider each path safe. ... (check-in: 91377ae432 user: wyoung tags: trunk) | |
13:31 | Reworked the material explaining why in-page <style> is currently allowed by Fossil's default CSP to make it clearer that this is most likely a temporary situation and that local custom CSS should go in the skin instead. ... (check-in: 092eeebf40 user: wyoung tags: trunk) | |
13:13 | Expanded the discussion of in-repo and out-of-repo resource links in defcsp.md. ... (check-in: 23fcd765f6 user: wyoung tags: trunk) | |
12:39 | Reworked the new introductory material in defcsp.md to be less about the CSP as last-resort and more about being a secondary filter to our other measures. Gave examples to clarify the tensions that prevent a purely server-side solution from being a practical solution. ... (check-in: 1c4df5bf0a user: wyoung tags: trunk) | |
11:54 | "RaspberryPI" -> "Raspberry Pi" ... (check-in: 5182be99c9 user: wyoung tags: trunk) | |
11:53 | Assorted refinements to the new pre- and post-activation advice sections in www/server/index.html: nix passive voice, add a few details, add some links to related docs, etc. Also fixed a CSS indenting problem preventing correct use of <p> in <li>, then made use of the new freedom in these sections' numbered lists. ... (check-in: b5c2c9bf31 user: wyoung tags: trunk) | |
2019-08-21
| ||
19:18 | Fix the $ROOT mechanism in HTML documents so that it accepts any whitespace character before href= and script=. Add $ROOT in appropriate places in the server documentation. ... (check-in: 3e183bfad8 user: drh tags: trunk) | |
18:15 | Outline how to configure a repository before and after server activation. ... (check-in: 154ea087af user: drh tags: trunk) | |
17:37 | Improvements to the althttpd documentation. ... (check-in: 44f1df9fef user: drh tags: trunk) | |
17:21 | Further improvements to the server document. ... (check-in: c2c4d3039f user: drh tags: trunk) | |
16:57 | Extra defenses against running fossil_atexit() more than once. ... (check-in: bc7683e15a user: drh tags: trunk) | |
16:55 | Fix the "shell" command so that it avoids invoking the atexit() handler more than once. ... (check-in: 07a5a2118e user: drh tags: trunk) | |
15:56 | Server documentation updates. ... (check-in: b2426c2786 user: drh tags: trunk) | |
14:46 | Merge in recent developments on trunk. ... (check-in: 70d091eacc user: andybradford tags: test-updates) | |
12:32 | Disallow versioning of security sensitive settings tcl-setup, th1-setup, and th1-uri-regexp. For effective security, these settings should only be controllable by an administrator. ... (check-in: 2da704c5a1 user: drh tags: trunk) | |
11:26 | Update to the default CSP page. Attempted to resolve merge conflicts, but more editting is likely necessary. ... (check-in: 33a7b8babe user: drh tags: trunk) | |
11:09 | Added a header to the new XSS material in defcsp.md so we can refer directly to it. ... (check-in: 7b843f2d43 user: wyoung tags: trunk) | |
11:01 | More thorough explanation of <script nonce> in www/defcsp.md, and explained the reason why Fossil has no way of providing that nonce in most content types rather than link to the "XSS via check-in rights" forum post. This new presentation of that post's ideas is more detailed and includes discussion of the feature's interaction with the TH1 docs feature. ... (check-in: 8d43bb8786 user: wyoung tags: trunk) | |
09:40 | Major improvements to the new defcsp.md article. Expanded the introductory material to better describe what the CSP does; added named anchors to headers; moved the discussion of $default_csp overrides into this document from customskin.md, which now just says how you use that variable read-only; and added an entirely new section, "Replacing the Default CSP". ... (check-in: 366b23a180 user: wyoung tags: trunk) | |
08:52 | Replaced the redundant copy of the default CSP in skins/bootstrap/header.txt with "$default_csp", allowing the TH1 setup script to override the CSP as in all the other stock skins. (Bootstrap is the last stock skin to define a custom <head> element.) ... (check-in: 14ac2cacdd user: wyoung tags: trunk) | |
2019-08-20
| ||
19:16 | Fix memcpy() compiler warnings. ... (check-in: 7ae4b1a719 user: drh tags: trunk) | |
16:11 | Fix possible misaligned pointer to a 16-bit object. ... (check-in: f7c41be825 user: drh tags: trunk) | |
15:04 | Updated and expanded documentation on how to set up a Fossil server. ... (check-in: f146e21af9 user: drh tags: trunk) | |
14:55 | Add the --with-sanitizer option to the ./configure script. ... (check-in: 231d693314 user: drh tags: trunk) | |
07:01 | Fixed a link punctuation bug introduced in [74a6578c]. ... (Closed-Leaf check-in: c57e17931d 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: 8976a9dae3 user: wyoung tags: server-docs) | |
06:35 | Missed a link to server.wiki that should have been checked in with [74a6578c]. ... (check-in: d5def0c8c4 user: wyoung tags: server-docs) | |
06:34 | Merged in trunk improvements ... (check-in: 42d28c0286 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: 3cdf764c2c 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: 74a6578cd4 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: 9bdf650f0b 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: f4cbfd5acc 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: 66fdab7605 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: 4e6d36d7d4 user: wyoung tags: trunk) | |
02:09 | Fix a compiler warning in the security-audit page. ... (check-in: 3243a6c148 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: 7907b6ffae 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 [https://fossil-scm.org/forum/forumpost/de18dc32c0 | the IIS + CGI + Fossil CPU pegging problem]. ... (check-in: 8b7c17de3f 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: d55f6b1501 user: wyoung tags: server-docs) | |
2019-08-19
| ||
23:32 | Fix a broken hyperlink on the new server-docs index page. ... (check-in: 461c8f06fc user: drh tags: server-docs) | |
19:29 | Updating links in www/server/windows/stunnel.md to correct locations. ... (check-in: 65d175aef0 user: ckennedy tags: server-docs) | |
18:24 | [https://www.fossil-scm.org/forum/forumpost/89dba2d978|Plan Z] ... (check-in: 8264fd75bc user: drh tags: server-docs) | |
17:18 | Have the security-audit page analyze and display the content security policy. ... (check-in: 9cf90a4f9d 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: 7979989dff user: drh tags: trunk) | |
12:38 | Added missing www/chroot.md file ... (check-in: 80cd49f063 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: 1e6fbcf214 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: e0ad4b48b5 user: wyoung tags: server-docs) | |
10:22 | Assorted small tweaks to www/server/windows/iis.md ... (check-in: b5fefeec23 user: wyoung tags: server-docs) | |
10:10 | Small tweaks to the new "Serving as a Standalone Server on Windows" article. ... (check-in: 3995a3c7ae user: wyoung tags: server-docs) | |
09:47 | Assorted small tweaks to server docs, mainly around new systemd material. ... (check-in: 9d4a478241 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: 94763aed7c user: wyoung tags: server-docs) | |
05:00 | Clarity tweak ... (check-in: bc678e1321 user: wyoung tags: server-docs) | |
04:58 | Grammar fix on previous ... (check-in: d5c754f97b user: wyoung tags: server-docs) | |
04:58 | Title tweak on previous ... (check-in: afc65312fa user: wyoung tags: server-docs) | |
04:57 | Added www/server/windows/none.md server setup article ... (check-in: 3e55ddf754 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: b2f10ad585 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 <div> 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: 9044fd2dbe 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: 3d6a4fd95c 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: 0f6f151dd3 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: 9f4121db3b 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: d9ab9c567c user: wyoung tags: server-docs) | |
2019-08-18
| ||
10:26 | Improvements to the nonce='$NONCE' substitution mechanism. ... (check-in: 1c50073d31 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: 0cbdbc725c user: wyoung tags: server-docs) | |
06:20 | URL fix in previous ... (check-in: a7610e4273 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: 02db05e600 user: wyoung tags: server-docs) | |
05:20 | Further refinement of the server setup tutorial matrix CSS ... (check-in: a6fee5898f 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: 3f9f1bdf38 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: 648574cb0e 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: 8193266763 user: wyoung tags: server-docs) | |
04:12 | Small improvements to IIS + CGI doc ... (check-in: f7c839c1c6 user: wyoung tags: server-docs) | |
03:53 | Added docs for IIS + CGI server configuration. ... (check-in: 9098ebba2d 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: 1670e5fac6 user: wyoung tags: server-docs) | |
01:03 | Capitalization fix in HTML output from /artifact_stats ... (check-in: d570edc646 user: wyoung tags: trunk) | |
00:59 | Include forum artifact statistics on the /artifact_stats page. ... (check-in: e2f2a05eff user: drh tags: trunk) | |
2019-08-16
| ||
18:58 | Corrected the description of nginx + SCGI in www/server.wiki. ... (check-in: 0f217e89f2 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: fbacfacfe6 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: 5bb1e11228 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: 85eaffb6a5 user: wyoung tags: server-docs) | |
11:59 | Changed "socket activation" to "socket listener" in all the new docs ... (check-in: 3c9f811b87 user: wyoung tags: server-docs) | |
11:42 | Markdownism fixes... ... (check-in: 1428f59ec9 user: wyoung tags: server-docs) | |
11:41 | Small improvements to the new Fossil Chroot Jail section of www/server.wiki ... (check-in: 4c837bc343 user: wyoung tags: server-docs) | |
11:08 | Small clarity tweak to the new "Methods" discussion in www/server.wiki. ... (check-in: fc00b7b297 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: 0bb59100f2 user: wyoung tags: server-docs) | |
10:19 | Several small refinements to prior check-ins. ... (check-in: 16e3cff648 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: 2e19fcee33 user: wyoung tags: server-docs) | |
09:55 | Added some named anchors to www/server/any/stunnel.md ... (check-in: ce4b4bae31 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: 53b2e866e1 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: 2baa8151d7 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: fad82714aa 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: c5461fb599 user: wyoung tags: trunk) | |
01:58 | Merged recent spell check fixes into this branch so we don't revert any of them. ... (check-in: a9fd086f13 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: 0996347d4a 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: 8b7c563d49 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: fbc3b2f72e user: drh tags: trunk) | |
20:44 | Remove the sigalrm_handler() function on windows builds as it is never called there. ... (check-in: 1d7afcdff6 user: drh tags: trunk) | |
20:31 | Improvements to HOME search on windows, and improve the documentation of the same. ... (check-in: 006afac0f0 user: drh tags: trunk) | |
19:31 | Set a default timeout on CGI requests of 300 seconds. ... (check-in: 859d6b1694 user: drh tags: trunk) | |
14:40 | Add "Forum Posts" as an option to "Activity Reports" ... (check-in: 6ada7e3768 user: drh tags: trunk) | |
12:32 | Improvements to the hyperlink description in /md_rules. ... (check-in: b8fac03594 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: f39e47a19e 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: c07cbcd3db user: mistachkin tags: windows-env-usage-v2) | |
15:34 | Merge in from trunk. ... (check-in: 0f9f2e403d 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: 1f63724e5b 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: 15176c8ae5 user: wyoung tags: windows-env-usage) | |
2019-08-09
| ||
21:08 | Update the /stat page to show forum statistics. ... (check-in: 29141af7af 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: 44545eef88 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: 0b70cf6d57 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: 774fb7712f user: drh tags: trunk) | |
16:40 | Two additional places where links to /markup_help are useful. ... (check-in: 5f328d9f90 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: 18a84ed81e 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: c7600da489 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: 1296ee46a3 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: 595559f45c 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: 1b479aff38 user: wyoung tags: trunk) | |
10:50 | Small tweaks to the prose in section 2.5 in fossil-v-git.wiki ... (check-in: 466d74c807 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: c49f3ef4cf 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: 81caad6ce6 user: drh tags: trunk) | |
20:35 | A triple grave accent quoted text (```....```) in markdown is rendered as <pre>...</pre>. ... (check-in: 2077ffe660 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: 0e0d76ee27 user: wyoung tags: trunk) | |
05:44 | Clarity pass on the new "Portable" section of fossil-v-git.wiki article. ... (check-in: 4b574be4e5 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: e299892341 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: efc873ec68 user: wyoung tags: trunk) | |
04:34 | Typo fix ... (check-in: 431245edce user: wyoung tags: trunk) | |
04:33 | Reworked the intro to fossil-v-git.wiki to flow better and be clearer. ... (check-in: 16cb9c0268 user: wyoung tags: trunk) | |
04:23 | Typo fix pass on www/* ... (check-in: 79c2cb0831 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: bf25835f6b user: drh tags: trunk) | |
17:39 | Add the FOSSIL_NONCE parameter to extension CGI. ... (check-in: 3f0ade5592 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: b26967cfcb 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: a4d7152517 user: drh tags: trunk) | |
12:49 | Fix an incorrect comment in sqlcompattest.c. ... (check-in: e2426e83e4 user: drh tags: trunk) | |
12:45 | Fix incorrect requirements in sqlcompattest.c. ... (check-in: 156476b20b user: drh tags: trunk) | |
12:29 | Add the LDFLAGS parameter when building the sqlcompttest test program. ... (check-in: 4a15ccdaca 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: 9c747e1cf3 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: 350c627a52 user: drh tags: trunk) | |
11:32 | Clarity and accuracy pass on the git-worktree issue in fossil-v-git.wiki. ... (check-in: 92dc102158 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: 3609ff7560 user: wyoung tags: trunk) | |
10:39 | Language moderation in fossil-v-git.wiki ... (check-in: 5e380ec394 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: 00af3dbf8b user: wyoung tags: trunk) | |
10:17 | Added a named anchor to fossil-v-git.wiki doc ... (check-in: e88ae89c0f 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: cd989fed40 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: 64a33a643f 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: 5866461ef0 user: wyoung tags: trunk) | |
04:02 | A better hyperlink for althttpd documentation in ssl.wiki. ... (check-in: 977109d308 user: drh tags: trunk) | |
02:37 | Merged two nearly-redundant points about branch names syncing in fossil-v-git doc. ... (check-in: 16ea738a8e 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: 1c9b177182 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: e9628d7063 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: 5c24bee9fd user: wyoung tags: trunk) | |
01:53 | Minor update to footnote 2 on the fossil-v-git page. ... (check-in: 754a6a0568 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: d23a8453c5 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: 0ef227b77c 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: c6e8558f27 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: 42b8890cc2 user: wyoung tags: trunk) | |
00:19 | Updates to the mirrorlimitations.md document. ... (check-in: 31bbb40f13 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: f631c7c82e user: wyoung tags: trunk) | |
23:40 | Expanded on the point about "next" checkin in fossil-v-git doc ... (check-in: 47e495d26b 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: c5a74af45c user: wyoung tags: trunk) | |
23:15 | Added point about installing Fossil on Windows vs installing Git to fossil-v-git doc. ... (check-in: 4c22c70569 user: wyoung tags: trunk) | |
23:11 | Added web UI point to fossil-v-git ... (check-in: 6494d42f2a user: wyoung tags: trunk) | |
23:08 | Added RBAC point to the fossil-v-git article, and tweaked the surrounding text. ... (check-in: bd7c47c3f8 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: 25a18bee08 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: f85d924767 user: wyoung tags: trunk) | |
01:49 | Fix crash. ... (Closed-Leaf check-in: 9d37ebbee6 user: mistachkin tags: winExtCgi) | |
2019-08-05
| ||
16:35 | Initial draft changes to support 'extcgi' on Win32. ... (check-in: fbe1eddaa3 user: mistachkin tags: winExtCgi) | |
16:15 | Update custom MinGW makefile. ... (check-in: 759b10021d user: mistachkin tags: trunk) | |
2019-08-04
| ||
22:56 | Merge trunk ... (check-in: fc5f88d6d9 user: jan.nijtmans tags: cleanX) | |
20:26 | Fix a harmless compiler warning. ... (check-in: 95a6a658d4 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: a3bc6552ee 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: 534b060007 user: drh tags: trunk) | |
01:07 | merge to logical conclusion (nop) ... (check-in: f4f9c1090b 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: d72aa24ce6 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: df2eb08e2a 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: 8b2b232886 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: c6b4d80e9c user: drh tags: trunk) | |
17:23 | The CGI extension mechanism now passes the HTTPS environment variable. ... (check-in: f5fe221026 user: drh tags: trunk) | |
14:29 | Add the mirrorlimitations.md document. Update cross-references. ... (check-in: 41d6540d27 user: drh tags: trunk) | |
13:34 | Update the security audit to report when extension CGI is available. ... (check-in: e2cad541ff user: drh tags: trunk) | |
05:09 | proper env() handler for (at least) NetBSD ... (Closed-Leaf check-in: 2d4c16df5a 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: c31ff76fe9 user: drh tags: trunk) | |
2019-08-01
| ||
23:31 | Implement the fossil_clearenv() function for Win32. ... (check-in: 61fd10ecd1 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: 54e01c60e2 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: ed63bdd71e user: drh tags: trunk) | |
14:17 | Add the FOSSIL_URI environment variable to the CGI extension mechanism. ... (check-in: 7b2b9d6995 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: 115a70b2df user: stephan tags: trunk) | |
08:09 | Merged in autosetupAndJimTcl branch (autosetup updates). ... (check-in: 51d006f851 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: 8ed91bbe44 user: drh tags: trunk) | |
10:28 | Restore the full CGI extension documentation that was somehow truncated by an earlier commit. ... (check-in: 4130a22cee user: drh tags: trunk) | |
01:17 | Merge in updates from trunk. ... (check-in: 7e7258b3ed user: andybradford tags: test-updates) | |
2019-07-29
| ||
20:02 | Improved documentation of the repolist-skin setting. ... (check-in: 02bdcf5e9f 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: 8f5399bc7b 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: 6df7a853ec user: drh tags: repolist-skin) | |
17:25 | Merge fixes from trunk. ... (check-in: 8a0753de2d user: drh tags: repolist-skin) | |
15:12 | Enhancements to the copy/paste SVG icon and to the global options help page. ... (check-in: 93b0afc889 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: 8abeb62737 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: 958e0bdc4a 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: 14f2ba0436 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: 0be9a2dbb7 user: florian tags: svg-and-md-formatting) | |
00:12 | Enhancements to the CGI extension documentation. ... (check-in: f80f753050 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: dfa5d50971 user: drh tags: trunk) | |
15:30 | Update the CGI extension documentation. Improved filename security in the CGI extension subsystem. ... (check-in: 12c8cc709d 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: e91de28b69 user: drh tags: trunk) | |
18:15 | Preliminary documentation for the /ext mechanism. ... (check-in: 893fca3a15 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: 384fdb6b4f 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: 7bd4bca2f4 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: 9ca4eb2bda user: drh tags: trunk) | |