Fossil SCM

Update change log. Doc updates related to the user elevation subscription.

stephan 2025-03-09 07:39 useredit-note-elevation
Commit a5d2c9e82646cfb66a545a228c25523c6fba03259f2e4f907c3d6daef92e04c2
--- src/setupuser.c
+++ src/setupuser.c
@@ -325,15 +325,10 @@
325325
** subscribers with a "u" subscription. This is a no-op if alerts are
326326
** not enabled.
327327
**
328328
** These subscriptions differ from most, in that:
329329
**
330
-** - The attempt is made to send them immediately, as opposed to
331
-** handling them en masse via alert_send_alerts().
332
-**
333
-** - They do not honor digest mode.
334
-**
335330
** - They currently lack an "unsubscribe" link.
336331
**
337332
** - Only an admin can assign this subscription, but if a non-admin
338333
** edits their subscriptions after an admin assigns them this one,
339334
** this particular one will be lost. "Feature or bug?" is unclear,
340335
--- src/setupuser.c
+++ src/setupuser.c
@@ -325,15 +325,10 @@
325 ** subscribers with a "u" subscription. This is a no-op if alerts are
326 ** not enabled.
327 **
328 ** These subscriptions differ from most, in that:
329 **
330 ** - The attempt is made to send them immediately, as opposed to
331 ** handling them en masse via alert_send_alerts().
332 **
333 ** - They do not honor digest mode.
334 **
335 ** - They currently lack an "unsubscribe" link.
336 **
337 ** - Only an admin can assign this subscription, but if a non-admin
338 ** edits their subscriptions after an admin assigns them this one,
339 ** this particular one will be lost. "Feature or bug?" is unclear,
340
--- src/setupuser.c
+++ src/setupuser.c
@@ -325,15 +325,10 @@
325 ** subscribers with a "u" subscription. This is a no-op if alerts are
326 ** not enabled.
327 **
328 ** These subscriptions differ from most, in that:
329 **
 
 
 
 
 
330 ** - They currently lack an "unsubscribe" link.
331 **
332 ** - Only an admin can assign this subscription, but if a non-admin
333 ** edits their subscriptions after an admin assigns them this one,
334 ** this particular one will be lost. "Feature or bug?" is unclear,
335
--- www/alerts.md
+++ www/alerts.md
@@ -7,10 +7,11 @@
77
88
* New [checkins](/help?cmd=ci)
99
* [Ticket](./tickets.wiki) changes
1010
* [Wiki](./wikitheory.wiki) page changes
1111
* New and edited [forum](./forum.wiki) posts
12
+ * Users receiving [new permissions](./caps/index.md) (admins only)
1213
* Announcements
1314
1415
Subscribers can elect to receive emails as soon as these events happen,
1516
or they can receive a daily digest of the events instead.
1617
@@ -515,10 +516,14 @@
515516
email addresses until the user clicks the link in the verification
516517
email. This checkbox lets the Fossil Admin user manually verify the
517518
user, such as in the case where the verification email message got
518519
lost. Unchecking this box does not cause another verification email
519520
to be sent.
521
+
522
+* Admin users (only) may activate the "user elevation" subscription,
523
+ which sends a notification when a user is created or is explicitly
524
+ assigned permission they did not formerly have.
520525
521526
This screen also allows a Fossil Admin user to perform other activities
522527
on behalf of a subscriber which they could do themselves, such as to
523528
[unsubscribe](#unsub) them.
524529
525530
--- www/alerts.md
+++ www/alerts.md
@@ -7,10 +7,11 @@
7
8 * New [checkins](/help?cmd=ci)
9 * [Ticket](./tickets.wiki) changes
10 * [Wiki](./wikitheory.wiki) page changes
11 * New and edited [forum](./forum.wiki) posts
 
12 * Announcements
13
14 Subscribers can elect to receive emails as soon as these events happen,
15 or they can receive a daily digest of the events instead.
16
@@ -515,10 +516,14 @@
515 email addresses until the user clicks the link in the verification
516 email. This checkbox lets the Fossil Admin user manually verify the
517 user, such as in the case where the verification email message got
518 lost. Unchecking this box does not cause another verification email
519 to be sent.
 
 
 
 
520
521 This screen also allows a Fossil Admin user to perform other activities
522 on behalf of a subscriber which they could do themselves, such as to
523 [unsubscribe](#unsub) them.
524
525
--- www/alerts.md
+++ www/alerts.md
@@ -7,10 +7,11 @@
7
8 * New [checkins](/help?cmd=ci)
9 * [Ticket](./tickets.wiki) changes
10 * [Wiki](./wikitheory.wiki) page changes
11 * New and edited [forum](./forum.wiki) posts
12 * Users receiving [new permissions](./caps/index.md) (admins only)
13 * Announcements
14
15 Subscribers can elect to receive emails as soon as these events happen,
16 or they can receive a daily digest of the events instead.
17
@@ -515,10 +516,14 @@
516 email addresses until the user clicks the link in the verification
517 email. This checkbox lets the Fossil Admin user manually verify the
518 user, such as in the case where the verification email message got
519 lost. Unchecking this box does not cause another verification email
520 to be sent.
521
522 * Admin users (only) may activate the "user elevation" subscription,
523 which sends a notification when a user is created or is explicitly
524 assigned permission they did not formerly have.
525
526 This screen also allows a Fossil Admin user to perform other activities
527 on behalf of a subscriber which they could do themselves, such as to
528 [unsubscribe](#unsub) them.
529
530
--- www/changes.wiki
+++ www/changes.wiki
@@ -69,10 +69,15 @@
6969
COMMAND argument and only shows results for the specified
7070
subcommand, not the entire command.
7171
<li> The -u (--usage) option shows only the command-line syntax
7272
<li> The -o (--options) option shows only the command-line options
7373
</ol>
74
+ * Add a "user elevation" [/doc/trunk/www/alerts.md|subscription]
75
+ which alerts subscribers when an admin creates a new user or
76
+ adds new permissions to one.
77
+ * Diverse minor fixes and additions.
78
+
7479
7580
<h2 id='v2_25'>Changes for version 2.25 (2024-11-06)</h2>
7681
7782
* The "[/help?cmd=ui|fossil ui /]" command now works even for repositories
7883
that have non-ASCII filenames
7984
--- www/changes.wiki
+++ www/changes.wiki
@@ -69,10 +69,15 @@
69 COMMAND argument and only shows results for the specified
70 subcommand, not the entire command.
71 <li> The -u (--usage) option shows only the command-line syntax
72 <li> The -o (--options) option shows only the command-line options
73 </ol>
 
 
 
 
 
74
75 <h2 id='v2_25'>Changes for version 2.25 (2024-11-06)</h2>
76
77 * The "[/help?cmd=ui|fossil ui /]" command now works even for repositories
78 that have non-ASCII filenames
79
--- www/changes.wiki
+++ www/changes.wiki
@@ -69,10 +69,15 @@
69 COMMAND argument and only shows results for the specified
70 subcommand, not the entire command.
71 <li> The -u (--usage) option shows only the command-line syntax
72 <li> The -o (--options) option shows only the command-line options
73 </ol>
74 * Add a "user elevation" [/doc/trunk/www/alerts.md|subscription]
75 which alerts subscribers when an admin creates a new user or
76 adds new permissions to one.
77 * Diverse minor fixes and additions.
78
79
80 <h2 id='v2_25'>Changes for version 2.25 (2024-11-06)</h2>
81
82 * The "[/help?cmd=ui|fossil ui /]" command now works even for repositories
83 that have non-ASCII filenames
84

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button