From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/hierarchy.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/html/hierarchy.js (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js new file mode 100644 index 000000000..3c9bf291a --- /dev/null +++ b/doc/html/hierarchy.js @@ -0,0 +1,25 @@ +var hierarchy = +[ + [ "App", "classApp.html", null ], + [ "BaseObject", "classBaseObject.html", [ + [ "Conversation", "classConversation.html", null ], + [ "Item", "classItem.html", null ] + ] ], + [ "Cache", "classCache.html", null ], + [ "dba", "classdba.html", null ], + [ "enotify", "classenotify.html", null ], + [ "OAuthDataStore", null, [ + [ "FKOAuthDataStore", "classFKOAuthDataStore.html", null ] + ] ], + [ "OAuthServer", null, [ + [ "FKOAuth1", "classFKOAuth1.html", null ] + ] ], + [ "Photo", "classPhoto.html", null ], + [ "ProtoDriver", "classProtoDriver.html", [ + [ "ZotDriver", "classZotDriver.html", null ] + ] ], + [ "Smarty", null, [ + [ "FriendicaSmarty", "classFriendicaSmarty.html", null ] + ] ], + [ "Template", "classTemplate.html", null ] +]; \ No newline at end of file -- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/hierarchy.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 3c9bf291a..84f81246d 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -7,6 +7,10 @@ var hierarchy = ] ], [ "Cache", "classCache.html", null ], [ "dba", "classdba.html", null ], + [ "dba_driver", "classdba__driver.html", [ + [ "dba_mysql", "classdba__mysql.html", null ], + [ "dba_mysqli", "classdba__mysqli.html", null ] + ] ], [ "enotify", "classenotify.html", null ], [ "OAuthDataStore", null, [ [ "FKOAuthDataStore", "classFKOAuthDataStore.html", null ] -- cgit v1.2.3 From 552f03122c9ec066f5728fc4629d155937fd3620 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 22 Apr 2013 20:02:21 -0700 Subject: db abstraction layer --- doc/html/hierarchy.js | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 84f81246d..e38e9b0f1 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -6,7 +6,6 @@ var hierarchy = [ "Item", "classItem.html", null ] ] ], [ "Cache", "classCache.html", null ], - [ "dba", "classdba.html", null ], [ "dba_driver", "classdba__driver.html", [ [ "dba_mysql", "classdba__mysql.html", null ], [ "dba_mysqli", "classdba__mysqli.html", null ] -- cgit v1.2.3 From ac64c93bf8714550d47a546faec59cfea0b4daeb Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 26 Apr 2013 15:09:35 -0700 Subject: doc update --- doc/html/hierarchy.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index e38e9b0f1..2ba6b3d6c 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -17,7 +17,10 @@ var hierarchy = [ "OAuthServer", null, [ [ "FKOAuth1", "classFKOAuth1.html", null ] ] ], - [ "Photo", "classPhoto.html", null ], + [ "photo_driver", "classphoto__driver.html", [ + [ "photo_gd", "classphoto__gd.html", null ], + [ "photo_imagick", "classphoto__imagick.html", null ] + ] ], [ "ProtoDriver", "classProtoDriver.html", [ [ "ZotDriver", "classZotDriver.html", null ] ] ], -- cgit v1.2.3 From 946554ff4b03d81f32375832b8b50883a3ffeedf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:52:06 -0700 Subject: doc update --- doc/html/hierarchy.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 2ba6b3d6c..855cea45d 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -11,6 +11,10 @@ var hierarchy = [ "dba_mysqli", "classdba__mysqli.html", null ] ] ], [ "enotify", "classenotify.html", null ], + [ "ITemplateEngine", "interfaceITemplateEngine.html", [ + [ "FriendicaSmartyEngine", "classFriendicaSmartyEngine.html", null ], + [ "Template", "classTemplate.html", null ] + ] ], [ "OAuthDataStore", null, [ [ "FKOAuthDataStore", "classFKOAuthDataStore.html", null ] ] ], @@ -26,6 +30,5 @@ var hierarchy = ] ], [ "Smarty", null, [ [ "FriendicaSmarty", "classFriendicaSmarty.html", null ] - ] ], - [ "Template", "classTemplate.html", null ] + ] ] ]; \ No newline at end of file -- cgit v1.2.3 From c36fc59df30735b88ab55884f4411dedd3886f20 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 26 Oct 2013 01:27:19 -0700 Subject: doc updates --- 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 855cea45d..3eb426ef0 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -1,5 +1,8 @@ var hierarchy = [ + [ "AbstractBasic", null, [ + [ "RedBasicAuth", "classRedBasicAuth.html", null ] + ] ], [ "App", "classApp.html", null ], [ "BaseObject", "classBaseObject.html", [ [ "Conversation", "classConversation.html", null ], -- cgit v1.2.3 From 8eed3a10062818dd30f339139074be8e721546d5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 2 Nov 2013 15:45:38 -0700 Subject: doc updates --- doc/html/hierarchy.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/html/hierarchy.js') diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 3eb426ef0..dcf3e740e 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -14,10 +14,23 @@ var hierarchy = [ "dba_mysqli", "classdba__mysqli.html", null ] ] ], [ "enotify", "classenotify.html", null ], + [ "ICollection", null, [ + [ "RedDirectory", "classRedDirectory.html", null ] + ] ], + [ "IFile", null, [ + [ "RedFile", "classRedFile.html", null ] + ] ], + [ "INode", null, [ + [ "RedInode", "classRedInode.html", null ] + ] ], [ "ITemplateEngine", "interfaceITemplateEngine.html", [ [ "FriendicaSmartyEngine", "classFriendicaSmartyEngine.html", null ], [ "Template", "classTemplate.html", null ] ] ], + [ "Node", null, [ + [ "RedDirectory", "classRedDirectory.html", null ], + [ "RedFile", "classRedFile.html", null ] + ] ], [ "OAuthDataStore", null, [ [ "FKOAuthDataStore", "classFKOAuthDataStore.html", null ] ] ], -- cgit v1.2.3 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