From: SourceForge.net <no...@so...> - 2009-04-26 15:20:17
|
mod/wiki item #1709555, was opened at 2007-04-29 06:12 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1709555&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: 0.x.x >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Chris (youcantry) Assigned to: Greg Meiste (blindman1344) Summary: Wiki links in What's Related appear smashed together Initial Comment: Basically you associate a wiki page with a category, then when you view some other content in the same category, that wiki page makes it into the "What's related?" box as a link - but the link is the page title with all its words SmashedTogetherLikeThis (instead of being Smashed Together Like This). Or not. You know what I mean. Anyway - quick fix: open /class/WikiPage.php find the function _save() Find this line: $_SESSION['OBJ_fatcat']->saveSelect($this->getLabel(),'index.php?module=wiki&page=' . $this->getLabel(), $this->getId()); and change it to this: $_SESSION['OBJ_fatcat']->saveSelect(PHPWS_WikiManager::formatTitle($this->getLabel()),'index.php?module=wiki&page=' . $this->getLabel(), $this->getId()); Done. ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2009-04-26 10:20 Message: Thanks for the submission! However, I'm closing this ticket because the 0.x.x series is no longer supported. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716466&aid=1709555&group_id=81360 |