Fossil

Timeline
Login

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

52 check-ins using file src/shell.c version a875c0ec51

2020-12-15
20:50
Merge from trunk check-in: 7b9ca24cd2 user: george tags: wiki-history
01:13
Alternative to check-in [a098707051568156] for getting the --static option to ./configure working on pkg-config based systems. check-in: 6f9d265234 user: drh tags: trunk
00:52
Allow the use of json_each() and json_tree() in the SQL for ticket reports. check-in: 5e7dc8a6f5 user: drh tags: trunk
2020-12-14
20:38
Merge from trunk check-in: 959699bfb6 user: george tags: wiki-history
20:34
Merge from trunk check-in: df330b709f user: george tags: wiki-history
14:27
If REQUEST_URI includes a query string (which it does for "fossil ui" and for Apache, but not for althttpd) then omit that string prior to using the REQUEST_URI when forming the "g=" query parameter for the login redirect in login_needed(). check-in: d327660804 user: drh tags: trunk
2020-12-13
19:37
Updates to the fossil-v-git documentation to reduce the amount of Git-bashing and to try to make the document less confrontational. check-in: 358d7d8f0e user: drh tags: trunk
05:32
Factored the iteration count out of the encrypted backup solution in backup.md, so it isn't repeated between the backup and restore cases. check-in: fc300d5a9a user: wyoung tags: trunk
2020-12-12
19:48
merged forks check-in: 0872ecbef7 user: sdr tags: trunk
19:37
Omit the TCP port from the SERVER_NAME environment variable for the "fossil ui" and "fossil server" commands. check-in: c728509f73 user: drh tags: trunk
19:06
fixed a typo in a comment check-in: 02c3468b3f user: sdr tags: trunk
17:29
serverext.wiki: added a note about the need to unset GATEWAY_INTERFACE before trying to recursively call the fossil binary. check-in: e3fbbdc1d0 user: stephan tags: trunk
15:25
For the CGI handler in the extension CGI mechanism, unrecognized header strings coming back from the CGI program are passed through unaltered to the HTTP reply. This allows the CGI program to set cookies. check-in: 1cff8d3182 user: drh tags: trunk
14:53
In the previous check-in, REQUEST_SCHEMA should be REQUEST_SCHEME - with an "E" at the end, not an "A". check-in: 282bdf0165 user: drh tags: trunk
14:05
Attempt to provide support for the REQUEST_SCHEMA and SERVER_NAME environment variables in CGI support. This is an alternative implementation of [0d72caae1592769e|check-in 0d72caae1592769e]. Discussion on [forum:/forumpost/cba707d7bd|forum thread cba707d7bd] and [forum:/forumpost/cb17013d06|cb17013d06]. check-in: f101e94da1 user: drh tags: trunk
10:01
If fossil.fetch()'s beforesend() callback propagates an exception, it is now passed to the onerror() callback and aborts the fetch, rather than being silently ignored. check-in: 1515f0224d user: stephan tags: trunk
08:15
Adds the Apache-style REQUEST_SCHEME environment variable to the /ext environment so that CGIs can determine whether they're running in HTTP or HTTPS. <i>Later:</i> See alternative implementation at [f101e94da1f80571] Closed-Leaf check-in: 0d72caae15 user: stephan tags: ext-request-scheme
01:20
Spell out the word "times" rather than use the unicode "x" character. check-in: f0a86f3cac user: drh tags: trunk
01:12
Drop "efficiency" claims in fossil-v-git, as the term is not quite right to describe the point. Use "self-sufficient" instead. check-in: 41b34915bb user: drh tags: trunk
2020-12-10
22:49
Merged the new commit splitting material in gitusers.md into the "There Is No Staging Area" section, which covers similar things. Now referring to this new version from the old location under the rebase topic. check-in: 6369d7b31c user: wyoung tags: trunk
22:15
Added recommendation for Patchouli in the gitusers doc, as an alternative to git rebase -i. check-in: 0564a6a68d user: wyoung tags: trunk
21:43
Bring branch up-to-date with respect to trunk. Note: this check-in was made as an example to demonstrate merging. Closed-Leaf check-in: bbc5264066 user: andygoth tags: modern-skin-markup-fixes
21:33
Reworked section 5.0 of the rebaseharm doc to be less controversial. Charged words are quotes from the Git docs, not words we sling at it, etc. This also more clearly separates the "merge alternative" aspects of rebase from the history-mutating aspects. check-in: 1a4b8e5894 user: wyoung tags: trunk
20:59
Recommending adding -N to "fossil diff" commands when piping thru diffstat in the gitusers.md doc. check-in: a4e84fb597 user: wyoung tags: trunk
20:55
Added info about --numstat to the "Diff Statistics" section of the gitusers doc. check-in: 11e3366c21 user: wyoung tags: trunk
20:47
Edit pass for clarity on the ckout-workflows doc check-in: ea594514cc user: wyoung tags: trunk
20:20
Using the less jargony term "crawling" instead of "grovel" in the Fossil v Git article. check-in: 3f6f7deaf6 user: wyoung tags: trunk
20:19
Replaced a few remaining "block chain" references with "Merkle tree" in the Fossil v Git article. check-in: e673065280 user: wyoung tags: trunk
2020-12-09
23:01
Extended prior change to cover the "Added" and "Deleted" cases. check-in: f6ab24fd26 user: wyoung tags: trunk
22:58
Added a missing trailing " in "Changes to wiki page FOO" entries in the timeline. check-in: 62c030e055 user: wyoung tags: trunk
16:17
Fix a typo in the change log. check-in: 037c79476c user: drh tags: trunk
16:15
Remove a harmless comparison from the decompress() SQL function implementation. check-in: 87567ad869 user: drh tags: trunk
00:09
Fix typo in the default new ticket script. check-in: 1fbd2e1590 user: drh tags: trunk
2020-12-08
11:47
Fix help-text formatting error on the previous check-in. check-in: e1d54eb727 user: drh tags: trunk
2020-12-07
16:12
Add support for the "--nested" option to the clone subcommand, so the new clone/open in 1 step usage can be use insde a checkout. check-in: f3d115d988 user: mgagnon tags: trunk
2020-12-05
13:19
Updates to the change log. check-in: c7dcf38c5b user: drh tags: trunk
2020-12-04
19:22
Comment fix to go with previous UB NULL fix. check-in: 4d88ef4fcd user: wyoung tags: trunk
18:35
The variadic function builtin_fossil_js_bundle_or() was using 0 as a sentinel to detect end-of-list, but that isn't equivalent to NULL in a list of pointed-to objects in all C compilers, on all systems. Using a GCC/Clang function attribute to force a warning when 0 is passed instead of NULL, then fixed all resulting warnings. This fixes the SEGV reported in [forum:/forumpost/5feca9c36a|forum post 5feca9c36a] on Mac OS X 10.11 with Clang from Xcode 7. Later versions of Clang on macOS don't have this problem, but it's still UB, so fixing it may solve some pain for us later on. check-in: 815b4fc493 user: wyoung tags: trunk
2020-12-03
12:12
Grammar fix check-in: b13c82f0dc user: wyoung tags: trunk
11:58
Fix the "More &uarr;" link at the top of timelines. check-in: f5e4ec69c4 user: drh tags: trunk
2020-12-02
19:59
Add the "To Do List" wiki page as a primary document in the documentation index. check-in: 0457c40ae7 user: drh tags: trunk
19:38
Fix minor calculation error on the yw= query parameter of the /timeline page. check-in: 61086a92f4 user: drh tags: trunk
19:16
Added a similar message to the OpenBSD httpd guide as in [bd8d4376]. check-in: 7252f7a40a user: wyoung tags: trunk
19:06
Clarified the intro to the new fail2ban section of the nginx-on-Debian doc. check-in: 162b7abbe0 user: wyoung tags: trunk
18:52
On the /test-backlinks page, identify links originating in comments as coming from a check-in, as that is the usual case. check-in: 3c284e7c1e user: drh tags: trunk
18:51
Added section to the nginx-on-Debian server guide to cover client_max_body_size with `fossil uv sync`. check-in: bd8d43767b user: wyoung tags: trunk
17:53
Avoid unnecessary query parameters in hyperlinks generated by /timeline. check-in: 53d3a755c1 user: drh tags: trunk
17:30
Add Previous/Following Day/Week/Month links on timeline pages that use the ymd, yw, or ym query parameters. check-in: 96cd802a76 user: drh tags: trunk
15:29
Break out some of the obscure /timeline links on the /sitemap page into a separate /sitemap-timeline page. check-in: 79f7808ba4 user: drh tags: trunk
14:14
Improvements to /sitemap: Break out the "Test Pages" entry into a separate /sitemap-test page. Add the "Site Map" entry for popups. check-in: 86737df9dc user: drh tags: trunk
12:01
For the default skin, only show the Branches menu on wide displays, but do show Forum on all desktops. check-in: bbfd612350 user: drh tags: trunk
2020-12-01
16:42
Update the built-in SQLite to the official 3.34.0 release. check-in: 5434159a38 user: drh tags: trunk