docelic / fluence

WYSIWYG wiki powered by Crystal, markdown, and Git
GNU General Public License v3.0
48 stars 1 forks source link

Make sure that all meta/index operations use index instead of filesystem #22

Closed docelic closed 6 years ago

docelic commented 6 years ago

All operations in the wiki should be reviewed to use Index and its processed/prepared information instead of actual filesystem acces.

Also, as part of this, the FileTree class should be completely removed and replaced with Index..

docelic commented 6 years ago

Also, when a page is renamed, its folder is renamed too, but index is not updated to reflect all the path changes, and lists of internal links are not rebuilt. They should be.

docelic commented 6 years ago

Done