Roadmap
WackoWiki is a non-commercial, all volunteer, Open Source project, and as such there is no formal list of feature requirments required for development. That said, there is an informal list of items that have been agreed upon by the WackoWiki developers as things that need to worked upon, known as the TODO list. Items on the list can be marked as completed in development, "claimed" by a developer and being activly worked on, or unmarked meaning that the item is likely not being activly worked on. Team members work on WackoWiki when they want to at their own speed. The following features are planned to be implemented in a future version: |
|
R5.5
- fixing session related POST issues
- Open Items for R5.5.
- Release notes for R5.5.
R6.0
- drop MyISAM support
- Unicode Support -> PHP 7.4 / 8
R6.1
- rewrite and reimplementation of WackoFormatter
- address GUI and usability issues
- add support for Prepared Statements
- add template guide
- improve and migrate themes
- further code base consolidation
R7
- treads in comments
- page edit by sections / Section Editing
- new edit handler
- refactoring
- we load too much code that we don't really need, the code needs restructuring to improve
- Move items not related to the core of the wiki out of class/wacko.php (ie. Forms, Users, DB, Referrers, Comments, etc.). The core should only be for loading actions, handlers, formatters, etc. All of these items should be offloaded into autoloading plugins. (?)
- we load too much code that we don't really need, the code needs restructuring to improve
- ...
- Media Revisions
Unscheduled
[Proposed / Postponed / Done]
- improve WikiEdit
- federation
- private messages (privacy: no outbound messages)
- Referential integrity
- improve WackoFormatter
- Code Documentation
- Add PHPDoc compatible documentation to all internal API's
Weaknesses
- here...
- minimize loading of unused code
- search – faceted search
Long term goals
Note that the Roadmap is usually incomplete, for a complete list of features planned to be implemented in a future version, you can browse the Bug Tracker.