Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
48 check-ins using file src/db.c version 3489f0a4ea
|
2020-02-13
| ||
| 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 | |
|
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
| ||
| 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 | |
|
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 | |