summaryrefslogtreecommitdiff
path: root/lib/plugins/safefnrecode/action.php
Commit message (Collapse)AuthorAge
* Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | Change indentation to ensure code confirms to CodeSniffer rules.
* fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
| | | | | | | | 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.
* fixed two errors in safefnrecode pluginMyron Turner2011-04-06
|
* safefnrecode: don't double fix filenamesAndreas Gohr2011-04-03
|
* fix end indicator fixAndreas Gohr2011-04-03
|
* Temporary conversion plugin for new fnencode FS#2197Andreas Gohr2011-04-03
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!