Page MenuHomePhabricator

importUseModWiki.php - Field Separator for New File System
Closed, ResolvedPublic

Description

Author: webmaster

Description:
Changed file separator for UseModWiki's new file system

If UseModWiki's New File System is used ($NewFS = 1; # 1 = new multibyte $FS, 0 = old $FS) then the field separator should be $wgFieldSeparator = "\x1E\xFF\xFE\x1E"; instead of "\xb3".

See:
http://www.usemod.com/cgi-bin/wiki.pl?SupportForUtf8
http://www.usemod.com/cgi-bin/wiki.pl?WikiBugs/NewFieldSeparatorWronglyTreated
http://www.meatballwiki.org/wiki/WikiEngine#Q_amp_A

Patches version attached.


Version: 1.15.x
Severity: normal

Attached:

Details

Reference
bz22287

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:57 PM
bzimport set Reference to bz22287.

Includes an unrelated (but perhaps useful) change.

I think both of these configuration variables should be required command-line parameters.

webmaster wrote:

As importing UseModWiki stuff is in most cases a one time endeavor I would regard command-line parameters as not necessary (or at least an optional feature).