Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
78 check-ins using file www/fossil-v-git.wiki version 2356aac341
|
2020-01-08
| ||
| 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) | |