From ae508c7e9ccc66d9795fd134b5b4d477cab1b11b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 17 Jul 2019 00:11:00 +0300 Subject: [PATCH] moved to new object.js Signed-off-by: Alex A. Naanou --- README.md | 0 bootstrap/Doc/About.md | 0 bootstrap/Doc/Macros.md | 0 bootstrap/Doc/Path.md | 0 bootstrap/Doc/Templates.md | 0 bootstrap/System/settings.json | 0 bootstrap/System/style.css | 0 bootstrap/Templates.html | 0 bootstrap/Templates/EmptyOutline.html | 0 bootstrap/Templates/EmptyPage.html | 0 bootstrap/Templates/EmptyToDo.html | 0 bootstrap/Templates/_css.html | 0 bootstrap/Templates/_edit.html | 0 bootstrap/Templates/_outline.html | 0 bootstrap/Templates/_raw.txt | 0 bootstrap/Templates/_todo.html | 0 bootstrap/Templates/_view.html | 0 bootstrap/Templates/all_pages.html | 0 bootstrap/Templates/outline.html | 0 bootstrap/Templates/pages.html | 0 bootstrap/Templates/todo.html | 0 bootstrap/Templates/tree.html | 0 bootstrap/TestTodo.md | 0 lib/README | 0 lib/_module.js | 0 make_bootstrap.js | 0 package.json | 8 ++++---- pwiki.js | 6 +++--- 28 files changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 README.md mode change 100644 => 100755 bootstrap/Doc/About.md mode change 100644 => 100755 bootstrap/Doc/Macros.md mode change 100644 => 100755 bootstrap/Doc/Path.md mode change 100644 => 100755 bootstrap/Doc/Templates.md mode change 100644 => 100755 bootstrap/System/settings.json mode change 100644 => 100755 bootstrap/System/style.css mode change 100644 => 100755 bootstrap/Templates.html mode change 100644 => 100755 bootstrap/Templates/EmptyOutline.html mode change 100644 => 100755 bootstrap/Templates/EmptyPage.html mode change 100644 => 100755 bootstrap/Templates/EmptyToDo.html mode change 100644 => 100755 bootstrap/Templates/_css.html mode change 100644 => 100755 bootstrap/Templates/_edit.html mode change 100644 => 100755 bootstrap/Templates/_outline.html mode change 100644 => 100755 bootstrap/Templates/_raw.txt mode change 100644 => 100755 bootstrap/Templates/_todo.html mode change 100644 => 100755 bootstrap/Templates/_view.html mode change 100644 => 100755 bootstrap/Templates/all_pages.html mode change 100644 => 100755 bootstrap/Templates/outline.html mode change 100644 => 100755 bootstrap/Templates/pages.html mode change 100644 => 100755 bootstrap/Templates/todo.html mode change 100644 => 100755 bootstrap/Templates/tree.html mode change 100644 => 100755 bootstrap/TestTodo.md mode change 100644 => 100755 lib/README mode change 100644 => 100755 lib/_module.js mode change 100644 => 100755 make_bootstrap.js diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/About.md b/bootstrap/Doc/About.md old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/Macros.md b/bootstrap/Doc/Macros.md old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/Path.md b/bootstrap/Doc/Path.md old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/Templates.md b/bootstrap/Doc/Templates.md old mode 100644 new mode 100755 diff --git a/bootstrap/System/settings.json b/bootstrap/System/settings.json old mode 100644 new mode 100755 diff --git a/bootstrap/System/style.css b/bootstrap/System/style.css old mode 100644 new mode 100755 diff --git a/bootstrap/Templates.html b/bootstrap/Templates.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/EmptyOutline.html b/bootstrap/Templates/EmptyOutline.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/EmptyPage.html b/bootstrap/Templates/EmptyPage.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/EmptyToDo.html b/bootstrap/Templates/EmptyToDo.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_css.html b/bootstrap/Templates/_css.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_edit.html b/bootstrap/Templates/_edit.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_outline.html b/bootstrap/Templates/_outline.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_raw.txt b/bootstrap/Templates/_raw.txt old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_todo.html b/bootstrap/Templates/_todo.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_view.html b/bootstrap/Templates/_view.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/all_pages.html b/bootstrap/Templates/all_pages.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/outline.html b/bootstrap/Templates/outline.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/pages.html b/bootstrap/Templates/pages.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/todo.html b/bootstrap/Templates/todo.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/tree.html b/bootstrap/Templates/tree.html old mode 100644 new mode 100755 diff --git a/bootstrap/TestTodo.md b/bootstrap/TestTodo.md old mode 100644 new mode 100755 diff --git a/lib/README b/lib/README old mode 100644 new mode 100755 diff --git a/lib/_module.js b/lib/_module.js old mode 100644 new mode 100755 diff --git a/make_bootstrap.js b/make_bootstrap.js old mode 100644 new mode 100755 diff --git a/package.json b/package.json index 03f7a24..25a5951 100755 --- a/package.json +++ b/package.json @@ -4,16 +4,16 @@ "author": "Alex A. Naanou ", "license": "BSD", "dependencies": { - "glob": "^7.1.3", + "glob": "^7.1.4", "ig-actions": "^1.9.0", "ig-features": "^2.2.6", - "ig-object": "^1.0.7", + "ig-object": "^2.0.0", "jszip": "^2.6.1", "peer": "^0.2.10", "pouch-replicate-webrtc": "0.0.9", - "pouchdb": "^7.0.0", + "pouchdb": "^7.1.1", "requirejs": "^2.3.6", - "showdown": "^1.8.6", + "showdown": "^1.9.0", "xss": "^0.2.13" }, "devDependencies": {}, diff --git a/pwiki.js b/pwiki.js index 349537b..51ce20c 100755 --- a/pwiki.js +++ b/pwiki.js @@ -90,7 +90,7 @@ module.pWikiFeatures = new features.FeatureSet() /* // base pWiki object... var pWiki = -module.pWiki = object.makeConstructor('pWiki', actions.MetaActions) +module.pWiki = object.Constructor('pWiki', actions.MetaActions) // base instance constructor... pWikiFeatures.__actions__ = @@ -1135,7 +1135,7 @@ module.pWikiMacros = actions.Actions(pWikiBase, { // can get using native JS lookup mechanisms, or at least the // farthest I've pushed it so far... var pWikiPage = -module.pWikiPage = object.makeConstructor('pWikiPage', +module.pWikiPage = object.Constructor('pWikiPage', actions.mix( // XXX not sure if we need this here... //actions.MetaActions, @@ -1596,7 +1596,7 @@ var pWikiUI = pWikiFeatures.Feature({ // XXX STUB: not sure if this is the right way... var pWikiClient = -module.pWikiClient = object.makeConstructor('pWikiClient', +module.pWikiClient = object.Constructor('pWikiClient', actions.mix( actions.MetaActions, pWikiUIActions))