Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2020-12-16 20:14:44" occurring around 2020-12-16 20:14:44.
2020-12-23
| ||
22:16 | Chat: disable pasting of text when then input field does NOT have focus and fix complete overwriting of input field when pasting and it DOES have focus. Whether or not we should paste to that field when it does not have focus is debatable and possibly violates the Principle of Least Surprise. ... (check-in: 87ff8fe357 user: stephan tags: trunk) | |
20:58 | Add the /Admin/Chat page. Add settings to configure the initial history load size of /chat, and to configure purging of historical messages. ... (check-in: 15bc20f29d user: drh tags: trunk) | |
19:55 | Turn off autocomplete on the chat entry form. ... (check-in: 5715978d9f user: drh tags: trunk) | |
18:27 | Merge the development of the Fossil chatroom onto trunk. This feature is well isolated from the rest of the system and so we can safely continue development on trunk, which is more convenient for testing. ... (check-in: e8ba89b168 user: drh tags: trunk) | |
18:21 | Fix the /chat-poll page so that it works even when called from "fossil ui". ... (Closed-Leaf check-in: 6f424a32b5 user: drh tags: chatroom-dev) | |
17:27 | The /test_env page is not an error page. ... (check-in: f2a26bca3a user: drh tags: trunk) | |
2020-12-22
| ||
20:06 | Merge the styling changes from trunk into the chatroom-dev branch. ... (check-in: b8d6319b5a user: drh tags: chatroom-dev) | |
18:31 | Add support for the "$current_feature" TH1 variable as a possibly better way to do page-specific of feature-specific styling. ... (check-in: 112c713be1 user: drh tags: trunk) | |
12:30 | Whitespace style fix ... (Closed-Leaf check-in: 358f7d80c2 user: wyoung tags: body-feature-class) | |
11:55 | Created a new TH1 variable $current_feature set by default from the page URL's first component, but which may be overridden by code that knows a better feature name to use for that page. This is then used as the page's "body" class, making this the start of a replacement for the "content div" based feature class stuff done on branch [/timeline?r=default-css-cleanups | default-css-cleanups]. This is a better way to do it because it lets us target things outside the content div, such as the nav bar, the skin header, the skin footer, etc. ... (check-in: c671fc5d81 user: wyoung tags: body-feature-class) | |
10:31 | Comment fix to track a code change made in commit [3d6444fc]. ... (check-in: e6e8ea8ffb user: wyoung tags: trunk) | |
09:36 | Moved the "artifact" vs "artefact" point in the JSON API doc intro into a new section within the contribution doc. ... (check-in: e50d270775 user: wyoung tags: trunk) | |
09:22 | Removed the "Multiple logins per user" caveat from the JSON API intro doc: that restriction was due to the IP address in the cookie, which is now long-removed. ... (check-in: 40715d84bc user: wyoung tags: trunk) | |
09:21 | Folded info about binary data, 64-bit ints, and timestamp values from [forum:/forumpost/819f1ddbb6 | a recent forum sub-thread] into the JSON API intro doc. ... (check-in: 0f20b53794 user: wyoung tags: trunk) | |
08:45 | Assorted improvements to the "Contributing to Fossil" doc. The most substantial is replacement of references to the old mailing list with references to the forum. Added more info about patches and bundles, etc. ... (check-in: 34205ea468 user: wyoung tags: trunk) | |
03:51 | Add the tools/chat.tcl Wapp script so that it can be collaboratively developed. This branch may wither and die. Or, the chatroom idea might be recoded in the Fossil trunk using C. Or it might continue as a separate Wapp extension. We'll see. But for now it is here on a branch so that people can hack at it. ... (check-in: 84b31f4495 user: drh tags: chatroom-dev) | |
2020-12-21
| ||
18:20 | Declare the character set in the default HTML header. ... (check-in: 1997b71cf7 user: drh tags: trunk) | |
12:14 | Rename "prefix" to "phase" and fix a C99-ism. ... (Closed-Leaf check-in: df99abda58 user: danield tags: timeline-cmd-formatting) | |
2020-12-20
| ||
05:08 | Clarified the "fossil help remote" output. ... (check-in: 6d7b5c4a74 user: wyoung tags: trunk) | |
2020-12-19
| ||
15:59 | On the User List admin page, show the user's subscriptions and provide a like to the subscription page (if any). ... (check-in: 8b287e8d97 user: drh tags: trunk) | |
14:16 | Prepend the text "Note:" instead of a bullet on the timeline display of a technote. ... (check-in: 2d1ef1e1f3 user: drh tags: trunk) | |
2020-12-18
| ||
15:30 | Enhance "fossil diff --numstat" to print a grand total line, and not display statistics for non-modified files. ... (Closed-Leaf check-in: f8a5a6a716 user: danield tags: diff-numstat-total) | |
15:05 | Extend the timeline command to allow customized "pretty" formats. ... (check-in: 5d3239bf58 user: danield tags: timeline-cmd-formatting) | |
2020-12-17
| ||
23:58 | Moved the -lpthread for --static builds from the end of EXTRA_LDFLAGS to the end of LIBS, since the latter ends up at the end of "LIB" in the Makefile. In other words, the prior formulation put -lpthread in the *middle* of the LIB line, not at the end as intended. ... (check-in: 08ad0f5271 user: wyoung tags: trunk) | |
2020-12-16
| ||
20:14 | Comment improvements to [6f9d265234 | the recent change] in auto.def. ... (check-in: 53caec9524 user: wyoung tags: trunk) | |
14:28 | Update to the latest SQLite 3.35 prerelease in order to fix harmless #ifdef errors and compiler warnings. ... (check-in: c9b6be2f62 user: drh tags: trunk) | |
2020-12-15
| ||
20:50 | Merge from trunk ... (check-in: 7b9ca24cd2 user: george tags: wiki-history) | |
14:21 | Update the built-in SQLite to an early 3.35 version containing support for generalized upsert, math functions, and reduced memory usage for VACUUM of large blobs. ... (check-in: ea5465149f user: drh tags: trunk) | |
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) | |