Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user george occurring around 2021-07-01 20:32:27.
2022-02-04
| ||
16:54 | Fix documentation so that an example of a referenced footnote definition inside of the fenced code block is not recognized as a real footnote defenition. This demonstrates a subtle gotcha and a possible work-arround of it. ... (check-in: 7229d0f588 user: george tags: markdown-footnotes) | |
00:37 | Switch to <tt>(^...)</tt> for inline footnotes. Implement span-specific footnotes. Add [/doc/markdown-footnotes/src/markdown.md#ftnts|documentation]. ... (check-in: cae7a5d1ca user: george tags: markdown-footnotes) | |
2022-02-02
| ||
17:50 | Bug-fix: Do not loose referenced footnotes when inline footnotes are also used. ... (check-in: a8f0f1e7ff user: george tags: markdown-footnotes) | |
2022-02-01
| ||
22:47 | • Added wiki page "branch/markdown-footnotes" ... (artifact: e9830a5c9f user: george) | |
20:14 | • Edit [78b7846b8eff7c66|78b7846b8e]: Edit check-in comment. ... (artifact: 70d01ec902 user: george) | |
20:12 | Support multiline footnote definitions and inline footnotes via <tt>^[...]</tt> syntax (this syntax is not settled yet). Fix overall link support that was broken by [e3710ccd3a5a]. ... (check-in: 78b7846b8e user: george tags: markdown-footnotes) | |
2022-01-30
| ||
17:38 | Do not assume little-endian architecture within <tt>to_base26()</tt> function. ... (check-in: 4b63b1ee55 user: george tags: markdown-footnotes) | |
17:08 | Add an "eye-candy": if a footnote's mark is followed then the corresponding back-reference is highlighted, if a footnote's back-reference is followed then highlight the corresponding footnote's mark. ... (check-in: 50dcf92f85 user: george tags: markdown-footnotes) | |
2022-01-29
| ||
00:19 | Decouple parsing and HTML-specific rendering. Add support for back references in the list of footnotes. WIP - inline and multiline footnotes are not yet implemented. ... (check-in: e3710ccd3a user: george tags: markdown-footnotes) | |
2022-01-27
| ||
19:45 | Minor code clean-up of src/markdown.c: add a few 'const' specifiers, reduce the scope of temporary variables and simplify their names. ... (check-in: b9393a4e64 user: george tags: markdown-footnotes) | |
2022-01-26
| ||
14:50 | Initial support for [forum:/forumthread/d752446a4f63f390|footnotes in Markdown]. <br>This is WIP: support of multiline notes and code clean-up are pending. ... (check-in: ebce0f357e user: george tags: markdown-footnotes) | |
2022-01-21
| ||
20:34 | Merge from trunk ... (check-in: 8d78edddf7 user: george tags: search-terms-highlighting) | |
20:24 | Merge from trunk ... (check-in: 9094def2b9 user: george tags: rptview-submenu-paralink) | |
20:13 | Merge from trunk ... (check-in: 5c0515e20c user: george tags: wcontent-subsets) | |
19:58 | Merge from trunk ... (check-in: 6721c654a9 user: george tags: th1-doc-vars) | |
2021-11-21
| ||
10:32 | Fix invokation of rebuild_db() from the src/json.c which was overlooked in the previous check-in. ... (check-in: 54ebad0116 user: george tags: trunk) | |
2021-10-09
| ||
20:13 | Merge in trunk (release 2.17) ... (check-in: c1868b9f8f user: george tags: search-terms-highlighting) | |
20:05 | Merge in trunk (release 2.17) ... (check-in: a33f616e6a user: george tags: rptview-submenu-paralink) | |
19:50 | Merge in trunk (release 2.17) ... (check-in: 315351f4ac user: george tags: wcontent-subsets) | |
19:31 | Merge in trunk (release 2.17) ... (check-in: 56e2d3ad6b user: george tags: th1-doc-vars) | |
2021-08-16
| ||
00:11 | Relax <tt>isSnippetMark()</tt> so that almost arbitrary search terms are highlighted. This change is preliminary and [forum:/forumpost/042e179e0c25b8|needs further analysis]. ... (check-in: 6b37b55f75 user: george tags: search-terms-highlighting) | |
2021-08-15
| ||
23:49 | Merge from trunk ... (check-in: 59010c7c09 user: george tags: rptview-submenu-paralink) | |
23:27 | Merge from trunk ... (check-in: 282c6f956f user: george tags: wcontent-subsets) | |
23:13 | Merge from trunk ... (check-in: 5b67899db0 user: george tags: th1-doc-vars) | |
2021-07-01
| ||
20:32 | Add a note to the changelog about DROP support within tickets schema definition. ... (check-in: f5b5991ee5 user: george tags: trunk) | |
2021-06-22
| ||
00:30 | Fix a subtle glitch in the Changelog. No code changes. ... (check-in: 2b073cc3c1 user: george tags: trunk) | |
2021-06-19
| ||
21:08 | • Edit [1d276f7b234440d5|1d276f7b23]: Edit check-in comment. ... (artifact: 9ea81fe7eb user: george) | |
21:00 | • Edit [1d276f7b234440d5|1d276f7b23]: Edit check-in comment. ... (artifact: 5d64ffe837 user: george) | |
20:58 | This should demonstrate a behavior of inline STYLE tags. Notice gray background of PRE elements in [/doc/inline-style-inconsistency/www/defcsp.md|www/defcsp.md] and the lack of it in [/doc/inline-style-inconsistency/www/webui.wiki|www/webui.wiki]. See forum [forum:/forumthread/69f475cf48|thread 69f475cf48]. ... (Leaf check-in: 1d276f7b23 user: george tags: inline-style-inconsistency) | |
02:29 | Fix a possible "use-after-free" while rendering a [/help?cmd=/file|/file] page for the case when "ci" parameter is missing. This is a preliminary fix, it may introduce a (tiny) memory leak. ... (check-in: a6477bca65 user: george tags: trunk) | |
2021-06-17
| ||
23:34 | Amend "Interwiki Tag Map" heading at the bottom of [/md_rules] and [/wiki_rules] pages: turn the word "Map" into a link to the [/intermap] page. ... (check-in: 5061599031 user: george tags: trunk) | |
22:51 | On the <tt>/rptsql</tt> page wrap a report's source code and the tickets schema with CODE elements having class="language-sql". ... (check-in: d3ca01a81e user: george tags: trunk) | |
2021-06-15
| ||
22:31 | Do not allow links with "../" substring or <tt>'<'</tt> character. The former enforces that the link maps into a repo-local page; the later enforces defense against injection of malicious HTML elements. ... (check-in: 6261c94b1e user: george tags: rptview-submenu-paralink) | |
21:45 | Merge from trunk ... (check-in: f445855917 user: george tags: rptview-submenu-paralink) | |
21:37 | Merge from trunk ... (check-in: cea36e6c86 user: george tags: wcontent-subsets) | |
21:27 | Merge from trunk ... (check-in: 1cf5c43ea5 user: george tags: th1-doc-vars) | |
20:34 | • Edit [528d62894782127b|528d628947]: Remove the "Closed" mark. ... (artifact: eaa165a714 user: george) | |
2021-06-12
| ||
18:43 | Add support for [/wiki?name=branch/rptview-submenu-paralink&p|submenu parametric hyperlinks] for [/help?cmd=/rptview|/rptview] and [/help?cmd=/wiki|/wiki] pages. ... (Closed-Leaf check-in: 9690fc39dc user: george tags: not-allowed.) | |
17:28 | Add a note to the Changelog. No code changes. ... (check-in: 528d628947 user: george tags: rptview-submenu-paralink) | |
17:13 | • Changes to wiki page "branch/rptview-submenu-paralink" ... (artifact: 1dd6aa350f user: george) | |
2021-06-08
| ||
01:04 | Merge from trunk ... (check-in: 9712d59d9e user: george tags: rptview-submenu-paralink) | |
00:28 | • Added wiki page "branch/rptview-submenu-paralink" ... (artifact: 774e058213 user: george) | |
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-05-22
| ||
12:40 | In the submenu of the /rptview page: 1) add "Reports" that links to /reportlist page (see [forum:/forumpost/612170e31007|forumpost 612170e3]); 2) fix a "Raw" link, that was incorrect for the case when /rptview is accessed through an alias. The later was addressed in [bed4b0f7fc58], but the bugfix was incomplete. Both of these amendments used to live on 'rptview-submenu-paralink' branch - this check-in places them on trunk. ... (check-in: 3e35068260 user: george tags: trunk) | |
2021-04-26
| ||
19:45 | Gracefully degrade to the old behaviour if a user's browser does not support <code>URLSearchParams</code>. ... (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 <code>searchParams()</code> method for URLs. ... (check-in: 9ec88b5771 user: george tags: vdiff-context-glob) | |
2021-04-22
| ||
01:40 | Merge from '<tt>brlist-timeline</tt>' 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 <tt>/timeline</tt> 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 <code>amendAnchor()</code>. ... (Closed-Leaf check-in: f2348f2740 user: george tags: brlist-timeline) | |
00:26 | Apply <code>encodeURIComponent()</code> 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) | |