Fossil

Timeline
Login

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

53 check-ins using file src/shell.c version b94f03fed4

2021-06-15
01:01
Increase the version number to 2.15.2 Leaf check-in: 7cfd58d771 user: drh tags: branch-2.15, version-2.15.2
00:58
Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. check-in: 7d85e21fd2 user: drh tags: branch-2.15
2021-05-25
16:14
Split recognizable names of query parameters into three groups: 1) "...smplX" for the common use within user content 2) "...smplXa" that is provisioned to be used in aliases; 3) "...smplXs" that is provisioned to be used in custom skins. In all three groups X is a digit from {1,2,3,4,5}. check-in: 588b376560 user: george tags: rptview-submenu-paralink
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-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
04:21
Remove [forum:/forumpost/2f375863dbc6|useless] 'nMaxDigit' parameter from the signature of the <tt>style_submenu_parametric()</tt>. 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
2021-04-08
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: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
2021-04-07
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
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: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/436c618d309917|thread on the topic] and another thread on [forum:/forumthread/48e2ae955f09|a little bit related] issue. 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|c9b8322fde] for discussion. (Update) Security risk. Do not merge to trunk. 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
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: perhaps %T and %h formatting does not play well with style_submenu_*() family of functions, see also check-in [b982c00150] and post [forum:b8ea664a57]). 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
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:16
Append to the list of [/doc/trunk/www/changes.wiki#v2_15|changes in v2.15] an item about [/help?cmd=/whistory|/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 <i>rptview-submenu-paralinks</i> branch. For this check-in parametric links in submenus are enabled on [/rptview?rn=6&wikismpl=rptview&rvsmpl=wiki/To+Do+List|/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|/wiki] page (may be triggered by wikismpl, wikismplX parameter names). See also forum threads [forum:612170e310] and [forum:8cc4931e69]. 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 of dangling '&' at the endings. 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:11
At /rptview page show link to /reportslist. If request's query string contains <b>rvsmpl</b> 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() renders HTML via %h(...). Code review is very welcome though. check-in: b982c00150 user: george tags: rptview-submenu-paralink
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 [/waliassetup|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:31
Merge changes from trunk Closed-Leaf check-in: 9ff7d9e5e3 user: george tags: wiki-history
2021-03-22
12:43
Update to SQLite 3.35.3 preview for testing. check-in: 8ec00b975b user: drh tags: trunk