| Summary: | pointing new wiki nav to "about" page | ||
|---|---|---|---|
| Product: | Community | Reporter: | Mary Ruddy <mary> |
| Component: | Wiki | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | bjorn.freeman-benson, portal-inbox |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 225900 | ||
|
Description
Mary Ruddy
cc'ing the Portal team for insight. The database looks correct (I examined the live database using select * from v_projectinfo_merged where ProjectId = 'technology.higgins' and MainKey = 'projectleftnav'; There are 12 items numbered 1-12. The only unique things about the "About This Project" item are: 1. It's number 1 2. It's url is the longest url 3. It's url contains an "=" and a "?" I'm hard pressed to believe that any of these are causing this bug. Thus I believe the bug is in the wiki code that reads the database and builds the left nav. As I don't have access to that code, I cannot provide any more debugging help. This is a regex artifact. The replacement of the text is done by the skin at run time and things like ? and ( are interpreted by the regex that is generated for text replacement. After talking to Nathan we found a better solution to the php regex tools and that is to use str_replace, which does literal string matching. I've tested it on the test server and on the live site and it works quite nicely. Thanks for reporting this Mary! -M. |