Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file src/setup.c version b5bb12975f
|
2025-04-13
| ||
| 12:39 | better quoting to make intent clearer, thanks to [forum:/forumpost/cf724a9bea] Closed-Leaf check-in: 3e16be4e02 user: jkosche tags: tkt-improvements | |
| 12:15 | better regexp to match the hyphen, thanks to [forum:/forumpost/81529972df] check-in: ac848122fa user: jkosche tags: tkt-improvements | |
| 11:01 | some more html quoting check-in: e8a72ebbaf user: jkosche tags: tkt-improvements | |
| 00:12 | add hyphen to pattern via unicode escape check-in: 439d7a36e8 user: jkosche tags: tkt-improvements | |
|
2025-04-12
| ||
| 16:31 | only allow a certain whitelist of characters for linked tags and hashes to guard against injection check-in: 70b2569ec0 user: jkosche tags: tkt-improvements | |
| 14:54 | url quoting to avoid XSS check-in: 27f6238ce7 user: jkosche tags: tkt-improvements | |
| 13:53 | Fix SQL Injection vulnerability introduced by the new code in this branch. There still exists XSS vulnerabilities, but this is a first step. check-in: ffb5a46715 user: drh tags: tkt-improvements | |
| 13:41 | fix lines >80 chars check-in: 7b41c73e67 user: jkosche tags: tkt-improvements | |
|
2025-04-10
| ||
| 13:57 | also show age of ctime and mtime in /tktview check-in: 8b48a054ed user: jkosche tags: tkt-improvements | |
|
2025-04-09
| ||
| 13:33 | also display creation time in /tktview check-in: 814a417b4d user: jkosche tags: tkt-improvements | |
|
2025-04-08
| ||
| 22:57 | remove the delete submenu from /rptedit, as it doesn't work anyway because the CSRF check only allows POST requests check-in: 7c91416166 user: jkosche tags: tkt-improvements | |
| 22:30 | show creation date in default template for the ticket report and use better names for the columns check-in: 86c1910ffb user: jkosche tags: tkt-improvements | |
| 22:05 | make the version field a link, if it contains a valid checkin hash or tagname, see ticket [04ba0f70b816cebe] check-in: 44bd394f0a user: jkosche tags: tkt-improvements | |
|
2025-04-06
| ||
| 16:21 | make the separator in multi row ticket reports visually clearer identifiable as a separator check-in: 7b08586a41 user: jkosche tags: tkt-improvements | |
|
2025-04-04
| ||
| 12:18 | Enable the search in the built-in help text even without a repository. check-in: 3db304c755 user: tsbg tags: trunk | |
| 10:58 | Change unconditional CGI redirects to be 301 Moved Permanently. check-in: 33c1cfde9c user: drh tags: trunk | |
|
2025-04-03
| ||
| 21:34 | fix sorting check-in: 4dd3fa8874 user: jkosche tags: repolist-description | |
| 16:58 | Fix the use of "-p PATH" flag with "after" keyword in the timeline command. check-in: 52645bdc36 user: mgagnon tags: fix-timeline-cli-after | |
| 11:49 | add a description to the repolist as suggested by [forum:fc7e81a9db] check-in: f4ebb61013 user: jkosche tags: repolist-description | |
| 02:51 | Make work the "-t TYPE" flag with "after". Note: "-p PATH" is still to be fixed with "after" and was also not working originally with "children | ancestor" check-in: 7f1b2f1b8b user: mgagnon tags: fix-timeline-cli-after | |
| 02:09 | Use the absolute value of the -n argument as limit of the initial select when "after" is used so "-n N" with negative N can be use. (especially since the default is -20). check-in: 0d26e8a46f user: mgagnon tags: fix-timeline-cli-after | |
|
2025-04-02
| ||
| 23:31 | Fix the use of the "after" WHEN keyword for the fossil timeline command. "fossil timeline after <checkin|date>" when used with "-n N" was showing the N most recent checkins regardless the specified <checking|date> instead of the N checking following the specified <checkin|date>. Should fix the issue mentions on [https://fossil-scm.org/forum/for... check-in: eee36897b6 user: mgagnon tags: fix-timeline-cli-after | |
| 21:00 | allow to use tickets as templates, see this forum post for details check-in: 271a6bd31d user: jkosche tags: trunk | |
| 11:55 | Enable the search in the built-in help text even without a repository. Closed-Leaf check-in: 21c54d5db0 user: tsbg tags: search-in-help | |
| 11:52 | Fix a harmless typo in a comment. check-in: 6e47e6b38b user: drh tags: trunk | |
|
2025-04-01
| ||
| 18:46 | Make the mv-rm-files setting on by default. Leaf check-in: bd1b13210f user: drh tags: mv-rm-default-swap | |
| 15:38 | Do not silently overwrite existing files when doing 'mv --hard'. check-in: 31e75c3a41 user: danield tags: trunk | |
| 13:33 | Make use of the Accept-Encoding header value to help distinguish humans from robots. check-in: 0d41eb4790 user: drh tags: trunk | |
| 12:16 | Add test-brotli command to get some basic compression measurements. Closing this branch, as brotli is simply too slow for what we want to do. Closed-Leaf check-in: f5b559af94 user: stephan tags: brotli-compress | |
|
2025-03-31
| ||
| 21:04 | Replace cgi.c:is_gzippable() with is_compressible() and add support for brotli compression to its decision-making process. There's still a lot to do before we can actually emit brotli compression. check-in: 22e7b78dce user: stephan tags: brotli-compress | |
| 20:26 | Add a basic auto.def check for brotli compression support. The eventual goal of this branch is to add support for brotli-compressed http responses. check-in: a90221b3ae user: stephan tags: brotli-compress | |
| 18:49 | Try to avoid false-positive hung backoffice warnings from appearing in the error log. check-in: 6f1c7324b6 user: drh tags: trunk | |
| 12:28 | Minor tweaks to backoffice - mostly comment typo fixes. check-in: a46e128c3f user: drh tags: trunk | |
|
2025-03-30
| ||
| 23:25 | More details on the g.zPhase markings for backoffice processing, to help track down reports of hung backoffice processes that appear in the error log from time to time. check-in: cd532394c6 user: drh tags: trunk | |
| 23:11 | Slightly stronger detection of XSS attacks. Mostly this is rewording of comments to better explain how the anti-attack logic works. check-in: 8612122f50 user: drh tags: trunk | |
| 22:28 | Improved detection of XSS and SQL injection attacks. check-in: 5a33f30750 user: drh tags: trunk | |
| 21:04 | Clean up the description of the background color adjustments in the change log. check-in: 1c0f93e13f user: drh tags: trunk | |
| 18:40 | Update the help text for "fossil branch new" to make it clear that the preferred idiom for branch creation in Fossil is to use the --branch option on the "fossil commit" command. check-in: 1869b58580 user: drh tags: trunk | |
| 17:02 | show previous ticket comments for ticket: Show ticket history on ticket edit page check-in: ff009a8f0e user: jkosche tags: tkt-improvements | |
| 15:54 | improve navigation of tktsetup-subpages check-in: f5619ef3e0 user: jkosche tags: tkt-improvements | |
| 11:18 | Replaced the mention of "fossil branch new" in the Quick Start doc with a link to the section of the gitusers doc which explains why this is not the recommended way of working with Fossil. Both options remain documented, but now we bring Git expats to the place where many of their _other_ questions are most likely to be answered. check-in: f04b61f7e1 user: wyoung tags: trunk | |
| 11:08 | Expanded the "Starting A New Project" section of the Quick Start doc to cover the next few common steps. Also updated the "fossil version" example above it to the current release version to keep the doc from looking *too* outdated. check-in: 4f42caee47 user: wyoung tags: trunk | |
| 09:51 | Update documentation for the /test_env to /test-env change. check-in: 5df726ab25 user: drh tags: trunk | |
|
2025-03-29
| ||
| 16:00 | Initialize the $title and $login variable for TH1 used during header/footer generation to a similar string that has characters that are special to HTML escaped to similar-looking unicode characters. This is an defense against XSS attacks that might otherwise result due to errors in a custom skin where the $title variable is misused. check-in: 5ea6e15bf1 user: drh tags: trunk | |
| 15:10 | Change the name of the /test_env page to /test-env for consistency. The old name is retained as an alias for backwards compatibility. check-in: caf286d748 user: drh tags: trunk | |