mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Add DESCRIPT.ION export ability
* 4DOS style DESCRIPT.ION generated in storage areas @ weekly schedule by default * Format can be controlled via templates; schedule can be changed or disabled, etc.
This commit is contained in:
parent
7bf49d973d
commit
0de98a673f
4 changed files with 105 additions and 25 deletions
|
@ -738,6 +738,11 @@ function getDefaultConfig() {
|
|||
schedule : 'every 24 hours',
|
||||
action : '@method:core/web_password_reset.js:performMaintenanceTask',
|
||||
args : [ '24 hours' ] // items older than this will be removed
|
||||
},
|
||||
|
||||
updateDescriptIonFiles : {
|
||||
schedule : 'every 168 hours', // once a week
|
||||
action : '@method:core/file_base_list_export.js:updateFileBaseDescFilesScheduledEvent',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue