Summary
Change of database structure. Addition of widgets to add functionality.
Changes
- Merge the category and article tables, to make searchable. Users may search the entire site.
- Use Widgets, pieces of code to supply content to the page.
- Created the admin section using widgets so this remains searchable and the same tools are avialable as on the front of the site. Searching adding comment and logging without the necessity of writing more code.
- Preliminary tests of wiki parser, (future: provide users with a choice of editors), implented storing of wiki text in tb_data. Still some errors in both parsers and complete syntax yet to be determined.