Timeline
Not logged in

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

37 check-ins for the month beginning 2021-03-01 by user stephan

Following month ↑
2021-03-27
16:04
/chat: removed the unused/unnecessary jump-to-top/bottom buttons. check-in: a044fea785 user: stephan tags: trunk
2021-03-26
20:28
Darkmode skin ticket page style improvements from [forum:/forumpost/f7f89e2cdb | forum post f7f89e2cdb]. check-in: fb39f02b77 user: stephan tags: trunk
19:32
Fixed the 'add' Windows-reserved filename check to work with both filename and directory name input. It now always warns for such named s but permits them if --allow-reserved is used. check-in: d0a8582e01 user: stephan tags: trunk
2021-03-22
03:03
Ported /chat from windows.fetch() to fossil.fetch() for XHR calls, as discussed in [forum:/forumpost/04b37ca5a5 | forum post 04b37ca5a5]. check-in: e9ed315866 user: stephan tags: trunk
2021-03-21
18:51
Cleaned up the is-first-call handling of the /chat message poller. Closed-Leaf check-in: 147ff84e21 user: stephan tags: chat-fetch-port
18:25
Ported /chat from window.fetch to fossil.fetch, as FF versions as recently as 2017 fail with window.fetch. Needs more testing before merge but seems to work. check-in: c973643209 user: stephan tags: chat-fetch-port
2021-03-19
16:01
Resolved display cookie diff setting inconsistency reported in [forum:/forumpost/f7e18f946b | forum post f7e18f946b]. check-in: e378f9300e user: stephan tags: trunk
2021-03-16
21:08
Regenerated makefiles to account for webmail.c removal in [274df1cad42f]. check-in: 8228ed34ea user: stephan tags: trunk
2021-03-15
07:27
Added link to technotes list on the /wikihelp page, per request in forum post [forum:7a4609bad3]. check-in: c00e5d60a0 user: stephan tags: trunk
2021-03-13
10:28
delta-manifests.md: minor typos and phrasing improvements. check-in: 25e93b7075 user: stephan tags: trunk
2021-03-12
14:44
'add' command now fails if given a filename which is reserved on Windows unless the --allow-reserved flag is used, per forum discussion [forum:5116485456]. Closed-Leaf check-in: 7135111ad4 user: stephan tags: add-allow-reserved-flag
07:15
xekri skin: set .debug foreground color to something legible against the yellowish background. check-in: 749d9daf03 user: stephan tags: trunk
07:08
Added www/delta-manifests.md, a discussion about the pros and cons of delta manifests. check-in: fbd16f3fff user: stephan tags: trunk
2021-03-11
18:20
More help text consistency tweaks from forum discussion [forum:8c644048f0]: FILE vs REPO. check-in: decd537016 user: stephan tags: trunk
15:40
More help text consistency tweaks from forum discussion [forum:8c644048f0]: --repository REPO. check-in: 2f7c93f49c user: stephan tags: trunk
13:22
Numerous help text consistency tweaks based on forum discussion [forum:8c644048f0]. check-in: 4cb50c4ef3 user: stephan tags: trunk
2021-03-07
13:27
xekri skin: Added missing color customization for selected forum post (was illegible). Added borders to blockquotes. check-in: c070a27f5d user: stephan tags: trunk
13:16
xekri skin: added a bit of contrast to the dark-blue-on-black bits by lightening the blue a tad. check-in: 104b0a1858 user: stephan tags: trunk
13:05
Khaki skin: added a border to blockquotes in forum posts. check-in: 06f2192c2a user: stephan tags: trunk
09:50
/chat doc: documented that a message's poster may delete it globally, the same as an admin can. check-in: a0d3f53c4d user: stephan tags: trunk
2021-03-04
11:18
Removed the reduced opacity from the 'active' menu item in darkmode skin. It just looks a bit odd. check-in: a0f30a58e7 user: stephan tags: trunk
03:53
Added diff toggles to the /vinfo page, per forum feedback. check-in: ddb2124a34 user: stephan tags: trunk
2021-03-03
17:28
The various diff-rendering pages now have toggles to show/hide individual diffs, as discussed in [forum:0f751ad9c8]. check-in: 877246cf3d user: stephan tags: trunk
17:24
[/help/leaves|leaves command] now shows the branch point of each leaf, as discussed in [forum:5e52d31d2e]. check-in: d21e3c5a3a user: stephan tags: trunk
10:17
Added Look & Feel tasks to the GSoC list. check-in: ea2f26aadc user: stephan tags: trunk
2021-03-02
15:33
When a page with skin=X&once generates its style.css link, append skin=X&once to that lnik so that it gets the proper skin when style.css is loaded (asynchronously). Renamed the skin=_repo (reset to site-specific skin) to skin= (blank name), per /chat discussion. check-in: 10dfd9e51b user: stephan tags: trunk
15:01
When skin=X query parameter is processed, if a param named 'once' is also set then apply the skin change but do not save it to the cookie, as per /chat discussion. The intent is mainly to facilitate the development of docs using both light- and dark-mode skins at the same time, which is somewhat painful when the cookie constantly gets overwritten. check-in: 7db18bfe96 user: stephan tags: trunk
08:54
Updated changes.wiki to replace skn_X references with skin=X. Closed-Leaf check-in: 7fed83c9b0 user: stephan tags: skin-preference-cookie
08:09
Corrected ability to be able to select the repository's configured skin, rather than just built-ins. check-in: 5289ab2a45 user: stephan tags: skin-preference-cookie
07:23
Minor doc clarification. check-in: c05ec7d924 user: stephan tags: skin-preference-cookie
07:21
Minor doc correction. check-in: 2d6bb6e977 user: stephan tags: skin-preference-cookie
07:11
Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modif... check-in: 71a2d68a7a user: stephan tags: skin-preference-cookie
04:04
Removed the min/max height on the diff toggles to slightly improve the layout flow. Closed-Leaf check-in: 42205f9c76 user: stephan tags: diff-view-toggle-poc
03:51
Moved the diff toggle button to the right of the diff header line, per forum feedback. Changed the button to a checkbox. Removed the arbitrary heuristics regarding which diffs to show/hide by default - they are now all on by default. check-in: f9d29b9702 user: stephan tags: diff-view-toggle-poc
2021-03-01
17:35
Proof of concept/demo for toggle buttons on individual diff views on the /info diff views, as discussed in [forum:0f751ad9c8]. check-in: cfdd666533 user: stephan tags: diff-view-toggle-poc
13:34
Removed BLOB_SEEK_END from the API, per /chat discussion, as it was unused and appeared to have a semantic discrepancy vis-a-vis fseek() and SEEK_END. check-in: 6fc730e0c7 user: stephan tags: trunk
03:00
Merged in trunk. Closed-Leaf check-in: ab047b62dc user: stephan tags: leaves-command-branched-from
Previous month ↓