Timeline
Not logged in

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

94 events for the month beginning 2021-04-01

Following month ↑
2021-04-30
20:44
Fix small typo in comments (no functional changes) check-in: 6f9ed5636a user: mgagnon tags: trunk
18:07
On the /brlist page, try to prevent flicker of the "View N branches" label by creating the label using JS instead of as part of the original document. check-in: 668f0e71e6 user: drh tags: trunk
15:13
de-minify the custom CSS for the bootstrap skin, so that it is readable and editable. check-in: 95a7269142 user: drh tags: trunk
2021-04-29
21:42 Edit [f2348f2740949c95|f2348f2740]: Mark "Closed". artifact: d6620c7054 user: stephan
12:52
/brlist: use background color change, instead of bold, for selected branches to avoid layout changes from the text changing size, as discussed in and around [forum:/forumpost/606cbfdff6 | forum post 606cbfdff6]. Background color is the same as timelineSelected for all skins except xekri, which needs a bit more contrast. check-in: 9322a0bc20 user: stephan tags: trunk
2021-04-28
20:23
Updates to the change log. check-in: 64edf41afe user: drh tags: trunk
19:01
Update the built-in SQLite to the latest 3.36.0 prototype. check-in: d3d7a78fe3 user: drh tags: trunk
18:09
Add the "brlist" match-style option to the timeline submenu. check-in: b1e409b29a user: drh tags: trunk
17:08
Add the new "ms=brlist" version of the "ms" query parameter on /timeline. Use it with the multi-branch selector on the /brlist page. check-in: 2e9520a2b7 user: drh tags: trunk
2021-04-26
19:45
Gracefully degrade to the old behaviour if a user's browser does not support URLSearchParams. check-in: 262c0fb675 user: george tags: trunk
19:26
Reinforce the previous for the case when access to non-existent field resolves to null (instead of undefined). Closed-Leaf check-in: 8a7620e4a3 user: george tags: vdiff-context-glob
19:12
Gracefully degrade to the old behaviour if a user's browser does not support searchParams() method for URLs. check-in: 9ec88b5771 user: george tags: vdiff-context-glob
17:57
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. check-in: d96982fba6 user: mgagnon tags: trunk
15:37
Merge latest changes from trunk check-in: 700ae1075b user: mgagnon tags: vdiff-context-glob
15:36
Use URLSearchParams API instead use custom GetQueryStringValue() function. URLSearchParams is support by most browser since 2017. check-in: fab81968d1 user: mgagnon tags: vdiff-context-glob
2021-04-24
17:08 Edit [ffd0999374d4c3bb|ffd0999374]: Edit check-in comment. artifact: 9f7216fead user: drh
17:04
Update the Makefiles to include new JS files added by check-ins [6f5a5643ae3b5d14] and [6ebf5c7c9f1b1d16]. Windows server-side won't work on builds without this change. The necessary changes were already in the unix makefiles, so prior builds should be working there. check-in: ffd0999374 user: drh tags: trunk
01:02
Fix test 13 in merge_renames.test. check-in: ad918d6612 user: drh tags: trunk
00:54
More work on merge with renames. Added a test case for the changes in check-in [cb4f38ee6733dccc]. Fix test 6 in merge_renames.test. check-in: 33e518b1e2 user: drh tags: trunk
00:03
Resolved whatis command's tags reporting to leave out cancelled tags, as reported in [forum:/forumpost/c0be2ea60a | forum post c0be2ea60a]. check-in: cf6bb0781f user: stephan tags: trunk
2021-04-23
20:03
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. check-in: 3e588c822c user: mgagnon tags: vdiff-context-glob
2021-04-22
01:40
Merge from 'brlist-timeline' which enables easy selection of several branches on the /brlist page. A special hyperlink in the submenu of /brlist page interactively tracks which branches are checked and points to the /timeline view of just these selected branches. check-in: 5df47469a1 user: george tags: trunk
01:09
Minor refactoring: unite two similar code fragments using new auxiliary function amendAnchor(). Closed-Leaf check-in: f2348f2740 user: george tags: brlist-timeline
00:26
Apply encodeURIComponent() function to the generated regular expression before appending it to the hyperlink's prefix. This should handle some awkward characters within branch names. Spaces and commas are a noteworthy examples of characters that still should be avoided within branch names. check-in: 6281f24edb user: george tags: brlist-timeline
2021-04-21
20:53
Enable interactive adjustment of the set of wiki pages that are listed on the /wcontent page. Corresponding submenu controls can be configured by the administrator to fulfill local needs and constraints. check-in: 7971343314 user: george tags: wcontent-subsets
16:48
Remove extraneous and incomplete <span> tag from the /finfo output. check-in: d115594b2f user: drh tags: trunk
2021-04-20
14:16
Improved robustness of the merge algorithm when merging long-running branches with many name changes. check-in: dc850c9b3b user: drh tags: trunk
2021-04-19
18:18
Fixed misinteraction between bootstrap skin and new /brlist selection feature caused by both using the .label class for their own purposes. check-in: f5bcff6cbd user: stephan tags: brlist-timeline
16:45
Do not use bold font for the "View X branch(es)" hyperlink. check-in: 08b90535e8 user: george tags: brlist-timeline
16:08
Display "View 1 branch" hyperlink if just one branch is selected. Add documentation to the www/javascript.md and to the changelog. Also minor CSS tweaks. check-in: c6a061f2a0 user: george tags: brlist-timeline
03:52 Edit [90f9af217167f849|90f9af2171]: Mark "Closed". artifact: 7b303b55de user: stephan
01:01
Rename 'Timeline' submenu link into 'View X branches' that is shown only if two or more branches are selected. Also some minor code refactoring for better compatability with old versions of WebView. check-in: 00891cba00 user: george tags: brlist-timeline
2021-04-18
21:17
Removed a reference to a removed function. Closed-Leaf check-in: 90f9af2171 user: stephan tags: brlist-timeline
21:08
Cosmetic tweaks: align the new checkboxes consistently and toggle a class on the Timeline link when any checkboxes are selected, to give the user some indication that the checkboxes are doing something. check-in: 73ebf81b93 user: stephan tags: brlist-timeline
20:11
Fix the previous: add the fossil.page.brlist.js script which was forgotten. check-in: 6f5a5643ae user: george tags: brlist-timeline
20:04 Edit [08433ff8c9f6b035|08433ff8c9]: Move to branch brlist-timeline. artifact: 82efdbae18 user: george
20:01 Edit [08433ff8c9f6b035|08433ff8c9]: Edit check-in comment. artifact: 4b3433e736 user: george
19:59
Improve /brlist page so that several branches can be easily selected for the dedicated study via /timeline page. This is implemented using simple JavaScript that interactively changes a special hyperlink in the submenu of /brlist page. See [forum:/forumthread/07c94e4d7c202e|forum thread 07c94e4d7c]. check-in: 08433ff8c9 user: george tags: brlist-timeline
2021-04-17
12:23
Minor correction to finfo command comment help. check-in: 8913402d10 user: andybradford tags: trunk
2021-04-16
18:37
Improvements to the "fossil merge" algorithm so that it works better in complex cases involving branch merges where a file was created on one branch but not the other and had its name changed somewhere along the line. See [forum:/forumpost/549700437b|forum post 549700437b] for discussion. check-in: cb4f38ee67 user: drh tags: trunk
2021-04-15
15:48
Add the "fossil test-show-vfile" command, and the (undocumented) --show-vfile option on "fossil merge". Both additions are for debugging use only and are unsupported. check-in: f35eb8e2c9 user: drh tags: trunk
15:03
Further improvements to the --debug option on "fossil merge". check-in: 0d4d85b05d user: drh tags: trunk
14:51 Edit [23de894765d351ff|23de894765]: Change user to "wyoung". artifact: 371c9c8383 user: wyoung
14:51 Edit [130abdcec218ad48|130abdcec2]: Change user to "wyoung". artifact: 438e9a9aa0 user: wyoung
14:51 Edit [f17ab2989ac55a6e|f17ab2989a]: Change user to "wyoung". artifact: f3a54dbd86 user: wyoung
14:51 Edit [26005b81bff1b279|26005b81bf]: Change user to "wyoung". artifact: bf8975cbd2 user: wyoung
14:51 Edit [70523a718c24d923|70523a718c]: Change user to "wyoung". artifact: 768cd631ef user: wyoung
14:50 Edit [8a046acb99ed0bfd|8a046acb99]: Change user to "wyoung". artifact: 657811dcfd user: wyoung
14:50 Edit [1ea1abe6c9bdf1ef|1ea1abe6c9]: Change user to "wyoung". artifact: 1111aeda0e user: wyoung
13:21
Enhanced debugging output for the "fossil merge" command when using the (deliberately undocumented) --debug option. check-in: 32778cc061 user: drh tags: trunk
06:06
Small tweak to the admin vs setup doc, amounting to a grammar fix. check-in: 1ea1abe6c9 user: wyoung tags: trunk
03:29
Grammar fix for previous check-in: 23de894765 user: wyoung tags: trunk
03:20
Added a paragraph to point #5 in the "benefits of a server" doc to point to Larry Brasfield's new "SQLite Over a Network, Caveats and Considerations" article and to give a Fossil-specific gloss on it. check-in: 130abdcec2 user: wyoung tags: trunk
03:11
Assorted improvements to the "Setting Up A Server" section in the quickstart guide, primarily clarity and linking to other sources of related info. check-in: f17ab2989a user: wyoung tags: trunk
2021-04-14
18:48
If a parameter's value starts with an uppercase letter then truncate resulting label to just the first path segment. This check-in also adds a few code-comments related to %s formatting. check-in: b75ee4f28e user: george tags: rptview-submenu-paralink
2021-04-13
13:53
Retain original finfo behavior by introducing a new "mode" for artifact-id. check-in: 5015043b2d user: andybradford tags: trunk
2021-04-10
04:30
Fix dereferencing of NULL-pointer in 'pWiki' for the case when non-existent wiki page is requested. check-in: 735a7051f0 user: george tags: th1-doc-vars
2021-04-09
07:17
/chat internal doc correction and cleanup. No visible changes. check-in: 243be3ef04 user: stephan tags: trunk
05:19
Enhance finfo command to print "whatis" information when -r is used without -p. check-in: cb68b7dc3e user: andybradford tags: trunk
04:21
Remove [forum:/forumpost/2f375863dbc6|useless] 'nMaxDigit' parameter from the signature of the style_submenu_parametric(). Also edit a corresponding comment. check-in: d1651e7e17 user: george tags: rptview-submenu-paralink
02:58
Use "Reports" for the /reportlist element, as per [1a1c0ebe3cf9]. Also be more pedantic when composing user-visible labels for the parameter-induced hyperlinks. check-in: 8861a68e2c user: george tags: rptview-submenu-paralink
02:56 Edit [290671078c3270c7|290671078c]: Remove the "Closed" mark. artifact: 8f0748f13a user: george
2021-04-08
11:34
Update the change log for the 2.14.1 and 2.15.1 patches. check-in: 041c3d1fa7 user: drh tags: trunk
01:07
Version 2.14.1 check-in: 4de59089c2 user: drh tags: release, branch-2.14, version-2.14.1
01:07
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). check-in: 96b0c1ffac user: drh tags: branch-2.14
01:05
Version 2.15.1 check-in: 2f901f98b3 user: drh tags: release, version-2.15.1, branch-2.15
01:05
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). check-in: 0986dabb16 user: drh tags: branch-2.15
00:55
Backout [5c5aa19cc5098ac2] - we want words for the menu items, not obscure unicode symbols. I'm not sure what that check-in was all about. check-in: 1a1c0ebe3c user: drh tags: trunk
00:47
But, do not allow access to private columns of fx_ tables unless the user has "Email" privilege (letter "e"). check-in: 719dfbb95d user: drh tags: trunk
00:35 Edit [b39338dcb1036084|b39338dcb1]: Edit check-in comment. Cancel tag "release". Cancel tag "version-2.14.1". artifact: bbbd92c674 user: drh
00:35 Edit [215f42c22f1e27d6|215f42c22f]: Edit check-in comment. Cancel tag "release". Cancel tag "version-2.15.1". artifact: 3fdc74386e user: drh
00:27
Increase the version number to 2.14.1 check-in: b39338dcb1 user: drh tags: branch-2.14
00:26
Increase the version number to 2.15.1 check-in: 215f42c22f user: drh tags: branch-2.15
00:24
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. check-in: a80b2eae4a user: drh tags: branch-2.15
00:22
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. check-in: 3cea3a02ac user: drh tags: branch-2.14
2021-04-07
23:32
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. Broken by check-in [5e7dc8a6f51818e6]. check-in: cfb6e5eae3 user: drh tags: trunk
18:47
In the forum, provide a hyperlink from the name of the author of each post to a timeline of their most recent posts. check-in: 46d7ccd45e user: drh tags: trunk
18:20
Merge the latest SQLite 3.36 enhancements for testing. check-in: 1464e18add user: drh tags: trunk
15:35
chat: make user names stand out more to help differentiate between color-colliding users, per /chat discussion. check-in: 58e5348b36 user: stephan tags: trunk
15:10
Minor internal JS API doc clarification. check-in: bcc9a6ea3e user: stephan tags: trunk
15:07 Edit [609bcd32c85fd10f|609bcd32c8]: Mark "Closed" with note "Nevermind - it sounded better than it actually looks.". artifact: 8ec4d1f3c5 user: stephan
14:46
/chat experiment, per chat discussion: when a given user posts multiple messages in a row, indent the 2nd and subsequent messages. Closed-Leaf check-in: 609bcd32c8 user: stephan tags: chat-indent-messages
10:09
The 'placeholder' attribute of the two /chat text input fields how includes the project name to help avoid confusion about which /chat one is typing into without requiring new screen real estate for a project-name label. check-in: 69135e4f61 user: stephan tags: trunk
07:35
/chat-send now uses the user name 'nobody' for guest-user posts. See [forum:/forumpost/e0be0eeb4c | forum post e0be0eeb4c] for details. check-in: 5312f3738e user: stephan tags: trunk
03:16 Edit [80e062e1a7fea350|80e062e1a7]: Edit check-in comment. artifact: 76b8beffe0 user: george
03:10
Make some auxiliary Th1 variables available within skins' header/footer. For /doc, /uv and /wiki pages put into "artifact_hashsum" variable (and also into its page-specific variant) a full identifier of the requested file or wiki. For /wiki pages also provide "wiki_editor" and "wiki_timestamp" variables. There is an old forum [forum:/forumthread/43... check-in: 80e062e1a7 user: george tags: th1-doc-vars
02:35
Resolved /chat-poll crash when xfrom is null, as described in [forum:/forumpost/e0be0eeb4c | forum post e0be0eeb4c]. check-in: 92b5cc21ce user: stephan tags: trunk
2021-04-06
10:47
The "fossil open" command now tolerates the repository file being in the check-out directory without requiring the -f flag. See [forum:/forumpost/bc5f8f6e59|forum post bc5f8f6e59] for the discussion. check-in: 61132cefac user: drh tags: trunk
2021-04-04
15:42
Allow to DROP some specific tables, views and indices that could be introduced into the database schema of a repository through customization of ticketing subsystem. For example, DROP may be required due to the need to update tickets configuration of the already deployed repository. See the forum thread [forum:/forumthread/c9b8322fdedc8fa9|c9b8322f... check-in: ca175c6151 user: george tags: tktschema-allow-drop
2021-04-03
10:56
build.wiki: dockerfile example now uses alpine v3.13 instead of alpine edge because 3.14+ unduly breaks stuff on many currently-common host OSes. check-in: 63ed857ad8 user: stephan tags: trunk
2021-04-02
03:56
Improve an error message in the 'json' test file. check-in: e4f854db78 user: mistachkin tags: trunk
03:39
Fixes to the 'commit-warning' test file. check-in: 953bb36cbc user: mistachkin tags: trunk
03:38
Fixes to the 'json' test file. check-in: e9def3b785 user: mistachkin tags: trunk
02:57
Fixes to the 'th1' test to account for a trace output difference on non-Windows platforms. check-in: 739dd489f1 user: mistachkin tags: trunk
Previous month ↓