Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add a note to the Changelog. No code changes. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | rptview-submenu-paralink |
| Files: | files | file ages | folders |
| SHA3-256: |
528d62894782127bc697c3a57d067e47 |
| User & Date: | george 2021-06-12 17:28:03.856 |
Context
|
2021-06-15
| ||
| 21:45 | Merge from trunk ... (check-in: f445855917 user: george tags: rptview-submenu-paralink) | |
|
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) | |
|
2021-06-08
| ||
| 01:04 | Merge from trunk ... (check-in: 9712d59d9e user: george tags: rptview-submenu-paralink) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
**
** style_submenu_element()
** style_submenu_entry()
** style_submenu_checkbox()
** style_submenu_binary()
** style_submenu_multichoice()
** style_submenu_sql()
**
** prior to calling style_finish_page(). The style_finish_page() routine
** will generate the appropriate HTML text just below the main
** menu.
*/
static struct Submenu {
const char *zLabel; /* Button label */
| > | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
**
** style_submenu_element()
** style_submenu_entry()
** style_submenu_checkbox()
** style_submenu_binary()
** style_submenu_multichoice()
** style_submenu_sql()
** style_submenu_parametric()
**
** prior to calling style_finish_page(). The style_finish_page() routine
** will generate the appropriate HTML text just below the main
** menu.
*/
static struct Submenu {
const char *zLabel; /* Button label */
|
| ︙ | ︙ |
Changes to www/changes.wiki.
| ︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
to be inside the working directory without requiring the --force flag.
* The [/help?cmd=/wikiedit|/wikiedit] and [/help?cmd=/wikinew|/wikinew]
pages now default to markdown format.
* The [/help?cmd=/login|/login] page now links to a user's forum post
timeline if the repository has forum posts.
* Tags may now be propagated for forum posts, wiki pages, and technotes.
The [/help?cmd=tag|tag command] can now manipulate and list such tags.
<a name='v2_15'></a>
<h2>Changes for Version 2.15 (2021-03-26) and Patch 2.15.1 on (2021-04-07)</h2>
* <b>Patch 2.15.1:</b> Fix a data exfiltration bug in the server. <b>Upgrading to
the patch is recommended.</b><p>
* The [./defcsp.md|default CSP] has been relaxed slightly to allow
images to be loaded from any URL. All other resources are still
| > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
to be inside the working directory without requiring the --force flag.
* The [/help?cmd=/wikiedit|/wikiedit] and [/help?cmd=/wikinew|/wikinew]
pages now default to markdown format.
* The [/help?cmd=/login|/login] page now links to a user's forum post
timeline if the repository has forum posts.
* Tags may now be propagated for forum posts, wiki pages, and technotes.
The [/help?cmd=tag|tag command] can now manipulate and list such tags.
* Submenu of the [/help?cmd=/rptview|/rptview] and
[/help?cmd=/wiki|/wiki] pages may be
[branch/rptview-submenu-paralink|extended with auxiliary hyperlinks].
<a name='v2_15'></a>
<h2>Changes for Version 2.15 (2021-03-26) and Patch 2.15.1 on (2021-04-07)</h2>
* <b>Patch 2.15.1:</b> Fix a data exfiltration bug in the server. <b>Upgrading to
the patch is recommended.</b><p>
* The [./defcsp.md|default CSP] has been relaxed slightly to allow
images to be loaded from any URL. All other resources are still
|
| ︙ | ︙ |