diff --git a/pwiki/page.js b/pwiki/page.js index c88ae2a..40b44da 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -912,6 +912,7 @@ object.Constructor('Page', BasePage, { state.depends ?? new Set() + handler = handler ?? async function(src, state){ return isolated ? @@ -1031,6 +1032,7 @@ object.Constructor('Page', BasePage, { state.depends ?? new Set() + var pages = src ? (!expandactions && await this.get(src).type == 'action' ? @@ -1287,6 +1289,7 @@ object.Constructor('Page', BasePage, { && this.get(pwpath.dirname(src)).path == this.path){ src += ':$ARGS' } + join = _getBlock('join') ?? join join = join diff --git a/pwiki2.js b/pwiki2.js index 453683d..e2160bd 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -26,7 +26,7 @@ * - fully transparent * levels: * - memory -* - persistent +* - persistent (???) * XXX might also be a good idea to investigate a .tree directory index * as a supplement to .paths() * XXX Q: can we access fs from a pwa???