mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
97b8e2c86a
commit
ac90f4c9dc
@ -22,6 +22,7 @@
|
|||||||
* .args - empty
|
* .args - empty
|
||||||
* .renderer.args - a b c
|
* .renderer.args - a b c
|
||||||
* .root.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
|
* await pwiki.get('/path/testAction:x:y:z').raw
|
||||||
* .args - x y z
|
* .args - x y z
|
||||||
* .renderer.args - a b c
|
* .renderer.args - a b c
|
||||||
@ -30,18 +31,24 @@
|
|||||||
* .args - empty
|
* .args - empty
|
||||||
* .renderer.args - x y z
|
* .renderer.args - x y z
|
||||||
* .root.args - a b c
|
* .root.args - a b c
|
||||||
|
* XXX triggered twice...
|
||||||
* await pwiki.get('/path/testAction:x:y:z').text
|
* await pwiki.get('/path/testAction:x:y:z').text
|
||||||
* .args - empty
|
* .args - empty
|
||||||
* .renderer.args - x y z
|
* .renderer.args - x y z
|
||||||
* .root.args - a b c
|
* .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
|
||||||
* .root.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(.)')
|
* await pwiki.get('/path/testAction:x:y:z').parse('@include(.)')
|
||||||
* .args - empty
|
* .args - empty
|
||||||
* .renderer.args - a b c
|
* .renderer.args - a b c
|
||||||
* .root.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 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user