You are viewing Revision 5 of Issues

If you have found an issue, feel free to report it on Aneuch's Issue Tracker, or if you do not have a Google account you can report it right here on the discussion page.


Deleting Pages

It seems obvious now, however it would appear that I've totally forgotten to include a method to delete pages within Aneuch version 0.10. A wiki administrator can delete pages from the back-end manually, however I need to implement a way to delete pages for the average wiki user.

For now, I'm thinking of implementing it like this: You replace the page text with "Delete" and save it. Aneuch will then remove the page and all archived versions of it.

This has been filed in the issue tracker as issue 1, and will be added to version 0.20.


User velldesign has reported issue 2 stating that links are broken, referencing the way $DiscussLink and $NavBar are built in InitVars()


Send HTTP 404 status

Pages that haven't been created yet still return an HTTP 200 status along with the "It appears that there is nothing here" message. Instead, Aneuch should return an HTTP 404 status so search engines (etc) know that the page does not exist. This has been logged as issue 3