Ticket Change Details
Not logged in
Overview

Artifact ID: c2d10bc74dfe66d03a59e4528c6903be4691d0de
Ticket: 87f7cebc27d15049398e21474af1b243c56959a4
Wiki page names starting with '.' don't work
User & Date: dmitry 2011-09-16 10:00:41
Changes

  1. Appended to comment:
    
    <hr /><i>dmitry added on 2011-09-16 10:00:41 UTC:</i><br />
    I agree with the strangeness of the name, but the problem is that we have inconsistent behaviour. Currently Fossil:
    
      *  Allows creating a new page with dot in the beginning here: [http://www.fossil-scm.org/index.html/wikinew] Note that there are rules for names listed on this page; and ".Pagename" is okay by these rules.
      *  But when linking to such pages via <nowiki>[.Pagename]</nowiki> syntax, links don't work correctly (should point to http://www.fossil-scm.org/index.html/wiki?name=.Pagename, but point to http://www.fossil-scm.org/index.html/.Pagename).
    
    We should either disallow creating wiki pages with "." in the beginning and update the rules, or fix the link formatting.
    
  2. resolution changed to: "Open"