Fossil

Check-in [a9e67fe6]
Login

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

Overview
Comment:Add the email alerts configuration summary to the security audit page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | forum-v2
Files: files | file ages | folders
SHA3-256: a9e67fe615fdd1e2c663ea6f995fc0cb585300c97969bd7c54e369380b237323
User & Date: drh 2018-07-31 04:18:05.580
Context
2018-07-31
10:30
Fix a minor problem with the user capability summary display. ... (check-in: 2cce85f4 user: drh tags: forum-v2)
04:18
Add the email alerts configuration summary to the security audit page. ... (check-in: a9e67fe6 user: drh tags: forum-v2)
04:08
Add the /forum page with search and a list of recent threads. ... (check-in: 05105248 user: drh tags: forum-v2)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/security_audit.c.
383
384
385
386
387
388
389









390
391
392
393
394
395
396
      @ The error log at "<a href='%R/errorlog'>%h(g.zErrlog)</a>" that is
      @ %,lld(file_size(g.zErrlog, ExtFILE)) bytes in size.
    }
  }

  @ <li><p> User capability summary:
  capability_summary();










  @ </ol>
  style_footer();
}

/*
** WEBPAGE: takeitprivate







>
>
>
>
>
>
>
>
>







383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
      @ The error log at "<a href='%R/errorlog'>%h(g.zErrlog)</a>" that is
      @ %,lld(file_size(g.zErrlog, ExtFILE)) bytes in size.
    }
  }

  @ <li><p> User capability summary:
  capability_summary();

  if( email_enabled() ){
    @ <li><p> Email alert configuration summary:
    @ <table class="label-value">
    stats_for_email();
    @ </table>
  }else{
    @ <li><p> Email alerts are disabled
  }

  @ </ol>
  style_footer();
}

/*
** WEBPAGE: takeitprivate