zioth / dokuwiki_fastwiki

DokuWiki plugin which speeds up user interactions by avoiding page loads, rendering content client-side and pre-loading content.
GNU General Public License v2.0
9 stars 2 forks source link

Some actions aren't supported #15

Closed zioth closed 9 years ago

zioth commented 9 years ago

The login, register and resendpwd actions aren't supported by the fastpages feature. This is because these should probably be https, and I don't want to get in the way of future development in that area.

The admin action isn't supported. Admin can make major changes to the page, including changing the template. It doesn't matter anyway, since usually only one user has access to admin.

There are no plans to add support to this.