From db67f08d3c3ae3925479844e0f9b25bab13dabdc Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 18 Jan 2014 21:45:42 -0800 Subject: some more bookmark infrastructure plus a doc update --- doc/html/boot_8php.html | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) (limited to 'doc/html/boot_8php.html') diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 10681fc76..352af773a 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -200,7 +200,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1090 +const DB_UPDATE_VERSION 1091   const EOL '<br />' . "\r\n"   @@ -304,6 +304,10 @@ Variables   const PHOTO_THING 0x0004   +const MENU_SYSTEM 0x0001 +  +const MENU_BOOKMARK 0x0002 +  const NETWORK_DFRN 'dfrn'   const NETWORK_ZOT 'zot!' @@ -2100,7 +2104,7 @@ Variables
- +
const DB_UPDATE_VERSION 1090const DB_UPDATE_VERSION 1091
@@ -2423,7 +2427,7 @@ Variables
-

Referenced by consume_feed(), delete_item_lowlevel(), drop_item(), encode_item(), expire_run(), get_item_elements(), item_check_service_class(), item_expire(), item_store(), like_content(), notifier_run(), photos_post(), poller_run(), and process_delivery().

+

Referenced by consume_feed(), delete_imported_item(), delete_item_lowlevel(), drop_item(), encode_item(), expire_run(), get_item_elements(), item_check_service_class(), item_expire(), item_store(), like_content(), notifier_run(), photos_post(), poller_run(), and process_delivery().

@@ -2939,6 +2943,18 @@ Variables

Maximum number of "people who like (or don't like) this" that we will list by name

+
+ + +
+
+ + + + +
const MENU_BOOKMARK 0x0002
+
+
@@ -2967,6 +2983,19 @@ Variables

Referenced by menu_render(), mitem_content(), and mitem_post().

+ + + +
+
+ + + + +
const MENU_SYSTEM 0x0001
+
+

Menu types

+
@@ -3558,7 +3587,7 @@ Variables
-

Referenced by zfinger_init().

+

Referenced by RedChannelList(), and zfinger_init().

@@ -3601,7 +3630,7 @@ Variables
-

Referenced by change_channel(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), manage_content(), post_init(), profile_load(), RedChannelList(), and zfinger_init().

+

Referenced by change_channel(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedDirectory\getDir(), manage_content(), post_init(), profile_load(), RedFile\put(), RedChannelList(), and zfinger_init().

@@ -4176,7 +4205,7 @@ Variables

Default permissions for file-based storage (webDAV, etc.) These files will be owned by the webserver who will need write access to the "storage" folder. Ideally you should make this 700, however some hosted platforms may not let you change ownership of this directory so we're defaulting to both owner-write and group-write privilege. This should work for most cases without modification. Over-ride this in your .htconfig.php if you need something either more or less restrictive.

-

Referenced by attach_mkdir(), and check_store().

+

Referenced by attach_mkdir(), change_channel(), and check_store().

-- cgit v1.2.3