Timeline
Not logged in

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

153 events for the month beginning 2021-03-01

Following month ↑
2021-03-31
22:53
Fix (URL-decode) a hyperlink that gets into clipboard when user selects a line of code (or a range of lines) and clicks "copy-to-clipboard". This affects /file, /artifact and /whatis pages. This fix may be somewhat suboptimal or incomplete: it may be worth investigating why some submenu's links are mangled on a server's side and fix it there (hint:... check-in: 898151877f user: george tags: trunk
20:42
Fix broken hyperlink at www/caps/index.md. Also substitute "most recent version" in the QuickStart with "checkout version" that seems more specific (checkout may very well correspond to a historic version). check-in: 68344d628c user: george tags: trunk
18:57
Update the built-in SQLite to 3.35.4-rc1 for testing. check-in: 9313f2ad75 user: drh tags: trunk
12:42
Merge reduction of fossil_panic() calls, for cleaner abnormal exits. check-in: 31c7bdb80b user: larrybr tags: trunk
11:39 Edit [5c5aa19cc5098ac2|5c5aa19cc5]: Edit check-in comment. artifact: a40712673e user: george
10:57
Sync w/trunk. Closed-Leaf check-in: 79be1156a9 user: larrybr tags: panic-reduction
2021-03-28
05:14
Add example of fossil timeline + diff to get changes between specific versions check-in: 19f4b064ac user: danshearer tags: trunk
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
20:19 Edit [920b7079f267c372|920b7079f2]: Edit check-in comment. artifact: 06724c37be user: george
20:16
Append to the list of changes in v2.15 an item about /whistory. check-in: 920b7079f2 user: george 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
18:25
Integrate rptview-submenu-paralinks branch. For this check-in parametric links in submenus are enabled on /rptview page (may be triggered by rvsmpl, rvsmplX, rptview_smpl, rptview_smplX parameter names) and also for [/wiki/To+Do+List?rn=6&wikismpl=rptview&rvsmpl=wiki/To+Do+List|/wik... check-in: 5c5aa19cc5 user: george tags: trunk
17:59
Merge-in changes from trunk (~ version 2.15) check-in: 290671078c user: george tags: rptview-submenu-paralink
17:54
Remove inflammatory language about "lying" from the "rebase considered harmful" article. check-in: 19d0a94a7b user: drh tags: trunk
17:53
Merge from trunk tip. check-in: 6e1cee191d user: larrybr tags: panic-reduction
17:28
Update the change log and index page with the new release information. check-in: 97610f82f9 user: drh tags: trunk
17:24
Version 2.15 check-in: 2c6012c4aa user: drh tags: trunk, release, version-2.15
17:20
Allow a page's submenu to have multiple parametric hyperlinks induced by several different query string parameters. Use a common suffixes (smpl,smpl1,...smpl9) to probe for defined parameters. Relax constraints on hyperlink values to allow linking to wiki pages (for example). As a proof of concept add support of paralinks to the /wiki page. Get rid... check-in: d075801aa8 user: george tags: rptview-submenu-paralink
16:14
Merge latest trunk. check-in: b5642541d6 user: larrybr tags: panic-reduction
16:13
Mention possible core dump from fossil_panic() exits. check-in: 4663116864 user: larrybr tags: panic-reduction
13:33
Update the built-in SQLite to version 3.35.3. There are no changes other than the version string. check-in: 8e5bdcebd5 user: drh tags: trunk
2021-03-25
15:43
Merge current trunk. check-in: d1adf6c40a user: larrybr tags: panic-reduction
04:20 Edit [b982c00150e828b5|b982c00150]: Edit check-in comment. artifact: 877eaafee5 user: george
04:11
At /rptview page show link to /reportslist. If request's query string contains rvsmpl parameter then also show an auxiliary link to the page defined by the value of this parameter. Labels and links rendered via %s format specifier because %h and %T did not work properly. In this particular case this seems fine because style_finish_page() ren... check-in: b982c00150 user: george tags: rptview-submenu-paralink
01:32
Reduce fossil_panic() calls to those indicating bugs and internal errors. Also clarify effects and purposes of fossil_fatal() vs. fossil_panic(). check-in: 91a4652f22 user: larrybr tags: panic-reduction
00:17
Create new branch named "panic-reduction" check-in: 1efa8d7f18 user: larrybr tags: panic-reduction
2021-03-24
15:40
Update the form spider protections so that links to /register go through even if spider protection is fully enabled. This allows self-registration even if user "nobody" has no permissions. check-in: 89b724dcfa user: drh tags: trunk
04:25
Always include a report number parameter into the report's "Raw" link (at the top of the /rptview page). This fixes the glitch for the case when the report number is "hidden" within URL alias. check-in: bed4b0f7fc user: george tags: trunk
2021-03-23
15:53
Fix minor typo and sort options in command-line timeline. check-in: f4af604aa5 user: danield tags: trunk
14:50
Implement selection of two arbitrary versions of a wiki for comparison (radio-button selects a baseline, anchor sign clears this selection). Also let several sequential edits by the same user be "recycled" into a single row. Effectively this backouts [cef8425cf4a482a3]. See also a [forum:4a67bd1c5d354e75|forum thread] check-in: 6ebf5c7c9f user: george tags: trunk
13:34 Closed ticket [1599e2772d]: self registration not working plus 5 other changes artifact: 129e9cdd96 user: drh
13:31
Merge changes from trunk Closed-Leaf check-in: 9ff7d9e5e3 user: george tags: wiki-history
05:33 New ticket [1599e2772d] self registration not working. artifact: 12160eea6d user: ron
2021-03-22
12:43
Update to SQLite 3.35.3 preview for testing. check-in: 8ec00b975b user: drh tags: trunk
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-20
12:57 Changes to wiki page "Release Build How-To" artifact: e2ec0ea2ca user: drh
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
03:10
Add compile-time option to enable TH1 memory leak tracking. Also, fix TH1 memory leak, improve a couple #ifdef's, and fix JSON assert in fossil_print_error() seen when an invalid repository is specified. check-in: 999e33cc7a user: mistachkin tags: trunk
02:49
Be sure to set the default value for the OPTIMIZATIONS nmake macro, i.e. to avoid an expression syntax error. Closed-Leaf check-in: 9c36e6335f user: mistachkin tags: th1-malloc-debugging
01:06 Edit [e5293dc281b5a140|e5293dc281]: Move to branch th1-malloc-debugging. artifact: 497f3f0c5d user: drh
2021-03-18
23:31
Fix JSON assert in fossil_print_error() seen when an invalid repository is specified. check-in: 44cf2e9190 user: mistachkin tags: th1-malloc-debugging
22:57
Add compile-time option to enable TH1 memory leak tracking. Also, fix a TH1 memory leak and improve a couple #ifdef's. check-in: e5293dc281 user: mistachkin tags: th1-malloc-debugging
22:09
Add the --reset option to the "fossil test-backoffice-lease" command. check-in: b2e83470ea user: drh tags: trunk
15:42 Edit [366fda0c5110c9d7|366fda0c51]: Edit check-in comment. artifact: d18f0faee0 user: danield
15:20
Add information on how to remove a Windows service, per forum post [forum:0bcffc517f]. check-in: 366fda0c51 user: danield tags: trunk
10:55
When configuring with --no-opt in addition to --fossil-debug, do not swallow -DFOSSIL_DEBUG. check-in: 72983897b0 user: danield tags: trunk
03:46
Fix the 'unversioned' test. check-in: a517a2feea user: mistachkin tags: trunk
03:35
Fix the 'settings-repo' test. check-in: 1f4932404a user: mistachkin tags: trunk
03:28
Fix the 'settings' test. check-in: 93bd55f3c3 user: mistachkin tags: trunk
03:22
When using the VsWhere tool, require the MSVC toolset, not MSBuild. check-in: 9cd7d67da0 user: mistachkin tags: trunk
03:21
Fix for the 'reserved-names' test. check-in: 84e2abea1c user: mistachkin tags: trunk
03:21
Fix compiler warning seen with MSVC. check-in: 2dbc715496 user: mistachkin tags: trunk
02:01
Fixes for the 'th1' tests. check-in: e57dc731a9 user: mistachkin tags: trunk
01:40
Object files based on checked-out source files should not be ignored. The final build products (e.g. 'fossil', 'fossil.exe') are exempt from this rule. check-in: 0d21459e35 user: mistachkin tags: trunk
01:36
For consistency, add 'msvcbld' to the Docker ignore file. check-in: ab168a89bc user: mistachkin tags: trunk
01:34
Re-add the 'wbld' directory to 'clean-glob' as it is used by MinGW. check-in: bb86eb6291 user: mistachkin tags: trunk
01:30
Update the custom MinGW makefile. check-in: d425ea6b4c user: mistachkin tags: trunk
01:16
Make detection and use of VsWhere tool consistent and support 32-bit installs. check-in: 9fef4e01ba user: mistachkin tags: trunk
2021-03-17
19:34
Update the built-in SQLite to version 3.35.2. check-in: 4c56126612 user: drh tags: trunk
18:24
Update build infos for Windows. check-in: 8c361b3ac5 user: danield tags: trunk
16:37 Edit [ae70df75505e0ccd|ae70df7550]: Edit check-in comment. artifact: a110ba3085 user: george
16:27 Edit [7b81aac17a10ff4c|7b81aac17a]: Edit check-in comment. artifact: b77a245b06 user: george
16:22 Edit [a9427d9d39f76aca|a9427d9d39]: Edit check-in comment. artifact: f15958e2ec user: george
16:11 Edit [e11efff8e4de0aef|e11efff8e4]: Edit check-in comment. artifact: 07846144cd user: george
15:50
Be clearer about the definition of technote comment & id. Improve technote doc. check-in: 51292810f8 user: danshearer tags: trunk
15:27
Improve description of technotes as per forum post [forum:225b049220] check-in: ae70df7550 user: danshearer tags: trunk
12:38
Add explanation of how to use makemake.tcl script (and how not to break the build) check-in: e11efff8e4 user: danshearer tags: trunk
2021-03-16
21:08
Regenerated makefiles to account for webmail.c removal in [274df1cad42f]. check-in: 8228ed34ea user: stephan tags: trunk
20:10
Finish off webmail delete check-in: 274df1cad4 user: danshearer tags: trunk
19:59
Remove smtpd server functionality first pass check-in: db5c2d399c user: danshearer tags: trunk
19:27 Edit [a9427d9d39f76aca|a9427d9d39]: Edit check-in comment. artifact: fedfa79250 user: drh
18:09
Add item for a quote button, as per forum post [forum:7ad03cd73d] check-in: a9427d9d39 user: danshearer tags: trunk
17:33
Make timestamps displayed on forum posts consistent with those on timeline. Technically this means that forum rendering now respects (repo-local) "timeline-utc" setting check-in: c67f5bf299 user: george tags: trunk
16:13
Detect and use Visual Studio 2017 and later in buildmsvc.bat. check-in: bf5df255d8 user: danield tags: trunk
2021-03-15
13:14
Add example of creating technote from the commandline check-in: a498b132b2 user: danshearer tags: trunk
12:59
Use ./local form of url, and add reference to hackers-howto.wiki check-in: 620c8175c2 user: danshearer tags: trunk
12:12
Made a more general list of projects and tasks. There will be a GSoC next year, but this has value meantime. check-in: 47b1f6ad54 user: danshearer tags: trunk
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
22:55
Add missing defined() when testing for _WIN32. check-in: 556479b245 user: danield tags: trunk
22:15
Avoid segfault while serving /wdiff page with empty "pid" parameter in a query string. Segfault occurs due to dereferencing of a NULL pointer in pW2, which happens because both name_to_typed_rid("","w") and manifest_get(0,...) return 0. check-in: 7b81aac17a user: george tags: wiki-history
21:39
Merge from trunk check-in: 1a403a7a0c user: george tags: wiki-history
18:13
Squished a warning about */ within a C block comment. check-in: e7be14afa7 user: wyoung tags: ui-local-diff
17:11
Mention the ./configure --print-minimum-sqlite-version feature in the change log. Improved comments on the two places in the code that check the minimum SQLite version, so that they refer to one another, to remind developers to change both places if they change either. check-in: 7018d7c158 user: drh tags: trunk
13:26
More enhancements to the change log for version 2.15. check-in: c561e051eb user: drh tags: trunk
12:54
Add the "fossil add" Windows reserved filename restriction to the change log. check-in: 5add4656b6 user: drh tags: trunk
10:28
delta-manifests.md: minor typos and phrasing improvements. check-in: 25e93b7075 user: stephan tags: trunk
00:35 Edit [7135111ad47b8dd0|7135111ad4]: Mark "Closed". artifact: 40b0b2d615 user: drh
00:35
The 'add' command now fails for filenames that are reserved on Windows unless the --allow-reserved flag is used. See [forum:5116485456|forum discussion 5116485456] for more details. check-in: 922b5c4d15 user: drh tags: trunk
2021-03-12
15:22
Update the built-in SQLite to version 3.35.0 final. check-in: b06953e15e user: drh tags: trunk
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
11:29
Fix capitalization and statements on hash collisions in delta-manifest.md check-in: 36f90c7b9e user: danield tags: trunk
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-10
12:36 Edit [b491c196c23ec4a2|b491c196c2]: Edit check-in comment. artifact: 494f57d4f6 user: drh
12:34
Ensure that there is always a newline before a conflict mark in merge output. See the [forum:/forumpost/2e97ca6caa|forum discussion]. check-in: b491c196c2 user: drh tags: trunk
2021-03-09
21:24
Update the built-in SQLite to the second 3.35.0 beta, for testing. check-in: b468729855 user: drh tags: trunk
2021-03-08
03:29 Edit [104b0a1858e3d925|104b0a1858]: Edit check-in comment. artifact: 8d5aaf60e8 user: stephan
2021-03-07
21:21
Avoid NULL pointer deference in the "hook test" command when an invalid hook number is supplied. check-in: 9527034f49 user: drh tags: trunk
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
11:23 Edit [0d11ea056b0998b5|0d11ea056b]: Mark "Closed". Edit [2999c7dc8aeb2412|2999c7dc8a]: Mark "Closed". Edit [2d916a5e0575f88a|2d916a5e05]: Mark "Closed". Edit [2ed09fb8a3ec5465|2ed09fb8a3]: Mark "Closed". Edit [313e27ada0662eb5|313e27ada0]: Mark "Closed". Edit [357c3c6836355c49|357c3c6836]: Mark "Closed". Edit [414fc1e95ca9278d|414fc1e95c]: Mark "Closed". Edit [4bf7e4ef56c23dda|4bf7e4ef56]: Mark "Closed". Edit [68194175fb4ccf1b|68194175fb]: Mark "Closed". Edit [83bd4f37b1d19b40|83bd4f37b1]: Mark "Closed". Edit [856ca01b1309db47|856ca01b13]: Mark "Closed". Edit [9201207f8642412f|9201207f86]: Mark "Closed". Edit [9340f2fc814dbd62|9340f2fc81]: Mark "Closed". Edit [95b6fad941774d1d|95b6fad941]: Mark "Closed". Edit [9e8a7d4ca85aaf6b|9e8a7d4ca8]: Mark "Closed". Edit [a1b095597340cc6e|a1b0955973]: Mark "Closed". Edit [a253fba0f7a7f283|a253fba0f7]: Mark "Closed". Edit [a4de0004b0f8d4c2|a4de0004b0]: Mark "Closed". Edit [aff4363d1cbd01d4|aff4363d1c]: Mark "Closed". Edit [b302f8935211984e|b302f89352]: Mark "Closed". Edit [bddd4961aa845456|bddd4961aa]: Mark "Closed". Edit [cb385ba00906fb9d|cb385ba009]: Mark "Closed". Edit [cbde195a118e231f|cbde195a11]: Mark "Closed". Edit [d70f52788462a57c|d70f527884]: Mark "Closed". Edit [eb4dda482056b1db|eb4dda4820]: Mark "Closed". Edit [f051f1d3d11f8bd0|f051f1d3d1]: Mark "Closed". Edit [fd47eae7dac59df6|fd47eae7da]: Mark "Closed". artifact: 2e525856ec user: stephan
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-05
16:00
configure now checks system sqlite version against the version in auto.def check-in: 834f6515a7 user: danshearer tags: trunk
15:36
Reverted part of commit [b9a6e1a9c9c52edc] which moved an Autosetup include in auto.def, apparently because it looked more correct. What it actually does is prevents default Autosetup options like --prefix from being added to the list of legal options. check-in: 65c7196119 user: wyoung tags: trunk
12:13
Add instructions for updating the minimum required version number check-in: f09b0f1d63 user: danshearer tags: trunk
12:04
Add configure option --print-minimum-sqlite-version check-in: b9a6e1a9c9 user: danshearer tags: trunk
2021-03-04
20:07
Minor typo fix in the "makefile.wiki" document. check-in: 07dbd17e41 user: drh tags: trunk
16:40
Added a section to the default CSP doc to document the changes made recently to that default CSP. check-in: ab029e40ec user: wyoung tags: trunk
15:10
This file has to be read locally for the links to work. check-in: a0788de83f user: danshearer tags: trunk
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
02:28
Mention the relaxation of the img-src rule in the default CSP. check-in: 25667a5e73 user: drh tags: trunk
2021-03-03
17:30 Edit [d21e3c5a3ad30525|d21e3c5a3a]: Edit check-in comment. artifact: 6f88111e1b user: stephan
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
leaves command now shows the branch point of each leaf, as discussed in [forum:5e52d31d2e]. check-in: d21e3c5a3a user: stephan tags: trunk
17:21
Further adjustments to the default CSP to allow in-line images. check-in: c184d646c3 user: drh tags: trunk
16:41
Relax the built-in CSP to remove all restrictions on the source of images. check-in: 025a007249 user: drh tags: trunk
12:31
Change Quick Start to store the repository file outside the working directory. check-in: 1ce4fd2f15 user: danield tags: trunk
12:04
Improve explanations for prospective students in the ticketing section check-in: 0f90d0df75 user: danshearer tags: trunk
11:58
Make the mail task more general, and more obviously a design+research task rather than implementing exactly what is in this file check-in: 316b55a6a6 user: danshearer tags: trunk
11:33
Move CSS task to new Look and Feel section check-in: 092a7fb796 user: danshearer tags: trunk
10:17
Added Look & Feel tasks to the GSoC list. check-in: ea2f26aadc user: stephan tags: trunk
2021-03-02
20:50
Add the "re=" query parameter to the /dir webpage. Improvments to skin documentation and to the change log. check-in: f08466dded user: drh tags: trunk
17:13
Documentation for new settings. Improvements to the change log. check-in: aac9093b36 user: drh tags: trunk
16:44
Update to the change log. check-in: c0c1235998 user: drh tags: trunk
16:06
Refactor the routines used to generate TH1 variables that hold resource URLs. Functionality should be unchanged. The purpose is to make the code simplier, easier to read, and easier to maintain. check-in: 6acd87f2c1 user: drh tags: trunk
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
13:55
Alternative skins can be determined by the "skin" field of the display preferences cookie. The "skn_X" mechanism is removed. check-in: 3339420778 user: drh 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
20:54
Change the algorithm for detecting when a user agent is a narrow-screen mobile device to the algorithm recommanded at https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent#mobile_device_detection. check-in: 4de677dcc3 user: drh tags: trunk
20:37
If the diff type (unified vs. side-by-side) is not specified by a query parameter or cookie, then determine the diff type based on the "preferred-diff-type" setting, if there is one, or on a guess whether or not the requesting agent is a mobile device based on the User-Agent parameter in the HTTP request. check-in: 29bab2748b user: drh tags: trunk
17:46
Update the built-in SQLite to the first 3.35.0 beta, for testing of SQLite. check-in: 722073a157 user: drh tags: trunk
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
07:37
Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() Leaf check-in: ea28708f85 user: wyoung tags: artifact-view-links
07:30 Edit [2907721acd547b3e|2907721acd]: Mark "Closed". artifact: 624fda3bea user: wyoung
07:15
Copied over documentation of 2 recently-added "fossil cgi" control file lines to the www/cgi.wiki doc (redirect and jsmode) and then reordered it all to match the order given in "fossil cgi --help" output to make it easier to maintain these parallel lists in the future. check-in: 282402d82f user: wyoung tags: trunk
06:47
Fixed "debug" -> "cgi-debug" in the built-in docs for "fossil cgi". check-in: e3dbb7d7d5 user: wyoung tags: trunk
03:00
Merged in trunk. Closed-Leaf check-in: ab047b62dc user: stephan tags: leaves-command-branched-from
Previous month ↓