Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-07 13:54:32 +03:00
parent baf58ea357
commit b5e19f6821

View File

@ -29,18 +29,6 @@
* .args - x y z * .args - x y z
* .renderer.args - a b c * .renderer.args - a b c
* .root.args - a b c * .root.args - a b c
* await pwiki.get('/path/testDirect:x:y:z').text
* .args - empty
* .renderer.args - x y z
* .root.args - a b c
* XXX args should be local...
* ... @include(.:$ARGS) not working???
* 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(.)') * await pwiki.get('/path/testDirect:x:y:z').parse('@include(.)')
* .args - empty * .args - empty
* .renderer.args - a b c * .renderer.args - a b c
@ -53,6 +41,19 @@
* .root.args - a b c * .root.args - a b c
* XXX losing args on this path... * XXX losing args on this path...
* XXX triggered twice... * XXX triggered twice...
* XXX .text uses .parse(..) internally...
* await pwiki.get('/path/testDirect:x:y:z').text
* .args - empty
* .renderer.args - x y z
* .root.args - a b c
* XXX args should be local...
* ... @include(.:$ARGS) not working???
* 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...
* XXX CACHE need to explicitly prevent caching of some actions/pages... * XXX CACHE need to explicitly prevent caching of some actions/pages...
* XXX FEATURE tags and accompanying API... * XXX FEATURE tags and accompanying API...
* - add tags to page -- macro/filter * - add tags to page -- macro/filter