Fossil

Timeline
Login

Timeline

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

40 check-ins by user george occurring around ec55e51c44b8e23d.

2021-04-19
16:08
Display "View 1 branch" hyperlink if just one branch is selected. Add documentation to the <tt>www/javascript.md</tt> and to the changelog. Also minor CSS tweaks. ... (check-in: c6a061f2a0 user: george tags: brlist-timeline)
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
20:11
Fix the previous: add the <tt>fossil.page.brlist.js</tt> script which was forgotten. ... (check-in: 6f5a5643ae user: george tags: brlist-timeline)
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-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-07
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)
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-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)
2021-03-26
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)
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: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)
2021-03-25
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
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
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-16
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)
2021-03-13
22:15
Avoid segfault while serving [/help?cmd=/wdiff|/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)
2021-02-25
14:55
Merge from trunk ... (check-in: 7e755346a5 user: george tags: wiki-history)
14:15
Rearrange the JavaScript code as a handler of the 'load' event; this keeps the global scope clean from the supplementary variables. ... (check-in: ec55e51c44 user: george tags: wiki-history)
2021-01-20
19:19
Merge version-2.14 ... (check-in: 0e31c8d258 user: george tags: wiki-history)
2020-12-15
20:50
Merge from trunk ... (check-in: 7b9ca24cd2 user: george tags: wiki-history)
2020-12-14
20:38
Merge from trunk ... (check-in: 959699bfb6 user: george tags: wiki-history)
20:34
Merge from trunk ... (check-in: df330b709f user: george tags: wiki-history)
2020-11-17
18:46
Merge-in trunk ... (check-in: f4a75745f9 user: george tags: wiki-history)
18:38
Merge-in styling improvements from trunk ... (check-in: bb159b9e96 user: george tags: wiki-history)
17:55
Merge version-2.13 ... (check-in: 98b447109e user: george tags: wiki-history)
2020-10-10
17:54
Merge in trunk ... (check-in: 7803cfeff4 user: george tags: wiki-history)
2020-08-26
16:11
Merge in trunk (check-in [9543ddbef2]) ... (check-in: b56460fc96 user: george tags: wiki-history)
15:52
Merge in trunk (check-in [f741baa6be]) ... (check-in: 5d4a57f2c0 user: george tags: wiki-history)
13:31
Merge in trunk (version-2.12.1) ... (check-in: 62c316306e user: george tags: wiki-history)
12:44
Merge in trunk (version-2.11.2) ... (check-in: 4f5bda658f user: george tags: wiki-history)
2020-05-26
18:27
Merge in trunk (version-2.11) ... (check-in: 6819e2ffab user: george tags: wiki-history)
2020-04-26
23:10
Merge in trunk ... (check-in: 161a210687 user: george tags: wiki-history)
2019-12-01
20:18
Special UI controls added onto the /whistory webpage for easy comparison of arbitrary versions of a wiki page. ... (check-in: ec04c8b4a8 user: george tags: wiki-history)