Sandbox
Sandbox/Subpage 1. BugsAll of the bugs with the wiki, ordered from most problematic to least problematic.1.1. Page Names Can't Have DashesThe name gets cut off where the dash starts.Example: Page-Name 1.2. Page Links Can't Have Custom Display Names with PeriodsNormal page link:Code: [[Page Name]] Result: Page Name Page link with custom displayed name: Code: [[Page Name|Displayed Name]] Result: Displayed Name Page link with period: Code: [[Page.Name]] Result: Page.Name Page link with period and custom displayed name: Code: [[Page.Name|Displayed Name]] Result: Displayed Name Page link with custom displayed name with period: Code: [[Page Name|Displayed.Name]] Result: Page Name|Displayed.Name What it should look like: Displayed.Name Page link with period and custom displayed name with period: Code: [[Page.Name|Displayed.Name]] Result: Page.Name|Displayed.Name What it should look like: Displayed.Name 2. Important Missing Features2.1. Search FunctionYou can's search for pages. The only way to access them is through external links or by typing out the URL. This makes it easy for pages to be made but be practically inaccessible due to the lack of external links.2.2. History ButtonIt's currently possible to consult any revision of a page by adding "?rev=[Revision Number]" at the end of the URL. This works fine, but the only other way to access it is to go to the Recent Changes page and to click the View page button on a page that has been recently edited. This only works on pages that have been edited less than a month ago because older pages don't show up in Recent Changes, is incredibly unstraightforward and many people may not realize the feature exists because of it.2.3. Diff ButtonIt's currently possible to consult any revision of a page and see its changes from the previous revision by adding "?rev=[Revision Number]" at the end of the URL and changing the "/wiki/" to a "/wikidiff/". This works fine, but the only other way to access it is to go to the Recent Changes page and click the Diff button on a page that has been recently edited. This only works on pages that have been edited less than a month ago because older pages don't show up in Recent Changes, is incredibly unstraightforward and once again many people may not realize the feature exists because of it. |