VrlWiki/feature requests: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
 
(13 intermediate revisions by the same user not shown)
Line 5: Line 5:
== Open Feature Requests ==
== Open Feature Requests ==
* Simple templates for red text, etc.
* Simple templates for red text, etc.
 
* [http://www.mediawiki.org/wiki/Manual:Custom_edit_buttons Custom edit buttons]
* Automatic rendering of <tt>--</tt> as <tt>&amp;ndash;</tt> and <tt>---</tt> as <tt>&amp;mdash;</tt>
* Integration with visweb references
** Possibly use <tt>[http://www.mediawiki.org/wiki/Manual:Hooks InternalParseBeforeLinks]</tt> hook
** In progress: see [[Template:Pub]]
 
* List formatting that distinguishes levels: 1, A, I, a, i...
* As the HowTo section grows we might want split it into a section realated to our code and another for everything else (like writing a paper).
** 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 ==
* 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>&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
* 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)