From 3298768d957421743eaa56dec5381141ab094d53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Jan 2014 00:47:40 -0800 Subject: directory creation error, display localtimes on cloud webpage, doc updates --- doc/html/hierarchy.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index dcf3e740e..1dde32375 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -20,9 +20,6 @@ var hierarchy = [ "IFile", null, [ [ "RedFile", "classRedFile.html", null ] ] ], - [ "INode", null, [ - [ "RedInode", "classRedInode.html", null ] - ] ], [ "ITemplateEngine", "interfaceITemplateEngine.html", [ [ "FriendicaSmartyEngine", "classFriendicaSmartyEngine.html", null ], [ "Template", "classTemplate.html", null ] @@ -41,6 +38,9 @@ var hierarchy = [ "photo_gd", "classphoto__gd.html", null ], [ "photo_imagick", "classphoto__imagick.html", null ] ] ], + [ "Plugin", null, [ + [ "RedBrowser", "classRedBrowser.html", null ] + ] ], [ "ProtoDriver", "classProtoDriver.html", [ [ "ZotDriver", "classZotDriver.html", null ] ] ], -- cgit v1.2.3 From 3869b16298041887d0c90c884ffb5b22df8d56e9 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 24 Jan 2014 14:35:32 -0800 Subject: prettyphoto (js|css) not found --- doc/html/hierarchy.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 1dde32375..6259fc750 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -20,6 +20,9 @@ var hierarchy = [ "IFile", null, [ [ "RedFile", "classRedFile.html", null ] ] ], + [ "IQuota", null, [ + [ "RedDirectory", "classRedDirectory.html", null ] + ] ], [ "ITemplateEngine", "interfaceITemplateEngine.html", [ [ "FriendicaSmartyEngine", "classFriendicaSmartyEngine.html", null ], [ "Template", "classTemplate.html", null ] -- cgit v1.2.3