Fossil

Timeline
Login

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

200 most recent check-ins using file src/rss.c version 98ec416b

2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. ... (Leaf check-in: a2335604 user: drh tags: branch-1.37)
2020-08-20
13:18
Version 2.10.2 ... (Leaf check-in: 12d2ad00 user: drh tags: release, branch-2.10, version-2.10.2)
2020-06-08
20:08
Version 2.10.1 ... (check-in: 674782c7 user: drh tags: release, branch-2.10, version-2.10.1)
2020-03-12
22:53
Show the title of a forum thread without truncation. ... (check-in: 81d66a35 user: ashepilko tags: trunk)
18:43
Add /forummain as an alias for /forum. ... (check-in: 4b82e96a user: drh tags: trunk)
18:17
Repurposed the check for "d" cap in the Security Audit page to warn that it should be removed from use. It checks the anonymous, developer, and reader users for it only, not any one-off uses. It also doesn't check Setup or Admin, but presumably whatever we reuse "d" for in the future will be granted to them by default. ... (Closed-Leaf check-in: 8059b9ca user: wyoung tags: eradicate-d-cap)
18:03
Added comments and documentation for the removal of d cap. ... (check-in: 7454cce8 user: wyoung tags: eradicate-d-cap)
18:02
Removed a "#if 0" related to this branch. ... (check-in: dfa6609a user: wyoung tags: eradicate-d-cap)
17:02
Removed the favicon byte array added in support of the /favicon.ico URL handler. It's unused since [81b3ce3a1350eaa9], when that page began serving a GIF and now gets the same data from the aLogo byte array. ... (check-in: 1b63f689 user: wyoung tags: trunk)
16:56
An extension of [3941824d] to remove all mention of 'd' capability from the code, not just ifdef or comment it out. Also removes it from the docs and from the default capability set for Developer, dei -> ei. ... (check-in: 55a76439 user: wyoung tags: eradicate-d-cap)
10:50
Omit the 'd' capability (the ability to delete wiki and tickets). This capability does not do anything. Apparently, it is a hold-over from the old CVSTrac code. ... (check-in: 3941824d user: drh tags: trunk)
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: ba56f5e5 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: afb4f748 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: 6e890f73 user: drh tags: trunk)
2020-03-08
07:20
Fix typo in data-sortkey. ... (check-in: 88b8df35 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: 6e88c64b user: bch tags: NULLSeparated)
16:56
Use SHA3 to identify unversioned files, if the hash policy is sha3 or higher. ... (check-in: 17525ced 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: fd1282e6 user: drh tags: trunk)
12:06
Change the default favicon.ico to an actual GIF image of the Fossil lizard. ... (check-in: 5ca0a05a user: drh tags: trunk)
2020-03-06
17:27
Limit the max length of new forum thread's title. ... (check-in: 81fb5e76 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: d076853d user: ashepilko tags: trunk)
10:07
Update to Unicode-13 ... (check-in: b70a76e3 user: jan.nijtmans tags: trunk)
10:06
eol-spacing in documentation ... (check-in: d65540f5 user: jan.nijtmans tags: trunk)
2020-03-04
13:51
New documentation crosslinks. ... (check-in: abf865bb user: drh tags: trunk)
2020-03-03
20:53
Various minor documentation enhancements. ... (check-in: 78746646 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: 35ad8eca user: ashepilko tags: trunk)
14:35
Fix the mimetype for /favicon.ico. ... (check-in: 00e2f051 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: 2698c16b user: drh tags: trunk)
12:57
Add the /favicon.ico web page. ... (check-in: 81b3ce3a user: drh tags: trunk)
12:50
When viewing a forum thread, use the title of the thread as the page title. ... (check-in: 59f126d9 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: 4b12ad0e user: ashepilko tags: forumthread-title)
2020-02-28
21:53
Include forum thread's title in its page title. ... (check-in: 9559bdb6 user: ashepilko tags: forumthread-title)
21:51
Create new branch named "forumthread-title" ... (check-in: 33c4c9d2 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: 0c374456 user: drh tags: trunk)
17:07
Update the built-in SQLite to an early alpha for 3.32.0, for testing. ... (check-in: d239550e user: drh tags: trunk)
2020-02-26
15:59
Updates to the change log. ... (check-in: 13919ef8 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: d20ead10 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: 14c81d9d 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: 31dc956d 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: 6f08a593 user: drh tags: mistake)
20:57
Implemented merge/update --keep-merge-files, per discussion at /forumpost/1407a2d73e. ... (check-in: 1bfd760d user: stephan tags: merge-remove-temp-files)
20:04
Added --admin-user flag to the import command. ... (check-in: 6c0dfc8c user: drh tags: trunk)
18:34
Added --admin-user flag to the import command, per discussion at forumpost/2ecbbdf7c6. ... (Closed-Leaf check-in: bdc242fb 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: ce0bce90 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: 1a84fe09 user: drh tags: trunk)
14:45
Improve diff performance by using a 64-bit hash and a faster hash algorithm. ... (Closed-Leaf check-in: a4616a2c 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: 2f7527e8 user: drh tags: trunk)
11:32
Performance optimization in the building printf() logic makes the "fossil annotate" command run 6x faster. ... (check-in: 1e881f59 user: drh tags: trunk)
2020-02-19
21:41
Recognize the Pale Moon user agent string. ... (check-in: 6d0be557 user: mistachkin tags: trunk)
21:34
Update custom Makefile for MinGW. ... (check-in: 7d5e243d user: mistachkin tags: trunk)
2020-02-18
20:51
Fix a bug in the CGI extension documentation. ... (check-in: 85c58afe user: drh tags: trunk)
2020-02-16
15:25
Minor skin-related fixes (merged to trunk with the go from stephan). ... (check-in: 4dbd4e33 user: florian tags: trunk)
14:51
Fix the Javascript-disabled fallback hamburger button link to the sitemap. ... (Closed-Leaf check-in: 9782e672 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: c27e2069 user: florian tags: misc-skin-fixes)
2020-02-15
18:48
Improvements to the /test-all-help webpage. ... (check-in: 9e408340 user: drh tags: trunk)
2020-02-13
20:09
Minor performance optimizations on the /artifact_stats page. ... (check-in: c2cf7ea1 user: drh tags: trunk)
19:43
Enhance the --sqltrace option to show the elapse time used by each SQL statement in milliseconds. ... (check-in: ada305fb 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: 86619b99 user: drh tags: trunk)
2020-02-12
18:43
Minor edits to the check-in names documentation. ... (check-in: f7b34aac user: drh tags: trunk)
18:38
Improvements to the "embedded documentation" documentation. ... (check-in: c5d9ca67 user: drh tags: trunk)
17:03
Provide a scary warning about the use of TH1 docs on the Security Audit page. ... (check-in: 5c0bb964 user: drh tags: trunk)
16:35
Change the special $SELF substitution used by Markdown and HTML embedded documentation into $CURRENT. See the forum discussion for details. ... (check-in: 45427ae1 user: drh tags: trunk)
14:44
Updates to the change log. ... (check-in: 0c9339bf 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: bc8691cd user: drh tags: trunk)
09:25
Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: 22a9cc7f 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: 895eac4f user: drh tags: trunk)
18:15
Do not try to maps graph rails that are negative. Fix for ticket [acf1302afa53e6a1] ... (check-in: 7a585153 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: d87bf251 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: b45da258 user: drh tags: trunk)
16:43
Updated stats and a typo fix in the technical overview document. ... (check-in: bcae8466 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: ef9305a4 user: drh tags: trunk)
12:44
The --project-code option on "fossil pull" implies --once. ... (check-in: 6696d4de user: drh tags: trunk)
01:54
Addressed forum comment on recent rebaseharm doc update: https://www.fossil-scm.org/forum/forumpost/567804d6fa ... (check-in: be9df83b 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: 21e8aed9 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: 616de1fe user: andybradford tags: fix-ssl-crash)
15:06
Get the "fossil git export" command working on windows. ... (check-in: 0dd69762 user: drh tags: trunk)
2020-02-05
22:11
Assorted improvements to rebaseharm, mainly grammar and clarity, but also some typo fixes. ... (check-in: 5a7cda57 user: wyoung tags: trunk)
14:41
Still more editorial changes to rebaseharm.md. ... (check-in: 9b068a39 user: drh tags: trunk)
13:52
Still more minor edits to the rebaseharm.md document. ... (check-in: d0807c23 user: drh tags: trunk)
13:45
Fix typos and remove unnecessary non-ASCII characters from the rebaseharm document. ... (check-in: 6a903b39 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: 629259df user: drh tags: trunk)
2020-02-04
21:42
Further improvements to the hashpolicy doc: spelling, grammar, and clarity tweaks. ... (check-in: e07256d5 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: 4fdc8db0 user: wyoung tags: trunk)
16:40
More tweaks to the hashpolicy.wiki document. ... (check-in: f5e02af3 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: 2f5bb4f0 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: ea66927c user: stephan tags: trunk)
13:52
Added the 'files' CSS class to the /dir column view element, per discussion at /forumpost/092ec8a4d0. ... (check-in: 374ca0c0 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: 39bef927 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: da76d728 user: stephan tags: trunk)
07:10
fossil_fclose() is now a no-op if passed stdin (as was initially intended). ... (check-in: 7723a92f user: stephan tags: trunk)
06:31
Doc typo/misinformation fix. ... (check-in: 83d02c01 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: 6dfc395a 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: f3d3c589 user: stephan tags: trunk)
05:46
json-api: added examples of using wget/curl to the tips-and-tricks encoding section. ... (check-in: 946bb7e5 user: stephan tags: trunk)
05:33
Added missing json-api/tips.md. Minor formatting tweak in the timeline docs. ... (check-in: 6b178665 user: stephan tags: trunk)
2020-01-28
20:39
Merge trunk ... (check-in: 9dbea18c 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: b833df21 user: drh tags: trunk)
15:21
Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: e8f24f7e 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: 514dd66f user: stephan tags: trunk)
11:15
Ported in 7 more json API doc pages. Time to go for a haircut. ... (check-in: 85967b7c user: stephan tags: trunk)
10:46
Ported in docs for /json/branch, /json/config, and json authentication/capabilities. ... (check-in: e30d67aa user: stephan tags: trunk)
10:20
Ported in /json/wiki and /json/artifact docs. ... (check-in: 587d954f 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: c95f11b4 user: stephan tags: trunk)
07:17
Added the mimetypes setting to the change log. ... (check-in: 038f595f user: stephan tags: trunk)
06:40
Merged in mimetypes-setting branch. ... (check-in: 009a2431 user: stephan tags: trunk)
03:49
Added -H|-html and -p|-pre flags to wiki command. Added fossil_fopen_for_output() and fossil_fclose() to support that. ... (check-in: fe86954f user: stephan tags: trunk)
02:53
Added -html|-h flag to the wiki command, as discussed in forumpost/7377c83dca, and cleaned up the command's help text and argument validation. ... (check-in: b23eb833 user: stephan tags: trunk)
2020-01-27
06:56
Added --inverse/-v flag to the tag command, as covered in forumpost/d717561e8b7406fc. ... (check-in: 890614f1 user: stephan tags: trunk)
2020-01-24
18:56
Added mimetypes setting to the 'project' configuration area, per forum feedback. ... (Closed-Leaf check-in: 7391f8d4 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: 14d1b7a9 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: baf11933 user: stephan tags: mimetypes-setting)
16:45
Merged in mimetype-list branch. ... (check-in: 9ceec69e 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: 26f2bb6f 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: 566a2731 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: e34ea5b6 user: stephan tags: mimetypes-setting)
18:12
Custom mimetype list now ignores one leading '.' when comparing the file extension, per forum feedback. ... (check-in: b55dfc97 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: 23a92a27 user: stephan tags: mimetypes-setting)
2020-01-22
19:08
Update the built-in SQLite to version 3.31.0. ... (check-in: eee161e8 user: drh tags: trunk)
02:41
Added support for client-configurable mimetypes as a versionable setting. ... (check-in: 322643ca user: stephan tags: mimetypes-setting)
00:44
Added missing APPNAME to Makefile.classic, as reported in the forum. ... (check-in: a6ee6add 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: f4e7ca02 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: cc86de73 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: e472ad36 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: 9dce5ffe 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: 9826bd00 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: 06a3361d user: wyoung tags: trunk)
2020-01-09
23:50
Merge in trunk ... (check-in: 001eb6d5 user: ashepilko tags: cmake-ide)
23:02
Fix build errors when using MSVC version that has no 'stdint.h' ... (check-in: c6ae8584 user: ashepilko tags: trunk)
21:03
Change the build options for SQLite so that it distrusts schema by default. ... (check-in: 31be929a user: drh tags: trunk)
20:57
Merge the latest SQLite 3.31.0 alpha sources for testing. ... (check-in: 5c48142d user: drh tags: trunk)
20:03
Fix typos. ... (check-in: e693ab73 user: ashepilko tags: trunk)
18:26
Add the debug and autoconfig compile definitions; needed for source browsing. ... (check-in: fabe2d41 user: ashepilko tags: cmake-ide)
17:57
Merge in trunk ... (check-in: 4d8aecdf 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: d08bc9e6 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: 9dcb3de4 user: wyoung tags: trunk)
18:30
Healed inadvertent fork of trunk ... (check-in: 636b47f9 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: fd9e211d 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: f6e04cc4 user: wyoung tags: trunk)
17:56
Edit the Executive Summary to mention merge-in: prefix. ... (check-in: 63f50314 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: e170afb9 user: stephan tags: tag-ls-inverse)
16:34
Merged in trunk. ... (check-in: 5a9414e4 user: stephan tags: forum-edit-deltify)
14:30
Backed out merge - it included an unintented change :/. ... (Closed-Leaf check-in: 070d6ea1 user: stephan tags: mistake)
14:28
Merged in trunk. ... (check-in: 04e1c978 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: 2af7fedd 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: 088aabaf user: drh tags: trunk)
01:26
Update the built-in SQLite to the latest 3.31.0 alpha version, for testing. ... (check-in: 9258d746 user: drh tags: trunk)
2019-12-24
18:39
Fix minor typo from check-in [9bb70584a1d7d2f7]. ... (check-in: b00e89d4 user: mistachkin tags: trunk)
15:51
Improved CSS in alternative skinds for the new ticket comment colors on the timeline. ... (check-in: ca148e79 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: d80adfe0 user: drh tags: trunk)
13:17
Ticket alerts reference the actual ticket, not the ticket change artifact. ... (check-in: 1a5dee1e user: drh tags: trunk)
12:47
On the ticket timeline configuration screen, show the names of the underlying properties. ... (check-in: d725f611 user: drh tags: trunk)
12:38
Add the "New Ticket" option to timeline displays. ... (check-in: 9bb70584 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: 3d131528 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: 4cf8dbe3 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: 11d0e811 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: 2576cf5f 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: 99cb2ccd 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: d60dd7af 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: 3965fe01 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: 5f36a86a 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: 00e6d799 user: stephan tags: memleak-fixes)
2019-12-19
20:56
Fix to the regexp() SQL function implementation (pointed out by Florian Balmer) so that it properly rejects all overlong 3-byte UTF8 characters, converting them into 0xfffd. ... (check-in: 6b32e213 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: 252ca35f 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: 4566da66 user: stephan tags: memleak-fixes)
15:13
Never mind.... Was: Attempt to fix a memory leak on Git import. ... (Closed-Leaf check-in: 81bfdca9 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: 8628cbd4 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: c865e1a0 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: 703e62a6 user: drh tags: trunk)
14:02
Add a test document to verify that relative path hyperlinks work in the Markdown formatter. ... (check-in: 367f9b32 user: drh tags: trunk)
2019-12-17
16:49
Added missing quotes around script nonce in skin example. ... (check-in: 86649302 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: 61186d21 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: c903fbc3 user: stephan tags: markdown-header-ids)
2019-12-13
21:10
Updated change log for the /ext index addition. ... (check-in: 2468b578 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: f28cea2b user: stephan tags: ext-render-index)
19:22
Add the 'verifyLogin' command to TH1. ... (check-in: a470d603 user: mistachkin tags: trunk)
19:14
Delay for a failed 'verifyLogin' command invocation. ... (Closed-Leaf check-in: 7703173f user: mistachkin tags: verifyLogin)
19:06
Merge updates from trunk. ... (check-in: 9abccbaa 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: 3ed3fa3d 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: 88eb24a9 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: 5590fb9e 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: 4a7760e3 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: 20dc0099 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: edcde1fd 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: c668444d user: andybradford tags: trunk)
2019-12-08
23:49
Add experimental 'verifyLogin' command to TH1. ... (check-in: 74b7f07c 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: 120f9500 user: stephan tags: trunk)
09:56
Doc typo fixes. ... (check-in: 01d64d8c user: stephan tags: trunk)
09:31
Updated the 2.11 change log. ... (check-in: b7ba3866 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: a612aa73 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: 45953a4a 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: 3f8cdaa1 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: cad57db9 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: ec04c8b4 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: f5f44713 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: 9c2080a3 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: 1bf2f848 user: drh tags: grep-enhancements)
2019-11-28
10:31
Changes to support CGI on IIS web servers. ... (check-in: c06e0b2d user: drh tags: trunk)
10:27
When replying to a Forum Post or Reply, show additional information to provide additional context ... (check-in: c6dfb558 user: drh tags: trunk)
10:23
Restore operation of "related" and "tag filter" widgets ... (check-in: 820d7051 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: 942be4c8 user: stephan tags: trunk)