VrlWiki/feature requests: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
Jadrian Miles (talk | contribs)
 
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:
* [http://www.mediawiki.org/wiki/Manual:Custom_edit_buttons Custom edit buttons]
* [http://www.mediawiki.org/wiki/Manual:Custom_edit_buttons Custom edit buttons]
* Integration with visweb references
* Integration with visweb references
** In progress: see [[Template:Pub]]
* List formatting that distinguishes levels: 1, A, I, a, i...
* List formatting that distinguishes levels: 1, A, I, a, i...
** See [http://www.w3.org/TR/CSS21/generate.html#list-style] and [http://www.w3.org/TR/CSS21/selector.html]
** See [http://www.w3.org/TR/CSS21/generate.html#list-style] and [http://www.w3.org/TR/CSS21/selector.html]
* 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
* Per-page access controls


== Closed Feature Requests ==
== Closed Feature Requests ==
Line 15: Line 19:
* 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-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>.
* Batch upload (closed 2009-04-04 by Jadrian)


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

Latest revision as of 14:33, 6 April 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
  • Per-page access controls

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)
  • Batch upload (closed 2009-04-04 by Jadrian)