Marcel de Rooy
b9c236ecb8
The pref value is used within a regex character class like [pref]. This means that we should precede hyphen with a backslash; the pipe char or dot does not need escaping. Test plan: Run new install or upgrade. Check pref value. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
51 lines
1.9 KiB
Text
51 lines
1.9 KiB
Text
Tools:
|
|
Barcodes:
|
|
-
|
|
- Split barcodes on the following separator chars
|
|
- pref: BarcodeSeparators
|
|
default: '\s\r\n'
|
|
- "in batch item modification and inventory.<br/>Note: Type \\r for carriage return, \\n for newline and \\s for whitespace. Possible candidates to include also are pipe char |, hyphen (precede with backslash), comma, semicolon, dot, etc."
|
|
Batch item:
|
|
-
|
|
- Process up to
|
|
- pref: MaxItemsToProcessForBatchMod
|
|
class: integer
|
|
- items in a single item modification batch.
|
|
-
|
|
- Display up to
|
|
- pref: MaxItemsToDisplayForBatchDel
|
|
class: integer
|
|
- items in a single item deletion batch.
|
|
-
|
|
- Display up to
|
|
- pref: MaxItemsToDisplayForBatchMod
|
|
class: integer
|
|
- items in a single item modification batch.
|
|
Patron cards:
|
|
-
|
|
- Limit the number of creator images stored in the database to
|
|
- pref: ImageLimit
|
|
class: Integer
|
|
- images.
|
|
News:
|
|
-
|
|
- "Show the author for news items:"
|
|
- pref: NewsAuthorDisplay
|
|
choices:
|
|
none: "Not at all"
|
|
opac: "OPAC only"
|
|
staff: "Staff client only"
|
|
both: "Both OPAC and staff client"
|
|
-
|
|
Upload:
|
|
-
|
|
- Automatically delete temporary uploads older than
|
|
- pref: UploadPurgeTemporaryFilesDays
|
|
class: integer
|
|
- "days in cleanup_database cron job. NOTE: If you leave this field empty, the cron job will not delete any files. On the other hand a value of 0 means: delete all temporary files."
|
|
Reports:
|
|
-
|
|
- By default, show
|
|
- pref: NumSavedReports
|
|
class: integer
|
|
- reports on the Saved Reports page.
|