Timeline
Not logged in

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

216 check-ins using file www/permutedindex.html version 3d7fd271c7

2024-04-26
16:19
Indent fix in gitusers.md to make it use a monospace font for nested command examples. check-in: dd8d1a5809 user: wyoung tags: trunk
16:17
The recent gitusers doc improvements allow a better HTML fragment target; the browser's scroll-back includes the new section header now rather than target a paragraph within another section. check-in: 567658a718 user: wyoung tags: trunk
15:54
Clarity tweaks to the "Closing a Check-Out" section in the gitusers doc. check-in: 6a4f2d23ce user: wyoung tags: trunk
15:32
In response to [forum:/forumpost/6878c949a5c33551 | a recent forum thread], added a new section to the gitusers doc, "Fossil Never Auto-Commits". The ideas behind this were previously expressed implicitly, but con-fused with others, resulting in the lack of clarity characteristic of alchemical slag.

Put the new section before "There Is No Staging ... check-in: 5f5452f110 user: wyoung tags: trunk

2024-04-25
19:44
Add to markdown task list inapplicable variant. Leaf check-in: b3da5f144c user: juef tags: markdown-task-list
19:29
Add markdown task list. See [forum:/forumpost/bb6016bc44|forum thread bb6016bc44]. check-in: 9583811be4 user: juef tags: markdown-task-list
19:29
Add markdown extra emphasis chars. See [forum:/forumpost/3618539728|forum thread 3618539728]. Leaf check-in: bade58d579 user: juef tags: markdown-extra-emph-chars
15:37
Updates to the "hints and tricks" document. check-in: 50a8a1bb70 user: drh tags: trunk
13:36
Fix minor typo in test introduced by previous commit. check-in: f0c4705d49 user: andybradford tags: trunk
13:34
Use join instead to avoid prepending garbage at the beginning of the string. check-in: 4d556700a7 user: andybradford tags: trunk
13:34
Fix json-cap-POSTenv-name, json-cap-POSTenv-notsetup tests Leaf check-in: 17c01c549e user: juef tags: branch-2.24
10:51
Merge test case fixes from branch-2.24 back into trunk. check-in: 6d067c4f4d user: drh tags: trunk
10:44
Comment out UTF tests 1179, 1586, and 1587 as they give different results on different platforms, for reasons unknown. check-in: fb4e90b662 user: drh tags: branch-2.24
2024-04-24
21:25
Fix or disable brittle test cases that were broken by changes in 2.23. check-in: 5ad708085a user: drh tags: branch-2.24
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. check-in: e198bfd185 user: drh tags: trunk
2024-04-23
18:22
Further improvement to rail selection in the /timeline graph layout algorithm: Move merge lines that go into the branch rail that is on the left, over toward the left when using the r=BRANCH query parameter. check-in: b71363e5c5 user: drh tags: trunk
14:46
Fix one of the hyperlinks on the homepage. check-in: 19b7f15ba4 user: drh tags: trunk
14:43
Adjustments to timeline graph layout to try to improve the appearance a little. check-in: 797f1813f8 user: drh tags: trunk
14:33
Increase the version number to 2.25 in order to start the next development cycle. check-in: 929f36ae3c user: danield tags: trunk
13:48
Updated the release date for 2.24 in the changelog, plus a few minor grammar fixes. check-in: 8cb7a7444c user: wyoung tags: trunk
13:48
Fix the date on the 2.24 release on the homepage. check-in: 5e761ec608 user: drh tags: trunk
13:43
Update the homepage for the 2.24 release. check-in: dee02ab642 user: drh tags: trunk
13:25
Version 2.24 check-in: 8be0372c10 user: drh tags: trunk, release, version-2.24
2024-04-22
16:29
cgi.md: be less specific about the Apache version in which the Content-Length change happened because a new forum post reports that it happens at least as far back as 2.4.41. check-in: 9af5f38671 user: stephan tags: trunk
2024-04-21
18:51
Merge the update to zLib-1.3.1. check-in: 64ce68d590 user: drh tags: trunk
18:46
Improvements to comments in graph.c. No changes to actual code. check-in: 40320f6584 user: drh tags: trunk
16:20
Fix parsing of the argument to the "Connection:" header of HTTP reply messages to deal with unusual arguments added by Apache mod_cgi. See [forum:/forumpost/ca6fc85c80f4704f|forum thread ca6fc85c80f4704f]. check-in: 5f47bb59a7 user: drh tags: trunk
15:37
Simplify parsing of the Connection: header in HTTP replies. Closed-Leaf check-in: 77f25829d2 user: drh tags: connection-http-header
06:15
Only accept commas as separators for multiple values in "Connection:" HTTP headers, and ignore any white space surrounding (but not embedded into) values. The previous method would fall for (fictional) HTTP header values containing spaces, like "Connection: don't close", and recognize a value of "close". check-in: 6173fbf526 user: florian tags: connection-http-header
2024-04-20
21:58
In /chat preview mode, apply the click handlers to pikchrs in the preview. check-in: 133e6e59b9 user: stephan tags: trunk
14:42
Fix parsing of "Connection:" HTTP headers with multiple values. check-in: 7ac3db68d5 user: florian tags: connection-http-header
2024-04-19
16:08
Fix a minor problem in graph layout for timelines that made use of the offset-merge-riser enhancement. Problem originally seen on the bottom node of /timeline?p=6da255034b30b4b4&bt=47362306a7dd7c6f. check-in: 33fe72ca75 user: drh tags: trunk
13:11
More change-log enhancements: More details about the work-around for the Apache mod_cgi breakage, and put that work-around first on the change log since it seems to be important to people. check-in: d15c62b891 user: drh tags: trunk
12:59
Formatting enhancements to the change log for the upcoming 2.24 release. check-in: 41b5be4762 user: drh tags: trunk
2024-04-18
17:14
Update the built-in SQLite to the latest pre-release of version 3.46.0, including the bug fix for the use of VALUES-as-coroutine with an OUTER JOIN. check-in: 8be14e391e user: drh tags: trunk
17:00
Typo fix and add specific Apache version number to the notes about the Content-Length change. check-in: d0f4288916 user: stephan tags: trunk
2024-04-17
17:59
Change log updates. check-in: 8b805013e2 user: drh tags: trunk
14:02
Output a warning if a client sync or clone gets back a keep-alive HTTP reply that lacks a content-length header. check-in: f4ffefe708 user: drh tags: trunk
13:27
Only process HTTP replies that lack a Content-Length header if the connection is set to be closed. Suggested by https://bz.apache.org/bugzilla/show_bug.cgi?id=68905. check-in: 71919ad1b5 user: drh tags: trunk
13:21
Update the change log in order to mention the Apache mod_cgi/Content-Length fix. check-in: 670c886e30 user: drh tags: trunk
13:14
Update Apache mod_cgi/Content-Length documentation. check-in: 05181e4e15 user: drh tags: trunk
12:58
Fix the HTTP-reply parser so that it is able to deal with replies that lack a Content-Length header field. This resolves the issue reported by [forum:/forumpost/12ac403fd29cfc89|forum post 12ac403fd29cfc89]. Also in this merge: (1) Add the --xverbose option to "fossil clone". (2) Improved error messages when web servers misbehave. See also my m... check-in: a8e33fb161 user: drh tags: trunk
12:49
Fix ssh: clones, broken by the previous check-in. Closed-Leaf check-in: de647e8652 user: drh tags: content-length-errors
12:18
Arrange for the HTTP reply parser to be able to deal with a missing Content-Length header. Add the --xverbose option to the "fossil clone" command. check-in: dfefd069b6 user: drh tags: content-length-errors
2024-04-16
22:55
Attempt to provide more useful error messages when an intermediate server (such as Apache) does something wrong and messes up an HTTP request. check-in: 131ba0fa1b user: drh tags: content-length-errors
13:50
Improvements to the /test_env page that can be used to help diagnose problems such as missing CONTENT_LENGTH CGI parameters. check-in: 9c40ddbcd1 user: drh tags: trunk
12:01
For 'fossil bundle import' and 'cat' subcommands, do not create a bundle file if it does not exist (reported in [forum:8a26dd5610|forum post 8a26dd5610]). check-in: 3828746b57 user: danield tags: trunk
2024-04-15
23:53
Add a note about how to work around the Apache mod_cgi CONTENT_LENGTH behavior change which breaks fossil sync, as covered in [forum:12ac403fd29cfc89|forum post 12ac403fd29cfc89]. check-in: 586dc75f49 user: stephan tags: trunk
2024-04-12
15:24
Update the built-in SQLite to a newer version that fixes the btree overflow page cache bug. check-in: 6a571f88cc user: drh tags: trunk
14:44
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. check-in: c62e25ab05 user: stephan tags: trunk
2024-04-11
12:38
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. check-in: 78e63995be user: drh tags: trunk
2024-04-10
20:27
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). Closed-Leaf check-in: a9fa7d3cfa user: stephan tags: preserve-case-on-add
20:09
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. check-in: f1f7e27e0c user: drh tags: preserve-case-on-add
11:31
When preparing a pattern for FTS search, if the pattern is empty convert it into a double-quoted empty string, to avoid FTS5 errors. check-in: 5bb323ff9e user: drh tags: trunk
2024-04-09
17:38
Defend against undefined values in query parameters in the cgi_check_for_malice() routine. check-in: 08df33aa4c user: drh tags: trunk
2024-04-08
12:40
Update the built-in SQLite to the latest version from trunk, for SQLite testing. check-in: e9d8c04c94 user: drh tags: trunk
2024-04-06
19:08
Update the change log with information about the GoogleOther robot detection. check-in: 00b6b2f4dc user: drh tags: trunk
19:01
Improved robot detection logic. check-in: 61a8b0ecad user: drh tags: trunk
2024-04-04
21:07
Cherry-pick SQLite changes intended for trunk. check-in: 92f2a04d37 user: danield tags: trunk
20:16
Update the built-in SQLite in order to beta-test recently added query planner improvements. Leaf check-in: 755bebae80 user: drh tags: cmd-tag-list-values
13:57
Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. check-in: d0dc62a4b8 user: danield tags: cmd-tag-list-values
13:17
Put 'tag' command arguments in canonical order. check-in: 72add40964 user: danield tags: trunk
2024-03-30
20:48
Removed all references to "Fossil 2.1x" from the docs, excepting the changelog and the hashpolicy doc. The bulk of these were for 2.14 or older — *ten* versions back now! — and there is no reason to suppose such old versions are still in use any more. These notes were justified when they informed users about surprising changes and feature add... check-in: ad47a447c8 user: wyoung tags: trunk
09:19
Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. check-in: f3cac52593 user: stephan tags: trunk
2024-03-29
19:23
Do not issue error-log panics for timeouts unless the total CPU time exceeds 10 seconds. check-in: d6fdfd372b user: drh tags: trunk
17:41
Fix an issue with the "Autopush:" report in "fossil git export". check-in: 0298a6fc86 user: drh tags: trunk
17:37
Include the MANIFEST_VERSION in the segfault backtrace listing to help the developer chase the issue in the proper binary. check-in: f8580614d0 user: stephan tags: trunk
13:44
Add the /paniclog page, accessible only to administrators. check-in: 11f6b5b06c user: drh tags: trunk
13:15
Provide the full pathname of the CGI control file when describing how to activate the error log in the errorlog page, and on the security audit. check-in: 4644ebef64 user: drh tags: trunk
13:04
Improved error message for when the error log is unavailable. check-in: e6b06b5d11 user: drh tags: trunk
12:41
Create a separate "Log Menu" page that shows all of the available log files. check-in: b28badb741 user: drh tags: trunk
11:27
Update the backtrace output formatting to the log file so that it is easy to copy/paste the backtrace hex addresses into an "addr2line" command-line in order to get symbolic names. check-in: daaf9ee79c user: drh tags: trunk
2024-03-28
20:57
Fix to the "fossil git status" command as suggested by [forum:/forumpost/e15631f21e16f0b6|forum post e15631f21e16f0b6]. check-in: 0028303999 user: drh tags: trunk
10:40
Make the shunned/unshunned list legible (not blue on black) in the xekri skin. check-in: dbbc4800e6 user: stephan tags: trunk
10:16
Fix skin/xekri/css.txt's div.sectionmenu margin-top to avoid truncating the top of the menu. Visible in /ci/CHECKIN_ID pages. check-in: 004b433b42 user: stephan tags: trunk
10:05
Remove two curious CSS snippets from skins/xekri/css.txt which interfere with recent core skin changes and cause timeline entries with dark branch colors to render as black-on-dark-background. check-in: aba45b228f user: stephan tags: trunk
2024-03-27
11:47
In the build wiki, mention that buildmsvc.bat can be called in a normal command prompt. check-in: b7e8b8e72d user: danield tags: trunk
2024-03-26
17:08
Updates to the "aboutdownload" documentation page. check-in: f5d1c5e0f9 user: drh tags: trunk
15:36
Update the built-in SQLite to the latest version 3.46.0 prototype. check-in: 452f8e1ffc user: drh tags: trunk
2024-03-25
15:48
Update buildmsvc.bat to be able to be called in a normal command prompt and automatically load the needed MSVC build tools (x64 by default; x86 can be given as the first argument). check-in: 97971b9666 user: danield tags: trunk
2024-03-23
05:54
Updates from trunk for sync changes et al. Leaf check-in: 2304041e42 user: andybradford tags: clone-resume
2024-03-22
12:30
Fix uninitialized variable in the previous check-in. check-in: 38dad38b6d user: drh tags: trunk
12:28
The "fossil sync --all" command now makes up to two passes through the list of remote URLs to ensure that everybody gets synced up. See the discussion at [forum:/forumpost/4d6a94aca6105fc6|forum thread 4d6a94aca6105fc6]. check-in: 0cd5589c09 user: drh tags: trunk
2024-03-20
19:06
Fix a potential NULL pointer dereference in search if the search index is not correct. check-in: 11ffd84a9a user: drh tags: trunk
2024-03-18
19:16
Update the built-in SQLite to the latest trunk version from the 3.46.0 development cycle, for the purposing testing SQLite. check-in: 03e00a67d9 user: drh tags: trunk
2024-03-16
23:01
Referenced prior commit's feature in the changelog check-in: 6f532afa47 user: wyoung tags: trunk
22:59
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages check-in: 363f01aba9 user: drh tags: trunk
22:56
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. Closed-Leaf check-in: 758170bc79 user: wyoung tags: render-pikchr-via-doc-popup
2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. check-in: 34276d22e5 user: drh tags: trunk
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. check-in: 3d1e634d16 user: stephan tags: trunk
18:20
In /vdiff, exempt the 'from' and 'to' (branch names) args from the HTTP 418 response check because they otherwise trigger on some real-world branch names. check-in: 938fda79d4 user: stephan tags: trunk
2024-03-11
19:36
Update the change log. check-in: fc9c53abf1 user: drh tags: trunk
19:20
On the header for a /timeline that uses the new to2= query parameter, use the value of either the to= or the to2= query parameter, whichever is valid. check-in: 452f050241 user: drh tags: trunk
16:39
Disable load-control for the /xfer page. This prevents real users with passwords from being denied autosync because of some misbehaving spider. check-in: 650305e94f user: drh tags: trunk
2024-03-09
19:17
Add the to2=LABEL query parameter to timeline. This is intended as a backup name for to=END in case the END label cannot be resolved. check-in: 1ff12ea630 user: drh tags: trunk
18:52
Update the built-in SQLite to the latest 3.46.0 pre-release for beta-testing. check-in: 3b99d2ca26 user: drh tags: trunk
07:52
Document the optional IP: part of (server --port IP:PORT), per [forum:88f7f8245e|forum post 88f7f8245e]. check-in: 3815c85746 user: stephan tags: trunk
07:44
Reduce extraneous wording in /finfo, per feedback in [forum:e456b9141b|forum post e456b9141b]. check-in: b6517d5eeb user: stephan tags: trunk
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. Leaf check-in: 0517bd2dd8 user: stephan tags: markdown-tagrefs
08:44
Part 2 of 2 of [91a73ec348d7609f]: add --dark-pikchr to the test-wiki-render and test-markdown-render commands. check-in: aac2a35086 user: stephan tags: trunk
08:16
Add -dark flag to the pikchr command to tell pikchr to render in dark mode. This is the first part of a request from [forum:8f18c016fe|forum post 8f18c016fe]. check-in: 91a73ec348 user: stephan tags: trunk
2024-03-03
13:50
Adapt /pikchrshow to latest skin changes to keep the page footer from scrolling off the screen. check-in: 7b4bbc8203 user: stephan tags: trunk
2024-02-29
19:48
Removed extra indent in the login groups doc. Not caught earlier because it's buried in the "caps" section. check-in: a7255ba561 user: wyoung tags: trunk
2024-02-28
18:16
URL fix in previous; remote path needs to be part of the URL, and we can avoid giving the local clone path by using the new clone-and-open functionality. check-in: 69959fa5b6 user: wyoung tags: trunk
18:10
Extended the sync doc with info about PATH implications of finding the fossil binary on the remote system over ssh: URLs, including formal documentation (for the first time?) of the ?fossil= query parameter. check-in: a975ccb75b user: wyoung tags: trunk
17:52
Added fragment identifiers to the h2 and h3 levels of the sync doc, for referring to individual sections. check-in: 5ca63acf9f user: wyoung tags: trunk
2024-02-25
10:52
Fix typos in www/build.wiki as reported on the forum. check-in: 3ec73a0d0d user: drh tags: trunk
2024-02-24
16:31
On the /skins page, move the "Custom" skin to the bottom of the list. check-in: 2ac49d3200 user: drh tags: trunk
11:33
Fix a bug in Windows builds introduced by [fc0b9325f02b16b3]: When escaping arguments for the CMD.EXE which are not filenames, allow % to pass through unaltered and unquoted. This is necessary so that we can construct a URL that contains a "%d" field to hold the TCP port number. check-in: c2c02cd7d1 user: drh tags: trunk
2024-02-23
23:51
Include the new default-skin setting in CONFIGSET_SKIN. check-in: 818a6ad79a user: drh tags: trunk
23:31
Remove a debugging printf() accidently left in the previous check-in. Also remove an unused variable. check-in: 00dad9a2f2 user: drh tags: trunk
23:29
Show the custom skin as an option on the /skins page, if it exists. check-in: b828d8fd59 user: drh tags: trunk
22:35
Improvements to the "/skins" page to work better with the new default-skin setting. check-in: 99575d4cbc user: drh tags: trunk
21:57
In the source of the home page (www/index.wiki) move the "What Is It?" header ahead of the floating sidebar. This fixes appearence under the custom skin where that sidebar (from the content) collides with another floating sidebar (emitted by the header of a skin). check-in: 3a78497bd7 user: george tags: trunk
20:52
Improvements to skin administration. The /setup_skin_admin page allows the admin to set the default-skin setting to select which skin to use, and to clear out the custom skin. check-in: f3702b86c3 user: drh tags: trunk
18:18
Revive the default-skin setting. I now think it will be useful after all, when used in combination with other changes that are planned. check-in: 18d76fffb1 user: drh tags: trunk
17:48
Reworked the handling of the three "selected" row cases in /timeline (current, first-in-range and last-in-range) so the borders and highlighting extend to the left margin. The "current" case (seen under "fossil ui" only, to indicate the ckout version) wasn't a problem, but the other two use background colors potentially confusable with branch colo... check-in: 9568091a9b user: wyoung tags: trunk
17:30
Remove the "default-skin" setting that was added by [24e015de71cfdc79]. check-in: 1975bfd279 user: drh tags: trunk
17:25
Improvements to the Skin setup interface. check-in: 33cc83ffb8 user: drh tags: trunk
15:24
Add the "default-skin" setting which defines which built-in skin to use if no skin is otherwise specified. On the /skins page, show how the current skin is selected, if that is relevant. Add the /fdscookie page that shows just the "fossil_display_settings" cookie rather than all cookies. check-in: 24e015de71 user: drh tags: trunk
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". Leaf check-in: 94f9b72690 user: drh tags: resurrect-old-default-skin
01:56
Extended [b272004b] to cover the "classic" timeline mode as well. check-in: ef4a1e817f user: wyoung tags: trunk
01:20
Comment cell highlighting in /timeline now takes into account the compact and verbose modes better, and it separates out the rounding from the coloring so it can apply less rounding and a bit more padding in these same two cases, to avoid having the text near the corners crash into the borders. check-in: b272004beb user: wyoung tags: trunk
00:38
Teach the chat pull subcommand to prompt for a password if no password has been remembered for the remote. Resolves the problem reported in [forum:ea82cf10d4|forum post ea82cf10d4]. check-in: 003c3e6c8a user: stephan tags: trunk
2024-02-22
20:08
Fix an incorrect comment on the previous check-in. check-in: 0d2befb04d user: drh tags: trunk
20:07
Improvements to escaping of filenames that are passed down into subprocesses on Windows. check-in: fc0b9325f0 user: drh tags: trunk
11:00
Updates to "hints.wiki" document. check-in: 8ed9fdd565 user: drh tags: trunk
00:51
Update the built-in SQLite to a newer version that does not give warnings on Windows. check-in: 35f4dae3d6 user: drh tags: trunk
2024-02-21
12:17
Updates to the change log. check-in: 3e0b35edee user: drh tags: trunk
11:56
Update the built-in SQLite to the latest 3.46.0 alpha that includes the enhanced "PRAGMA optimize" logic. The interface to "PRAGMA optimize" is unchanged, so the minimum SQLite version did not need to be updated. check-in: aa33292ccd user: drh tags: trunk
2024-02-20
14:35
Changed home page title from "Home" to "A Coherent Software Configuration Management System" since docs now show the title in the body area. "Home" in the title area was fine, but now it wants something more explanatory of the page's content.

Moved the list of links on the right up a bit as a result.

Switched the ASCII hyphens to em dashes in th... check-in: 452726d678 user: wyoung tags: trunk

2024-02-19
16:18
Add a link to /skins on the /login page, per request in the forum. check-in: cc7930e13c user: stephan tags: trunk
2024-02-18
20:31
Improved appearance of the new CGI URL breakdown Pikchr: colorized it and made use of polygons instead of spindly lines to indicate the parts. check-in: 11420bbbdb user: wyoung tags: trunk
15:56
Further improvements to pre styling, now taking MD forum posts into account. check-in: 77f9162010 user: wyoung tags: trunk
15:46
Merged two redundant style rules for sidebars. Manual merge error? check-in: 825efe96d2 user: wyoung tags: trunk
15:35
Removed horizontal rules in backup doc used to offset the bigger code blocks. Between the new light-gray background and the indents, they're adding noise more than helping break the page up. check-in: 6b520900c9 user: wyoung tags: trunk
15:26
Removed manual indents in command and file examples in the ssl doc. check-in: 1e0c0d0414 user: wyoung tags: trunk
15:24
Replaced use of inline "###" MD markup in the customgraph doc with simple boldfacing to avoid the indents given to all h3 now. Besides, headers inside lists…? Dodgy. check-in: c2c55014b0 user: wyoung tags: trunk
15:18
Removed manual indents in code examples in the pikchr doc check-in: 1ed362da63 user: wyoung tags: trunk
15:17
Removed manual indents of code blocks in webui doc check-in: 9437518451 user: wyoung tags: trunk
15:15
Replaced use of MD blockquotes for command examples with MD code blocks. check-in: 006b61b0e5 user: wyoung tags: trunk
15:10
The new skin's table styling now applies to docs served via /dir and /file URLs as well. Applying the new light-gray background styling on code blocks now, not just inline snippets. Lightened the gray level. check-in: a974210166 user: wyoung tags: trunk
15:03
Replaced blockquote-formatted commands in ssl-server doc with indented code blocks for consistency with the other docs. check-in: f19f5369f9 user: wyoung tags: trunk
14:59
Centered the Pikchrs in the rebaseharm doc, and replaced an HTML table with the MD equivalent. check-in: 9607f5b4e4 user: wyoung tags: trunk
14:45
Replaced a use of local formatting for a code example in the aboutdownload doc with generic verbatim formatting. check-in: fc2965be40 user: wyoung tags: trunk
14:43
Pikchr-ized the ASCII-art breakdown of the URL into CGI vars in the aboutcgi doc. check-in: f4370d80e8 user: wyoung tags: trunk
14:12
Replaced an HTML table in the hashes doc with the MD equivalent. This not only makes the markup version easier to read, it allows the skin's table styling to take full effect. check-in: 7268a9b851 user: wyoung tags: trunk
14:08
Assorted improvements to Pikchr handling in the docs under the new skin. check-in: b3d99d9260 user: wyoung tags: trunk
13:28
Removed extra indent in an MD code block. check-in: eedcd15040 user: wyoung tags: trunk
13:27
Removed manual indents in verbatim blocks in forum doc. check-in: 6c9755b9a6 user: wyoung tags: trunk
13:25
The skin's new "indent" class for block elements doesn't apply to "p" tags due to CSS cascading rules. Changed them to divs to sidestep this limitation. Also fixed another instance of bold formatting interfering with abutting italics. check-in: d8e2a3b874 user: wyoung tags: trunk
13:19
Modernized table-based formatting in delta_encoder_algorithm doc. check-in: 65853cc1e4 user: wyoung tags: trunk
13:15
The chat doc was using blockquote MD markup for code examples, making them look different from all the others. check-in: d6dff8d714 user: wyoung tags: trunk
13:08
Fixed another case of extra indenting in the globs doc check-in: ea3925bdc1 user: wyoung tags: trunk
13:06
Style tweak in the embedded doc: italic next to bold causes the slanted letters to crash into the surrounding bold text. Bold-italic solves that. check-in: 99e6f717bf user: wyoung tags: trunk
13:04
Fixed a 5-space indent in one of the customskin doc's examples with MD's 4-space minimum to avoid extra indent. check-in: b6fa99e8ce user: wyoung tags: trunk
13:01
Replaced local "tt" formatting of command examples in the contribute doc with generic pre so that it is styled uniformly by the skin. check-in: 647dadf2be user: wyoung tags: trunk
12:45
Removed manual indents on command examples in the branching doc; the skin does that now. check-in: ccd880e435 user: wyoung tags: trunk
12:43
Merged another redundant page title in the whyusefossil doc. Also, making use of the new h5 level formatting to avoid the need for inline manual boldfacing. check-in: b1a709a1a4 user: wyoung tags: trunk
12:34
Replaced a few more bits of local formatting in the adding_code doc with generic "verbatim" blocks, uniformly styled by the skin. check-in: 4003c654b6 user: wyoung tags: trunk
12:31
Consolidated the dual titles in the tech_overview doc into one; the new body-area h1 tag for docs makes the old styling redundant. check-in: 010e5527ce user: wyoung tags: trunk
12:15
Comment improvement check-in: 261f80db5e user: wyoung tags: trunk
12:04
The inline "code" snippet styling in [4772a9b2] now applies to MD forum posts. check-in: 32c4522d73 user: wyoung tags: trunk
2024-02-17
19:09
Proposed changes to the home page, mainly to work better with the new skin, but also a bit of a branding touch-up. Closed-Leaf check-in: b85779e491 user: wyoung tags: new-home-page-title
18:24
The h1 handling change in [b1f6753c] left a few definitions behind. Fixed. check-in: 06a70ff867 user: wyoung tags: trunk
17:33
The increased line-height CSS for "code" blocks is now reflected into the line number column in /file?ln views, keeping the two in sync. check-in: d745752649 user: wyoung tags: trunk
11:14
Superior alternative to [e4aca28d1c3f5e8d]: instead of trying to treat the title on pages like /chat specially, treating the four main doc types specially, turning the body-area h1 on only in that case. This restores the Étienne skin's behavior for all other page types. check-in: b1f6753c67 user: wyoung tags: trunk
2024-02-11
13:23
Updated the customskin doc to cover the new WCAG semantic header/footer tagging, and to give advice on migrating from earlier versions, where custom skinning would have copy-pasted the old way of doing things. Linking to this advice from the changes doc for the benefit of those those paying attention to the change log. check-in: b3f449e85b user: wyoung tags: trunk
12:45
Removed the body-area h1 from the /chat message-area size calculation now that it's being suppressed in CSS. This should be a net zero now. check-in: e4aca28d1c user: wyoung tags: trunk
11:46
Suppressing the body-area "Chat" header on mobile. It takes up space to no useful end. check-in: c0541318aa user: wyoung tags: trunk
10:56
Merged two near-identical lists of CSS selectors in the /chat JS into one. As far as I can tell, they _are_ supposed to be identical, since they're both concerned with calculating the "framing" elements of the chat area, being everything other than the list of messages. It looks like they slipped out of that ideal in the way duplicated code does. check-in: 1cf4a7d728 user: wyoung tags: trunk
10:27
Grammar fix in "Left-align my posts" /chat setting hint check-in: aca0be1659 user: wyoung tags: trunk
2024-02-10
23:15
Applied semantic header and footer tag changes made to the default skin to all the others. This not only improves WCAG 2 conformance, it's necessary to allow the prior commit's changes to the /chat JS to find the equivalent header/footer/mainmenu/hbdrop tags in these skins, too. check-in: 8f344297a4 user: wyoung tags: trunk
22:12
Fixes to /chat's js to allow for the new skin changes. (Mea culpa; didn't even think to try /chat while working on all this.) check-in: 4dc8798583 user: wyoung tags: trunk
17:36
Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. check-in: 8a1ba49b73 user: wyoung tags: trunk
14:29
Removed redundant sidebar styling; should've been done as part of [bcbd1c1e]. Closed-Leaf check-in: 8aff48548a user: wyoung tags: inskinerator-modern-backport
12:26
Removed a bunch of manual indents in pre blocks, MD fenced code blocks, etc. The skin does that for us now. check-in: 2a7b1de356 user: wyoung tags: inskinerator-modern-backport
11:20
Whitespace fix check-in: 2ccdfa417a user: wyoung tags: inskinerator-modern-backport
11:02
Applied a few whitespace fixes to etienne/css.txt matching those in default/css.txt, to make the diff between them easier to read. check-in: ce479eea4c user: wyoung tags: inskinerator-modern-backport
11:00
Comment fix check-in: 67a10cd7ee user: wyoung tags: inskinerator-modern-backport
10:56
Restored the page title font size to the old default when it's up above the menu bar. Lost this in all the font size shuffling, seen now in comparison to what we're now calling skin=etienne. check-in: c013926f01 user: wyoung tags: inskinerator-modern-backport
10:28
Copied table formatting over to Étienne skin, but in monochrome form and without any of the extra whitespace in the default version. check-in: f6897ff2bc user: wyoung tags: inskinerator-modern-backport
10:20
Moved most of the sidebar implementation up into default.css in a generic form so all skins share it, including Étienne. What remains behind in the new default skin are the accent colors for the background and the left border. The generic form simply applies a tint darkening to whatever background it finds itself on, which works for most of the ... check-in: bcbd1c1e90 user: wyoung tags: inskinerator-modern-backport
10:17
Applied Vim filetype modeline to the new Étienne skin so we don't lose syntax highlighting when bouncing between this and default. check-in: 89ceba160c user: wyoung tags: inskinerator-modern-backport
09:54
Initial fork of the trunk default skin into "Étienne" (a.k.a. "etienne" without the accent for easier use in ?skin=" and such) for use by those who want to return to the old default once this branch is merged to trunk.

At the moment, it is a straight copy with the intent of forming a baseline for the minimal changes I'm about to make in order to ... check-in: 7d8631f17c user: wyoung tags: inskinerator-modern-backport

09:30
Added branch change summary to changes doc. check-in: d08e47ce05 user: wyoung tags: inskinerator-modern-backport
09:22
Sidebars now float to the right of the main content when there's space to allow both. This doesn't wholly invalidate [c062e330], but this is a better overall solution. check-in: 265412ee5a user: wyoung tags: inskinerator-modern-backport
09:15
Applied pre-wrap styling to the command example at the top of the checkin names doc to keep it from crashing into the Quick Reference sidebar on mobile. check-in: c062e330cc user: wyoung tags: inskinerator-modern-backport
08:55
Applied the header and footer improvements from the wcag-2.1 branch. Changes generic divs with class labels into semantic elements that a browser can then treat specially, given their meaning. check-in: b48e483667 user: wyoung tags: inskinerator-modern-backport
08:44
Collected two wiki-related CSS items to keep the diff relative to trunk smaller. check-in: 58fa5819f5 user: wyoung tags: inskinerator-modern-backport
08:33
Whitespace fixes, for clarity check-in: 235aaa02cf user: wyoung tags: inskinerator-modern-backport
08:29
Moved the bit applying extra line height to paragraph-type elements into the "@media screen" section. The justification for this only applies to wide browser windows. It's too much leading for smartphones. check-in: db87ded184 user: wyoung tags: inskinerator-modern-backport
05:45
Removed a stray semicolon check-in: 228626bc91 user: wyoung tags: inskinerator-modern-backport
05:40
Added kbd, samp and var element selectors to the list getting monospace treatment in the default.css file. check-in: a76312cdb4 user: wyoung tags: inskinerator-modern-backport
05:37
Restored the #444 text color for headers, since bold and big text doesn't have the same need for high contrast ratios to be readable. check-in: a3903958de user: wyoung tags: inskinerator-modern-backport
05:18
Deepened the dark gray body text color enough to allow us to simultaneously hit the two targets specified by the WCAG 2 accessibility standard: the 4.5:1 minimum contrast ratio between the background and the link, and the 3:1 ratio between the link and the surrounding body text. We've been [forum:/forumpost/aafb17a981df416 | called out on acce... check-in: 2267249c6d user: wyoung tags: inskinerator-modern-backport
04:42
Extended [4772a9b2ccbb4c3c] to include less-common inline monospace tag types: var, samp, and kbd. Because this creates a nice and big combinatorial selector explosion, moved the explanation for this type of thing up from the "@media screen" handling of pre to this point, then referenced it from these places. Switched from SCSS to Sass syntax to ... check-in: cb038b48c0 user: wyoung tags: inskinerator-modern-backport
2024-02-09
08:25
Increased the brightness of unvisited links to bring their contrast up relative to body text above the 3:1 recommended by the WebAIM link contrast checker. This unavoidably drops the contrast with the background from around 4:1 to 3:1, but if links are kept short (ideally, one word only) th... check-in: 17a6417606 user: wyoung tags: inskinerator-modern-backport
08:16
Replaced static pale blue background for selected forum posts with a CSS animation that fades the default.css blue out to white over a second after page load. Also made the left border of the forumSel post's box heavy to serve as an after-animation selection indicator. check-in: 9df0a451a0 user: wyoung tags: inskinerator-modern-backport
03:09
Simplified the style overrides on the fossil-v-git doc's ToC table to give the browser more layout freedom, preventing it from being clipped off on the right edge on smaller mobile devices. check-in: ca973301e2 user: wyoung tags: inskinerator-modern-backport
02:52
Removed extra whitespace in command examples in fossil-v-git doc. Skin does that now. check-in: b368727904 user: wyoung tags: inskinerator-modern-backport
02:30
Backed off on mobile body font size reduction from 0.8em to 0.9em for the same reason we did it for desktop. check-in: 3e23092003 user: wyoung tags: inskinerator-modern-backport
02:29
Experimental styling of inline code and tt blocks in user content like everyone else (Stack Exchange, GitHub, Reddit, Discord…) do, with a light gray background and slight expansion of the box area, to offset it from the prose. check-in: 4772a9b2cc user: wyoung tags: inskinerator-modern-backport
02:13
Abandoned the +5% size bump for monospace fonts entirely. Its correctness is far too contingent on the font selected and the browser's quirks. check-in: 9f3e59cffc user: wyoung tags: inskinerator-modern-backport
01:36
Reduced the font size adjustment for monospace fonts from +10% to +5% after testing on mobile, and made it apply to the same list of monospace font classes defined in src/default.css. check-in: e220683ae0 user: wyoung tags: inskinerator-modern-backport
01:19
Simplified the SCSS example code by use of the language's "&" feature and an extra layer to handle the .content commonality. check-in: 6ad8bc587f user: wyoung tags: inskinerator-modern-backport
01:18
Dropped the div.content layer out for /fileedit and /wikiedit. If it were necessary, we'd have to invert these two, but it isn't due to the earlier point about these selectors being plenty specific via direct ID element targeting. check-in: 3f21415f41 user: wyoung tags: inskinerator-modern-backport
01:00
Don't need to be as specific on the selectors targeting the /fileedit and /wikiedit preview tabs due to their use of "<div id=" naming. There is no reasonable possibility for an overreach here. check-in: 902ea745fa user: wyoung tags: inskinerator-modern-backport
00:17
Merged pikchr changes from trunk. (About to rebuild the containers, and we need both sets of changes on the public demo mirror.) check-in: e471c5ffa9 user: wyoung tags: inskinerator-modern-backport
00:15
Small tweak to make comment match code check-in: fb0c1e7125 user: wyoung tags: inskinerator-modern-backport
00:12
The /fileedit and /wikiedit preview areas now show the skin's @media screen indent levels properly. The nine selectors we previously had per top-level tag had to become _sixteen_ (!) owing to Fossil's historical lack of consistency in applying parent classes. We could clean it all up on this branch, but then who knows how many custom skins that w... check-in: 0d7cdbb0e3 user: wyoung tags: inskinerator-modern-backport
2024-02-08
22:38
Removed the duplicate copy of the SCSS input to the selector explosion in default/css.txt. It's getting too complex to maintain the duplication, and it's about to get worse. Linking it by reference now. check-in: f5a80cad6c user: wyoung tags: inskinerator-modern-backport
22:18
Added yet another special-case handler for the new skin's @media screen indent applicator. We were handling wiki embedded docs before, but we weren't handling the /wiki pages themselves. These appear with a top-level body class of "wiki", not "doc". check-in: a1ebcb230a user: wyoung tags: inskinerator-modern-backport
20:35
Merged trunk changes in check-in: 9a9276d693 user: wyoung tags: inskinerator-modern-backport
2024-02-04
05:52
Applied the new div class=sidebar styling to a few more cases in the docs. check-in: 701ea4d004 user: wyoung tags: inskinerator-modern-backport
05:43
Removed extra indent level from the release doc link in the permuted index, generated by the mkindex.tcl script. check-in: 01764fea86 user: wyoung tags: inskinerator-modern-backport