History log of /dokuwiki/lib/plugins/safefnrecode/action.php (Results 1 – 11 of 11)
Revision Date Author Comments
# 5c483796 02-Sep-2023 Andreas Gohr <andi@splitbrain.org>

adjusted docblocks for renamed class aliases


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 8553d24d 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector renames


# 661d78e8 11-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 for safefnrecode plugin


# 7ef8e99f 22-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations

Change indentation to ensure code confirms to CodeSniffer rules.


# e8b5a4f9 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins, E_STRICT errors are still
supressed.

show more ...


# f7f0e633 06-Apr-2011 Myron Turner <turnermm02@shaw.ca>

fixed two errors in safefnrecode plugin


# 903e5bc8 03-Apr-2011 Andreas Gohr <andi@splitbrain.org>

safefnrecode: don't double fix filenames


# aa235a70 03-Apr-2011 Andreas Gohr <andi@splitbrain.org>

fix end indicator fix


# b9d65e9d 03-Apr-2011 Andreas Gohr <andi@splitbrain.org>

Temporary conversion plugin for new fnencode FS#2197

This plugin converts existing filenames that were stored using the
option "safe" in fnencode from using the dot (.) as post_indicator to
using a

Temporary conversion plugin for new fnencode FS#2197

This plugin converts existing filenames that were stored using the
option "safe" in fnencode from using the dot (.) as post_indicator to
using a bracket (]) as post_insdicator. It will also add a
post_indicator at the end of the file name should it be missing (Bug
FS#2122).

This plugin needs testing by people using the safe encode option!

show more ...