Author: avarab
Description:
The edit page should be changed to accommodate larger edit summaries:
- The text input area needs to be changed fron <inputbox type="text"> to <textarea>
Optional:
- The textarea should auto-expand when entering a larger summary (JS)
- The textarea should have some sort of live-preview of the summary (since it uses a limited subset of wikisyntax) (JS)
- The textarea should use autocomplete, most (all) browsers don't have this on for <textarea>