mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-30 22:51:58 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7a86d47230
commit
b575aaf784
@ -1673,7 +1673,6 @@ object.Constructor('Page', BasePage, {
|
||||
'!': true,
|
||||
// XXX EXPERIMENTAL...
|
||||
quote: true,
|
||||
'quote!': true,
|
||||
},
|
||||
|
||||
// XXX should this be .raw or .parse()???
|
||||
@ -1691,10 +1690,6 @@ object.Constructor('Page', BasePage, {
|
||||
return res instanceof Array ?
|
||||
res.map(pwpath.quoteHTML)
|
||||
: pwpath.quoteHTML(res) }) },
|
||||
'quote!': Object.assign(
|
||||
function(){
|
||||
return this.quote(true) },
|
||||
{energetic: true}),
|
||||
|
||||
|
||||
// events...
|
||||
|
||||
@ -38,6 +38,8 @@
|
||||
*
|
||||
*
|
||||
*
|
||||
* XXX BUG: seems that page caching stopped working...
|
||||
* ...are we over-refreshing???
|
||||
* XXX BUG: for some reason editing the root page ('/') hangs /tree...
|
||||
* XXX .parse(..): should we handle pattern paths and lists of text???
|
||||
* XXX parser: error handling: add line number + context... (???)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user