VrlWiki/feature requests: Difference between revisions
< VrlWiki
No edit summary |
|||
| Line 11: | Line 11: | ||
== Closed Feature Requests == | == Closed Feature Requests == | ||
* Recognize <tt><nowiki>file://...</nowiki></tt> links as well as <tt><nowiki>http://...</nowiki></tt> (closed 2008-12-18 by Jadrian) | * Recognize <tt><nowiki>file://...</nowiki></tt> links as well as <tt><nowiki>http://...</nowiki></tt> (closed 2008-12-18 by Jadrian) | ||
** Added <tt>file:</tt> prefix to <tt>$wgUrlProtocols</tt> in LocalSettings.php | |||
* Automatic rendering of <tt><nowiki>--</nowiki></tt> as <tt>&ndash;</tt> and <tt><nowiki>---</nowiki></tt> as <tt>&mdash;</tt> (closed 2009-01-08 by Jadrian) | * Automatic rendering of <tt><nowiki>--</nowiki></tt> as <tt>&ndash;</tt> and <tt><nowiki>---</nowiki></tt> as <tt>&mdash;</tt> (closed 2009-01-08 by Jadrian) | ||
** Added custom parser hook to <tt>$wgHooks</tt> in LocalSettings.php | |||
[[Category:Bug Tracking Pages]] | [[Category:Bug Tracking Pages]] | ||
Revision as of 18:41, 23 January 2009
Feature requests for the software that runs the VrlWiki belong here. Record whatever you're looking for here and the administrator (currently Jadrian) will get an email about it.
If you have content requests for things that should be in the wiki, either create a placeholder page, or stick your suggestion on the main wiki talk page.
Open Feature Requests
- Simple templates for red text, etc.
- Custom edit buttons
- Integration with visweb references
- List formatting that distinguishes levels: 1, A, I, a, i...
Closed Feature Requests
- Recognize file://... links as well as http://... (closed 2008-12-18 by Jadrian)
- Added file: prefix to $wgUrlProtocols in LocalSettings.php
- Automatic rendering of -- as – and --- as — (closed 2009-01-08 by Jadrian)
- Added custom parser hook to $wgHooks in LocalSettings.php