Fossil  Timeline

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

30 most recent check-ins by user george

2023-03-26
23:54
Do not render "Check-ins" button within a submenu of /tktview, /tkthistory, /tkttimeline and /info pages, unless a user actually has a [/doc/trunk/www/caps/ref.html#o|capability to read check-ins]. This should prevent confusion and save some screen space. check-in: c04c814e10 user: george tags: trunk
2023-01-22
22:01
Remember the chosen type of artifacts that are shown at <tt>/timeline</tt> page as a display preference. This amends the initial behavior [/timeline?c=c94f6085489effe6&y=a | introduced on 2017-11-29] with the <tt>'sticky-timeline-style'</tt> branch. check-in: 61bd0c9b11 user: george tags: trunk
18:35
Fix appearance of a chat-only view: eliminate redundant gap between the vertical scrollbar and the right edge of a window. check-in: d3c0206ed2 user: george tags: trunk
2022-12-25
16:17
A minor fix to the previous check-in. check-in: abfec4dd5c user: george tags: trunk
2022-12-20
14:21
A couple of corrections to the [2213a0eb2d413f|previous /secaudit0 addition]. check-in: 43601b3d12 user: george tags: trunk
02:01
Make [/secaudit0] page aware of the Tcl integration opportunities. check-in: 2213a0eb2d user: george tags: trunk
2022-12-12
16:12
Add support for omitting some ticket events from the default timeline view. Filtering is defined by the 'ticket-hidden-expr' option added to the <tt>/tktsetup_timeline</tt> page. Filtering is bypassed if this expression is unset or if the "Unhide" checkbox (at the timeline's submenu) is checked. See [forum:/forumthread/4c49b2ad661c90b7|forum thread 4c49b2ad661c] for discussion. Leaf check-in: 452805c2a0 user: george tags: tkt-hidden-expr
2022-11-26
17:31
Fix <code>artifact_page()</code> function so that the content of a text file is surrounded by CODE elements even if a file's extension is just a single letter. check-in: e7a7b5c1b0 user: george tags: trunk
2022-11-24
22:13
Add TH1 command "<code>submenu</code>". For the time being it has just one subcommand "<code>link</code>" that adds a hyperlink to the submenu of a page. check-in: 71b221657b user: george tags: trunk
2022-11-20
01:58
Do not attempt to render empty description of a report. Also make hyperlinks in a report's submenu more robust. This amends [fcf17b28a902c0]. check-in: 04a01d066a user: george tags: trunk
2022-11-19
16:48
Omit "Show associated wikis" from the submenu of a [/wcontent] page if there are no associated wikis in a repository (this amends [29a24941ed9b]). Also optimize out a couple of unnecessary calls to mprintf(). check-in: e3c8aad9b1 user: george tags: trunk
16:19
Fix malformed hyperlink for historical revisions of a forum post. Perhaps introduced by check-in [168eb71643a4]. Reported by [forum:44505ae8ec515e75|forum post 44505ae8ec51]. check-in: 114b17c408 user: george tags: trunk
2022-11-05
22:10
Respect `"timeline-utc"` setting when a ticket change artifact is displayed on the <tt>/info</tt> page. This makes it consistent with other places and fixes a hyperlink to the corresponding item of the <tt>/timeline</tt>. check-in: 0028a3ca6a user: george tags: trunk
2022-11-02
22:51
Omit "Show associated wikis" from the submenu of a [/wcontent] page if there are no associated wikis in a repository. This amends [29a24941ed9b]. Closed-Leaf check-in: 6e28f28091 user: george tags: pre-2.21
2022-10-28
17:08
Improve correctness, usability and efficiency for the case when values in a TICKET's column tend to be long and volatile. Owner of a repository may specify one or several TICKET's columns so that delta-compression is tried for the corresponding ticket change artifacts and the corresponding changes on the <tt>/tkthistory</tt> page are rendered via unified diffs. See details in the [/wiki?name=branch/deltify-tkt-blobs&p|associated wiki]. check-in: 872a3b2327 user: george tags: trunk
16:28
Add comments for auxiliary local variables inside <code>ticket_output_change_artifact()</code>. Closed-Leaf check-in: 53b66cf63f user: george tags: deltify-tkt-blobs
00:18
Fix a typo in a comment. check-in: a2ed111979 user: george tags: deltify-tkt-blobs
00:11
Add more comments and a changelog item. No code changes. check-in: e690df08f4 user: george tags: deltify-tkt-blobs
2022-10-16
00:09
Highlight a ticket's change that corresponds to the URL's fragment of the <tt>/tkthistory</tt> page. check-in: 7afd4db3d3 user: george tags: deltify-tkt-blobs
2022-10-09
22:56
Rework the previous check-in to fix incorrect backlinks' sources for the case when values are appended to a field (i.e. a value of J-card starts with '+'). Consider a reference to 77ab05a0e9 from [caeb7d672df20] for an example which was handled incorrectly by [668e45baff99]. check-in: 4d5ded5eea user: george tags: deltify-tkt-blobs
2022-10-03
01:41
Fix redundant back-references originating from outdated/superseded values within TICKET table. See forum thread [forum:/forumthread/a6ba08e926a8cfdf|a6ba08e926]. check-in: 668e45baff user: george tags: deltify-tkt-blobs
01:31
Fix naming of columns on the [/test-backlinks] page. check-in: 6a5604f481 user: george tags: deltify-tkt-blobs
2022-09-20
14:13
On the [/help?cmd=/tkthistory|/tkthistory page] supply each ticket change item with a corresponding id attribute and make the 'History' button within a submenu of a [/help?cmd=/tinfo|/tinfo page] to link back to that particular element on the <code>/tkthistory</code> page. check-in: 4bb91f38a8 user: george tags: deltify-tkt-blobs
13:56
Minor optimization and refactoring. check-in: b2049d643b user: george tags: deltify-tkt-blobs
2022-09-15
13:40
Improve <code>/tkthistory</code> page: render selected ticket fields as unified diffs. check-in: b75a9d0fa3 user: george tags: deltify-tkt-blobs
2022-09-14
13:12
Remove redundant PRE tags on the <code>/wdiff</code> pages. check-in: 0dd5451d7f user: george tags: deltify-tkt-blobs
2022-08-29
14:27
Add a missing closing LI tag for the /tkthistory page. check-in: 2d0b2bda87 user: george tags: deltify-tkt-blobs
14:03
Minor optimization within <code>getAllTicketFields()</code> function. check-in: c3e7ed3089 user: george tags: deltify-tkt-blobs
2022-08-22
18:27
Make it possible to store similar ticket change artifacts as deltas. This might be useful when a certain column of the <var>TICKET</var> table holds a lengthy text that may undergo frequent modifications. This is an opt-in feature. It is activated only when <var>TICKET</var> table contains a phony <code>INTEGER</code> column <code>"baseline for $name"</code> where <code>$name</code> stands for the name of the actual column provisioned for the aforementioned frequently changing text. check-in: 0f4a0fe82a user: george tags: deltify-tkt-blobs
2022-07-18
14:47
Do not omit a forum thread's title while rendering [/help?cmd=/forumthread|/forumthread] page. check-in: ffd32a9f70 user: george tags: trunk