Author: dom Date: 2005-11-15 17:12:28 +0000 (Tue, 15 Nov 2005) New Revision: 708
Modified: trunk/Changes Log: Fix wrapping.
Modified: trunk/Changes =================================================================== --- trunk/Changes 2005-11-15 17:11:48 UTC (rev 707) +++ trunk/Changes 2005-11-15 17:12:28 UTC (rev 708) @@ -27,14 +27,15 @@ Search bugfixes: * Fix bug that was breaking coordinate entry fields on search page if lat/lon was being used. - * Fix bug in OpenGuides::SuperSearch that wasn't passing "latitude" and - "longitude" values to the search template when a distance search - was being done. + * Fix bug in OpenGuides::SuperSearch that wasn't passing "latitude" + and "longitude" values to the search template when a distance + search was being done.
Minor improvements: - * Replace underscores in node names in "redirected from" message with spaces. - * "Redirected from" message now links to a rendered version of the old page - rather than the editing view. + * Replace underscores in node names in "redirected from" message + with spaces. + * "Redirected from" message now links to a rendered version of + the old page rather than the editing view.
Miscellaneous bugfixes: * Fix problem with newer Text::Wikiformat and blank nodes.