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
baf58ea357
commit
b5e19f6821
25
pwiki2.js
25
pwiki2.js
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user