From: Klaus - G. L. <Le...@we...> - 2003-02-23 15:04:08
|
This is the second mail i promised in Bug Report 1 I restored some pages from a 1.2.2 page dump to a virgin 1.3.4 wiki ( nightly 20030131 ). Outside the problems that I descibed with nonalpha chars, i noticed is that this pages are not on the RecentChanges pages. I'm not sure if this is a feature or a bug. But now to the problem with nonalpha chars in pagenames. The page names had been MESH+CreditUnions MESH+Energy MESH+EnergyMovement MESH+Quarternary MESH+Quintinary MESH+Secondary MESH+Tertiary MESH=Energy MESH+Tech stored as --- page_data/MESH%2BCreditUnions page_data/MESH%2BEnergy page_data/MESH%2BEnergyMovement page_data/MESH%2BQuarternary page_data/MESH%2BQuintinary page_data/MESH%2BSecondary page_data/MESH%2BTertiary page_data/MESH%3DEnergy page_data/MESH%2BTech Output during XHTNML dump --- MESH CreditUnions ... saved as MESH%20CreditUnions.html ... Object MESH Energy ... saved as MESH%20Energy.html ... Object MESH EnergyMovement ... saved as MESH%20EnergyMovement.html ... Object MESH Quarternary ... saved as MESH%20Quarternary.html ... Object MESH Quintinary ... saved as MESH%20Quintinary.html ... Object MESH Secondary ... saved as MESH%20Secondary.html ... Object MESH Tertiary ... saved as MESH%20Tertiary.html ... Object MESH=Energy ... saved as MESH%3DEnergy.html ... Object MESH Tech ... saved as MESH%20Tech.html ... Object some of the resulting filenames MESH%20Tech.html MESH%3DEnergy.html links in the page that links to the above pages <a href="MESH%252BEnergy.html" class="named-wiki" title="MESH+Energy"> <a href="MESH%252BTech.html" class="named-wiki" title="MESH+Tech"> here the %2B of the original filename is escaped to %252b since %25 is %. If I do are zip dump there are files missing. I assume the reason for this is that there are the other errors I described in the other mail. I i open the archive with a text editor there are error messages interspersed with the zip content. Klaus Leiss |