VrlWiki/feature requests: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
No edit summary
Jadrian Miles (talk | contribs)
Line 17: Line 17:
* Automatic rendering of <tt><nowiki>--</nowiki></tt> as <tt>&amp;ndash;</tt> and <tt><nowiki>---</nowiki></tt> as <tt>&amp;mdash;</tt> (closed 2009-01-08 by Jadrian)
* Automatic rendering of <tt><nowiki>--</nowiki></tt> as <tt>&amp;ndash;</tt> and <tt><nowiki>---</nowiki></tt> as <tt>&amp;mdash;</tt> (closed 2009-01-08 by Jadrian)
** Added custom parser hook to <tt>$wgHooks</tt> in LocalSettings.php
** Added custom parser hook to <tt>$wgHooks</tt> in LocalSettings.php
* Fix PPT uploads (closed 2009-01-02 by Jadrian)
* Fix PPT uploads (closed 2009-02-02 by Jadrian)
** Installed [http://us2.php.net/fileinfo the Fileinfo PHP extension] (downloaded from [http://pecl.php.net/package/Fileinfo PECL]), but it still detects PPT as mimetype <tt>unknown/unknown</tt>.
** Installed [http://us2.php.net/fileinfo the Fileinfo PHP extension] (downloaded from [http://pecl.php.net/package/Fileinfo PECL]), but it still detects PPT as mimetype <tt>unknown/unknown</tt>.


[[Category:Bug Tracking Pages]]
[[Category:Bug Tracking Pages]]

Revision as of 16:26, 3 February 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...
  • Prefix section headers with numbers, just like in the table of contents
    • May want to make this a per-user customization that's on by default

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 &ndash; and --- as &mdash; (closed 2009-01-08 by Jadrian)
    • Added custom parser hook to $wgHooks in LocalSettings.php
  • Fix PPT uploads (closed 2009-02-02 by Jadrian)