Timeline
Not logged in

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

50 ancestors of 15f943f0c2f062c6

2022-08-04
03:45
Shortcut "," (comma) to tick/untick the node of the currently focused entry. This has the same effect as mouse clicks, i.e. as soon as two nodes are ticked, the corresponding diff page is opened. check-in: 15f943f0c2 user: florian tags: timeline-keyboard-navigation
03:41
Shortcuts SHIFT+N and SHIFT+M to put focus the first (topmost) or last (bottommost) entry. check-in: 145df5a3e1 user: florian tags: timeline-keyboard-navigation
03:35
Access the hidden input field used for back/forward caching via dedicated functions, and let browsers do the buffering of `document.getElementById()' results themselves. check-in: 115b484992 user: florian tags: timeline-keyboard-navigation
03:34
Merge with trunk to get the latest web UI updates. check-in: 0f9981971e user: florian tags: timeline-keyboard-navigation
2022-08-02
20:55
Put all sections of the /vinfo page (or the /info page for a check-in) inside an accordion widget. check-in: ab553393a1 user: drh tags: trunk
10:57
Take note of another possibly handy shortcut. check-in: 2ffedc2bcb user: florian tags: timeline-keyboard-navigation
00:45
Corrected broken link introduced in the previous commit which works under (fossil ui) but not on the live server (due to the addition of another URI path element). check-in: bf0efda706 user: stephan tags: trunk
00:42
doc index: added a link to the Release Build How-To wiki page, per [forum:94d62e6758613057|forum request]. check-in: 9f3945fc09 user: stephan tags: trunk
2022-08-01
09:34
Take note of another possible TODO item. check-in: b785da80e7 user: florian tags: timeline-keyboard-navigation
09:30
Update the comments about back/forward caching. check-in: e62b171dbc user: florian tags: timeline-keyboard-navigation
09:21
Some code readability and function naming tweaks. check-in: 89a0438f8f user: florian tags: timeline-keyboard-navigation
2022-07-31
08:56
Take note of a possible TODO point. check-in: 4bc9aa3ca8 user: florian tags: timeline-keyboard-navigation
08:48
Remove an unnecessary !important CSS directive that prevents overriding by skins. (This is a leftover from my private patches, where the same technique is used to alpha-blend an additional SVG background color with the original background color.) check-in: 72dc40da49 user: florian tags: timeline-keyboard-navigation
08:39
Revamp key handling to work with modifiers. check-in: af89065ec5 user: florian tags: timeline-keyboard-navigation
08:20
Refactor a function for later reuse. check-in: 2087ad109e user: florian tags: timeline-keyboard-navigation
08:14
Sanitize URL composing. check-in: 6c16d2ec71 user: florian tags: timeline-keyboard-navigation
07:58
Replace the tooltip 'unload' handler with 'pageshow' and 'pagehide' handlers so that restoring the focused entry on back/forward navigation also works with FF. check-in: 5e545a9f07 user: florian tags: timeline-keyboard-navigation
2022-07-30
20:33
login-group command: corrected help text for 'join' option to include REPO and extended code to allow REPO to optionally be passed on as -R REPO. Resolves issue reported in [forum:240b6d856a3dd4b5|forum post 240b6d856a3dd4b5]. check-in: 769a7651e4 user: stephan tags: trunk
2022-07-29
19:03
Fix the /alerts page so that access is provided even for users that are not logged in as long as a complete subscription code is provided as the "name" query parameter. check-in: a27c908f5d user: drh tags: trunk
18:57
The /unsubscribe page now requests comformation. And so email notifications contain only an "Unsubscribe" link, and not a link to subscription management. check-in: f045c5dd26 user: drh tags: trunk
11:37
Don't use magic numbers, and also improve readability for adjacent lines. check-in: 57baac30d6 user: florian tags: timeline-keyboard-navigation
10:27
Drop a redundant check. check-in: d145d92d14 user: florian tags: timeline-keyboard-navigation
10:26
Fix dynamic style assignment. check-in: bb59cc264e user: florian tags: timeline-keyboard-navigation
10:24
Omit the expiration date when creating the session cookie. check-in: 540955bd36 user: florian tags: timeline-keyboard-navigation
06:36
Implement Javascript-based keyboard navigation for web UI timelines. Shortcuts N and M focus the next or previous entry, and J and K toggle between /timeline and /info views for the focused entry. See comments in the committed Javascript file for more information. check-in: b18c425630 user: florian tags: timeline-keyboard-navigation
2022-07-28
18:59
Consolidated some minor code drift between pikchr's fiddle and fossil's pikchrshow. check-in: 44cd975392 user: stephan tags: trunk
18:19
Patch the javascript compressor so that it does not elide text after // if the // immediately follows a :, as that text might be part of a URI string literal. check-in: ffa1c7d0a0 user: drh tags: trunk
17:38
Fix a build problem with zlib on Windows. check-in: 8bd19cad63 user: drh tags: trunk
17:06
Update the built-in copy of zLib to version 1.2.12. check-in: adb9e8e0bc user: drh tags: trunk
15:38
Corrected -DPIC to -fPIC in compaq/zlib/Makefile.in and filed upstream ticket for that change at https://github.com/madler/zlib/issues/684. Closed-Leaf check-in: 368d97869b user: stephan tags: zlib-update
15:23
Latest upstream pikchr.c and pikchr.wasm. check-in: d5ec3629bb user: stephan tags: trunk
2022-07-27
14:16
Add zlib1g-dev to the list of libraries needed for building. check-in: 12ce928a9e user: danield tags: trunk
2022-07-26
16:05
auto.def: --with-zlib=tree now fails if compat/zlib is not configured and built in advance, resolving the curious problem that the downstream test for openssl fails if libz is not built. Problem discovered by Daniel D. and reported in /chat. check-in: b0dc279205 user: stephan tags: trunk
2022-07-25
16:47
Corrected the --with-see build to use sqlite3-see.c. Problem reported in [forum:b3653991172dcd14|forum post b3653991172dcd14]. The SEE build was broken by the late-December 2021 reworking of the --with-sqlite flag and its related build infrastructure. check-in: 18acd94828 user: stephan tags: trunk
2022-07-24
14:53
Added --dry-run change to the change log. check-in: 5960a16f9a user: stephan tags: trunk
14:51
Replaced the remaining --dryrun flags with --dry-run, for consistency, per discussion/monologue in [forum:d732b4026f44bdba|forum post d732b4026f44bdba]. check-in: 4a720c2621 user: stephan tags: trunk
2022-07-21
21:38
Removed an unused var (compiler warning). check-in: 7ca55e926c user: stephan tags: trunk
20:00
Revise the "fossil version -v" command to give less detail. Use -vv or -v -v to get the original full detail. check-in: bbbd7ef8f5 user: drh tags: trunk
16:11
Updated changes.wiki and VERSION to 2.20. check-in: a3bdee629d user: stephan tags: trunk
16:10
Version 2.19 check-in: 1e131febd3 user: stephan tags: trunk, release, version-2.19
14:48
Update the built-in SQLite to version 3.39.2 RC 1. check-in: 8c36dad3ba user: drh tags: trunk
2022-07-19
23:33
Add a quote from https://wholesomedonut.prose.sh/using-fossil-not-git to the "quotes.wiki" page of the documentation. check-in: ff95be0064 user: drh tags: trunk
13:23
Removed the -- flag handling from expand_args_option(), instead letting it fall through to find_option(), to eliminate inconsistencies and corner cases uncovered in [forum:4382bbc66757c39f|forum thread 4382bbc66757c39f]. check-in: 62a1688205 user: stephan tags: trunk
13:17
Update the built-in SQLite to the latest trunk version for testing. check-in: e5be71d6ac user: drh tags: trunk
13:15
Add a "Timeline" link to the /forum page. check-in: 39bc414b17 user: drh tags: trunk
2022-07-18
18:02
Typo fix in the 'timeline' command's help as per forum post [forum:27bc0a9716]. check-in: c8a39b661b user: danield tags: trunk
14:47
Do not omit a forum thread's title while rendering /forumthread page. check-in: ffd32a9f70 user: george tags: trunk
12:07
Added a note to the cgi command's help about the processing order of directives, per forum request. check-in: 8d3176f117 user: stephan tags: trunk
01:39
Still moer grammar fixes in fossil-v-git check-in: e28c25e497 user: wyoung tags: trunk
01:08
More grammar fixes check-in: 9f135f2f4c user: wyoung tags: trunk
01:07
Grammar fix to the fossil-v-git doc check-in: f36fb951ee user: wyoung tags: trunk