Timeline
Not logged in

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

65 check-ins using file src/main.c version f7633ba206

2020-01-29
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
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: fe86954ffb 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: b23eb83314 user: stephan tags: trunk
2020-01-27
06:56
Added --inverse/-v flag to the tag command, as covered in forumpost/d717561e8b7406fc. check-in: 890614f137 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
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: baf119337b user: stephan tags: mimetypes-setting
16:45
Merged in mimetype-list branch. check-in: 9ceec69e9b 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: 26f2bb6fd6 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: 566a27315e 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: e34ea5b6b8 user: stephan tags: mimetypes-setting
18:12
Custom mimetype list now ignores one leading '.' when comparing the file extension, per forum feedback. check-in: b55dfc97a1 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: 23a92a27cf user: stephan tags: mimetypes-setting
2020-01-22
19:08
Update the built-in SQLite to version 3.31.0. check-in: eee161e823 user: drh tags: trunk
02:41
Added support for client-configurable mimetypes as a versionable setting. check-in: 322643cac8 user: stephan tags: mimetypes-setting
00:44
Added missing APPNAME to Makefile.classic, as reported in the forum. check-in: a6ee6add63 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: f4e7ca02da 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: cc86de732a 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: e472ad36d6 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: 9dce5ffe5f 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: 9826bd007a 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: 06a3361dc0 user: wyoung tags: trunk
2020-01-09
23:50
Merge in trunk check-in: 001eb6d506 user: ashepilko tags: cmake-ide
23:02
Fix build errors when using MSVC version that has no 'stdint.h' check-in: c6ae8584b1 user: ashepilko tags: trunk
21:03
Change the build options for SQLite so that it distrusts schema by default. check-in: 31be929a30 user: drh tags: trunk
20:57
Merge the latest SQLite 3.31.0 alpha sources for testing. check-in: 5c48142dd3 user: drh tags: trunk
20:03
Fix typos. check-in: e693ab734e user: ashepilko tags: trunk
18:26
Add the debug and autoconfig compile definitions; needed for source browsing. check-in: fabe2d41e8 user: ashepilko tags: cmake-ide
17:57
Merge in trunk check-in: 4d8aecdfcf 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: d08bc9e61f 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: 9dcb3de471 user: wyoung tags: trunk
18:30
Healed inadvertent fork of trunk check-in: 636b47f9a2 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: fd9e211d39 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: f6e04cc423 user: wyoung tags: trunk
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: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