Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-05 14:01:26 +03:00
parent 97b8e2c86a
commit ac90f4c9dc

View File

@ -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