Trash
web should be be cleared periodically, by archiving (saving) the text and RCS files if required (recommended), then deleting them from the pub/Trash
and data/Trash
directories.
Trash
directory is all that is required for maintenance, it is possible to grant Trash
admin privileges to multiple users, while strictly limiting server access.RcsWrap
rcs
commands under the control of Foswiki. It is generally not recommended on systems running with mod_perl, and is unavailable on Windows.
RcsLite
"patchrcs"
in your Foswiki installation directory,
and then apply the patch by running patch -p0 < patchrcs
. You can also just edit the file directly and change the 0;
to 1;
, around line 105.
diff lib/Foswiki/Store/Rcs/RcsLiteHandler.pm lib/Foswiki/Store/Rcs/RcsLiteHandler.pm --- lib/Foswiki/Store/Rcs/RcsLiteHandler.pm +++ lib/Foswiki/Store/Rcs/RcsLiteHandler.pm @@ -102,7 +102,7 @@ use Foswiki::Sandbox (); # doesn't actually use that part of the info record for anything much. We could rework the store API to # separate the log info, but it would be a lot of work. Using this constant you can ignore the log info in # getInfo calls. The tests will fail, but the core will run a lot faster. -use constant CAN_IGNORE_COMMENT => 0; # 1 +use constant CAN_IGNORE_COMMENT => 1; # 1 # # As well as the field inherited from Rcs::Handler, the object for each file
configure
, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Dependencies: |
|
||||||
Change History: | |||||||
1.03 (03 Feb 2016): | Released with Foswiki 2.1, Foswikitask:Item13405 - NFC Normalize all UNICODE strings. Foswikitask:Item12569: Use NFKD normalization when sorting names. Foswikitask:Item13894: Fix double-encoding of attachment comments. Foswikitask:Item13870: Foswikitask:Item13927: Fixes to configure checkers |
||||||
1.01 (11 Sep 2015): | Foswikitask:Item13697: Reject unsupported characters from web/topic and attachment filenames. Foswikitask:Item13728: Rename fails for symlinked attachments. |
||||||
1.00 (10 May 2013): | Initial version, abstracted from core |