From ac90f4c9dc9a3c95e48e3a891d0a0ae662faec4b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 5 Sep 2022 14:01:26 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 9e51053..3608812 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -22,6 +22,7 @@ * .args - empty * .renderer.args - a b c * .root.args - a b c +* XXX seem to be losing args on this path... * await pwiki.get('/path/testAction:x:y:z').raw * .args - x y z * .renderer.args - a b c @@ -30,18 +31,24 @@ * .args - empty * .renderer.args - x y z * .root.args - a b c +* XXX triggered twice... * await pwiki.get('/path/testAction:x:y:z').text * .args - empty * .renderer.args - x y z * .root.args - a b c +* XXX triggered twice... * await pwiki.get('/path/testDirect:x:y:z').parse('@include(.)') * .args - empty * .renderer.args - a b c * .root.args - a b c +* XXX seem to be losing args on this path... +* XXX triggered twice... * await pwiki.get('/path/testAction:x:y:z').parse('@include(.)') * .args - empty * .renderer.args - a b c * .root.args - a b c +* XXX seem to be losing args on this path... +* XXX triggered twice... * XXX CACHE need to explicitly prevent caching of some actions/pages... * XXX FEATURE tags and accompanying API... * - add tags to page -- macro/filter