Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2020-02-25 11:56:42" occurring around 2020-02-25 11:56:42.
2020-03-06
| ||
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: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) | |