Fossil SCM
Update the change log.
Commit
d78f1f3c59f5f54f9b6f19d329d87775913eee20d4eb438e0da6860704065eb7
Parent
7d5ff435ff8172f…
1 file changed
+16
-3
+16
-3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,23 +1,36 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_7'></a> |
| 4 | -<h2>Changes for Version 2.7 (2018-??-??)</h2> | |
| 4 | +<h2>Changes for Version 2.7 (2018-09-??)</h2> | |
| 5 | 5 | |
| 6 | 6 | * Add the [./alerts.md|email alerts] feature for commits, ticket |
| 7 | - changes, wiki changes, forum posts, and announcements. | |
| 8 | - * Add the discussion forum feature. | |
| 7 | + changes, wiki changes, forum posts, and announcements. This is | |
| 8 | + still a work in progress. It works, but it is not as easy to | |
| 9 | + setup and use as it ought to be. | |
| 10 | + * Add the [./forum.wiki|discussion forum] feature. | |
| 9 | 11 | * Add new user capabilities letters needed to support alerts and forum. |
| 10 | 12 | Formerly, user capabilities were letters from [a-z], but with the |
| 11 | 13 | enhancements, the supply of lower case letters was exhausted. |
| 12 | 14 | User capabilities are now letters in [a-zA-Z0-9]. |
| 13 | 15 | * The default skin is now responsive, providing better layout on |
| 14 | 16 | small screens, including mobile devices. |
| 17 | + * The default skin now includes a hamburger menu that is generated | |
| 18 | + by the [/sitemap] page. | |
| 19 | + * The [/sitemap] and other list pages show as multiple columns if | |
| 20 | + the viewing window is wide enough. | |
| 21 | + * There is an optional "js" file for each skin that can be used to | |
| 22 | + hold javascript. This file can be loaded by reference or can be | |
| 23 | + included in the header or footer. | |
| 15 | 24 | * Add the [./backoffice.md|backoffice]. |
| 16 | 25 | * Update internal Unicode character tables, used in regular expression |
| 17 | 26 | handling, from version 10.0 to 11.0. |
| 18 | 27 | * Improvements to the "Security Audit" administration page |
| 28 | + * Update the built-in SQLite to version 3.25.0. | |
| 29 | + * Some code and interfaces are in place to support sending and | |
| 30 | + receiving email directly via SMTP, but this feature is not yet | |
| 31 | + complete or ready for production use. | |
| 19 | 32 | |
| 20 | 33 | <a name='v2_6'></a> |
| 21 | 34 | <h2>Changes for Version 2.6 (2018-05-04)</h2> |
| 22 | 35 | |
| 23 | 36 | * Fix a bug that was causing crashes while trying to clone the TCL |
| 24 | 37 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,23 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_7'></a> |
| 4 | <h2>Changes for Version 2.7 (2018-??-??)</h2> |
| 5 | |
| 6 | * Add the [./alerts.md|email alerts] feature for commits, ticket |
| 7 | changes, wiki changes, forum posts, and announcements. |
| 8 | * Add the discussion forum feature. |
| 9 | * Add new user capabilities letters needed to support alerts and forum. |
| 10 | Formerly, user capabilities were letters from [a-z], but with the |
| 11 | enhancements, the supply of lower case letters was exhausted. |
| 12 | User capabilities are now letters in [a-zA-Z0-9]. |
| 13 | * The default skin is now responsive, providing better layout on |
| 14 | small screens, including mobile devices. |
| 15 | * Add the [./backoffice.md|backoffice]. |
| 16 | * Update internal Unicode character tables, used in regular expression |
| 17 | handling, from version 10.0 to 11.0. |
| 18 | * Improvements to the "Security Audit" administration page |
| 19 | |
| 20 | <a name='v2_6'></a> |
| 21 | <h2>Changes for Version 2.6 (2018-05-04)</h2> |
| 22 | |
| 23 | * Fix a bug that was causing crashes while trying to clone the TCL |
| 24 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,23 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_7'></a> |
| 4 | <h2>Changes for Version 2.7 (2018-09-??)</h2> |
| 5 | |
| 6 | * Add the [./alerts.md|email alerts] feature for commits, ticket |
| 7 | changes, wiki changes, forum posts, and announcements. This is |
| 8 | still a work in progress. It works, but it is not as easy to |
| 9 | setup and use as it ought to be. |
| 10 | * Add the [./forum.wiki|discussion forum] feature. |
| 11 | * Add new user capabilities letters needed to support alerts and forum. |
| 12 | Formerly, user capabilities were letters from [a-z], but with the |
| 13 | enhancements, the supply of lower case letters was exhausted. |
| 14 | User capabilities are now letters in [a-zA-Z0-9]. |
| 15 | * The default skin is now responsive, providing better layout on |
| 16 | small screens, including mobile devices. |
| 17 | * The default skin now includes a hamburger menu that is generated |
| 18 | by the [/sitemap] page. |
| 19 | * The [/sitemap] and other list pages show as multiple columns if |
| 20 | the viewing window is wide enough. |
| 21 | * There is an optional "js" file for each skin that can be used to |
| 22 | hold javascript. This file can be loaded by reference or can be |
| 23 | included in the header or footer. |
| 24 | * Add the [./backoffice.md|backoffice]. |
| 25 | * Update internal Unicode character tables, used in regular expression |
| 26 | handling, from version 10.0 to 11.0. |
| 27 | * Improvements to the "Security Audit" administration page |
| 28 | * Update the built-in SQLite to version 3.25.0. |
| 29 | * Some code and interfaces are in place to support sending and |
| 30 | receiving email directly via SMTP, but this feature is not yet |
| 31 | complete or ready for production use. |
| 32 | |
| 33 | <a name='v2_6'></a> |
| 34 | <h2>Changes for Version 2.6 (2018-05-04)</h2> |
| 35 | |
| 36 | * Fix a bug that was causing crashes while trying to clone the TCL |
| 37 |